{ "author": { "name": "HashiCorp", "organization": true, "roles": [ "author" ], "url": "https://hashicorp.com" }, "dependencies": { "cdktf": "^0.21.0", "constructs": "^10.4.2" }, "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/cdktf/cdktf-provider-datadog.git", "jsiiVersion": "5.8.22 (build 160a3ef)", "keywords": [ "cdk", "cdktf", "datadog", "provider", "terraform" ], "license": "MPL-2.0", "metadata": { "jsii": { "pacmak": { "hasDefaultInterfaces": true } }, "tscRootDir": "src" }, "name": "@cdktf/provider-datadog", "readme": { "markdown": "\n# CDKTF prebuilt bindings for DataDog/datadog provider version 3.82.0\n\nHashiCorp made the decision to stop publishing new versions of prebuilt [Terraform datadog provider](https://registry.terraform.io/providers/DataDog/datadog/3.82.0) bindings for [CDK for Terraform](https://cdk.tf) on December 10, 2025. As such, this repository has been archived and is no longer supported in any way by HashiCorp. Previously-published versions of this prebuilt provider will still continue to be available on their respective package managers (e.g. npm, PyPi, Maven, NuGet), but these will not be compatible with new releases of `cdktf` past `0.21.0` and are no longer eligible for commercial support.\n\nAs a reminder, you can continue to use the `DataDog/datadog` provider in your CDK for Terraform (CDKTF) projects, even with newer versions of CDKTF, but you will need to generate the bindings locally. The easiest way to do so is to use the [`provider add` command](https://developer.hashicorp.com/terraform/cdktf/cli-reference/commands#provider-add), optionally with the `--force-local` flag enabled:\n\n`cdktf provider add DataDog/datadog --force-local`\n\nFor more information and additional examples, check out our documentation on [generating provider bindings manually](https://cdk.tf/imports).\n\n## Deprecated 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\n com.hashicorp\n cdktf-provider-datadog\n [REPLACE WITH DESIRED VERSION]\n\n```\n\n### Go\n\nThe go package is generated into the [`github.com/cdktf/cdktf-provider-datadog-go`](https://github.com/cdktf/cdktf-provider-datadog-go) package.\n\n`go get github.com/cdktf/cdktf-provider-datadog-go/datadog/`\n\nWhere `` is the version of the prebuilt provider you would like to use e.g. `v11`. The full module name can be found\nwithin the [go.mod](https://github.com/cdktf/cdktf-provider-datadog-go/blob/main/datadog/go.mod#L1) file.\n\n## Docs\n\nFind auto-generated docs for this provider here:\n\n- [Typescript](./docs/API.typescript.md)\n- [Python](./docs/API.python.md)\n- [Java](./docs/API.java.md)\n- [C#](./docs/API.csharp.md)\n- [Go](./docs/API.go.md)\n\nYou can also visit a hosted version of the documentation on [constructs.dev](https://constructs.dev/packages/@cdktf/provider-datadog).\n" }, "repository": { "type": "git", "url": "https://github.com/cdktf/cdktf-provider-datadog.git" }, "schema": "jsii/0.10.0", "submodules": { "@cdktf/provider-datadog.actionConnection": { "locationInModule": { "filename": "src/index.ts", "line": 7 }, "readme": { "markdown": "# `datadog_action_connection`\n\nRefer to the Terraform Registry for docs: [`datadog_action_connection`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/action_connection).\n" }, "symbolId": "src/action-connection/index:" }, "@cdktf/provider-datadog.agentlessScanningAwsScanOptions": { "locationInModule": { "filename": "src/index.ts", "line": 8 }, "readme": { "markdown": "# `datadog_agentless_scanning_aws_scan_options`\n\nRefer to the Terraform Registry for docs: [`datadog_agentless_scanning_aws_scan_options`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/agentless_scanning_aws_scan_options).\n" }, "symbolId": "src/agentless-scanning-aws-scan-options/index:" }, "@cdktf/provider-datadog.agentlessScanningGcpScanOptions": { "locationInModule": { "filename": "src/index.ts", "line": 9 }, "readme": { "markdown": "# `datadog_agentless_scanning_gcp_scan_options`\n\nRefer to the Terraform Registry for docs: [`datadog_agentless_scanning_gcp_scan_options`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/agentless_scanning_gcp_scan_options).\n" }, "symbolId": "src/agentless-scanning-gcp-scan-options/index:" }, "@cdktf/provider-datadog.apiKey": { "locationInModule": { "filename": "src/index.ts", "line": 10 }, "readme": { "markdown": "# `datadog_api_key`\n\nRefer to the Terraform Registry for docs: [`datadog_api_key`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/api_key).\n" }, "symbolId": "src/api-key/index:" }, "@cdktf/provider-datadog.apmRetentionFilter": { "locationInModule": { "filename": "src/index.ts", "line": 11 }, "readme": { "markdown": "# `datadog_apm_retention_filter`\n\nRefer to the Terraform Registry for docs: [`datadog_apm_retention_filter`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/apm_retention_filter).\n" }, "symbolId": "src/apm-retention-filter/index:" }, "@cdktf/provider-datadog.apmRetentionFilterOrder": { "locationInModule": { "filename": "src/index.ts", "line": 12 }, "readme": { "markdown": "# `datadog_apm_retention_filter_order`\n\nRefer to the Terraform Registry for docs: [`datadog_apm_retention_filter_order`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/apm_retention_filter_order).\n" }, "symbolId": "src/apm-retention-filter-order/index:" }, "@cdktf/provider-datadog.appBuilderApp": { "locationInModule": { "filename": "src/index.ts", "line": 13 }, "readme": { "markdown": "# `datadog_app_builder_app`\n\nRefer to the Terraform Registry for docs: [`datadog_app_builder_app`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/app_builder_app).\n" }, "symbolId": "src/app-builder-app/index:" }, "@cdktf/provider-datadog.appKeyRegistration": { "locationInModule": { "filename": "src/index.ts", "line": 14 }, "readme": { "markdown": "# `datadog_app_key_registration`\n\nRefer to the Terraform Registry for docs: [`datadog_app_key_registration`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/app_key_registration).\n" }, "symbolId": "src/app-key-registration/index:" }, "@cdktf/provider-datadog.applicationKey": { "locationInModule": { "filename": "src/index.ts", "line": 15 }, "readme": { "markdown": "# `datadog_application_key`\n\nRefer to the Terraform Registry for docs: [`datadog_application_key`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/application_key).\n" }, "symbolId": "src/application-key/index:" }, "@cdktf/provider-datadog.appsecWafCustomRule": { "locationInModule": { "filename": "src/index.ts", "line": 16 }, "readme": { "markdown": "# `datadog_appsec_waf_custom_rule`\n\nRefer to the Terraform Registry for docs: [`datadog_appsec_waf_custom_rule`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/appsec_waf_custom_rule).\n" }, "symbolId": "src/appsec-waf-custom-rule/index:" }, "@cdktf/provider-datadog.appsecWafExclusionFilter": { "locationInModule": { "filename": "src/index.ts", "line": 17 }, "readme": { "markdown": "# `datadog_appsec_waf_exclusion_filter`\n\nRefer to the Terraform Registry for docs: [`datadog_appsec_waf_exclusion_filter`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/appsec_waf_exclusion_filter).\n" }, "symbolId": "src/appsec-waf-exclusion-filter/index:" }, "@cdktf/provider-datadog.authnMapping": { "locationInModule": { "filename": "src/index.ts", "line": 18 }, "readme": { "markdown": "# `datadog_authn_mapping`\n\nRefer to the Terraform Registry for docs: [`datadog_authn_mapping`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/authn_mapping).\n" }, "symbolId": "src/authn-mapping/index:" }, "@cdktf/provider-datadog.awsCurConfig": { "locationInModule": { "filename": "src/index.ts", "line": 19 }, "readme": { "markdown": "# `datadog_aws_cur_config`\n\nRefer to the Terraform Registry for docs: [`datadog_aws_cur_config`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/aws_cur_config).\n" }, "symbolId": "src/aws-cur-config/index:" }, "@cdktf/provider-datadog.azureUcConfig": { "locationInModule": { "filename": "src/index.ts", "line": 20 }, "readme": { "markdown": "# `datadog_azure_uc_config`\n\nRefer to the Terraform Registry for docs: [`datadog_azure_uc_config`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/azure_uc_config).\n" }, "symbolId": "src/azure-uc-config/index:" }, "@cdktf/provider-datadog.childOrganization": { "locationInModule": { "filename": "src/index.ts", "line": 21 }, "readme": { "markdown": "# `datadog_child_organization`\n\nRefer to the Terraform Registry for docs: [`datadog_child_organization`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/child_organization).\n" }, "symbolId": "src/child-organization/index:" }, "@cdktf/provider-datadog.cloudConfigurationRule": { "locationInModule": { "filename": "src/index.ts", "line": 22 }, "readme": { "markdown": "# `datadog_cloud_configuration_rule`\n\nRefer to the Terraform Registry for docs: [`datadog_cloud_configuration_rule`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/cloud_configuration_rule).\n" }, "symbolId": "src/cloud-configuration-rule/index:" }, "@cdktf/provider-datadog.cloudWorkloadSecurityAgentRule": { "locationInModule": { "filename": "src/index.ts", "line": 23 }, "readme": { "markdown": "# `datadog_cloud_workload_security_agent_rule`\n\nRefer to the Terraform Registry for docs: [`datadog_cloud_workload_security_agent_rule`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/cloud_workload_security_agent_rule).\n" }, "symbolId": "src/cloud-workload-security-agent-rule/index:" }, "@cdktf/provider-datadog.complianceCustomFramework": { "locationInModule": { "filename": "src/index.ts", "line": 24 }, "readme": { "markdown": "# `datadog_compliance_custom_framework`\n\nRefer to the Terraform Registry for docs: [`datadog_compliance_custom_framework`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/compliance_custom_framework).\n" }, "symbolId": "src/compliance-custom-framework/index:" }, "@cdktf/provider-datadog.complianceResourceEvaluationFilter": { "locationInModule": { "filename": "src/index.ts", "line": 25 }, "readme": { "markdown": "# `datadog_compliance_resource_evaluation_filter`\n\nRefer to the Terraform Registry for docs: [`datadog_compliance_resource_evaluation_filter`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/compliance_resource_evaluation_filter).\n" }, "symbolId": "src/compliance-resource-evaluation-filter/index:" }, "@cdktf/provider-datadog.costBudget": { "locationInModule": { "filename": "src/index.ts", "line": 26 }, "readme": { "markdown": "# `datadog_cost_budget`\n\nRefer to the Terraform Registry for docs: [`datadog_cost_budget`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/cost_budget).\n" }, "symbolId": "src/cost-budget/index:" }, "@cdktf/provider-datadog.csmThreatsAgentRule": { "locationInModule": { "filename": "src/index.ts", "line": 27 }, "readme": { "markdown": "# `datadog_csm_threats_agent_rule`\n\nRefer to the Terraform Registry for docs: [`datadog_csm_threats_agent_rule`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/csm_threats_agent_rule).\n" }, "symbolId": "src/csm-threats-agent-rule/index:" }, "@cdktf/provider-datadog.csmThreatsPolicy": { "locationInModule": { "filename": "src/index.ts", "line": 28 }, "readme": { "markdown": "# `datadog_csm_threats_policy`\n\nRefer to the Terraform Registry for docs: [`datadog_csm_threats_policy`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/csm_threats_policy).\n" }, "symbolId": "src/csm-threats-policy/index:" }, "@cdktf/provider-datadog.customAllocationRule": { "locationInModule": { "filename": "src/index.ts", "line": 29 }, "readme": { "markdown": "# `datadog_custom_allocation_rule`\n\nRefer to the Terraform Registry for docs: [`datadog_custom_allocation_rule`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/custom_allocation_rule).\n" }, "symbolId": "src/custom-allocation-rule/index:" }, "@cdktf/provider-datadog.customAllocationRules": { "locationInModule": { "filename": "src/index.ts", "line": 30 }, "readme": { "markdown": "# `datadog_custom_allocation_rules`\n\nRefer to the Terraform Registry for docs: [`datadog_custom_allocation_rules`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/custom_allocation_rules).\n" }, "symbolId": "src/custom-allocation-rules/index:" }, "@cdktf/provider-datadog.dashboard": { "locationInModule": { "filename": "src/index.ts", "line": 31 }, "readme": { "markdown": "# `datadog_dashboard`\n\nRefer to the Terraform Registry for docs: [`datadog_dashboard`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard).\n" }, "symbolId": "src/dashboard/index:" }, "@cdktf/provider-datadog.dashboardJson": { "locationInModule": { "filename": "src/index.ts", "line": 32 }, "readme": { "markdown": "# `datadog_dashboard_json`\n\nRefer to the Terraform Registry for docs: [`datadog_dashboard_json`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard_json).\n" }, "symbolId": "src/dashboard-json/index:" }, "@cdktf/provider-datadog.dashboardList": { "locationInModule": { "filename": "src/index.ts", "line": 33 }, "readme": { "markdown": "# `datadog_dashboard_list`\n\nRefer to the Terraform Registry for docs: [`datadog_dashboard_list`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard_list).\n" }, "symbolId": "src/dashboard-list/index:" }, "@cdktf/provider-datadog.dataDatadogActionConnection": { "locationInModule": { "filename": "src/index.ts", "line": 126 }, "readme": { "markdown": "# `data_datadog_action_connection`\n\nRefer to the Terraform Registry for docs: [`data_datadog_action_connection`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/action_connection).\n" }, "symbolId": "src/data-datadog-action-connection/index:" }, "@cdktf/provider-datadog.dataDatadogApiKey": { "locationInModule": { "filename": "src/index.ts", "line": 127 }, "readme": { "markdown": "# `data_datadog_api_key`\n\nRefer to the Terraform Registry for docs: [`data_datadog_api_key`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/api_key).\n" }, "symbolId": "src/data-datadog-api-key/index:" }, "@cdktf/provider-datadog.dataDatadogApmRetentionFiltersOrder": { "locationInModule": { "filename": "src/index.ts", "line": 128 }, "readme": { "markdown": "# `data_datadog_apm_retention_filters_order`\n\nRefer to the Terraform Registry for docs: [`data_datadog_apm_retention_filters_order`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/apm_retention_filters_order).\n" }, "symbolId": "src/data-datadog-apm-retention-filters-order/index:" }, "@cdktf/provider-datadog.dataDatadogAppBuilderApp": { "locationInModule": { "filename": "src/index.ts", "line": 129 }, "readme": { "markdown": "# `data_datadog_app_builder_app`\n\nRefer to the Terraform Registry for docs: [`data_datadog_app_builder_app`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/app_builder_app).\n" }, "symbolId": "src/data-datadog-app-builder-app/index:" }, "@cdktf/provider-datadog.dataDatadogApplicationKey": { "locationInModule": { "filename": "src/index.ts", "line": 130 }, "readme": { "markdown": "# `data_datadog_application_key`\n\nRefer to the Terraform Registry for docs: [`data_datadog_application_key`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/application_key).\n" }, "symbolId": "src/data-datadog-application-key/index:" }, "@cdktf/provider-datadog.dataDatadogAwsCurConfig": { "locationInModule": { "filename": "src/index.ts", "line": 131 }, "readme": { "markdown": "# `data_datadog_aws_cur_config`\n\nRefer to the Terraform Registry for docs: [`data_datadog_aws_cur_config`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/aws_cur_config).\n" }, "symbolId": "src/data-datadog-aws-cur-config/index:" }, "@cdktf/provider-datadog.dataDatadogAzureUcConfig": { "locationInModule": { "filename": "src/index.ts", "line": 132 }, "readme": { "markdown": "# `data_datadog_azure_uc_config`\n\nRefer to the Terraform Registry for docs: [`data_datadog_azure_uc_config`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/azure_uc_config).\n" }, "symbolId": "src/data-datadog-azure-uc-config/index:" }, "@cdktf/provider-datadog.dataDatadogCloudWorkloadSecurityAgentRules": { "locationInModule": { "filename": "src/index.ts", "line": 133 }, "readme": { "markdown": "# `data_datadog_cloud_workload_security_agent_rules`\n\nRefer to the Terraform Registry for docs: [`data_datadog_cloud_workload_security_agent_rules`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/cloud_workload_security_agent_rules).\n" }, "symbolId": "src/data-datadog-cloud-workload-security-agent-rules/index:" }, "@cdktf/provider-datadog.dataDatadogCostBudget": { "locationInModule": { "filename": "src/index.ts", "line": 134 }, "readme": { "markdown": "# `data_datadog_cost_budget`\n\nRefer to the Terraform Registry for docs: [`data_datadog_cost_budget`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/cost_budget).\n" }, "symbolId": "src/data-datadog-cost-budget/index:" }, "@cdktf/provider-datadog.dataDatadogCsmThreatsAgentRules": { "locationInModule": { "filename": "src/index.ts", "line": 135 }, "readme": { "markdown": "# `data_datadog_csm_threats_agent_rules`\n\nRefer to the Terraform Registry for docs: [`data_datadog_csm_threats_agent_rules`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/csm_threats_agent_rules).\n" }, "symbolId": "src/data-datadog-csm-threats-agent-rules/index:" }, "@cdktf/provider-datadog.dataDatadogCsmThreatsPolicies": { "locationInModule": { "filename": "src/index.ts", "line": 136 }, "readme": { "markdown": "# `data_datadog_csm_threats_policies`\n\nRefer to the Terraform Registry for docs: [`data_datadog_csm_threats_policies`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/csm_threats_policies).\n" }, "symbolId": "src/data-datadog-csm-threats-policies/index:" }, "@cdktf/provider-datadog.dataDatadogCustomAllocationRule": { "locationInModule": { "filename": "src/index.ts", "line": 137 }, "readme": { "markdown": "# `data_datadog_custom_allocation_rule`\n\nRefer to the Terraform Registry for docs: [`data_datadog_custom_allocation_rule`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/custom_allocation_rule).\n" }, "symbolId": "src/data-datadog-custom-allocation-rule/index:" }, "@cdktf/provider-datadog.dataDatadogDashboard": { "locationInModule": { "filename": "src/index.ts", "line": 138 }, "readme": { "markdown": "# `data_datadog_dashboard`\n\nRefer to the Terraform Registry for docs: [`data_datadog_dashboard`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/dashboard).\n" }, "symbolId": "src/data-datadog-dashboard/index:" }, "@cdktf/provider-datadog.dataDatadogDashboardList": { "locationInModule": { "filename": "src/index.ts", "line": 139 }, "readme": { "markdown": "# `data_datadog_dashboard_list`\n\nRefer to the Terraform Registry for docs: [`data_datadog_dashboard_list`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/dashboard_list).\n" }, "symbolId": "src/data-datadog-dashboard-list/index:" }, "@cdktf/provider-datadog.dataDatadogGcpUcConfig": { "locationInModule": { "filename": "src/index.ts", "line": 140 }, "readme": { "markdown": "# `data_datadog_gcp_uc_config`\n\nRefer to the Terraform Registry for docs: [`data_datadog_gcp_uc_config`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/gcp_uc_config).\n" }, "symbolId": "src/data-datadog-gcp-uc-config/index:" }, "@cdktf/provider-datadog.dataDatadogHosts": { "locationInModule": { "filename": "src/index.ts", "line": 141 }, "readme": { "markdown": "# `data_datadog_hosts`\n\nRefer to the Terraform Registry for docs: [`data_datadog_hosts`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/hosts).\n" }, "symbolId": "src/data-datadog-hosts/index:" }, "@cdktf/provider-datadog.dataDatadogIncidentNotificationRule": { "locationInModule": { "filename": "src/index.ts", "line": 142 }, "readme": { "markdown": "# `data_datadog_incident_notification_rule`\n\nRefer to the Terraform Registry for docs: [`data_datadog_incident_notification_rule`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/incident_notification_rule).\n" }, "symbolId": "src/data-datadog-incident-notification-rule/index:" }, "@cdktf/provider-datadog.dataDatadogIncidentNotificationTemplate": { "locationInModule": { "filename": "src/index.ts", "line": 143 }, "readme": { "markdown": "# `data_datadog_incident_notification_template`\n\nRefer to the Terraform Registry for docs: [`data_datadog_incident_notification_template`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/incident_notification_template).\n" }, "symbolId": "src/data-datadog-incident-notification-template/index:" }, "@cdktf/provider-datadog.dataDatadogIncidentType": { "locationInModule": { "filename": "src/index.ts", "line": 144 }, "readme": { "markdown": "# `data_datadog_incident_type`\n\nRefer to the Terraform Registry for docs: [`data_datadog_incident_type`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/incident_type).\n" }, "symbolId": "src/data-datadog-incident-type/index:" }, "@cdktf/provider-datadog.dataDatadogIntegrationAwsAvailableLogsServices": { "locationInModule": { "filename": "src/index.ts", "line": 145 }, "readme": { "markdown": "# `data_datadog_integration_aws_available_logs_services`\n\nRefer to the Terraform Registry for docs: [`data_datadog_integration_aws_available_logs_services`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/integration_aws_available_logs_services).\n" }, "symbolId": "src/data-datadog-integration-aws-available-logs-services/index:" }, "@cdktf/provider-datadog.dataDatadogIntegrationAwsAvailableNamespaces": { "locationInModule": { "filename": "src/index.ts", "line": 146 }, "readme": { "markdown": "# `data_datadog_integration_aws_available_namespaces`\n\nRefer to the Terraform Registry for docs: [`data_datadog_integration_aws_available_namespaces`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/integration_aws_available_namespaces).\n" }, "symbolId": "src/data-datadog-integration-aws-available-namespaces/index:" }, "@cdktf/provider-datadog.dataDatadogIntegrationAwsExternalId": { "locationInModule": { "filename": "src/index.ts", "line": 147 }, "readme": { "markdown": "# `data_datadog_integration_aws_external_id`\n\nRefer to the Terraform Registry for docs: [`data_datadog_integration_aws_external_id`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/integration_aws_external_id).\n" }, "symbolId": "src/data-datadog-integration-aws-external-id/index:" }, "@cdktf/provider-datadog.dataDatadogIntegrationAwsIamPermissions": { "locationInModule": { "filename": "src/index.ts", "line": 148 }, "readme": { "markdown": "# `data_datadog_integration_aws_iam_permissions`\n\nRefer to the Terraform Registry for docs: [`data_datadog_integration_aws_iam_permissions`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/integration_aws_iam_permissions).\n" }, "symbolId": "src/data-datadog-integration-aws-iam-permissions/index:" }, "@cdktf/provider-datadog.dataDatadogIntegrationAwsIamPermissionsStandard": { "locationInModule": { "filename": "src/index.ts", "line": 149 }, "readme": { "markdown": "# `data_datadog_integration_aws_iam_permissions_standard`\n\nRefer to the Terraform Registry for docs: [`data_datadog_integration_aws_iam_permissions_standard`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/integration_aws_iam_permissions_standard).\n" }, "symbolId": "src/data-datadog-integration-aws-iam-permissions-standard/index:" }, "@cdktf/provider-datadog.dataDatadogIntegrationAwsLogsServices": { "locationInModule": { "filename": "src/index.ts", "line": 150 }, "readme": { "markdown": "# `data_datadog_integration_aws_logs_services`\n\nRefer to the Terraform Registry for docs: [`data_datadog_integration_aws_logs_services`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/integration_aws_logs_services).\n" }, "symbolId": "src/data-datadog-integration-aws-logs-services/index:" }, "@cdktf/provider-datadog.dataDatadogIntegrationAwsNamespaceRules": { "locationInModule": { "filename": "src/index.ts", "line": 151 }, "readme": { "markdown": "# `data_datadog_integration_aws_namespace_rules`\n\nRefer to the Terraform Registry for docs: [`data_datadog_integration_aws_namespace_rules`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/integration_aws_namespace_rules).\n" }, "symbolId": "src/data-datadog-integration-aws-namespace-rules/index:" }, "@cdktf/provider-datadog.dataDatadogIpRanges": { "locationInModule": { "filename": "src/index.ts", "line": 152 }, "readme": { "markdown": "# `data_datadog_ip_ranges`\n\nRefer to the Terraform Registry for docs: [`data_datadog_ip_ranges`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/ip_ranges).\n" }, "symbolId": "src/data-datadog-ip-ranges/index:" }, "@cdktf/provider-datadog.dataDatadogLogsArchivesOrder": { "locationInModule": { "filename": "src/index.ts", "line": 153 }, "readme": { "markdown": "# `data_datadog_logs_archives_order`\n\nRefer to the Terraform Registry for docs: [`data_datadog_logs_archives_order`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/logs_archives_order).\n" }, "symbolId": "src/data-datadog-logs-archives-order/index:" }, "@cdktf/provider-datadog.dataDatadogLogsIndexes": { "locationInModule": { "filename": "src/index.ts", "line": 154 }, "readme": { "markdown": "# `data_datadog_logs_indexes`\n\nRefer to the Terraform Registry for docs: [`data_datadog_logs_indexes`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/logs_indexes).\n" }, "symbolId": "src/data-datadog-logs-indexes/index:" }, "@cdktf/provider-datadog.dataDatadogLogsIndexesOrder": { "locationInModule": { "filename": "src/index.ts", "line": 155 }, "readme": { "markdown": "# `data_datadog_logs_indexes_order`\n\nRefer to the Terraform Registry for docs: [`data_datadog_logs_indexes_order`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/logs_indexes_order).\n" }, "symbolId": "src/data-datadog-logs-indexes-order/index:" }, "@cdktf/provider-datadog.dataDatadogLogsPipelines": { "locationInModule": { "filename": "src/index.ts", "line": 156 }, "readme": { "markdown": "# `data_datadog_logs_pipelines`\n\nRefer to the Terraform Registry for docs: [`data_datadog_logs_pipelines`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/logs_pipelines).\n" }, "symbolId": "src/data-datadog-logs-pipelines/index:" }, "@cdktf/provider-datadog.dataDatadogLogsPipelinesOrder": { "locationInModule": { "filename": "src/index.ts", "line": 157 }, "readme": { "markdown": "# `data_datadog_logs_pipelines_order`\n\nRefer to the Terraform Registry for docs: [`data_datadog_logs_pipelines_order`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/logs_pipelines_order).\n" }, "symbolId": "src/data-datadog-logs-pipelines-order/index:" }, "@cdktf/provider-datadog.dataDatadogMetricActiveTagsAndAggregations": { "locationInModule": { "filename": "src/index.ts", "line": 158 }, "readme": { "markdown": "# `data_datadog_metric_active_tags_and_aggregations`\n\nRefer to the Terraform Registry for docs: [`data_datadog_metric_active_tags_and_aggregations`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/metric_active_tags_and_aggregations).\n" }, "symbolId": "src/data-datadog-metric-active-tags-and-aggregations/index:" }, "@cdktf/provider-datadog.dataDatadogMetricMetadata": { "locationInModule": { "filename": "src/index.ts", "line": 159 }, "readme": { "markdown": "# `data_datadog_metric_metadata`\n\nRefer to the Terraform Registry for docs: [`data_datadog_metric_metadata`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/metric_metadata).\n" }, "symbolId": "src/data-datadog-metric-metadata/index:" }, "@cdktf/provider-datadog.dataDatadogMetricTags": { "locationInModule": { "filename": "src/index.ts", "line": 160 }, "readme": { "markdown": "# `data_datadog_metric_tags`\n\nRefer to the Terraform Registry for docs: [`data_datadog_metric_tags`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/metric_tags).\n" }, "symbolId": "src/data-datadog-metric-tags/index:" }, "@cdktf/provider-datadog.dataDatadogMetrics": { "locationInModule": { "filename": "src/index.ts", "line": 161 }, "readme": { "markdown": "# `data_datadog_metrics`\n\nRefer to the Terraform Registry for docs: [`data_datadog_metrics`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/metrics).\n" }, "symbolId": "src/data-datadog-metrics/index:" }, "@cdktf/provider-datadog.dataDatadogMonitor": { "locationInModule": { "filename": "src/index.ts", "line": 162 }, "readme": { "markdown": "# `data_datadog_monitor`\n\nRefer to the Terraform Registry for docs: [`data_datadog_monitor`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/monitor).\n" }, "symbolId": "src/data-datadog-monitor/index:" }, "@cdktf/provider-datadog.dataDatadogMonitorConfigPolicies": { "locationInModule": { "filename": "src/index.ts", "line": 163 }, "readme": { "markdown": "# `data_datadog_monitor_config_policies`\n\nRefer to the Terraform Registry for docs: [`data_datadog_monitor_config_policies`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/monitor_config_policies).\n" }, "symbolId": "src/data-datadog-monitor-config-policies/index:" }, "@cdktf/provider-datadog.dataDatadogMonitors": { "locationInModule": { "filename": "src/index.ts", "line": 164 }, "readme": { "markdown": "# `data_datadog_monitors`\n\nRefer to the Terraform Registry for docs: [`data_datadog_monitors`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/monitors).\n" }, "symbolId": "src/data-datadog-monitors/index:" }, "@cdktf/provider-datadog.dataDatadogPermissions": { "locationInModule": { "filename": "src/index.ts", "line": 165 }, "readme": { "markdown": "# `data_datadog_permissions`\n\nRefer to the Terraform Registry for docs: [`data_datadog_permissions`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/permissions).\n" }, "symbolId": "src/data-datadog-permissions/index:" }, "@cdktf/provider-datadog.dataDatadogPowerpack": { "locationInModule": { "filename": "src/index.ts", "line": 166 }, "readme": { "markdown": "# `data_datadog_powerpack`\n\nRefer to the Terraform Registry for docs: [`data_datadog_powerpack`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/powerpack).\n" }, "symbolId": "src/data-datadog-powerpack/index:" }, "@cdktf/provider-datadog.dataDatadogReferenceTable": { "locationInModule": { "filename": "src/index.ts", "line": 167 }, "readme": { "markdown": "# `data_datadog_reference_table`\n\nRefer to the Terraform Registry for docs: [`data_datadog_reference_table`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/reference_table).\n" }, "symbolId": "src/data-datadog-reference-table/index:" }, "@cdktf/provider-datadog.dataDatadogReferenceTableRows": { "locationInModule": { "filename": "src/index.ts", "line": 168 }, "readme": { "markdown": "# `data_datadog_reference_table_rows`\n\nRefer to the Terraform Registry for docs: [`data_datadog_reference_table_rows`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/reference_table_rows).\n" }, "symbolId": "src/data-datadog-reference-table-rows/index:" }, "@cdktf/provider-datadog.dataDatadogRole": { "locationInModule": { "filename": "src/index.ts", "line": 169 }, "readme": { "markdown": "# `data_datadog_role`\n\nRefer to the Terraform Registry for docs: [`data_datadog_role`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/role).\n" }, "symbolId": "src/data-datadog-role/index:" }, "@cdktf/provider-datadog.dataDatadogRoleUsers": { "locationInModule": { "filename": "src/index.ts", "line": 170 }, "readme": { "markdown": "# `data_datadog_role_users`\n\nRefer to the Terraform Registry for docs: [`data_datadog_role_users`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/role_users).\n" }, "symbolId": "src/data-datadog-role-users/index:" }, "@cdktf/provider-datadog.dataDatadogRoles": { "locationInModule": { "filename": "src/index.ts", "line": 171 }, "readme": { "markdown": "# `data_datadog_roles`\n\nRefer to the Terraform Registry for docs: [`data_datadog_roles`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/roles).\n" }, "symbolId": "src/data-datadog-roles/index:" }, "@cdktf/provider-datadog.dataDatadogRumApplication": { "locationInModule": { "filename": "src/index.ts", "line": 172 }, "readme": { "markdown": "# `data_datadog_rum_application`\n\nRefer to the Terraform Registry for docs: [`data_datadog_rum_application`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/rum_application).\n" }, "symbolId": "src/data-datadog-rum-application/index:" }, "@cdktf/provider-datadog.dataDatadogRumRetentionFilters": { "locationInModule": { "filename": "src/index.ts", "line": 173 }, "readme": { "markdown": "# `data_datadog_rum_retention_filters`\n\nRefer to the Terraform Registry for docs: [`data_datadog_rum_retention_filters`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/rum_retention_filters).\n" }, "symbolId": "src/data-datadog-rum-retention-filters/index:" }, "@cdktf/provider-datadog.dataDatadogSecurityMonitoringFilters": { "locationInModule": { "filename": "src/index.ts", "line": 174 }, "readme": { "markdown": "# `data_datadog_security_monitoring_filters`\n\nRefer to the Terraform Registry for docs: [`data_datadog_security_monitoring_filters`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/security_monitoring_filters).\n" }, "symbolId": "src/data-datadog-security-monitoring-filters/index:" }, "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules": { "locationInModule": { "filename": "src/index.ts", "line": 175 }, "readme": { "markdown": "# `data_datadog_security_monitoring_rules`\n\nRefer to the Terraform Registry for docs: [`data_datadog_security_monitoring_rules`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/security_monitoring_rules).\n" }, "symbolId": "src/data-datadog-security-monitoring-rules/index:" }, "@cdktf/provider-datadog.dataDatadogSecurityMonitoringSuppressions": { "locationInModule": { "filename": "src/index.ts", "line": 176 }, "readme": { "markdown": "# `data_datadog_security_monitoring_suppressions`\n\nRefer to the Terraform Registry for docs: [`data_datadog_security_monitoring_suppressions`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/security_monitoring_suppressions).\n" }, "symbolId": "src/data-datadog-security-monitoring-suppressions/index:" }, "@cdktf/provider-datadog.dataDatadogSensitiveDataScannerGroupOrder": { "locationInModule": { "filename": "src/index.ts", "line": 177 }, "readme": { "markdown": "# `data_datadog_sensitive_data_scanner_group_order`\n\nRefer to the Terraform Registry for docs: [`data_datadog_sensitive_data_scanner_group_order`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/sensitive_data_scanner_group_order).\n" }, "symbolId": "src/data-datadog-sensitive-data-scanner-group-order/index:" }, "@cdktf/provider-datadog.dataDatadogSensitiveDataScannerStandardPattern": { "locationInModule": { "filename": "src/index.ts", "line": 178 }, "readme": { "markdown": "# `data_datadog_sensitive_data_scanner_standard_pattern`\n\nRefer to the Terraform Registry for docs: [`data_datadog_sensitive_data_scanner_standard_pattern`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/sensitive_data_scanner_standard_pattern).\n" }, "symbolId": "src/data-datadog-sensitive-data-scanner-standard-pattern/index:" }, "@cdktf/provider-datadog.dataDatadogServiceAccount": { "locationInModule": { "filename": "src/index.ts", "line": 179 }, "readme": { "markdown": "# `data_datadog_service_account`\n\nRefer to the Terraform Registry for docs: [`data_datadog_service_account`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/service_account).\n" }, "symbolId": "src/data-datadog-service-account/index:" }, "@cdktf/provider-datadog.dataDatadogServiceLevelObjective": { "locationInModule": { "filename": "src/index.ts", "line": 180 }, "readme": { "markdown": "# `data_datadog_service_level_objective`\n\nRefer to the Terraform Registry for docs: [`data_datadog_service_level_objective`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/service_level_objective).\n" }, "symbolId": "src/data-datadog-service-level-objective/index:" }, "@cdktf/provider-datadog.dataDatadogServiceLevelObjectives": { "locationInModule": { "filename": "src/index.ts", "line": 181 }, "readme": { "markdown": "# `data_datadog_service_level_objectives`\n\nRefer to the Terraform Registry for docs: [`data_datadog_service_level_objectives`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/service_level_objectives).\n" }, "symbolId": "src/data-datadog-service-level-objectives/index:" }, "@cdktf/provider-datadog.dataDatadogSoftwareCatalog": { "locationInModule": { "filename": "src/index.ts", "line": 182 }, "readme": { "markdown": "# `data_datadog_software_catalog`\n\nRefer to the Terraform Registry for docs: [`data_datadog_software_catalog`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/software_catalog).\n" }, "symbolId": "src/data-datadog-software-catalog/index:" }, "@cdktf/provider-datadog.dataDatadogSyntheticsGlobalVariable": { "locationInModule": { "filename": "src/index.ts", "line": 183 }, "readme": { "markdown": "# `data_datadog_synthetics_global_variable`\n\nRefer to the Terraform Registry for docs: [`data_datadog_synthetics_global_variable`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/synthetics_global_variable).\n" }, "symbolId": "src/data-datadog-synthetics-global-variable/index:" }, "@cdktf/provider-datadog.dataDatadogSyntheticsLocations": { "locationInModule": { "filename": "src/index.ts", "line": 184 }, "readme": { "markdown": "# `data_datadog_synthetics_locations`\n\nRefer to the Terraform Registry for docs: [`data_datadog_synthetics_locations`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/synthetics_locations).\n" }, "symbolId": "src/data-datadog-synthetics-locations/index:" }, "@cdktf/provider-datadog.dataDatadogSyntheticsTest": { "locationInModule": { "filename": "src/index.ts", "line": 185 }, "readme": { "markdown": "# `data_datadog_synthetics_test`\n\nRefer to the Terraform Registry for docs: [`data_datadog_synthetics_test`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/synthetics_test).\n" }, "symbolId": "src/data-datadog-synthetics-test/index:" }, "@cdktf/provider-datadog.dataDatadogTagPipelineRuleset": { "locationInModule": { "filename": "src/index.ts", "line": 186 }, "readme": { "markdown": "# `data_datadog_tag_pipeline_ruleset`\n\nRefer to the Terraform Registry for docs: [`data_datadog_tag_pipeline_ruleset`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/tag_pipeline_ruleset).\n" }, "symbolId": "src/data-datadog-tag-pipeline-ruleset/index:" }, "@cdktf/provider-datadog.dataDatadogTeam": { "locationInModule": { "filename": "src/index.ts", "line": 187 }, "readme": { "markdown": "# `data_datadog_team`\n\nRefer to the Terraform Registry for docs: [`data_datadog_team`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/team).\n" }, "symbolId": "src/data-datadog-team/index:" }, "@cdktf/provider-datadog.dataDatadogTeamHierarchyLinks": { "locationInModule": { "filename": "src/index.ts", "line": 188 }, "readme": { "markdown": "# `data_datadog_team_hierarchy_links`\n\nRefer to the Terraform Registry for docs: [`data_datadog_team_hierarchy_links`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/team_hierarchy_links).\n" }, "symbolId": "src/data-datadog-team-hierarchy-links/index:" }, "@cdktf/provider-datadog.dataDatadogTeamMemberships": { "locationInModule": { "filename": "src/index.ts", "line": 189 }, "readme": { "markdown": "# `data_datadog_team_memberships`\n\nRefer to the Terraform Registry for docs: [`data_datadog_team_memberships`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/team_memberships).\n" }, "symbolId": "src/data-datadog-team-memberships/index:" }, "@cdktf/provider-datadog.dataDatadogTeams": { "locationInModule": { "filename": "src/index.ts", "line": 190 }, "readme": { "markdown": "# `data_datadog_teams`\n\nRefer to the Terraform Registry for docs: [`data_datadog_teams`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/teams).\n" }, "symbolId": "src/data-datadog-teams/index:" }, "@cdktf/provider-datadog.dataDatadogUser": { "locationInModule": { "filename": "src/index.ts", "line": 191 }, "readme": { "markdown": "# `data_datadog_user`\n\nRefer to the Terraform Registry for docs: [`data_datadog_user`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/user).\n" }, "symbolId": "src/data-datadog-user/index:" }, "@cdktf/provider-datadog.dataDatadogUsers": { "locationInModule": { "filename": "src/index.ts", "line": 192 }, "readme": { "markdown": "# `data_datadog_users`\n\nRefer to the Terraform Registry for docs: [`data_datadog_users`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/users).\n" }, "symbolId": "src/data-datadog-users/index:" }, "@cdktf/provider-datadog.dataDatadogWorkflowAutomation": { "locationInModule": { "filename": "src/index.ts", "line": 193 }, "readme": { "markdown": "# `data_datadog_workflow_automation`\n\nRefer to the Terraform Registry for docs: [`data_datadog_workflow_automation`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/workflow_automation).\n" }, "symbolId": "src/data-datadog-workflow-automation/index:" }, "@cdktf/provider-datadog.dataset": { "locationInModule": { "filename": "src/index.ts", "line": 34 }, "readme": { "markdown": "# `datadog_dataset`\n\nRefer to the Terraform Registry for docs: [`datadog_dataset`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dataset).\n" }, "symbolId": "src/dataset/index:" }, "@cdktf/provider-datadog.domainAllowlist": { "locationInModule": { "filename": "src/index.ts", "line": 35 }, "readme": { "markdown": "# `datadog_domain_allowlist`\n\nRefer to the Terraform Registry for docs: [`datadog_domain_allowlist`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/domain_allowlist).\n" }, "symbolId": "src/domain-allowlist/index:" }, "@cdktf/provider-datadog.downtime": { "locationInModule": { "filename": "src/index.ts", "line": 36 }, "readme": { "markdown": "# `datadog_downtime`\n\nRefer to the Terraform Registry for docs: [`datadog_downtime`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/downtime).\n" }, "symbolId": "src/downtime/index:" }, "@cdktf/provider-datadog.downtimeSchedule": { "locationInModule": { "filename": "src/index.ts", "line": 37 }, "readme": { "markdown": "# `datadog_downtime_schedule`\n\nRefer to the Terraform Registry for docs: [`datadog_downtime_schedule`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/downtime_schedule).\n" }, "symbolId": "src/downtime-schedule/index:" }, "@cdktf/provider-datadog.gcpUcConfig": { "locationInModule": { "filename": "src/index.ts", "line": 38 }, "readme": { "markdown": "# `datadog_gcp_uc_config`\n\nRefer to the Terraform Registry for docs: [`datadog_gcp_uc_config`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/gcp_uc_config).\n" }, "symbolId": "src/gcp-uc-config/index:" }, "@cdktf/provider-datadog.incidentNotificationRule": { "locationInModule": { "filename": "src/index.ts", "line": 39 }, "readme": { "markdown": "# `datadog_incident_notification_rule`\n\nRefer to the Terraform Registry for docs: [`datadog_incident_notification_rule`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/incident_notification_rule).\n" }, "symbolId": "src/incident-notification-rule/index:" }, "@cdktf/provider-datadog.incidentNotificationTemplate": { "locationInModule": { "filename": "src/index.ts", "line": 40 }, "readme": { "markdown": "# `datadog_incident_notification_template`\n\nRefer to the Terraform Registry for docs: [`datadog_incident_notification_template`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/incident_notification_template).\n" }, "symbolId": "src/incident-notification-template/index:" }, "@cdktf/provider-datadog.incidentType": { "locationInModule": { "filename": "src/index.ts", "line": 41 }, "readme": { "markdown": "# `datadog_incident_type`\n\nRefer to the Terraform Registry for docs: [`datadog_incident_type`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/incident_type).\n" }, "symbolId": "src/incident-type/index:" }, "@cdktf/provider-datadog.integrationAws": { "locationInModule": { "filename": "src/index.ts", "line": 42 }, "readme": { "markdown": "# `datadog_integration_aws`\n\nRefer to the Terraform Registry for docs: [`datadog_integration_aws`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_aws).\n" }, "symbolId": "src/integration-aws/index:" }, "@cdktf/provider-datadog.integrationAwsAccount": { "locationInModule": { "filename": "src/index.ts", "line": 43 }, "readme": { "markdown": "# `datadog_integration_aws_account`\n\nRefer to the Terraform Registry for docs: [`datadog_integration_aws_account`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_aws_account).\n" }, "symbolId": "src/integration-aws-account/index:" }, "@cdktf/provider-datadog.integrationAwsEventBridge": { "locationInModule": { "filename": "src/index.ts", "line": 44 }, "readme": { "markdown": "# `datadog_integration_aws_event_bridge`\n\nRefer to the Terraform Registry for docs: [`datadog_integration_aws_event_bridge`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_aws_event_bridge).\n" }, "symbolId": "src/integration-aws-event-bridge/index:" }, "@cdktf/provider-datadog.integrationAwsExternalId": { "locationInModule": { "filename": "src/index.ts", "line": 45 }, "readme": { "markdown": "# `datadog_integration_aws_external_id`\n\nRefer to the Terraform Registry for docs: [`datadog_integration_aws_external_id`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_aws_external_id).\n" }, "symbolId": "src/integration-aws-external-id/index:" }, "@cdktf/provider-datadog.integrationAwsLambdaArn": { "locationInModule": { "filename": "src/index.ts", "line": 46 }, "readme": { "markdown": "# `datadog_integration_aws_lambda_arn`\n\nRefer to the Terraform Registry for docs: [`datadog_integration_aws_lambda_arn`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_aws_lambda_arn).\n" }, "symbolId": "src/integration-aws-lambda-arn/index:" }, "@cdktf/provider-datadog.integrationAwsLogCollection": { "locationInModule": { "filename": "src/index.ts", "line": 47 }, "readme": { "markdown": "# `datadog_integration_aws_log_collection`\n\nRefer to the Terraform Registry for docs: [`datadog_integration_aws_log_collection`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_aws_log_collection).\n" }, "symbolId": "src/integration-aws-log-collection/index:" }, "@cdktf/provider-datadog.integrationAwsTagFilter": { "locationInModule": { "filename": "src/index.ts", "line": 48 }, "readme": { "markdown": "# `datadog_integration_aws_tag_filter`\n\nRefer to the Terraform Registry for docs: [`datadog_integration_aws_tag_filter`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_aws_tag_filter).\n" }, "symbolId": "src/integration-aws-tag-filter/index:" }, "@cdktf/provider-datadog.integrationAzure": { "locationInModule": { "filename": "src/index.ts", "line": 49 }, "readme": { "markdown": "# `datadog_integration_azure`\n\nRefer to the Terraform Registry for docs: [`datadog_integration_azure`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_azure).\n" }, "symbolId": "src/integration-azure/index:" }, "@cdktf/provider-datadog.integrationCloudflareAccount": { "locationInModule": { "filename": "src/index.ts", "line": 50 }, "readme": { "markdown": "# `datadog_integration_cloudflare_account`\n\nRefer to the Terraform Registry for docs: [`datadog_integration_cloudflare_account`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_cloudflare_account).\n" }, "symbolId": "src/integration-cloudflare-account/index:" }, "@cdktf/provider-datadog.integrationConfluentAccount": { "locationInModule": { "filename": "src/index.ts", "line": 51 }, "readme": { "markdown": "# `datadog_integration_confluent_account`\n\nRefer to the Terraform Registry for docs: [`datadog_integration_confluent_account`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_confluent_account).\n" }, "symbolId": "src/integration-confluent-account/index:" }, "@cdktf/provider-datadog.integrationConfluentResource": { "locationInModule": { "filename": "src/index.ts", "line": 52 }, "readme": { "markdown": "# `datadog_integration_confluent_resource`\n\nRefer to the Terraform Registry for docs: [`datadog_integration_confluent_resource`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_confluent_resource).\n" }, "symbolId": "src/integration-confluent-resource/index:" }, "@cdktf/provider-datadog.integrationFastlyAccount": { "locationInModule": { "filename": "src/index.ts", "line": 53 }, "readme": { "markdown": "# `datadog_integration_fastly_account`\n\nRefer to the Terraform Registry for docs: [`datadog_integration_fastly_account`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_fastly_account).\n" }, "symbolId": "src/integration-fastly-account/index:" }, "@cdktf/provider-datadog.integrationFastlyService": { "locationInModule": { "filename": "src/index.ts", "line": 54 }, "readme": { "markdown": "# `datadog_integration_fastly_service`\n\nRefer to the Terraform Registry for docs: [`datadog_integration_fastly_service`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_fastly_service).\n" }, "symbolId": "src/integration-fastly-service/index:" }, "@cdktf/provider-datadog.integrationGcp": { "locationInModule": { "filename": "src/index.ts", "line": 55 }, "readme": { "markdown": "# `datadog_integration_gcp`\n\nRefer to the Terraform Registry for docs: [`datadog_integration_gcp`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_gcp).\n" }, "symbolId": "src/integration-gcp/index:" }, "@cdktf/provider-datadog.integrationGcpSts": { "locationInModule": { "filename": "src/index.ts", "line": 56 }, "readme": { "markdown": "# `datadog_integration_gcp_sts`\n\nRefer to the Terraform Registry for docs: [`datadog_integration_gcp_sts`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_gcp_sts).\n" }, "symbolId": "src/integration-gcp-sts/index:" }, "@cdktf/provider-datadog.integrationMsTeamsTenantBasedHandle": { "locationInModule": { "filename": "src/index.ts", "line": 57 }, "readme": { "markdown": "# `datadog_integration_ms_teams_tenant_based_handle`\n\nRefer to the Terraform Registry for docs: [`datadog_integration_ms_teams_tenant_based_handle`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_ms_teams_tenant_based_handle).\n" }, "symbolId": "src/integration-ms-teams-tenant-based-handle/index:" }, "@cdktf/provider-datadog.integrationMsTeamsWorkflowsWebhookHandle": { "locationInModule": { "filename": "src/index.ts", "line": 58 }, "readme": { "markdown": "# `datadog_integration_ms_teams_workflows_webhook_handle`\n\nRefer to the Terraform Registry for docs: [`datadog_integration_ms_teams_workflows_webhook_handle`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_ms_teams_workflows_webhook_handle).\n" }, "symbolId": "src/integration-ms-teams-workflows-webhook-handle/index:" }, "@cdktf/provider-datadog.integrationOpsgenieServiceObject": { "locationInModule": { "filename": "src/index.ts", "line": 59 }, "readme": { "markdown": "# `datadog_integration_opsgenie_service_object`\n\nRefer to the Terraform Registry for docs: [`datadog_integration_opsgenie_service_object`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_opsgenie_service_object).\n" }, "symbolId": "src/integration-opsgenie-service-object/index:" }, "@cdktf/provider-datadog.integrationPagerduty": { "locationInModule": { "filename": "src/index.ts", "line": 60 }, "readme": { "markdown": "# `datadog_integration_pagerduty`\n\nRefer to the Terraform Registry for docs: [`datadog_integration_pagerduty`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_pagerduty).\n" }, "symbolId": "src/integration-pagerduty/index:" }, "@cdktf/provider-datadog.integrationPagerdutyServiceObject": { "locationInModule": { "filename": "src/index.ts", "line": 61 }, "readme": { "markdown": "# `datadog_integration_pagerduty_service_object`\n\nRefer to the Terraform Registry for docs: [`datadog_integration_pagerduty_service_object`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_pagerduty_service_object).\n" }, "symbolId": "src/integration-pagerduty-service-object/index:" }, "@cdktf/provider-datadog.integrationSlackChannel": { "locationInModule": { "filename": "src/index.ts", "line": 62 }, "readme": { "markdown": "# `datadog_integration_slack_channel`\n\nRefer to the Terraform Registry for docs: [`datadog_integration_slack_channel`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_slack_channel).\n" }, "symbolId": "src/integration-slack-channel/index:" }, "@cdktf/provider-datadog.ipAllowlist": { "locationInModule": { "filename": "src/index.ts", "line": 63 }, "readme": { "markdown": "# `datadog_ip_allowlist`\n\nRefer to the Terraform Registry for docs: [`datadog_ip_allowlist`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/ip_allowlist).\n" }, "symbolId": "src/ip-allowlist/index:" }, "@cdktf/provider-datadog.logsArchive": { "locationInModule": { "filename": "src/index.ts", "line": 64 }, "readme": { "markdown": "# `datadog_logs_archive`\n\nRefer to the Terraform Registry for docs: [`datadog_logs_archive`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_archive).\n" }, "symbolId": "src/logs-archive/index:" }, "@cdktf/provider-datadog.logsArchiveOrder": { "locationInModule": { "filename": "src/index.ts", "line": 65 }, "readme": { "markdown": "# `datadog_logs_archive_order`\n\nRefer to the Terraform Registry for docs: [`datadog_logs_archive_order`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_archive_order).\n" }, "symbolId": "src/logs-archive-order/index:" }, "@cdktf/provider-datadog.logsCustomDestination": { "locationInModule": { "filename": "src/index.ts", "line": 66 }, "readme": { "markdown": "# `datadog_logs_custom_destination`\n\nRefer to the Terraform Registry for docs: [`datadog_logs_custom_destination`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_destination).\n" }, "symbolId": "src/logs-custom-destination/index:" }, "@cdktf/provider-datadog.logsCustomPipeline": { "locationInModule": { "filename": "src/index.ts", "line": 67 }, "readme": { "markdown": "# `datadog_logs_custom_pipeline`\n\nRefer to the Terraform Registry for docs: [`datadog_logs_custom_pipeline`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline).\n" }, "symbolId": "src/logs-custom-pipeline/index:" }, "@cdktf/provider-datadog.logsIndex": { "locationInModule": { "filename": "src/index.ts", "line": 68 }, "readme": { "markdown": "# `datadog_logs_index`\n\nRefer to the Terraform Registry for docs: [`datadog_logs_index`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_index).\n" }, "symbolId": "src/logs-index/index:" }, "@cdktf/provider-datadog.logsIndexOrder": { "locationInModule": { "filename": "src/index.ts", "line": 69 }, "readme": { "markdown": "# `datadog_logs_index_order`\n\nRefer to the Terraform Registry for docs: [`datadog_logs_index_order`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_index_order).\n" }, "symbolId": "src/logs-index-order/index:" }, "@cdktf/provider-datadog.logsIntegrationPipeline": { "locationInModule": { "filename": "src/index.ts", "line": 70 }, "readme": { "markdown": "# `datadog_logs_integration_pipeline`\n\nRefer to the Terraform Registry for docs: [`datadog_logs_integration_pipeline`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_integration_pipeline).\n" }, "symbolId": "src/logs-integration-pipeline/index:" }, "@cdktf/provider-datadog.logsMetric": { "locationInModule": { "filename": "src/index.ts", "line": 71 }, "readme": { "markdown": "# `datadog_logs_metric`\n\nRefer to the Terraform Registry for docs: [`datadog_logs_metric`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_metric).\n" }, "symbolId": "src/logs-metric/index:" }, "@cdktf/provider-datadog.logsPipelineOrder": { "locationInModule": { "filename": "src/index.ts", "line": 72 }, "readme": { "markdown": "# `datadog_logs_pipeline_order`\n\nRefer to the Terraform Registry for docs: [`datadog_logs_pipeline_order`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_pipeline_order).\n" }, "symbolId": "src/logs-pipeline-order/index:" }, "@cdktf/provider-datadog.metricMetadata": { "locationInModule": { "filename": "src/index.ts", "line": 73 }, "readme": { "markdown": "# `datadog_metric_metadata`\n\nRefer to the Terraform Registry for docs: [`datadog_metric_metadata`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/metric_metadata).\n" }, "symbolId": "src/metric-metadata/index:" }, "@cdktf/provider-datadog.metricTagConfiguration": { "locationInModule": { "filename": "src/index.ts", "line": 74 }, "readme": { "markdown": "# `datadog_metric_tag_configuration`\n\nRefer to the Terraform Registry for docs: [`datadog_metric_tag_configuration`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/metric_tag_configuration).\n" }, "symbolId": "src/metric-tag-configuration/index:" }, "@cdktf/provider-datadog.monitor": { "locationInModule": { "filename": "src/index.ts", "line": 75 }, "readme": { "markdown": "# `datadog_monitor`\n\nRefer to the Terraform Registry for docs: [`datadog_monitor`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor).\n" }, "symbolId": "src/monitor/index:" }, "@cdktf/provider-datadog.monitorConfigPolicy": { "locationInModule": { "filename": "src/index.ts", "line": 76 }, "readme": { "markdown": "# `datadog_monitor_config_policy`\n\nRefer to the Terraform Registry for docs: [`datadog_monitor_config_policy`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor_config_policy).\n" }, "symbolId": "src/monitor-config-policy/index:" }, "@cdktf/provider-datadog.monitorJson": { "locationInModule": { "filename": "src/index.ts", "line": 77 }, "readme": { "markdown": "# `datadog_monitor_json`\n\nRefer to the Terraform Registry for docs: [`datadog_monitor_json`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor_json).\n" }, "symbolId": "src/monitor-json/index:" }, "@cdktf/provider-datadog.monitorNotificationRule": { "locationInModule": { "filename": "src/index.ts", "line": 78 }, "readme": { "markdown": "# `datadog_monitor_notification_rule`\n\nRefer to the Terraform Registry for docs: [`datadog_monitor_notification_rule`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor_notification_rule).\n" }, "symbolId": "src/monitor-notification-rule/index:" }, "@cdktf/provider-datadog.observabilityPipeline": { "locationInModule": { "filename": "src/index.ts", "line": 79 }, "readme": { "markdown": "# `datadog_observability_pipeline`\n\nRefer to the Terraform Registry for docs: [`datadog_observability_pipeline`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline).\n" }, "symbolId": "src/observability-pipeline/index:" }, "@cdktf/provider-datadog.onCallEscalationPolicy": { "locationInModule": { "filename": "src/index.ts", "line": 80 }, "readme": { "markdown": "# `datadog_on_call_escalation_policy`\n\nRefer to the Terraform Registry for docs: [`datadog_on_call_escalation_policy`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/on_call_escalation_policy).\n" }, "symbolId": "src/on-call-escalation-policy/index:" }, "@cdktf/provider-datadog.onCallSchedule": { "locationInModule": { "filename": "src/index.ts", "line": 81 }, "readme": { "markdown": "# `datadog_on_call_schedule`\n\nRefer to the Terraform Registry for docs: [`datadog_on_call_schedule`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/on_call_schedule).\n" }, "symbolId": "src/on-call-schedule/index:" }, "@cdktf/provider-datadog.onCallTeamRoutingRules": { "locationInModule": { "filename": "src/index.ts", "line": 82 }, "readme": { "markdown": "# `datadog_on_call_team_routing_rules`\n\nRefer to the Terraform Registry for docs: [`datadog_on_call_team_routing_rules`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/on_call_team_routing_rules).\n" }, "symbolId": "src/on-call-team-routing-rules/index:" }, "@cdktf/provider-datadog.openapiApi": { "locationInModule": { "filename": "src/index.ts", "line": 83 }, "readme": { "markdown": "# `datadog_openapi_api`\n\nRefer to the Terraform Registry for docs: [`datadog_openapi_api`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/openapi_api).\n" }, "symbolId": "src/openapi-api/index:" }, "@cdktf/provider-datadog.orgConnection": { "locationInModule": { "filename": "src/index.ts", "line": 84 }, "readme": { "markdown": "# `datadog_org_connection`\n\nRefer to the Terraform Registry for docs: [`datadog_org_connection`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/org_connection).\n" }, "symbolId": "src/org-connection/index:" }, "@cdktf/provider-datadog.organizationSettings": { "locationInModule": { "filename": "src/index.ts", "line": 85 }, "readme": { "markdown": "# `datadog_organization_settings`\n\nRefer to the Terraform Registry for docs: [`datadog_organization_settings`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/organization_settings).\n" }, "symbolId": "src/organization-settings/index:" }, "@cdktf/provider-datadog.powerpack": { "locationInModule": { "filename": "src/index.ts", "line": 86 }, "readme": { "markdown": "# `datadog_powerpack`\n\nRefer to the Terraform Registry for docs: [`datadog_powerpack`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack).\n" }, "symbolId": "src/powerpack/index:" }, "@cdktf/provider-datadog.provider": { "locationInModule": { "filename": "src/index.ts", "line": 194 }, "readme": { "markdown": "# `provider`\n\nRefer to the Terraform Registry for docs: [`datadog`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs).\n" }, "symbolId": "src/provider/index:" }, "@cdktf/provider-datadog.referenceTable": { "locationInModule": { "filename": "src/index.ts", "line": 87 }, "readme": { "markdown": "# `datadog_reference_table`\n\nRefer to the Terraform Registry for docs: [`datadog_reference_table`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/reference_table).\n" }, "symbolId": "src/reference-table/index:" }, "@cdktf/provider-datadog.restrictionPolicy": { "locationInModule": { "filename": "src/index.ts", "line": 88 }, "readme": { "markdown": "# `datadog_restriction_policy`\n\nRefer to the Terraform Registry for docs: [`datadog_restriction_policy`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/restriction_policy).\n" }, "symbolId": "src/restriction-policy/index:" }, "@cdktf/provider-datadog.role": { "locationInModule": { "filename": "src/index.ts", "line": 89 }, "readme": { "markdown": "# `datadog_role`\n\nRefer to the Terraform Registry for docs: [`datadog_role`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/role).\n" }, "symbolId": "src/role/index:" }, "@cdktf/provider-datadog.rumApplication": { "locationInModule": { "filename": "src/index.ts", "line": 90 }, "readme": { "markdown": "# `datadog_rum_application`\n\nRefer to the Terraform Registry for docs: [`datadog_rum_application`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/rum_application).\n" }, "symbolId": "src/rum-application/index:" }, "@cdktf/provider-datadog.rumMetric": { "locationInModule": { "filename": "src/index.ts", "line": 91 }, "readme": { "markdown": "# `datadog_rum_metric`\n\nRefer to the Terraform Registry for docs: [`datadog_rum_metric`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/rum_metric).\n" }, "symbolId": "src/rum-metric/index:" }, "@cdktf/provider-datadog.rumRetentionFilter": { "locationInModule": { "filename": "src/index.ts", "line": 92 }, "readme": { "markdown": "# `datadog_rum_retention_filter`\n\nRefer to the Terraform Registry for docs: [`datadog_rum_retention_filter`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/rum_retention_filter).\n" }, "symbolId": "src/rum-retention-filter/index:" }, "@cdktf/provider-datadog.rumRetentionFiltersOrder": { "locationInModule": { "filename": "src/index.ts", "line": 93 }, "readme": { "markdown": "# `datadog_rum_retention_filters_order`\n\nRefer to the Terraform Registry for docs: [`datadog_rum_retention_filters_order`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/rum_retention_filters_order).\n" }, "symbolId": "src/rum-retention-filters-order/index:" }, "@cdktf/provider-datadog.securityMonitoringDefaultRule": { "locationInModule": { "filename": "src/index.ts", "line": 94 }, "readme": { "markdown": "# `datadog_security_monitoring_default_rule`\n\nRefer to the Terraform Registry for docs: [`datadog_security_monitoring_default_rule`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_default_rule).\n" }, "symbolId": "src/security-monitoring-default-rule/index:" }, "@cdktf/provider-datadog.securityMonitoringFilter": { "locationInModule": { "filename": "src/index.ts", "line": 95 }, "readme": { "markdown": "# `datadog_security_monitoring_filter`\n\nRefer to the Terraform Registry for docs: [`datadog_security_monitoring_filter`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_filter).\n" }, "symbolId": "src/security-monitoring-filter/index:" }, "@cdktf/provider-datadog.securityMonitoringRule": { "locationInModule": { "filename": "src/index.ts", "line": 96 }, "readme": { "markdown": "# `datadog_security_monitoring_rule`\n\nRefer to the Terraform Registry for docs: [`datadog_security_monitoring_rule`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule).\n" }, "symbolId": "src/security-monitoring-rule/index:" }, "@cdktf/provider-datadog.securityMonitoringRuleJson": { "locationInModule": { "filename": "src/index.ts", "line": 97 }, "readme": { "markdown": "# `datadog_security_monitoring_rule_json`\n\nRefer to the Terraform Registry for docs: [`datadog_security_monitoring_rule_json`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule_json).\n" }, "symbolId": "src/security-monitoring-rule-json/index:" }, "@cdktf/provider-datadog.securityMonitoringSuppression": { "locationInModule": { "filename": "src/index.ts", "line": 98 }, "readme": { "markdown": "# `datadog_security_monitoring_suppression`\n\nRefer to the Terraform Registry for docs: [`datadog_security_monitoring_suppression`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_suppression).\n" }, "symbolId": "src/security-monitoring-suppression/index:" }, "@cdktf/provider-datadog.securityNotificationRule": { "locationInModule": { "filename": "src/index.ts", "line": 99 }, "readme": { "markdown": "# `datadog_security_notification_rule`\n\nRefer to the Terraform Registry for docs: [`datadog_security_notification_rule`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_notification_rule).\n" }, "symbolId": "src/security-notification-rule/index:" }, "@cdktf/provider-datadog.sensitiveDataScannerGroup": { "locationInModule": { "filename": "src/index.ts", "line": 100 }, "readme": { "markdown": "# `datadog_sensitive_data_scanner_group`\n\nRefer to the Terraform Registry for docs: [`datadog_sensitive_data_scanner_group`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/sensitive_data_scanner_group).\n" }, "symbolId": "src/sensitive-data-scanner-group/index:" }, "@cdktf/provider-datadog.sensitiveDataScannerGroupOrder": { "locationInModule": { "filename": "src/index.ts", "line": 101 }, "readme": { "markdown": "# `datadog_sensitive_data_scanner_group_order`\n\nRefer to the Terraform Registry for docs: [`datadog_sensitive_data_scanner_group_order`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/sensitive_data_scanner_group_order).\n" }, "symbolId": "src/sensitive-data-scanner-group-order/index:" }, "@cdktf/provider-datadog.sensitiveDataScannerRule": { "locationInModule": { "filename": "src/index.ts", "line": 102 }, "readme": { "markdown": "# `datadog_sensitive_data_scanner_rule`\n\nRefer to the Terraform Registry for docs: [`datadog_sensitive_data_scanner_rule`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/sensitive_data_scanner_rule).\n" }, "symbolId": "src/sensitive-data-scanner-rule/index:" }, "@cdktf/provider-datadog.serviceAccount": { "locationInModule": { "filename": "src/index.ts", "line": 103 }, "readme": { "markdown": "# `datadog_service_account`\n\nRefer to the Terraform Registry for docs: [`datadog_service_account`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/service_account).\n" }, "symbolId": "src/service-account/index:" }, "@cdktf/provider-datadog.serviceAccountApplicationKey": { "locationInModule": { "filename": "src/index.ts", "line": 104 }, "readme": { "markdown": "# `datadog_service_account_application_key`\n\nRefer to the Terraform Registry for docs: [`datadog_service_account_application_key`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/service_account_application_key).\n" }, "symbolId": "src/service-account-application-key/index:" }, "@cdktf/provider-datadog.serviceDefinitionYaml": { "locationInModule": { "filename": "src/index.ts", "line": 105 }, "readme": { "markdown": "# `datadog_service_definition_yaml`\n\nRefer to the Terraform Registry for docs: [`datadog_service_definition_yaml`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/service_definition_yaml).\n" }, "symbolId": "src/service-definition-yaml/index:" }, "@cdktf/provider-datadog.serviceLevelObjective": { "locationInModule": { "filename": "src/index.ts", "line": 106 }, "readme": { "markdown": "# `datadog_service_level_objective`\n\nRefer to the Terraform Registry for docs: [`datadog_service_level_objective`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/service_level_objective).\n" }, "symbolId": "src/service-level-objective/index:" }, "@cdktf/provider-datadog.sloCorrection": { "locationInModule": { "filename": "src/index.ts", "line": 107 }, "readme": { "markdown": "# `datadog_slo_correction`\n\nRefer to the Terraform Registry for docs: [`datadog_slo_correction`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/slo_correction).\n" }, "symbolId": "src/slo-correction/index:" }, "@cdktf/provider-datadog.softwareCatalog": { "locationInModule": { "filename": "src/index.ts", "line": 108 }, "readme": { "markdown": "# `datadog_software_catalog`\n\nRefer to the Terraform Registry for docs: [`datadog_software_catalog`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/software_catalog).\n" }, "symbolId": "src/software-catalog/index:" }, "@cdktf/provider-datadog.spansMetric": { "locationInModule": { "filename": "src/index.ts", "line": 109 }, "readme": { "markdown": "# `datadog_spans_metric`\n\nRefer to the Terraform Registry for docs: [`datadog_spans_metric`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/spans_metric).\n" }, "symbolId": "src/spans-metric/index:" }, "@cdktf/provider-datadog.syntheticsConcurrencyCap": { "locationInModule": { "filename": "src/index.ts", "line": 110 }, "readme": { "markdown": "# `datadog_synthetics_concurrency_cap`\n\nRefer to the Terraform Registry for docs: [`datadog_synthetics_concurrency_cap`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_concurrency_cap).\n" }, "symbolId": "src/synthetics-concurrency-cap/index:" }, "@cdktf/provider-datadog.syntheticsGlobalVariable": { "locationInModule": { "filename": "src/index.ts", "line": 111 }, "readme": { "markdown": "# `datadog_synthetics_global_variable`\n\nRefer to the Terraform Registry for docs: [`datadog_synthetics_global_variable`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_global_variable).\n" }, "symbolId": "src/synthetics-global-variable/index:" }, "@cdktf/provider-datadog.syntheticsPrivateLocation": { "locationInModule": { "filename": "src/index.ts", "line": 112 }, "readme": { "markdown": "# `datadog_synthetics_private_location`\n\nRefer to the Terraform Registry for docs: [`datadog_synthetics_private_location`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_private_location).\n" }, "symbolId": "src/synthetics-private-location/index:" }, "@cdktf/provider-datadog.syntheticsTest": { "locationInModule": { "filename": "src/index.ts", "line": 113 }, "readme": { "markdown": "# `datadog_synthetics_test`\n\nRefer to the Terraform Registry for docs: [`datadog_synthetics_test`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test).\n" }, "symbolId": "src/synthetics-test/index:" }, "@cdktf/provider-datadog.tagPipelineRuleset": { "locationInModule": { "filename": "src/index.ts", "line": 114 }, "readme": { "markdown": "# `datadog_tag_pipeline_ruleset`\n\nRefer to the Terraform Registry for docs: [`datadog_tag_pipeline_ruleset`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/tag_pipeline_ruleset).\n" }, "symbolId": "src/tag-pipeline-ruleset/index:" }, "@cdktf/provider-datadog.tagPipelineRulesets": { "locationInModule": { "filename": "src/index.ts", "line": 115 }, "readme": { "markdown": "# `datadog_tag_pipeline_rulesets`\n\nRefer to the Terraform Registry for docs: [`datadog_tag_pipeline_rulesets`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/tag_pipeline_rulesets).\n" }, "symbolId": "src/tag-pipeline-rulesets/index:" }, "@cdktf/provider-datadog.team": { "locationInModule": { "filename": "src/index.ts", "line": 116 }, "readme": { "markdown": "# `datadog_team`\n\nRefer to the Terraform Registry for docs: [`datadog_team`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/team).\n" }, "symbolId": "src/team/index:" }, "@cdktf/provider-datadog.teamHierarchyLinks": { "locationInModule": { "filename": "src/index.ts", "line": 117 }, "readme": { "markdown": "# `datadog_team_hierarchy_links`\n\nRefer to the Terraform Registry for docs: [`datadog_team_hierarchy_links`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/team_hierarchy_links).\n" }, "symbolId": "src/team-hierarchy-links/index:" }, "@cdktf/provider-datadog.teamLink": { "locationInModule": { "filename": "src/index.ts", "line": 118 }, "readme": { "markdown": "# `datadog_team_link`\n\nRefer to the Terraform Registry for docs: [`datadog_team_link`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/team_link).\n" }, "symbolId": "src/team-link/index:" }, "@cdktf/provider-datadog.teamMembership": { "locationInModule": { "filename": "src/index.ts", "line": 119 }, "readme": { "markdown": "# `datadog_team_membership`\n\nRefer to the Terraform Registry for docs: [`datadog_team_membership`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/team_membership).\n" }, "symbolId": "src/team-membership/index:" }, "@cdktf/provider-datadog.teamPermissionSetting": { "locationInModule": { "filename": "src/index.ts", "line": 120 }, "readme": { "markdown": "# `datadog_team_permission_setting`\n\nRefer to the Terraform Registry for docs: [`datadog_team_permission_setting`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/team_permission_setting).\n" }, "symbolId": "src/team-permission-setting/index:" }, "@cdktf/provider-datadog.user": { "locationInModule": { "filename": "src/index.ts", "line": 121 }, "readme": { "markdown": "# `datadog_user`\n\nRefer to the Terraform Registry for docs: [`datadog_user`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/user).\n" }, "symbolId": "src/user/index:" }, "@cdktf/provider-datadog.userRole": { "locationInModule": { "filename": "src/index.ts", "line": 122 }, "readme": { "markdown": "# `datadog_user_role`\n\nRefer to the Terraform Registry for docs: [`datadog_user_role`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/user_role).\n" }, "symbolId": "src/user-role/index:" }, "@cdktf/provider-datadog.webhook": { "locationInModule": { "filename": "src/index.ts", "line": 123 }, "readme": { "markdown": "# `datadog_webhook`\n\nRefer to the Terraform Registry for docs: [`datadog_webhook`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/webhook).\n" }, "symbolId": "src/webhook/index:" }, "@cdktf/provider-datadog.webhookCustomVariable": { "locationInModule": { "filename": "src/index.ts", "line": 124 }, "readme": { "markdown": "# `datadog_webhook_custom_variable`\n\nRefer to the Terraform Registry for docs: [`datadog_webhook_custom_variable`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/webhook_custom_variable).\n" }, "symbolId": "src/webhook-custom-variable/index:" }, "@cdktf/provider-datadog.workflowAutomation": { "locationInModule": { "filename": "src/index.ts", "line": 125 }, "readme": { "markdown": "# `datadog_workflow_automation`\n\nRefer to the Terraform Registry for docs: [`datadog_workflow_automation`](https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/workflow_automation).\n" }, "symbolId": "src/workflow-automation/index:" } }, "targets": { "dotnet": { "namespace": "HashiCorp.Cdktf.Providers.Datadog", "packageId": "HashiCorp.Cdktf.Providers.Datadog" }, "go": { "moduleName": "github.com/cdktf/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.actionConnection.ActionConnection": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/action_connection datadog_action_connection}." }, "fqn": "@cdktf/provider-datadog.actionConnection.ActionConnection", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/action_connection datadog_action_connection} Resource." }, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 1264 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.actionConnection.ActionConnectionConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/action-connection/index.ts", "line": 1232 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a ActionConnection resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 1249 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the ActionConnection to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/action_connection#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing ActionConnection that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the ActionConnection to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 1312 }, "name": "putAws", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.actionConnection.ActionConnectionAws" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 1328 }, "name": "putHttp", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.actionConnection.ActionConnectionHttp" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 1315 }, "name": "resetAws" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 1331 }, "name": "resetHttp" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 1343 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 1351 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "ActionConnection", "namespace": "actionConnection", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 1237 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 1309 }, "name": "aws", "type": { "fqn": "@cdktf/provider-datadog.actionConnection.ActionConnectionAwsOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 1325 }, "name": "http", "type": { "fqn": "@cdktf/provider-datadog.actionConnection.ActionConnectionHttpOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 1290 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 1319 }, "name": "awsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "@cdktf/provider-datadog.actionConnection.ActionConnectionAws" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 1335 }, "name": "httpInput", "optional": true, "type": { "union": { "types": [ { "fqn": "@cdktf/provider-datadog.actionConnection.ActionConnectionHttp" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 1303 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 1296 }, "name": "name", "type": { "primitive": "string" } } ], "symbolId": "src/action-connection/index:ActionConnection" }, "@cdktf/provider-datadog.actionConnection.ActionConnectionAws": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.actionConnection.ActionConnectionAws", "kind": "interface", "locationInModule": { "filename": "src/action-connection/index.ts", "line": 175 }, "name": "ActionConnectionAws", "namespace": "actionConnection", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/action_connection#assume_role ActionConnection#assume_role}", "stability": "stable", "summary": "assume_role block." }, "immutable": true, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 181 }, "name": "assumeRole", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.actionConnection.ActionConnectionAwsAssumeRole" } } ], "symbolId": "src/action-connection/index:ActionConnectionAws" }, "@cdktf/provider-datadog.actionConnection.ActionConnectionAwsAssumeRole": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.actionConnection.ActionConnectionAwsAssumeRole", "kind": "interface", "locationInModule": { "filename": "src/action-connection/index.ts", "line": 34 }, "name": "ActionConnectionAwsAssumeRole", "namespace": "actionConnection", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/action_connection#account_id ActionConnection#account_id}", "stability": "stable", "summary": "AWS account that the connection is created for. String length must be at least 1." }, "immutable": true, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 40 }, "name": "accountId", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/action_connection#role ActionConnection#role}", "stability": "stable", "summary": "Role to assume. String length must be at least 1." }, "immutable": true, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 46 }, "name": "role", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/action-connection/index:ActionConnectionAwsAssumeRole" }, "@cdktf/provider-datadog.actionConnection.ActionConnectionAwsAssumeRoleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.actionConnection.ActionConnectionAwsAssumeRoleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 93 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/action-connection/index.ts", "line": 85 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 141 }, "name": "resetAccountId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 167 }, "name": "resetRole" } ], "name": "ActionConnectionAwsAssumeRoleOutputReference", "namespace": "actionConnection", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 150 }, "name": "externalId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 155 }, "name": "principalId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 145 }, "name": "accountIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 171 }, "name": "roleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 135 }, "name": "accountId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 161 }, "name": "role", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 97 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "@cdktf/provider-datadog.actionConnection.ActionConnectionAwsAssumeRole" }, { "fqn": "cdktf.IResolvable" } ] } } } ], "symbolId": "src/action-connection/index:ActionConnectionAwsAssumeRoleOutputReference" }, "@cdktf/provider-datadog.actionConnection.ActionConnectionAwsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.actionConnection.ActionConnectionAwsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 221 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/action-connection/index.ts", "line": 213 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 260 }, "name": "putAssumeRole", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.actionConnection.ActionConnectionAwsAssumeRole" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 263 }, "name": "resetAssumeRole" } ], "name": "ActionConnectionAwsOutputReference", "namespace": "actionConnection", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 257 }, "name": "assumeRole", "type": { "fqn": "@cdktf/provider-datadog.actionConnection.ActionConnectionAwsAssumeRoleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 267 }, "name": "assumeRoleInput", "optional": true, "type": { "union": { "types": [ { "fqn": "@cdktf/provider-datadog.actionConnection.ActionConnectionAwsAssumeRole" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 225 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "@cdktf/provider-datadog.actionConnection.ActionConnectionAws" }, { "fqn": "cdktf.IResolvable" } ] } } } ], "symbolId": "src/action-connection/index:ActionConnectionAwsOutputReference" }, "@cdktf/provider-datadog.actionConnection.ActionConnectionConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.actionConnection.ActionConnectionConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/action-connection/index.ts", "line": 14 }, "name": "ActionConnectionConfig", "namespace": "actionConnection", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/action_connection#name ActionConnection#name}", "stability": "stable", "summary": "Name of the connection." }, "immutable": true, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 20 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/action_connection#aws ActionConnection#aws}", "stability": "stable", "summary": "aws block." }, "immutable": true, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 26 }, "name": "aws", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.actionConnection.ActionConnectionAws" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/action_connection#http ActionConnection#http}", "stability": "stable", "summary": "http block." }, "immutable": true, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 32 }, "name": "http", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.actionConnection.ActionConnectionHttp" } } ], "symbolId": "src/action-connection/index:ActionConnectionConfig" }, "@cdktf/provider-datadog.actionConnection.ActionConnectionHttp": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.actionConnection.ActionConnectionHttp", "kind": "interface", "locationInModule": { "filename": "src/action-connection/index.ts", "line": 1097 }, "name": "ActionConnectionHttp", "namespace": "actionConnection", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/action_connection#base_url ActionConnection#base_url}", "stability": "stable", "summary": "Base HTTP url for the integration. String length must be at least 1." }, "immutable": true, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 1103 }, "name": "baseUrl", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/action_connection#token_auth ActionConnection#token_auth}", "stability": "stable", "summary": "token_auth block." }, "immutable": true, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 1109 }, "name": "tokenAuth", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.actionConnection.ActionConnectionHttpTokenAuth" } } ], "symbolId": "src/action-connection/index:ActionConnectionHttp" }, "@cdktf/provider-datadog.actionConnection.ActionConnectionHttpOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.actionConnection.ActionConnectionHttpOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 1156 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/action-connection/index.ts", "line": 1148 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 1217 }, "name": "putTokenAuth", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.actionConnection.ActionConnectionHttpTokenAuth" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 1204 }, "name": "resetBaseUrl" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 1220 }, "name": "resetTokenAuth" } ], "name": "ActionConnectionHttpOutputReference", "namespace": "actionConnection", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 1214 }, "name": "tokenAuth", "type": { "fqn": "@cdktf/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 1208 }, "name": "baseUrlInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 1224 }, "name": "tokenAuthInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.actionConnection.ActionConnectionHttpTokenAuth" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 1198 }, "name": "baseUrl", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 1160 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "@cdktf/provider-datadog.actionConnection.ActionConnectionHttp" }, { "fqn": "cdktf.IResolvable" } ] } } } ], "symbolId": "src/action-connection/index:ActionConnectionHttpOutputReference" }, "@cdktf/provider-datadog.actionConnection.ActionConnectionHttpTokenAuth": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.actionConnection.ActionConnectionHttpTokenAuth", "kind": "interface", "locationInModule": { "filename": "src/action-connection/index.ts", "line": 896 }, "name": "ActionConnectionHttpTokenAuth", "namespace": "actionConnection", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/action_connection#body ActionConnection#body}", "stability": "stable", "summary": "body block." }, "immutable": true, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 902 }, "name": "body", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthBody" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/action_connection#header ActionConnection#header}", "stability": "stable", "summary": "header block." }, "immutable": true, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 908 }, "name": "header", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthHeader" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/action_connection#token ActionConnection#token}", "stability": "stable", "summary": "token block." }, "immutable": true, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 914 }, "name": "token", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthToken" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/action_connection#url_parameter ActionConnection#url_parameter}", "stability": "stable", "summary": "url_parameter block." }, "immutable": true, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 920 }, "name": "urlParameter", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthUrlParameter" }, "kind": "array" } } ] } } } ], "symbolId": "src/action-connection/index:ActionConnectionHttpTokenAuth" }, "@cdktf/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthBody": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthBody", "kind": "interface", "locationInModule": { "filename": "src/action-connection/index.ts", "line": 271 }, "name": "ActionConnectionHttpTokenAuthBody", "namespace": "actionConnection", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/action_connection#content ActionConnection#content}", "stability": "stable", "summary": "Serialized body content. String length must be at least 1." }, "immutable": true, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 277 }, "name": "content", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/action_connection#content_type ActionConnection#content_type}", "stability": "stable", "summary": "Content type of the body. String length must be at least 1." }, "immutable": true, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 283 }, "name": "contentType", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/action-connection/index:ActionConnectionHttpTokenAuthBody" }, "@cdktf/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthBodyOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthBodyOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 330 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/action-connection/index.ts", "line": 322 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 378 }, "name": "resetContent" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 394 }, "name": "resetContentType" } ], "name": "ActionConnectionHttpTokenAuthBodyOutputReference", "namespace": "actionConnection", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 382 }, "name": "contentInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 398 }, "name": "contentTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 372 }, "name": "content", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 388 }, "name": "contentType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 334 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthBody" } ] } } } ], "symbolId": "src/action-connection/index:ActionConnectionHttpTokenAuthBodyOutputReference" }, "@cdktf/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthHeader": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthHeader", "kind": "interface", "locationInModule": { "filename": "src/action-connection/index.ts", "line": 402 }, "name": "ActionConnectionHttpTokenAuthHeader", "namespace": "actionConnection", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/action_connection#name ActionConnection#name}", "stability": "stable", "summary": "Header name. String length must be at least 1." }, "immutable": true, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 408 }, "name": "name", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/action_connection#value ActionConnection#value}", "stability": "stable", "summary": "String length must be at least 1." }, "immutable": true, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 414 }, "name": "value", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/action-connection/index:ActionConnectionHttpTokenAuthHeader" }, "@cdktf/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthHeaderList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthHeaderList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 544 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/action-connection/index.ts", "line": 536 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 551 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthHeaderOutputReference" } } } ], "name": "ActionConnectionHttpTokenAuthHeaderList", "namespace": "actionConnection", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 544 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 544 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 544 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 537 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthHeader" }, "kind": "array" } } ] } } } ], "symbolId": "src/action-connection/index:ActionConnectionHttpTokenAuthHeaderList" }, "@cdktf/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthHeaderOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthHeaderOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 463 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/action-connection/index.ts", "line": 453 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 511 }, "name": "resetName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 527 }, "name": "resetValue" } ], "name": "ActionConnectionHttpTokenAuthHeaderOutputReference", "namespace": "actionConnection", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 515 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 531 }, "name": "valueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 505 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 521 }, "name": "value", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 467 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthHeader" } ] } } } ], "symbolId": "src/action-connection/index:ActionConnectionHttpTokenAuthHeaderOutputReference" }, "@cdktf/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 981 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/action-connection/index.ts", "line": 973 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 1038 }, "name": "putBody", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthBody" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 1054 }, "name": "putHeader", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthHeader" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 1070 }, "name": "putToken", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthToken" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 1086 }, "name": "putUrlParameter", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthUrlParameter" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 1041 }, "name": "resetBody" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 1057 }, "name": "resetHeader" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 1073 }, "name": "resetToken" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 1089 }, "name": "resetUrlParameter" } ], "name": "ActionConnectionHttpTokenAuthOutputReference", "namespace": "actionConnection", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 1035 }, "name": "body", "type": { "fqn": "@cdktf/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthBodyOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 1051 }, "name": "header", "type": { "fqn": "@cdktf/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthHeaderList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 1067 }, "name": "token", "type": { "fqn": "@cdktf/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthTokenList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 1083 }, "name": "urlParameter", "type": { "fqn": "@cdktf/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthUrlParameterList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 1045 }, "name": "bodyInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthBody" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 1061 }, "name": "headerInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthHeader" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 1077 }, "name": "tokenInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthToken" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 1093 }, "name": "urlParameterInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthUrlParameter" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 985 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.actionConnection.ActionConnectionHttpTokenAuth" } ] } } } ], "symbolId": "src/action-connection/index:ActionConnectionHttpTokenAuthOutputReference" }, "@cdktf/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthToken": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthToken", "kind": "interface", "locationInModule": { "filename": "src/action-connection/index.ts", "line": 555 }, "name": "ActionConnectionHttpTokenAuthToken", "namespace": "actionConnection", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/action_connection#name ActionConnection#name}", "stability": "stable", "summary": "Token name. String length must be at least 1." }, "immutable": true, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 561 }, "name": "name", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/action_connection#type ActionConnection#type}", "stability": "stable", "summary": "Token type Valid values are `SECRET`." }, "immutable": true, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 567 }, "name": "type", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/action_connection#value ActionConnection#value}", "stability": "stable", "summary": "Token value. String length must be at least 1." }, "immutable": true, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 573 }, "name": "value", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/action-connection/index:ActionConnectionHttpTokenAuthToken" }, "@cdktf/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthTokenList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthTokenList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 732 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/action-connection/index.ts", "line": 724 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 739 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthTokenOutputReference" } } } ], "name": "ActionConnectionHttpTokenAuthTokenList", "namespace": "actionConnection", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 732 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 732 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 732 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 725 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthToken" }, "kind": "array" } } ] } } } ], "symbolId": "src/action-connection/index:ActionConnectionHttpTokenAuthTokenList" }, "@cdktf/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthTokenOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthTokenOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 629 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/action-connection/index.ts", "line": 619 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 683 }, "name": "resetName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 699 }, "name": "resetType" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 715 }, "name": "resetValue" } ], "name": "ActionConnectionHttpTokenAuthTokenOutputReference", "namespace": "actionConnection", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 687 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 703 }, "name": "typeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 719 }, "name": "valueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 677 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 693 }, "name": "type", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 709 }, "name": "value", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 633 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthToken" } ] } } } ], "symbolId": "src/action-connection/index:ActionConnectionHttpTokenAuthTokenOutputReference" }, "@cdktf/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthUrlParameter": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthUrlParameter", "kind": "interface", "locationInModule": { "filename": "src/action-connection/index.ts", "line": 743 }, "name": "ActionConnectionHttpTokenAuthUrlParameter", "namespace": "actionConnection", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/action_connection#name ActionConnection#name}", "stability": "stable", "summary": "URL parameter name. String length must be at least 1." }, "immutable": true, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 749 }, "name": "name", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/action_connection#value ActionConnection#value}", "stability": "stable", "summary": "URL parameter value. String length must be at least 1." }, "immutable": true, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 755 }, "name": "value", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/action-connection/index:ActionConnectionHttpTokenAuthUrlParameter" }, "@cdktf/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthUrlParameterList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthUrlParameterList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 885 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/action-connection/index.ts", "line": 877 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 892 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthUrlParameterOutputReference" } } } ], "name": "ActionConnectionHttpTokenAuthUrlParameterList", "namespace": "actionConnection", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 885 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 885 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 885 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 878 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthUrlParameter" }, "kind": "array" } } ] } } } ], "symbolId": "src/action-connection/index:ActionConnectionHttpTokenAuthUrlParameterList" }, "@cdktf/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthUrlParameterOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthUrlParameterOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 804 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/action-connection/index.ts", "line": 794 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 852 }, "name": "resetName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 868 }, "name": "resetValue" } ], "name": "ActionConnectionHttpTokenAuthUrlParameterOutputReference", "namespace": "actionConnection", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 856 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 872 }, "name": "valueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 846 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 862 }, "name": "value", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/action-connection/index.ts", "line": 808 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthUrlParameter" } ] } } } ], "symbolId": "src/action-connection/index:ActionConnectionHttpTokenAuthUrlParameterOutputReference" }, "@cdktf/provider-datadog.agentlessScanningAwsScanOptions.AgentlessScanningAwsScanOptions": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/agentless_scanning_aws_scan_options datadog_agentless_scanning_aws_scan_options}." }, "fqn": "@cdktf/provider-datadog.agentlessScanningAwsScanOptions.AgentlessScanningAwsScanOptions", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/agentless_scanning_aws_scan_options datadog_agentless_scanning_aws_scan_options} Resource." }, "locationInModule": { "filename": "src/agentless-scanning-aws-scan-options/index.ts", "line": 82 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.agentlessScanningAwsScanOptions.AgentlessScanningAwsScanOptionsConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/agentless-scanning-aws-scan-options/index.ts", "line": 50 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a AgentlessScanningAwsScanOptions resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/agentless-scanning-aws-scan-options/index.ts", "line": 67 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the AgentlessScanningAwsScanOptions to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/agentless_scanning_aws_scan_options#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing AgentlessScanningAwsScanOptions that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the AgentlessScanningAwsScanOptions to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/agentless-scanning-aws-scan-options/index.ts", "line": 183 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/agentless-scanning-aws-scan-options/index.ts", "line": 193 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "AgentlessScanningAwsScanOptions", "namespace": "agentlessScanningAwsScanOptions", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/agentless-scanning-aws-scan-options/index.ts", "line": 55 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/agentless-scanning-aws-scan-options/index.ts", "line": 123 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/agentless-scanning-aws-scan-options/index.ts", "line": 118 }, "name": "awsAccountIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/agentless-scanning-aws-scan-options/index.ts", "line": 136 }, "name": "lambdaInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/agentless-scanning-aws-scan-options/index.ts", "line": 149 }, "name": "sensitiveDataInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/agentless-scanning-aws-scan-options/index.ts", "line": 162 }, "name": "vulnContainersOsInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/agentless-scanning-aws-scan-options/index.ts", "line": 175 }, "name": "vulnHostOsInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/agentless-scanning-aws-scan-options/index.ts", "line": 111 }, "name": "awsAccountId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/agentless-scanning-aws-scan-options/index.ts", "line": 129 }, "name": "lambda", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/agentless-scanning-aws-scan-options/index.ts", "line": 142 }, "name": "sensitiveData", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/agentless-scanning-aws-scan-options/index.ts", "line": 155 }, "name": "vulnContainersOs", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/agentless-scanning-aws-scan-options/index.ts", "line": 168 }, "name": "vulnHostOs", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } } ], "symbolId": "src/agentless-scanning-aws-scan-options/index:AgentlessScanningAwsScanOptions" }, "@cdktf/provider-datadog.agentlessScanningAwsScanOptions.AgentlessScanningAwsScanOptionsConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.agentlessScanningAwsScanOptions.AgentlessScanningAwsScanOptionsConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/agentless-scanning-aws-scan-options/index.ts", "line": 14 }, "name": "AgentlessScanningAwsScanOptionsConfig", "namespace": "agentlessScanningAwsScanOptions", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/agentless_scanning_aws_scan_options#aws_account_id AgentlessScanningAwsScanOptions#aws_account_id}", "stability": "stable", "summary": "The AWS account ID for which agentless scanning is configured. Must be a valid AWS account ID." }, "immutable": true, "locationInModule": { "filename": "src/agentless-scanning-aws-scan-options/index.ts", "line": 20 }, "name": "awsAccountId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/agentless_scanning_aws_scan_options#lambda AgentlessScanningAwsScanOptions#lambda}", "stability": "stable", "summary": "Indicates if scanning of Lambda functions is enabled." }, "immutable": true, "locationInModule": { "filename": "src/agentless-scanning-aws-scan-options/index.ts", "line": 26 }, "name": "lambda", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/agentless_scanning_aws_scan_options#sensitive_data AgentlessScanningAwsScanOptions#sensitive_data}", "stability": "stable", "summary": "Indicates if scanning for sensitive data is enabled." }, "immutable": true, "locationInModule": { "filename": "src/agentless-scanning-aws-scan-options/index.ts", "line": 32 }, "name": "sensitiveData", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/agentless_scanning_aws_scan_options#vuln_containers_os AgentlessScanningAwsScanOptions#vuln_containers_os}", "stability": "stable", "summary": "Indicates if scanning for vulnerabilities in containers is enabled." }, "immutable": true, "locationInModule": { "filename": "src/agentless-scanning-aws-scan-options/index.ts", "line": 38 }, "name": "vulnContainersOs", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/agentless_scanning_aws_scan_options#vuln_host_os AgentlessScanningAwsScanOptions#vuln_host_os}", "stability": "stable", "summary": "Indicates if scanning for vulnerabilities in hosts is enabled." }, "immutable": true, "locationInModule": { "filename": "src/agentless-scanning-aws-scan-options/index.ts", "line": 44 }, "name": "vulnHostOs", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } } ], "symbolId": "src/agentless-scanning-aws-scan-options/index:AgentlessScanningAwsScanOptionsConfig" }, "@cdktf/provider-datadog.agentlessScanningGcpScanOptions.AgentlessScanningGcpScanOptions": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/agentless_scanning_gcp_scan_options datadog_agentless_scanning_gcp_scan_options}." }, "fqn": "@cdktf/provider-datadog.agentlessScanningGcpScanOptions.AgentlessScanningGcpScanOptions", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/agentless_scanning_gcp_scan_options datadog_agentless_scanning_gcp_scan_options} Resource." }, "locationInModule": { "filename": "src/agentless-scanning-gcp-scan-options/index.ts", "line": 70 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.agentlessScanningGcpScanOptions.AgentlessScanningGcpScanOptionsConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/agentless-scanning-gcp-scan-options/index.ts", "line": 38 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a AgentlessScanningGcpScanOptions resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/agentless-scanning-gcp-scan-options/index.ts", "line": 55 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the AgentlessScanningGcpScanOptions to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/agentless_scanning_gcp_scan_options#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing AgentlessScanningGcpScanOptions that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the AgentlessScanningGcpScanOptions to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/agentless-scanning-gcp-scan-options/index.ts", "line": 143 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/agentless-scanning-gcp-scan-options/index.ts", "line": 151 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "AgentlessScanningGcpScanOptions", "namespace": "agentlessScanningGcpScanOptions", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/agentless-scanning-gcp-scan-options/index.ts", "line": 43 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/agentless-scanning-gcp-scan-options/index.ts", "line": 109 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/agentless-scanning-gcp-scan-options/index.ts", "line": 104 }, "name": "gcpProjectIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/agentless-scanning-gcp-scan-options/index.ts", "line": 122 }, "name": "vulnContainersOsInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/agentless-scanning-gcp-scan-options/index.ts", "line": 135 }, "name": "vulnHostOsInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/agentless-scanning-gcp-scan-options/index.ts", "line": 97 }, "name": "gcpProjectId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/agentless-scanning-gcp-scan-options/index.ts", "line": 115 }, "name": "vulnContainersOs", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/agentless-scanning-gcp-scan-options/index.ts", "line": 128 }, "name": "vulnHostOs", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } } ], "symbolId": "src/agentless-scanning-gcp-scan-options/index:AgentlessScanningGcpScanOptions" }, "@cdktf/provider-datadog.agentlessScanningGcpScanOptions.AgentlessScanningGcpScanOptionsConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.agentlessScanningGcpScanOptions.AgentlessScanningGcpScanOptionsConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/agentless-scanning-gcp-scan-options/index.ts", "line": 14 }, "name": "AgentlessScanningGcpScanOptionsConfig", "namespace": "agentlessScanningGcpScanOptions", "properties": [ { "abstract": true, "docs": { "remarks": "Must be a valid GCP project ID: 6–30 characters, start with a lowercase letter, and include only lowercase letters, digits, or hyphens.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/agentless_scanning_gcp_scan_options#gcp_project_id AgentlessScanningGcpScanOptions#gcp_project_id}", "stability": "stable", "summary": "The GCP project ID for which agentless scanning is configured." }, "immutable": true, "locationInModule": { "filename": "src/agentless-scanning-gcp-scan-options/index.ts", "line": 20 }, "name": "gcpProjectId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/agentless_scanning_gcp_scan_options#vuln_containers_os AgentlessScanningGcpScanOptions#vuln_containers_os}", "stability": "stable", "summary": "Indicates if scanning for vulnerabilities in containers is enabled." }, "immutable": true, "locationInModule": { "filename": "src/agentless-scanning-gcp-scan-options/index.ts", "line": 26 }, "name": "vulnContainersOs", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/agentless_scanning_gcp_scan_options#vuln_host_os AgentlessScanningGcpScanOptions#vuln_host_os}", "stability": "stable", "summary": "Indicates if scanning for vulnerabilities in hosts is enabled." }, "immutable": true, "locationInModule": { "filename": "src/agentless-scanning-gcp-scan-options/index.ts", "line": 32 }, "name": "vulnHostOs", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } } ], "symbolId": "src/agentless-scanning-gcp-scan-options/index:AgentlessScanningGcpScanOptionsConfig" }, "@cdktf/provider-datadog.apiKey.ApiKey": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/api_key datadog_api_key}." }, "fqn": "@cdktf/provider-datadog.apiKey.ApiKey", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/api_key datadog_api_key} Resource." }, "locationInModule": { "filename": "src/api-key/index.ts", "line": 64 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.apiKey.ApiKeyConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/api-key/index.ts", "line": 32 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a ApiKey resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/api-key/index.ts", "line": 49 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the ApiKey to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/api_key#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing ApiKey that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the ApiKey to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/api-key/index.ts", "line": 119 }, "name": "resetRemoteConfigReadEnabled" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/api-key/index.ts", "line": 131 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/api-key/index.ts", "line": 138 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "ApiKey", "namespace": "apiKey", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/api-key/index.ts", "line": 37 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/api-key/index.ts", "line": 89 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/api-key/index.ts", "line": 94 }, "name": "key", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/api-key/index.ts", "line": 107 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/api-key/index.ts", "line": 123 }, "name": "remoteConfigReadEnabledInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/api-key/index.ts", "line": 100 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/api-key/index.ts", "line": 113 }, "name": "remoteConfigReadEnabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } } ], "symbolId": "src/api-key/index:ApiKey" }, "@cdktf/provider-datadog.apiKey.ApiKeyConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.apiKey.ApiKeyConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/api-key/index.ts", "line": 14 }, "name": "ApiKeyConfig", "namespace": "apiKey", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/api_key#name ApiKey#name}", "stability": "stable", "summary": "Name for API Key." }, "immutable": true, "locationInModule": { "filename": "src/api-key/index.ts", "line": 20 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Set to true only if remote config is enabled in `/organization-settings/remote-config`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/api_key#remote_config_read_enabled ApiKey#remote_config_read_enabled}", "stability": "stable", "summary": "Whether the API key is used for remote config." }, "immutable": true, "locationInModule": { "filename": "src/api-key/index.ts", "line": 26 }, "name": "remoteConfigReadEnabled", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } } ], "symbolId": "src/api-key/index:ApiKeyConfig" }, "@cdktf/provider-datadog.apmRetentionFilter.ApmRetentionFilter": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/apm_retention_filter datadog_apm_retention_filter}." }, "fqn": "@cdktf/provider-datadog.apmRetentionFilter.ApmRetentionFilter", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/apm_retention_filter datadog_apm_retention_filter} Resource." }, "locationInModule": { "filename": "src/apm-retention-filter/index.ts", "line": 184 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.apmRetentionFilter.ApmRetentionFilterConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/apm-retention-filter/index.ts", "line": 152 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a ApmRetentionFilter resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/apm-retention-filter/index.ts", "line": 169 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the ApmRetentionFilter to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/apm_retention_filter#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing ApmRetentionFilter that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the ApmRetentionFilter to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/apm-retention-filter/index.ts", "line": 290 }, "name": "putFilter", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.apmRetentionFilter.ApmRetentionFilterFilter" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/apm-retention-filter/index.ts", "line": 293 }, "name": "resetFilter" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/apm-retention-filter/index.ts", "line": 277 }, "name": "resetTraceRate" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/apm-retention-filter/index.ts", "line": 305 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/apm-retention-filter/index.ts", "line": 316 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "ApmRetentionFilter", "namespace": "apmRetentionFilter", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/apm-retention-filter/index.ts", "line": 157 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/apm-retention-filter/index.ts", "line": 287 }, "name": "filter", "type": { "fqn": "@cdktf/provider-datadog.apmRetentionFilter.ApmRetentionFilterFilterOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/apm-retention-filter/index.ts", "line": 239 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/apm-retention-filter/index.ts", "line": 221 }, "name": "enabledInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/apm-retention-filter/index.ts", "line": 297 }, "name": "filterInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.apmRetentionFilter.ApmRetentionFilterFilter" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/apm-retention-filter/index.ts", "line": 234 }, "name": "filterTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/apm-retention-filter/index.ts", "line": 252 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/apm-retention-filter/index.ts", "line": 265 }, "name": "rateInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/apm-retention-filter/index.ts", "line": 281 }, "name": "traceRateInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/apm-retention-filter/index.ts", "line": 214 }, "name": "enabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/apm-retention-filter/index.ts", "line": 227 }, "name": "filterType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/apm-retention-filter/index.ts", "line": 245 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/apm-retention-filter/index.ts", "line": 258 }, "name": "rate", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/apm-retention-filter/index.ts", "line": 271 }, "name": "traceRate", "type": { "primitive": "string" } } ], "symbolId": "src/apm-retention-filter/index:ApmRetentionFilter" }, "@cdktf/provider-datadog.apmRetentionFilter.ApmRetentionFilterConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.apmRetentionFilter.ApmRetentionFilterConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/apm-retention-filter/index.ts", "line": 14 }, "name": "ApmRetentionFilterConfig", "namespace": "apmRetentionFilter", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/apm_retention_filter#enabled ApmRetentionFilter#enabled}", "stability": "stable", "summary": "the status of the retention filter." }, "immutable": true, "locationInModule": { "filename": "src/apm-retention-filter/index.ts", "line": 20 }, "name": "enabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/apm_retention_filter#filter_type ApmRetentionFilter#filter_type}", "stability": "stable", "summary": "The type of the retention filter, currently only spans-processing-sampling is available. Valid values are `spans-sampling-processor`." }, "immutable": true, "locationInModule": { "filename": "src/apm-retention-filter/index.ts", "line": 26 }, "name": "filterType", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/apm_retention_filter#name ApmRetentionFilter#name}", "stability": "stable", "summary": "The name of the retention filter." }, "immutable": true, "locationInModule": { "filename": "src/apm-retention-filter/index.ts", "line": 32 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "a value of 1.0 keeps all spans matching the query. Value must be between 0.00 and 1.00.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/apm_retention_filter#rate ApmRetentionFilter#rate}", "stability": "stable", "summary": "Sample rate to apply to spans going through this retention filter as a string;" }, "immutable": true, "locationInModule": { "filename": "src/apm-retention-filter/index.ts", "line": 38 }, "name": "rate", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/apm_retention_filter#filter ApmRetentionFilter#filter}", "stability": "stable", "summary": "filter block." }, "immutable": true, "locationInModule": { "filename": "src/apm-retention-filter/index.ts", "line": 50 }, "name": "filter", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.apmRetentionFilter.ApmRetentionFilterFilter" } }, { "abstract": true, "docs": { "remarks": "a value of 1.0 keeps all traces matching the query. Value must be between 0.00 and 1.00.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/apm_retention_filter#trace_rate ApmRetentionFilter#trace_rate}", "stability": "stable", "summary": "Sample rate to apply to traces with spans going through this retention filter as a string;" }, "immutable": true, "locationInModule": { "filename": "src/apm-retention-filter/index.ts", "line": 44 }, "name": "traceRate", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/apm-retention-filter/index:ApmRetentionFilterConfig" }, "@cdktf/provider-datadog.apmRetentionFilter.ApmRetentionFilterFilter": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.apmRetentionFilter.ApmRetentionFilterFilter", "kind": "interface", "locationInModule": { "filename": "src/apm-retention-filter/index.ts", "line": 52 }, "name": "ApmRetentionFilterFilter", "namespace": "apmRetentionFilter", "properties": [ { "abstract": true, "docs": { "remarks": "Defaults to `\"*\"`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/apm_retention_filter#query ApmRetentionFilter#query}", "stability": "stable", "summary": "The search query - follow the span search syntax, use `AND` between tags and `\\` to escape special characters, use nanosecond for duration." }, "immutable": true, "locationInModule": { "filename": "src/apm-retention-filter/index.ts", "line": 58 }, "name": "query", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/apm-retention-filter/index:ApmRetentionFilterFilter" }, "@cdktf/provider-datadog.apmRetentionFilter.ApmRetentionFilterFilterOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.apmRetentionFilter.ApmRetentionFilterFilterOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/apm-retention-filter/index.ts", "line": 98 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/apm-retention-filter/index.ts", "line": 90 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/apm-retention-filter/index.ts", "line": 140 }, "name": "resetQuery" } ], "name": "ApmRetentionFilterFilterOutputReference", "namespace": "apmRetentionFilter", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/apm-retention-filter/index.ts", "line": 144 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/apm-retention-filter/index.ts", "line": 134 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/apm-retention-filter/index.ts", "line": 102 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.apmRetentionFilter.ApmRetentionFilterFilter" } ] } } } ], "symbolId": "src/apm-retention-filter/index:ApmRetentionFilterFilterOutputReference" }, "@cdktf/provider-datadog.apmRetentionFilterOrder.ApmRetentionFilterOrder": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/apm_retention_filter_order datadog_apm_retention_filter_order}." }, "fqn": "@cdktf/provider-datadog.apmRetentionFilterOrder.ApmRetentionFilterOrder", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/apm_retention_filter_order datadog_apm_retention_filter_order} Resource." }, "locationInModule": { "filename": "src/apm-retention-filter-order/index.ts", "line": 58 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.apmRetentionFilterOrder.ApmRetentionFilterOrderConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/apm-retention-filter-order/index.ts", "line": 26 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a ApmRetentionFilterOrder resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/apm-retention-filter-order/index.ts", "line": 43 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the ApmRetentionFilterOrder to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/apm_retention_filter_order#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing ApmRetentionFilterOrder that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the ApmRetentionFilterOrder to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/apm-retention-filter-order/index.ts", "line": 103 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/apm-retention-filter-order/index.ts", "line": 109 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "ApmRetentionFilterOrder", "namespace": "apmRetentionFilterOrder", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/apm-retention-filter-order/index.ts", "line": 31 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/apm-retention-filter-order/index.ts", "line": 95 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/apm-retention-filter-order/index.ts", "line": 90 }, "name": "filterIdsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/apm-retention-filter-order/index.ts", "line": 83 }, "name": "filterIds", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/apm-retention-filter-order/index:ApmRetentionFilterOrder" }, "@cdktf/provider-datadog.apmRetentionFilterOrder.ApmRetentionFilterOrderConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.apmRetentionFilterOrder.ApmRetentionFilterOrderConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/apm-retention-filter-order/index.ts", "line": 14 }, "name": "ApmRetentionFilterOrderConfig", "namespace": "apmRetentionFilterOrder", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/apm_retention_filter_order#filter_ids ApmRetentionFilterOrder#filter_ids}", "stability": "stable", "summary": "The filter IDs list. The order of filters IDs in this attribute defines the overall APM retention filters order." }, "immutable": true, "locationInModule": { "filename": "src/apm-retention-filter-order/index.ts", "line": 20 }, "name": "filterIds", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/apm-retention-filter-order/index:ApmRetentionFilterOrderConfig" }, "@cdktf/provider-datadog.appBuilderApp.AppBuilderApp": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/app_builder_app datadog_app_builder_app}." }, "fqn": "@cdktf/provider-datadog.appBuilderApp.AppBuilderApp", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/app_builder_app datadog_app_builder_app} Resource." }, "locationInModule": { "filename": "src/app-builder-app/index.ts", "line": 88 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.appBuilderApp.AppBuilderAppConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/app-builder-app/index.ts", "line": 56 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a AppBuilderApp resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/app-builder-app/index.ts", "line": 73 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the AppBuilderApp to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/app_builder_app#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing AppBuilderApp that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the AppBuilderApp to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/app-builder-app/index.ts", "line": 124 }, "name": "resetActionQueryNamesToConnectionIds" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/app-builder-app/index.ts", "line": 153 }, "name": "resetDescription" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/app-builder-app/index.ts", "line": 174 }, "name": "resetName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/app-builder-app/index.ts", "line": 190 }, "name": "resetPublished" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/app-builder-app/index.ts", "line": 206 }, "name": "resetRootInstanceName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/app-builder-app/index.ts", "line": 218 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/app-builder-app/index.ts", "line": 229 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "AppBuilderApp", "namespace": "appBuilderApp", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/app-builder-app/index.ts", "line": 61 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/app-builder-app/index.ts", "line": 162 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/app-builder-app/index.ts", "line": 128 }, "name": "actionQueryNamesToConnectionIdsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "map" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/app-builder-app/index.ts", "line": 141 }, "name": "appJsonInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/app-builder-app/index.ts", "line": 157 }, "name": "descriptionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/app-builder-app/index.ts", "line": 178 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/app-builder-app/index.ts", "line": 194 }, "name": "publishedInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/app-builder-app/index.ts", "line": 210 }, "name": "rootInstanceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/app-builder-app/index.ts", "line": 118 }, "name": "actionQueryNamesToConnectionIds", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "map" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/app-builder-app/index.ts", "line": 134 }, "name": "appJson", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/app-builder-app/index.ts", "line": 147 }, "name": "description", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/app-builder-app/index.ts", "line": 168 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/app-builder-app/index.ts", "line": 184 }, "name": "published", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/app-builder-app/index.ts", "line": 200 }, "name": "rootInstanceName", "type": { "primitive": "string" } } ], "symbolId": "src/app-builder-app/index:AppBuilderApp" }, "@cdktf/provider-datadog.appBuilderApp.AppBuilderAppConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.appBuilderApp.AppBuilderAppConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/app-builder-app/index.ts", "line": 14 }, "name": "AppBuilderAppConfig", "namespace": "appBuilderApp", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/app_builder_app#app_json AppBuilderApp#app_json}", "stability": "stable", "summary": "The JSON representation of the App. String length must be at least 1." }, "immutable": true, "locationInModule": { "filename": "src/app-builder-app/index.ts", "line": 26 }, "name": "appJson", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Otherwise, a map of the App's Action Query Names to Action Connection IDs will be returned in output.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/app_builder_app#action_query_names_to_connection_ids AppBuilderApp#action_query_names_to_connection_ids}", "stability": "stable", "summary": "If specified, this will override the Action Connection IDs for the specified Action Query Names in the App JSON." }, "immutable": true, "locationInModule": { "filename": "src/app-builder-app/index.ts", "line": 20 }, "name": "actionQueryNamesToConnectionIds", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "map" } } }, { "abstract": true, "docs": { "remarks": "String length must be at least 1.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/app_builder_app#description AppBuilderApp#description}", "stability": "stable", "summary": "If specified, this will override the human-readable description of the App in the App JSON." }, "immutable": true, "locationInModule": { "filename": "src/app-builder-app/index.ts", "line": 32 }, "name": "description", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "String length must be at least 1.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/app_builder_app#name AppBuilderApp#name}", "stability": "stable", "summary": "If specified, this will override the name of the App in the App JSON." }, "immutable": true, "locationInModule": { "filename": "src/app-builder-app/index.ts", "line": 38 }, "name": "name", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Published apps are available to other users. To ensure the app is accessible to the correct users, you also need to set a [Restriction Policy](https://docs.datadoghq.com/api/latest/restriction-policies/) on the app if a policy does not yet exist. Defaults to `false`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/app_builder_app#published AppBuilderApp#published}", "stability": "stable", "summary": "Set the app to published or unpublished." }, "immutable": true, "locationInModule": { "filename": "src/app-builder-app/index.ts", "line": 44 }, "name": "published", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "This must be a grid component that contains all other components. If specified, this will override the root instance name of the App in the App JSON. String length must be at least 1.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/app_builder_app#root_instance_name AppBuilderApp#root_instance_name}", "stability": "stable", "summary": "The name of the root component of the app." }, "immutable": true, "locationInModule": { "filename": "src/app-builder-app/index.ts", "line": 50 }, "name": "rootInstanceName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/app-builder-app/index:AppBuilderAppConfig" }, "@cdktf/provider-datadog.appKeyRegistration.AppKeyRegistration": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/app_key_registration datadog_app_key_registration}." }, "fqn": "@cdktf/provider-datadog.appKeyRegistration.AppKeyRegistration", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/app_key_registration datadog_app_key_registration} Resource." }, "locationInModule": { "filename": "src/app-key-registration/index.ts", "line": 61 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.appKeyRegistration.AppKeyRegistrationConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/app-key-registration/index.ts", "line": 29 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a AppKeyRegistration resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/app-key-registration/index.ts", "line": 46 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the AppKeyRegistration to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/app_key_registration#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing AppKeyRegistration that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the AppKeyRegistration to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/app-key-registration/index.ts", "line": 101 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/app-key-registration/index.ts", "line": 107 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "AppKeyRegistration", "namespace": "appKeyRegistration", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/app-key-registration/index.ts", "line": 34 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/app-key-registration/index.ts", "line": 93 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/app-key-registration/index.ts", "line": 86 }, "name": "id", "type": { "primitive": "string" } } ], "symbolId": "src/app-key-registration/index:AppKeyRegistration" }, "@cdktf/provider-datadog.appKeyRegistration.AppKeyRegistrationConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.appKeyRegistration.AppKeyRegistrationConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/app-key-registration/index.ts", "line": 14 }, "name": "AppKeyRegistrationConfig", "namespace": "appKeyRegistration", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/app_key_registration#id AppKeyRegistration#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "The Application Key ID to register." }, "immutable": true, "locationInModule": { "filename": "src/app-key-registration/index.ts", "line": 23 }, "name": "id", "type": { "primitive": "string" } } ], "symbolId": "src/app-key-registration/index:AppKeyRegistrationConfig" }, "@cdktf/provider-datadog.applicationKey.ApplicationKey": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/application_key datadog_application_key}." }, "fqn": "@cdktf/provider-datadog.applicationKey.ApplicationKey", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/application_key datadog_application_key} Resource." }, "locationInModule": { "filename": "src/application-key/index.ts", "line": 64 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.applicationKey.ApplicationKeyConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/application-key/index.ts", "line": 32 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a ApplicationKey resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/application-key/index.ts", "line": 49 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the ApplicationKey to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/application_key#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing ApplicationKey that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the ApplicationKey to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/application-key/index.ts", "line": 119 }, "name": "resetScopes" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/application-key/index.ts", "line": 131 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/application-key/index.ts", "line": 138 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "ApplicationKey", "namespace": "applicationKey", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/application-key/index.ts", "line": 37 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/application-key/index.ts", "line": 89 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/application-key/index.ts", "line": 94 }, "name": "key", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/application-key/index.ts", "line": 107 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/application-key/index.ts", "line": 123 }, "name": "scopesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/application-key/index.ts", "line": 100 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/application-key/index.ts", "line": 113 }, "name": "scopes", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/application-key/index:ApplicationKey" }, "@cdktf/provider-datadog.applicationKey.ApplicationKeyConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.applicationKey.ApplicationKeyConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/application-key/index.ts", "line": 14 }, "name": "ApplicationKeyConfig", "namespace": "applicationKey", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/application_key#name ApplicationKey#name}", "stability": "stable", "summary": "Name for Application Key." }, "immutable": true, "locationInModule": { "filename": "src/application-key/index.ts", "line": 20 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/application_key#scopes ApplicationKey#scopes}", "stability": "stable", "summary": "Authorization scopes for the Application Key. Application Keys configured with no scopes have full access." }, "immutable": true, "locationInModule": { "filename": "src/application-key/index.ts", "line": 26 }, "name": "scopes", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/application-key/index:ApplicationKeyConfig" }, "@cdktf/provider-datadog.appsecWafCustomRule.AppsecWafCustomRule": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/appsec_waf_custom_rule datadog_appsec_waf_custom_rule}." }, "fqn": "@cdktf/provider-datadog.appsecWafCustomRule.AppsecWafCustomRule", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/appsec_waf_custom_rule datadog_appsec_waf_custom_rule} Resource." }, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 1223 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 1191 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a AppsecWafCustomRule resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 1208 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the AppsecWafCustomRule to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/appsec_waf_custom_rule#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing AppsecWafCustomRule that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the AppsecWafCustomRule to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 1331 }, "name": "putAction", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleAction" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 1347 }, "name": "putCondition", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleCondition" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 1363 }, "name": "putScope", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleScope" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 1334 }, "name": "resetAction" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 1350 }, "name": "resetCondition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 1305 }, "name": "resetPathGlob" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 1366 }, "name": "resetScope" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 1378 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 1391 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "AppsecWafCustomRule", "namespace": "appsecWafCustomRule", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 1196 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 1328 }, "name": "action", "type": { "fqn": "@cdktf/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleActionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 1344 }, "name": "condition", "type": { "fqn": "@cdktf/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleConditionList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 1280 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 1360 }, "name": "scope", "type": { "fqn": "@cdktf/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleScopeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 1338 }, "name": "actionInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleAction" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 1262 }, "name": "blockingInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 1354 }, "name": "conditionInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleCondition" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 1275 }, "name": "enabledInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 1293 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 1309 }, "name": "pathGlobInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 1370 }, "name": "scopeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleScope" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 1322 }, "name": "tagsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "map" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 1255 }, "name": "blocking", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 1268 }, "name": "enabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 1286 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 1299 }, "name": "pathGlob", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 1315 }, "name": "tags", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "map" } } } ], "symbolId": "src/appsec-waf-custom-rule/index:AppsecWafCustomRule" }, "@cdktf/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleAction": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleAction", "kind": "interface", "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 195 }, "name": "AppsecWafCustomRuleAction", "namespace": "appsecWafCustomRule", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/appsec_waf_custom_rule#action AppsecWafCustomRule#action}", "stability": "stable", "summary": "Override the default action to take when the WAF custom rule would block." }, "immutable": true, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 201 }, "name": "action", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/appsec_waf_custom_rule#parameters AppsecWafCustomRule#parameters}", "stability": "stable", "summary": "parameters block." }, "immutable": true, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 207 }, "name": "parameters", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleActionParameters" } } ], "symbolId": "src/appsec-waf-custom-rule/index:AppsecWafCustomRuleAction" }, "@cdktf/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleActionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleActionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 254 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 246 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 315 }, "name": "putParameters", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleActionParameters" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 302 }, "name": "resetAction" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 318 }, "name": "resetParameters" } ], "name": "AppsecWafCustomRuleActionOutputReference", "namespace": "appsecWafCustomRule", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 312 }, "name": "parameters", "type": { "fqn": "@cdktf/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleActionParametersOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 306 }, "name": "actionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 322 }, "name": "parametersInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleActionParameters" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 296 }, "name": "action", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 258 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleAction" } ] } } } ], "symbolId": "src/appsec-waf-custom-rule/index:AppsecWafCustomRuleActionOutputReference" }, "@cdktf/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleActionParameters": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleActionParameters", "kind": "interface", "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 64 }, "name": "AppsecWafCustomRuleActionParameters", "namespace": "appsecWafCustomRule", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/appsec_waf_custom_rule#location AppsecWafCustomRule#location}", "stability": "stable", "summary": "The location to redirect to when the WAF custom rule triggers." }, "immutable": true, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 70 }, "name": "location", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/appsec_waf_custom_rule#status_code AppsecWafCustomRule#status_code}", "stability": "stable", "summary": "The status code to return when the WAF custom rule triggers." }, "immutable": true, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 76 }, "name": "statusCode", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/appsec-waf-custom-rule/index:AppsecWafCustomRuleActionParameters" }, "@cdktf/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleActionParametersOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleActionParametersOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 123 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 115 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 171 }, "name": "resetLocation" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 187 }, "name": "resetStatusCode" } ], "name": "AppsecWafCustomRuleActionParametersOutputReference", "namespace": "appsecWafCustomRule", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 175 }, "name": "locationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 191 }, "name": "statusCodeInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 165 }, "name": "location", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 181 }, "name": "statusCode", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 127 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleActionParameters" } ] } } } ], "symbolId": "src/appsec-waf-custom-rule/index:AppsecWafCustomRuleActionParametersOutputReference" }, "@cdktf/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleCondition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleCondition", "kind": "interface", "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 881 }, "name": "AppsecWafCustomRuleCondition", "namespace": "appsecWafCustomRule", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/appsec_waf_custom_rule#operator AppsecWafCustomRule#operator}", "stability": "stable", "summary": "Operator to use for the WAF Condition." }, "immutable": true, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 887 }, "name": "operator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/appsec_waf_custom_rule#parameters AppsecWafCustomRule#parameters}", "stability": "stable", "summary": "parameters block." }, "immutable": true, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 893 }, "name": "parameters", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleConditionParameters" } } ], "symbolId": "src/appsec-waf-custom-rule/index:AppsecWafCustomRuleCondition" }, "@cdktf/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleConditionList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleConditionList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 1023 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 1015 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 1030 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleConditionOutputReference" } } } ], "name": "AppsecWafCustomRuleConditionList", "namespace": "appsecWafCustomRule", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 1023 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 1023 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 1023 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 1016 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleCondition" }, "kind": "array" } } ] } } } ], "symbolId": "src/appsec-waf-custom-rule/index:AppsecWafCustomRuleConditionList" }, "@cdktf/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleConditionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleConditionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 942 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 932 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 1003 }, "name": "putParameters", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleConditionParameters" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 990 }, "name": "resetOperator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 1006 }, "name": "resetParameters" } ], "name": "AppsecWafCustomRuleConditionOutputReference", "namespace": "appsecWafCustomRule", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 1000 }, "name": "parameters", "type": { "fqn": "@cdktf/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleConditionParametersOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 994 }, "name": "operatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 1010 }, "name": "parametersInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleConditionParameters" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 984 }, "name": "operator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 946 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleCondition" } ] } } } ], "symbolId": "src/appsec-waf-custom-rule/index:AppsecWafCustomRuleConditionOutputReference" }, "@cdktf/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleConditionParameters": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleConditionParameters", "kind": "interface", "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 610 }, "name": "AppsecWafCustomRuleConditionParameters", "namespace": "appsecWafCustomRule", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/appsec_waf_custom_rule#data AppsecWafCustomRule#data}", "stability": "stable", "summary": "Identifier of a list of data from the denylist. Can only be used as substitution from the list parameter." }, "immutable": true, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 616 }, "name": "data", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/appsec_waf_custom_rule#input AppsecWafCustomRule#input}", "stability": "stable", "summary": "input block." }, "immutable": true, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 640 }, "name": "input", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleConditionParametersInput" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/appsec_waf_custom_rule#list AppsecWafCustomRule#list}", "stability": "stable", "summary": "List of value to use with the condition. Only used with the phrase_match, !phrase_match, exact_match and !exact_match operator." }, "immutable": true, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 622 }, "name": "list", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/appsec_waf_custom_rule#options AppsecWafCustomRule#options}", "stability": "stable", "summary": "options block." }, "immutable": true, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 646 }, "name": "options", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleConditionParametersOptions" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/appsec_waf_custom_rule#regex AppsecWafCustomRule#regex}", "stability": "stable", "summary": "Regex to use with the condition. Only used with match_regex and !match_regex operator." }, "immutable": true, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 628 }, "name": "regex", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/appsec_waf_custom_rule#value AppsecWafCustomRule#value}", "stability": "stable", "summary": "Store the captured value in the specified tag name. Only used with the capture_data operator." }, "immutable": true, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 634 }, "name": "value", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/appsec-waf-custom-rule/index:AppsecWafCustomRuleConditionParameters" }, "@cdktf/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleConditionParametersInput": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleConditionParametersInput", "kind": "interface", "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 326 }, "name": "AppsecWafCustomRuleConditionParametersInput", "namespace": "appsecWafCustomRule", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/appsec_waf_custom_rule#address AppsecWafCustomRule#address}", "stability": "stable", "summary": "Input from the request on which the condition should apply." }, "immutable": true, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 332 }, "name": "address", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/appsec_waf_custom_rule#key_path AppsecWafCustomRule#key_path}", "stability": "stable", "summary": "Specific path for the input." }, "immutable": true, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 338 }, "name": "keyPath", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/appsec-waf-custom-rule/index:AppsecWafCustomRuleConditionParametersInput" }, "@cdktf/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleConditionParametersInputList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleConditionParametersInputList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 468 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 460 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 475 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleConditionParametersInputOutputReference" } } } ], "name": "AppsecWafCustomRuleConditionParametersInputList", "namespace": "appsecWafCustomRule", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 468 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 468 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 468 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 461 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleConditionParametersInput" }, "kind": "array" } } ] } } } ], "symbolId": "src/appsec-waf-custom-rule/index:AppsecWafCustomRuleConditionParametersInputList" }, "@cdktf/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleConditionParametersInputOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleConditionParametersInputOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 387 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 377 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 435 }, "name": "resetAddress" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 451 }, "name": "resetKeyPath" } ], "name": "AppsecWafCustomRuleConditionParametersInputOutputReference", "namespace": "appsecWafCustomRule", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 439 }, "name": "addressInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 455 }, "name": "keyPathInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 429 }, "name": "address", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 445 }, "name": "keyPath", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 391 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleConditionParametersInput" } ] } } } ], "symbolId": "src/appsec-waf-custom-rule/index:AppsecWafCustomRuleConditionParametersInputOutputReference" }, "@cdktf/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleConditionParametersOptions": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleConditionParametersOptions", "kind": "interface", "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 479 }, "name": "AppsecWafCustomRuleConditionParametersOptions", "namespace": "appsecWafCustomRule", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/appsec_waf_custom_rule#case_sensitive AppsecWafCustomRule#case_sensitive}", "stability": "stable", "summary": "Evaluate the value as case sensitive." }, "immutable": true, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 485 }, "name": "caseSensitive", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/appsec_waf_custom_rule#min_length AppsecWafCustomRule#min_length}", "stability": "stable", "summary": "Only evaluate this condition if the value has a minimum amount of characters." }, "immutable": true, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 491 }, "name": "minLength", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/appsec-waf-custom-rule/index:AppsecWafCustomRuleConditionParametersOptions" }, "@cdktf/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleConditionParametersOptionsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleConditionParametersOptionsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 538 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 530 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 586 }, "name": "resetCaseSensitive" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 602 }, "name": "resetMinLength" } ], "name": "AppsecWafCustomRuleConditionParametersOptionsOutputReference", "namespace": "appsecWafCustomRule", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 590 }, "name": "caseSensitiveInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 606 }, "name": "minLengthInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 580 }, "name": "caseSensitive", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 596 }, "name": "minLength", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 542 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleConditionParametersOptions" } ] } } } ], "symbolId": "src/appsec-waf-custom-rule/index:AppsecWafCustomRuleConditionParametersOptionsOutputReference" }, "@cdktf/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleConditionParametersOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleConditionParametersOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 721 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 713 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 854 }, "name": "putInput", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleConditionParametersInput" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 870 }, "name": "putOptions", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleConditionParametersOptions" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 793 }, "name": "resetData" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 857 }, "name": "resetInput" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 809 }, "name": "resetList" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 873 }, "name": "resetOptions" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 825 }, "name": "resetRegex" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 841 }, "name": "resetValue" } ], "name": "AppsecWafCustomRuleConditionParametersOutputReference", "namespace": "appsecWafCustomRule", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 851 }, "name": "input", "type": { "fqn": "@cdktf/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleConditionParametersInputList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 867 }, "name": "options", "type": { "fqn": "@cdktf/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleConditionParametersOptionsOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 797 }, "name": "dataInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 861 }, "name": "inputInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleConditionParametersInput" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 813 }, "name": "listInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 877 }, "name": "optionsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleConditionParametersOptions" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 829 }, "name": "regexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 845 }, "name": "valueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 787 }, "name": "data", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 803 }, "name": "list", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 819 }, "name": "regex", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 835 }, "name": "value", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 725 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleConditionParameters" } ] } } } ], "symbolId": "src/appsec-waf-custom-rule/index:AppsecWafCustomRuleConditionParametersOutputReference" }, "@cdktf/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 14 }, "name": "AppsecWafCustomRuleConfig", "namespace": "appsecWafCustomRule", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/appsec_waf_custom_rule#blocking AppsecWafCustomRule#blocking}", "stability": "stable", "summary": "Indicates whether the WAF custom rule will block the request." }, "immutable": true, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 20 }, "name": "blocking", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/appsec_waf_custom_rule#enabled AppsecWafCustomRule#enabled}", "stability": "stable", "summary": "Indicates whether the WAF custom rule is enabled." }, "immutable": true, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 26 }, "name": "enabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/appsec_waf_custom_rule#name AppsecWafCustomRule#name}", "stability": "stable", "summary": "The Name of the WAF custom rule." }, "immutable": true, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 32 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "`category` and `type` tags are required. Supported categories include `business_logic`, `attack_attempt` and `security_response`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/appsec_waf_custom_rule#tags AppsecWafCustomRule#tags}", "stability": "stable", "summary": "Tags associated with the WAF custom rule." }, "immutable": true, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 44 }, "name": "tags", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "map" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/appsec_waf_custom_rule#action AppsecWafCustomRule#action}", "stability": "stable", "summary": "action block." }, "immutable": true, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 50 }, "name": "action", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleAction" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/appsec_waf_custom_rule#condition AppsecWafCustomRule#condition}", "stability": "stable", "summary": "condition block." }, "immutable": true, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 56 }, "name": "condition", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleCondition" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/appsec_waf_custom_rule#path_glob AppsecWafCustomRule#path_glob}", "stability": "stable", "summary": "The path glob for the WAF custom rule." }, "immutable": true, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 38 }, "name": "pathGlob", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/appsec_waf_custom_rule#scope AppsecWafCustomRule#scope}", "stability": "stable", "summary": "scope block." }, "immutable": true, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 62 }, "name": "scope", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleScope" }, "kind": "array" } } ] } } } ], "symbolId": "src/appsec-waf-custom-rule/index:AppsecWafCustomRuleConfig" }, "@cdktf/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleScope": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleScope", "kind": "interface", "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 1034 }, "name": "AppsecWafCustomRuleScope", "namespace": "appsecWafCustomRule", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/appsec_waf_custom_rule#env AppsecWafCustomRule#env}", "stability": "stable", "summary": "The environment scope for the WAF custom rule." }, "immutable": true, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 1040 }, "name": "env", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/appsec_waf_custom_rule#service AppsecWafCustomRule#service}", "stability": "stable", "summary": "The service scope for the WAF custom rule." }, "immutable": true, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 1046 }, "name": "service", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/appsec-waf-custom-rule/index:AppsecWafCustomRuleScope" }, "@cdktf/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleScopeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleScopeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 1176 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 1168 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 1183 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleScopeOutputReference" } } } ], "name": "AppsecWafCustomRuleScopeList", "namespace": "appsecWafCustomRule", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 1176 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 1176 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 1176 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 1169 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleScope" }, "kind": "array" } } ] } } } ], "symbolId": "src/appsec-waf-custom-rule/index:AppsecWafCustomRuleScopeList" }, "@cdktf/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleScopeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleScopeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 1095 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 1085 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 1143 }, "name": "resetEnv" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 1159 }, "name": "resetService" } ], "name": "AppsecWafCustomRuleScopeOutputReference", "namespace": "appsecWafCustomRule", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 1147 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 1163 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 1137 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 1153 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-custom-rule/index.ts", "line": 1099 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleScope" } ] } } } ], "symbolId": "src/appsec-waf-custom-rule/index:AppsecWafCustomRuleScopeOutputReference" }, "@cdktf/provider-datadog.appsecWafExclusionFilter.AppsecWafExclusionFilter": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/appsec_waf_exclusion_filter datadog_appsec_waf_exclusion_filter}." }, "fqn": "@cdktf/provider-datadog.appsecWafExclusionFilter.AppsecWafExclusionFilter", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/appsec_waf_exclusion_filter datadog_appsec_waf_exclusion_filter} Resource." }, "locationInModule": { "filename": "src/appsec-waf-exclusion-filter/index.ts", "line": 543 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.appsecWafExclusionFilter.AppsecWafExclusionFilterConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/appsec-waf-exclusion-filter/index.ts", "line": 511 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a AppsecWafExclusionFilter resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/appsec-waf-exclusion-filter/index.ts", "line": 528 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the AppsecWafExclusionFilter to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/appsec_waf_exclusion_filter#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing AppsecWafExclusionFilter that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the AppsecWafExclusionFilter to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-exclusion-filter/index.ts", "line": 690 }, "name": "putRulesTarget", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.appsecWafExclusionFilter.AppsecWafExclusionFilterRulesTarget" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-exclusion-filter/index.ts", "line": 706 }, "name": "putScope", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.appsecWafExclusionFilter.AppsecWafExclusionFilterScope" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-exclusion-filter/index.ts", "line": 608 }, "name": "resetEventQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-exclusion-filter/index.ts", "line": 629 }, "name": "resetIpList" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-exclusion-filter/index.ts", "line": 645 }, "name": "resetOnMatch" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-exclusion-filter/index.ts", "line": 661 }, "name": "resetParameters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-exclusion-filter/index.ts", "line": 677 }, "name": "resetPathGlob" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-exclusion-filter/index.ts", "line": 693 }, "name": "resetRulesTarget" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-exclusion-filter/index.ts", "line": 709 }, "name": "resetScope" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-exclusion-filter/index.ts", "line": 721 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-exclusion-filter/index.ts", "line": 735 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "AppsecWafExclusionFilter", "namespace": "appsecWafExclusionFilter", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/appsec-waf-exclusion-filter/index.ts", "line": 516 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/appsec-waf-exclusion-filter/index.ts", "line": 617 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/appsec-waf-exclusion-filter/index.ts", "line": 687 }, "name": "rulesTarget", "type": { "fqn": "@cdktf/provider-datadog.appsecWafExclusionFilter.AppsecWafExclusionFilterRulesTargetList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/appsec-waf-exclusion-filter/index.ts", "line": 703 }, "name": "scope", "type": { "fqn": "@cdktf/provider-datadog.appsecWafExclusionFilter.AppsecWafExclusionFilterScopeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/appsec-waf-exclusion-filter/index.ts", "line": 583 }, "name": "descriptionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/appsec-waf-exclusion-filter/index.ts", "line": 596 }, "name": "enabledInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/appsec-waf-exclusion-filter/index.ts", "line": 612 }, "name": "eventQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/appsec-waf-exclusion-filter/index.ts", "line": 633 }, "name": "ipListInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/appsec-waf-exclusion-filter/index.ts", "line": 649 }, "name": "onMatchInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/appsec-waf-exclusion-filter/index.ts", "line": 665 }, "name": "parametersInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/appsec-waf-exclusion-filter/index.ts", "line": 681 }, "name": "pathGlobInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/appsec-waf-exclusion-filter/index.ts", "line": 697 }, "name": "rulesTargetInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.appsecWafExclusionFilter.AppsecWafExclusionFilterRulesTarget" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/appsec-waf-exclusion-filter/index.ts", "line": 713 }, "name": "scopeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.appsecWafExclusionFilter.AppsecWafExclusionFilterScope" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-exclusion-filter/index.ts", "line": 576 }, "name": "description", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-exclusion-filter/index.ts", "line": 589 }, "name": "enabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-exclusion-filter/index.ts", "line": 602 }, "name": "eventQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-exclusion-filter/index.ts", "line": 623 }, "name": "ipList", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-exclusion-filter/index.ts", "line": 639 }, "name": "onMatch", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-exclusion-filter/index.ts", "line": 655 }, "name": "parameters", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-exclusion-filter/index.ts", "line": 671 }, "name": "pathGlob", "type": { "primitive": "string" } } ], "symbolId": "src/appsec-waf-exclusion-filter/index:AppsecWafExclusionFilter" }, "@cdktf/provider-datadog.appsecWafExclusionFilter.AppsecWafExclusionFilterConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.appsecWafExclusionFilter.AppsecWafExclusionFilterConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/appsec-waf-exclusion-filter/index.ts", "line": 14 }, "name": "AppsecWafExclusionFilterConfig", "namespace": "appsecWafExclusionFilter", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/appsec_waf_exclusion_filter#description AppsecWafExclusionFilter#description}", "stability": "stable", "summary": "A description for the exclusion filter." }, "immutable": true, "locationInModule": { "filename": "src/appsec-waf-exclusion-filter/index.ts", "line": 20 }, "name": "description", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/appsec_waf_exclusion_filter#enabled AppsecWafExclusionFilter#enabled}", "stability": "stable", "summary": "Indicates whether the exclusion filter is enabled." }, "immutable": true, "locationInModule": { "filename": "src/appsec-waf-exclusion-filter/index.ts", "line": 26 }, "name": "enabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/appsec_waf_exclusion_filter#event_query AppsecWafExclusionFilter#event_query}", "stability": "stable", "summary": "The event query matched by the legacy exclusion filter. Cannot be created nor updated." }, "immutable": true, "locationInModule": { "filename": "src/appsec-waf-exclusion-filter/index.ts", "line": 32 }, "name": "eventQuery", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/appsec_waf_exclusion_filter#ip_list AppsecWafExclusionFilter#ip_list}", "stability": "stable", "summary": "The client IP addresses matched by the exclusion filter (CIDR notation is supported)." }, "immutable": true, "locationInModule": { "filename": "src/appsec-waf-exclusion-filter/index.ts", "line": 38 }, "name": "ipList", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "When set to `monitor`, security traces are emitted but the requests are not blocked. By default, security traces are not emitted and the requests are not blocked.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/appsec_waf_exclusion_filter#on_match AppsecWafExclusionFilter#on_match}", "stability": "stable", "summary": "The action taken when the exclusion filter matches." }, "immutable": true, "locationInModule": { "filename": "src/appsec-waf-exclusion-filter/index.ts", "line": 44 }, "name": "onMatch", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Nested parameters can be matched by joining fields with a dot character.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/appsec_waf_exclusion_filter#parameters AppsecWafExclusionFilter#parameters}", "stability": "stable", "summary": "A list of parameters matched by the exclusion filter in the HTTP query string and HTTP request body." }, "immutable": true, "locationInModule": { "filename": "src/appsec-waf-exclusion-filter/index.ts", "line": 50 }, "name": "parameters", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/appsec_waf_exclusion_filter#path_glob AppsecWafExclusionFilter#path_glob}", "stability": "stable", "summary": "The HTTP path glob expression matched by the exclusion filter." }, "immutable": true, "locationInModule": { "filename": "src/appsec-waf-exclusion-filter/index.ts", "line": 56 }, "name": "pathGlob", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/appsec_waf_exclusion_filter#rules_target AppsecWafExclusionFilter#rules_target}", "stability": "stable", "summary": "rules_target block." }, "immutable": true, "locationInModule": { "filename": "src/appsec-waf-exclusion-filter/index.ts", "line": 62 }, "name": "rulesTarget", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.appsecWafExclusionFilter.AppsecWafExclusionFilterRulesTarget" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/appsec_waf_exclusion_filter#scope AppsecWafExclusionFilter#scope}", "stability": "stable", "summary": "scope block." }, "immutable": true, "locationInModule": { "filename": "src/appsec-waf-exclusion-filter/index.ts", "line": 68 }, "name": "scope", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.appsecWafExclusionFilter.AppsecWafExclusionFilterScope" }, "kind": "array" } } ] } } } ], "symbolId": "src/appsec-waf-exclusion-filter/index:AppsecWafExclusionFilterConfig" }, "@cdktf/provider-datadog.appsecWafExclusionFilter.AppsecWafExclusionFilterRulesTarget": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.appsecWafExclusionFilter.AppsecWafExclusionFilterRulesTarget", "kind": "interface", "locationInModule": { "filename": "src/appsec-waf-exclusion-filter/index.ts", "line": 201 }, "name": "AppsecWafExclusionFilterRulesTarget", "namespace": "appsecWafExclusionFilter", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/appsec_waf_exclusion_filter#rule_id AppsecWafExclusionFilter#rule_id}", "stability": "stable", "summary": "Target a single WAF rule based on its identifier." }, "immutable": true, "locationInModule": { "filename": "src/appsec-waf-exclusion-filter/index.ts", "line": 207 }, "name": "ruleId", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/appsec_waf_exclusion_filter#tags AppsecWafExclusionFilter#tags}", "stability": "stable", "summary": "tags block." }, "immutable": true, "locationInModule": { "filename": "src/appsec-waf-exclusion-filter/index.ts", "line": 213 }, "name": "tags", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.appsecWafExclusionFilter.AppsecWafExclusionFilterRulesTargetTags" } } ], "symbolId": "src/appsec-waf-exclusion-filter/index:AppsecWafExclusionFilterRulesTarget" }, "@cdktf/provider-datadog.appsecWafExclusionFilter.AppsecWafExclusionFilterRulesTargetList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.appsecWafExclusionFilter.AppsecWafExclusionFilterRulesTargetList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-exclusion-filter/index.ts", "line": 343 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/appsec-waf-exclusion-filter/index.ts", "line": 335 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-exclusion-filter/index.ts", "line": 350 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.appsecWafExclusionFilter.AppsecWafExclusionFilterRulesTargetOutputReference" } } } ], "name": "AppsecWafExclusionFilterRulesTargetList", "namespace": "appsecWafExclusionFilter", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/appsec-waf-exclusion-filter/index.ts", "line": 343 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/appsec-waf-exclusion-filter/index.ts", "line": 343 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/appsec-waf-exclusion-filter/index.ts", "line": 343 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-exclusion-filter/index.ts", "line": 336 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.appsecWafExclusionFilter.AppsecWafExclusionFilterRulesTarget" }, "kind": "array" } } ] } } } ], "symbolId": "src/appsec-waf-exclusion-filter/index:AppsecWafExclusionFilterRulesTargetList" }, "@cdktf/provider-datadog.appsecWafExclusionFilter.AppsecWafExclusionFilterRulesTargetOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.appsecWafExclusionFilter.AppsecWafExclusionFilterRulesTargetOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-exclusion-filter/index.ts", "line": 262 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/appsec-waf-exclusion-filter/index.ts", "line": 252 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-exclusion-filter/index.ts", "line": 323 }, "name": "putTags", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.appsecWafExclusionFilter.AppsecWafExclusionFilterRulesTargetTags" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-exclusion-filter/index.ts", "line": 310 }, "name": "resetRuleId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-exclusion-filter/index.ts", "line": 326 }, "name": "resetTags" } ], "name": "AppsecWafExclusionFilterRulesTargetOutputReference", "namespace": "appsecWafExclusionFilter", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/appsec-waf-exclusion-filter/index.ts", "line": 320 }, "name": "tags", "type": { "fqn": "@cdktf/provider-datadog.appsecWafExclusionFilter.AppsecWafExclusionFilterRulesTargetTagsOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/appsec-waf-exclusion-filter/index.ts", "line": 314 }, "name": "ruleIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/appsec-waf-exclusion-filter/index.ts", "line": 330 }, "name": "tagsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.appsecWafExclusionFilter.AppsecWafExclusionFilterRulesTargetTags" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-exclusion-filter/index.ts", "line": 304 }, "name": "ruleId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-exclusion-filter/index.ts", "line": 266 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.appsecWafExclusionFilter.AppsecWafExclusionFilterRulesTarget" } ] } } } ], "symbolId": "src/appsec-waf-exclusion-filter/index:AppsecWafExclusionFilterRulesTargetOutputReference" }, "@cdktf/provider-datadog.appsecWafExclusionFilter.AppsecWafExclusionFilterRulesTargetTags": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.appsecWafExclusionFilter.AppsecWafExclusionFilterRulesTargetTags", "kind": "interface", "locationInModule": { "filename": "src/appsec-waf-exclusion-filter/index.ts", "line": 70 }, "name": "AppsecWafExclusionFilterRulesTargetTags", "namespace": "appsecWafExclusionFilter", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/appsec_waf_exclusion_filter#category AppsecWafExclusionFilter#category}", "stability": "stable", "summary": "The category of the targeted WAF rules." }, "immutable": true, "locationInModule": { "filename": "src/appsec-waf-exclusion-filter/index.ts", "line": 76 }, "name": "category", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/appsec_waf_exclusion_filter#type AppsecWafExclusionFilter#type}", "stability": "stable", "summary": "The type of the targeted WAF rules." }, "immutable": true, "locationInModule": { "filename": "src/appsec-waf-exclusion-filter/index.ts", "line": 82 }, "name": "type", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/appsec-waf-exclusion-filter/index:AppsecWafExclusionFilterRulesTargetTags" }, "@cdktf/provider-datadog.appsecWafExclusionFilter.AppsecWafExclusionFilterRulesTargetTagsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.appsecWafExclusionFilter.AppsecWafExclusionFilterRulesTargetTagsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-exclusion-filter/index.ts", "line": 129 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/appsec-waf-exclusion-filter/index.ts", "line": 121 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-exclusion-filter/index.ts", "line": 177 }, "name": "resetCategory" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-exclusion-filter/index.ts", "line": 193 }, "name": "resetType" } ], "name": "AppsecWafExclusionFilterRulesTargetTagsOutputReference", "namespace": "appsecWafExclusionFilter", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/appsec-waf-exclusion-filter/index.ts", "line": 181 }, "name": "categoryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/appsec-waf-exclusion-filter/index.ts", "line": 197 }, "name": "typeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-exclusion-filter/index.ts", "line": 171 }, "name": "category", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-exclusion-filter/index.ts", "line": 187 }, "name": "type", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-exclusion-filter/index.ts", "line": 133 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.appsecWafExclusionFilter.AppsecWafExclusionFilterRulesTargetTags" } ] } } } ], "symbolId": "src/appsec-waf-exclusion-filter/index:AppsecWafExclusionFilterRulesTargetTagsOutputReference" }, "@cdktf/provider-datadog.appsecWafExclusionFilter.AppsecWafExclusionFilterScope": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.appsecWafExclusionFilter.AppsecWafExclusionFilterScope", "kind": "interface", "locationInModule": { "filename": "src/appsec-waf-exclusion-filter/index.ts", "line": 354 }, "name": "AppsecWafExclusionFilterScope", "namespace": "appsecWafExclusionFilter", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/appsec_waf_exclusion_filter#env AppsecWafExclusionFilter#env}", "stability": "stable", "summary": "Deploy on this environment." }, "immutable": true, "locationInModule": { "filename": "src/appsec-waf-exclusion-filter/index.ts", "line": 360 }, "name": "env", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/appsec_waf_exclusion_filter#service AppsecWafExclusionFilter#service}", "stability": "stable", "summary": "Deploy on this service." }, "immutable": true, "locationInModule": { "filename": "src/appsec-waf-exclusion-filter/index.ts", "line": 366 }, "name": "service", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/appsec-waf-exclusion-filter/index:AppsecWafExclusionFilterScope" }, "@cdktf/provider-datadog.appsecWafExclusionFilter.AppsecWafExclusionFilterScopeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.appsecWafExclusionFilter.AppsecWafExclusionFilterScopeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-exclusion-filter/index.ts", "line": 496 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/appsec-waf-exclusion-filter/index.ts", "line": 488 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-exclusion-filter/index.ts", "line": 503 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.appsecWafExclusionFilter.AppsecWafExclusionFilterScopeOutputReference" } } } ], "name": "AppsecWafExclusionFilterScopeList", "namespace": "appsecWafExclusionFilter", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/appsec-waf-exclusion-filter/index.ts", "line": 496 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/appsec-waf-exclusion-filter/index.ts", "line": 496 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/appsec-waf-exclusion-filter/index.ts", "line": 496 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-exclusion-filter/index.ts", "line": 489 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.appsecWafExclusionFilter.AppsecWafExclusionFilterScope" }, "kind": "array" } } ] } } } ], "symbolId": "src/appsec-waf-exclusion-filter/index:AppsecWafExclusionFilterScopeList" }, "@cdktf/provider-datadog.appsecWafExclusionFilter.AppsecWafExclusionFilterScopeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.appsecWafExclusionFilter.AppsecWafExclusionFilterScopeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-exclusion-filter/index.ts", "line": 415 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/appsec-waf-exclusion-filter/index.ts", "line": 405 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-exclusion-filter/index.ts", "line": 463 }, "name": "resetEnv" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-exclusion-filter/index.ts", "line": 479 }, "name": "resetService" } ], "name": "AppsecWafExclusionFilterScopeOutputReference", "namespace": "appsecWafExclusionFilter", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/appsec-waf-exclusion-filter/index.ts", "line": 467 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/appsec-waf-exclusion-filter/index.ts", "line": 483 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-exclusion-filter/index.ts", "line": 457 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-exclusion-filter/index.ts", "line": 473 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/appsec-waf-exclusion-filter/index.ts", "line": 419 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.appsecWafExclusionFilter.AppsecWafExclusionFilterScope" } ] } } } ], "symbolId": "src/appsec-waf-exclusion-filter/index:AppsecWafExclusionFilterScopeOutputReference" }, "@cdktf/provider-datadog.authnMapping.AuthnMapping": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/authn_mapping datadog_authn_mapping}." }, "fqn": "@cdktf/provider-datadog.authnMapping.AuthnMapping", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/authn_mapping datadog_authn_mapping} Resource." }, "locationInModule": { "filename": "src/authn-mapping/index.ts", "line": 83 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.authnMapping.AuthnMappingConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/authn-mapping/index.ts", "line": 51 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a AuthnMapping resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/authn-mapping/index.ts", "line": 68 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the AuthnMapping to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/authn_mapping#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing AuthnMapping that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the AuthnMapping to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/authn-mapping/index.ts", "line": 118 }, "name": "resetId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/authn-mapping/index.ts", "line": 147 }, "name": "resetRole" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/authn-mapping/index.ts", "line": 163 }, "name": "resetTeam" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/authn-mapping/index.ts", "line": 188 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/authn-mapping/index.ts", "line": 198 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "AuthnMapping", "namespace": "authnMapping", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/authn-mapping/index.ts", "line": 56 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/authn-mapping/index.ts", "line": 122 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/authn-mapping/index.ts", "line": 135 }, "name": "keyInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/authn-mapping/index.ts", "line": 151 }, "name": "roleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/authn-mapping/index.ts", "line": 167 }, "name": "teamInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/authn-mapping/index.ts", "line": 180 }, "name": "valueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/authn-mapping/index.ts", "line": 112 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/authn-mapping/index.ts", "line": 128 }, "name": "key", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/authn-mapping/index.ts", "line": 141 }, "name": "role", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/authn-mapping/index.ts", "line": 157 }, "name": "team", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/authn-mapping/index.ts", "line": 173 }, "name": "value", "type": { "primitive": "string" } } ], "symbolId": "src/authn-mapping/index:AuthnMapping" }, "@cdktf/provider-datadog.authnMapping.AuthnMappingConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.authnMapping.AuthnMappingConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/authn-mapping/index.ts", "line": 14 }, "name": "AuthnMappingConfig", "namespace": "authnMapping", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/authn_mapping#key AuthnMapping#key}", "stability": "stable", "summary": "Identity provider key." }, "immutable": true, "locationInModule": { "filename": "src/authn-mapping/index.ts", "line": 27 }, "name": "key", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/authn_mapping#value AuthnMapping#value}", "stability": "stable", "summary": "Identity provider value." }, "immutable": true, "locationInModule": { "filename": "src/authn-mapping/index.ts", "line": 45 }, "name": "value", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/authn_mapping#id AuthnMapping#id}." }, "immutable": true, "locationInModule": { "filename": "src/authn-mapping/index.ts", "line": 21 }, "name": "id", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Cannot be used in conjunction with `team`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/authn_mapping#role AuthnMapping#role}", "stability": "stable", "summary": "The ID of a role to attach to all users with the corresponding key and value." }, "immutable": true, "locationInModule": { "filename": "src/authn-mapping/index.ts", "line": 33 }, "name": "role", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Cannot be used in conjunction with `role`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/authn_mapping#team AuthnMapping#team}", "stability": "stable", "summary": "The ID of a team to add all users with the corresponding key and value to." }, "immutable": true, "locationInModule": { "filename": "src/authn-mapping/index.ts", "line": 39 }, "name": "team", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/authn-mapping/index:AuthnMappingConfig" }, "@cdktf/provider-datadog.awsCurConfig.AwsCurConfig": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/aws_cur_config datadog_aws_cur_config}." }, "fqn": "@cdktf/provider-datadog.awsCurConfig.AwsCurConfig", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/aws_cur_config datadog_aws_cur_config} Resource." }, "locationInModule": { "filename": "src/aws-cur-config/index.ts", "line": 254 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.awsCurConfig.AwsCurConfigConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/aws-cur-config/index.ts", "line": 222 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a AwsCurConfig resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/aws-cur-config/index.ts", "line": 239 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the AwsCurConfig to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/aws_cur_config#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing AwsCurConfig that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the AwsCurConfig to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/aws-cur-config/index.ts", "line": 385 }, "name": "putAccountFilters", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.awsCurConfig.AwsCurConfigAccountFilters" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/aws-cur-config/index.ts", "line": 388 }, "name": "resetAccountFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/aws-cur-config/index.ts", "line": 316 }, "name": "resetBucketRegion" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/aws-cur-config/index.ts", "line": 400 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/aws-cur-config/index.ts", "line": 411 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "AwsCurConfig", "namespace": "awsCurConfig", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/aws-cur-config/index.ts", "line": 227 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/aws-cur-config/index.ts", "line": 382 }, "name": "accountFilters", "type": { "fqn": "@cdktf/provider-datadog.awsCurConfig.AwsCurConfigAccountFiltersOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/aws-cur-config/index.ts", "line": 325 }, "name": "createdAt", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/aws-cur-config/index.ts", "line": 330 }, "name": "errorMessages", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/aws-cur-config/index.ts", "line": 335 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/aws-cur-config/index.ts", "line": 366 }, "name": "status", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/aws-cur-config/index.ts", "line": 371 }, "name": "statusUpdatedAt", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/aws-cur-config/index.ts", "line": 376 }, "name": "updatedAt", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/aws-cur-config/index.ts", "line": 392 }, "name": "accountFiltersInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.awsCurConfig.AwsCurConfigAccountFilters" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/aws-cur-config/index.ts", "line": 291 }, "name": "accountIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/aws-cur-config/index.ts", "line": 304 }, "name": "bucketNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/aws-cur-config/index.ts", "line": 320 }, "name": "bucketRegionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/aws-cur-config/index.ts", "line": 348 }, "name": "reportNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/aws-cur-config/index.ts", "line": 361 }, "name": "reportPrefixInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/aws-cur-config/index.ts", "line": 284 }, "name": "accountId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/aws-cur-config/index.ts", "line": 297 }, "name": "bucketName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/aws-cur-config/index.ts", "line": 310 }, "name": "bucketRegion", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/aws-cur-config/index.ts", "line": 341 }, "name": "reportName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/aws-cur-config/index.ts", "line": 354 }, "name": "reportPrefix", "type": { "primitive": "string" } } ], "symbolId": "src/aws-cur-config/index:AwsCurConfig" }, "@cdktf/provider-datadog.awsCurConfig.AwsCurConfigAccountFilters": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.awsCurConfig.AwsCurConfigAccountFilters", "kind": "interface", "locationInModule": { "filename": "src/aws-cur-config/index.ts", "line": 52 }, "name": "AwsCurConfigAccountFilters", "namespace": "awsCurConfig", "properties": [ { "abstract": true, "docs": { "remarks": "Only used when `include_new_accounts` is `true`. Cannot be used together with `included_accounts`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/aws_cur_config#excluded_accounts AwsCurConfig#excluded_accounts}", "stability": "stable", "summary": "List of AWS account IDs to exclude from cost analysis." }, "immutable": true, "locationInModule": { "filename": "src/aws-cur-config/index.ts", "line": 58 }, "name": "excludedAccounts", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Only used when `include_new_accounts` is `false`. Cannot be used together with `excluded_accounts`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/aws_cur_config#included_accounts AwsCurConfig#included_accounts}", "stability": "stable", "summary": "List of AWS account IDs to include in cost analysis." }, "immutable": true, "locationInModule": { "filename": "src/aws-cur-config/index.ts", "line": 70 }, "name": "includedAccounts", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "When `true`, use `excluded_accounts` to specify accounts to exclude. When `false`, use `included_accounts` to specify only the accounts to include.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/aws_cur_config#include_new_accounts AwsCurConfig#include_new_accounts}", "stability": "stable", "summary": "Whether to automatically include new member accounts in your cost analysis." }, "immutable": true, "locationInModule": { "filename": "src/aws-cur-config/index.ts", "line": 64 }, "name": "includeNewAccounts", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } } ], "symbolId": "src/aws-cur-config/index:AwsCurConfigAccountFilters" }, "@cdktf/provider-datadog.awsCurConfig.AwsCurConfigAccountFiltersOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.awsCurConfig.AwsCurConfigAccountFiltersOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/aws-cur-config/index.ts", "line": 124 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/aws-cur-config/index.ts", "line": 116 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/aws-cur-config/index.ts", "line": 178 }, "name": "resetExcludedAccounts" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/aws-cur-config/index.ts", "line": 210 }, "name": "resetIncludedAccounts" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/aws-cur-config/index.ts", "line": 194 }, "name": "resetIncludeNewAccounts" } ], "name": "AwsCurConfigAccountFiltersOutputReference", "namespace": "awsCurConfig", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/aws-cur-config/index.ts", "line": 182 }, "name": "excludedAccountsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/aws-cur-config/index.ts", "line": 214 }, "name": "includedAccountsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/aws-cur-config/index.ts", "line": 198 }, "name": "includeNewAccountsInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/aws-cur-config/index.ts", "line": 172 }, "name": "excludedAccounts", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/aws-cur-config/index.ts", "line": 204 }, "name": "includedAccounts", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/aws-cur-config/index.ts", "line": 188 }, "name": "includeNewAccounts", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/aws-cur-config/index.ts", "line": 128 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.awsCurConfig.AwsCurConfigAccountFilters" } ] } } } ], "symbolId": "src/aws-cur-config/index:AwsCurConfigAccountFiltersOutputReference" }, "@cdktf/provider-datadog.awsCurConfig.AwsCurConfigConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.awsCurConfig.AwsCurConfigConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/aws-cur-config/index.ts", "line": 14 }, "name": "AwsCurConfigConfig", "namespace": "awsCurConfig", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/aws_cur_config#account_id AwsCurConfig#account_id}", "stability": "stable", "summary": "The AWS account ID of your billing/payer account. For AWS Organizations, this is typically the management account ID." }, "immutable": true, "locationInModule": { "filename": "src/aws-cur-config/index.ts", "line": 20 }, "name": "accountId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "This bucket must have appropriate IAM permissions for Datadog access and should be in the same AWS account as the CUR report.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/aws_cur_config#bucket_name AwsCurConfig#bucket_name}", "stability": "stable", "summary": "The S3 bucket name where your AWS Cost and Usage Report files are stored." }, "immutable": true, "locationInModule": { "filename": "src/aws-cur-config/index.ts", "line": 26 }, "name": "bucketName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "This must match the report name exactly as it appears in your AWS billing settings.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/aws_cur_config#report_name AwsCurConfig#report_name}", "stability": "stable", "summary": "The exact name of your AWS Cost and Usage Report as configured in AWS Billing preferences." }, "immutable": true, "locationInModule": { "filename": "src/aws-cur-config/index.ts", "line": 38 }, "name": "reportName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/aws_cur_config#report_prefix AwsCurConfig#report_prefix}", "stability": "stable", "summary": "The S3 key prefix where your Cost and Usage Report files are stored within the bucket (e.g., 'cur-reports/', 'billing/cur/')." }, "immutable": true, "locationInModule": { "filename": "src/aws-cur-config/index.ts", "line": 44 }, "name": "reportPrefix", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/aws_cur_config#account_filters AwsCurConfig#account_filters}", "stability": "stable", "summary": "account_filters block." }, "immutable": true, "locationInModule": { "filename": "src/aws-cur-config/index.ts", "line": 50 }, "name": "accountFilters", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.awsCurConfig.AwsCurConfigAccountFilters" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/aws_cur_config#bucket_region AwsCurConfig#bucket_region}", "stability": "stable", "summary": "The AWS region where the S3 bucket containing your Cost and Usage Report is located (e.g., us-east-1, eu-west-1)." }, "immutable": true, "locationInModule": { "filename": "src/aws-cur-config/index.ts", "line": 32 }, "name": "bucketRegion", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/aws-cur-config/index:AwsCurConfigConfig" }, "@cdktf/provider-datadog.azureUcConfig.AzureUcConfig": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/azure_uc_config datadog_azure_uc_config}." }, "fqn": "@cdktf/provider-datadog.azureUcConfig.AzureUcConfig", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/azure_uc_config datadog_azure_uc_config} Resource." }, "locationInModule": { "filename": "src/azure-uc-config/index.ts", "line": 460 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.azureUcConfig.AzureUcConfigConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/azure-uc-config/index.ts", "line": 428 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a AzureUcConfig resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/azure-uc-config/index.ts", "line": 445 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the AzureUcConfig to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/azure_uc_config#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing AzureUcConfig that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the AzureUcConfig to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/azure-uc-config/index.ts", "line": 561 }, "name": "putActualBillConfig", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.azureUcConfig.AzureUcConfigActualBillConfig" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/azure-uc-config/index.ts", "line": 574 }, "name": "putAmortizedBillConfig", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.azureUcConfig.AzureUcConfigAmortizedBillConfig" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/azure-uc-config/index.ts", "line": 586 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/azure-uc-config/index.ts", "line": 596 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "AzureUcConfig", "namespace": "azureUcConfig", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/azure-uc-config/index.ts", "line": 433 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/azure-uc-config/index.ts", "line": 558 }, "name": "actualBillConfig", "type": { "fqn": "@cdktf/provider-datadog.azureUcConfig.AzureUcConfigActualBillConfigOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/azure-uc-config/index.ts", "line": 571 }, "name": "amortizedBillConfig", "type": { "fqn": "@cdktf/provider-datadog.azureUcConfig.AzureUcConfigAmortizedBillConfigOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/azure-uc-config/index.ts", "line": 514 }, "name": "createdAt", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/azure-uc-config/index.ts", "line": 519 }, "name": "errorMessages", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/azure-uc-config/index.ts", "line": 524 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/azure-uc-config/index.ts", "line": 542 }, "name": "status", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/azure-uc-config/index.ts", "line": 547 }, "name": "statusUpdatedAt", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/azure-uc-config/index.ts", "line": 552 }, "name": "updatedAt", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/azure-uc-config/index.ts", "line": 496 }, "name": "accountIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/azure-uc-config/index.ts", "line": 565 }, "name": "actualBillConfigInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.azureUcConfig.AzureUcConfigActualBillConfig" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/azure-uc-config/index.ts", "line": 578 }, "name": "amortizedBillConfigInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.azureUcConfig.AzureUcConfigAmortizedBillConfig" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/azure-uc-config/index.ts", "line": 509 }, "name": "clientIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/azure-uc-config/index.ts", "line": 537 }, "name": "scopeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/azure-uc-config/index.ts", "line": 489 }, "name": "accountId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/azure-uc-config/index.ts", "line": 502 }, "name": "clientId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/azure-uc-config/index.ts", "line": 530 }, "name": "scope", "type": { "primitive": "string" } } ], "symbolId": "src/azure-uc-config/index:AzureUcConfig" }, "@cdktf/provider-datadog.azureUcConfig.AzureUcConfigActualBillConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.azureUcConfig.AzureUcConfigActualBillConfig", "kind": "interface", "locationInModule": { "filename": "src/azure-uc-config/index.ts", "line": 46 }, "name": "AzureUcConfigActualBillConfig", "namespace": "azureUcConfig", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/azure_uc_config#export_name AzureUcConfig#export_name}", "stability": "stable", "summary": "The name of the configured Azure Export." }, "immutable": true, "locationInModule": { "filename": "src/azure-uc-config/index.ts", "line": 52 }, "name": "exportName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/azure_uc_config#export_path AzureUcConfig#export_path}", "stability": "stable", "summary": "The path where the Azure Export is saved." }, "immutable": true, "locationInModule": { "filename": "src/azure-uc-config/index.ts", "line": 58 }, "name": "exportPath", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/azure_uc_config#storage_account AzureUcConfig#storage_account}", "stability": "stable", "summary": "The name of the storage account where the Azure Export is saved." }, "immutable": true, "locationInModule": { "filename": "src/azure-uc-config/index.ts", "line": 64 }, "name": "storageAccount", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/azure_uc_config#storage_container AzureUcConfig#storage_container}", "stability": "stable", "summary": "The name of the storage container where the Azure Export is saved." }, "immutable": true, "locationInModule": { "filename": "src/azure-uc-config/index.ts", "line": 70 }, "name": "storageContainer", "type": { "primitive": "string" } } ], "symbolId": "src/azure-uc-config/index:AzureUcConfigActualBillConfig" }, "@cdktf/provider-datadog.azureUcConfig.AzureUcConfigActualBillConfigOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.azureUcConfig.AzureUcConfigActualBillConfigOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/azure-uc-config/index.ts", "line": 131 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/azure-uc-config/index.ts", "line": 123 }, "name": "AzureUcConfigActualBillConfigOutputReference", "namespace": "azureUcConfig", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/azure-uc-config/index.ts", "line": 192 }, "name": "exportNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/azure-uc-config/index.ts", "line": 205 }, "name": "exportPathInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/azure-uc-config/index.ts", "line": 218 }, "name": "storageAccountInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/azure-uc-config/index.ts", "line": 231 }, "name": "storageContainerInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/azure-uc-config/index.ts", "line": 185 }, "name": "exportName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/azure-uc-config/index.ts", "line": 198 }, "name": "exportPath", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/azure-uc-config/index.ts", "line": 211 }, "name": "storageAccount", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/azure-uc-config/index.ts", "line": 224 }, "name": "storageContainer", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/azure-uc-config/index.ts", "line": 135 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.azureUcConfig.AzureUcConfigActualBillConfig" } ] } } } ], "symbolId": "src/azure-uc-config/index:AzureUcConfigActualBillConfigOutputReference" }, "@cdktf/provider-datadog.azureUcConfig.AzureUcConfigAmortizedBillConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.azureUcConfig.AzureUcConfigAmortizedBillConfig", "kind": "interface", "locationInModule": { "filename": "src/azure-uc-config/index.ts", "line": 235 }, "name": "AzureUcConfigAmortizedBillConfig", "namespace": "azureUcConfig", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/azure_uc_config#export_name AzureUcConfig#export_name}", "stability": "stable", "summary": "The name of the configured Azure Export." }, "immutable": true, "locationInModule": { "filename": "src/azure-uc-config/index.ts", "line": 241 }, "name": "exportName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/azure_uc_config#export_path AzureUcConfig#export_path}", "stability": "stable", "summary": "The path where the Azure Export is saved." }, "immutable": true, "locationInModule": { "filename": "src/azure-uc-config/index.ts", "line": 247 }, "name": "exportPath", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/azure_uc_config#storage_account AzureUcConfig#storage_account}", "stability": "stable", "summary": "The name of the storage account where the Azure Export is saved." }, "immutable": true, "locationInModule": { "filename": "src/azure-uc-config/index.ts", "line": 253 }, "name": "storageAccount", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/azure_uc_config#storage_container AzureUcConfig#storage_container}", "stability": "stable", "summary": "The name of the storage container where the Azure Export is saved." }, "immutable": true, "locationInModule": { "filename": "src/azure-uc-config/index.ts", "line": 259 }, "name": "storageContainer", "type": { "primitive": "string" } } ], "symbolId": "src/azure-uc-config/index:AzureUcConfigAmortizedBillConfig" }, "@cdktf/provider-datadog.azureUcConfig.AzureUcConfigAmortizedBillConfigOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.azureUcConfig.AzureUcConfigAmortizedBillConfigOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/azure-uc-config/index.ts", "line": 320 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/azure-uc-config/index.ts", "line": 312 }, "name": "AzureUcConfigAmortizedBillConfigOutputReference", "namespace": "azureUcConfig", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/azure-uc-config/index.ts", "line": 381 }, "name": "exportNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/azure-uc-config/index.ts", "line": 394 }, "name": "exportPathInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/azure-uc-config/index.ts", "line": 407 }, "name": "storageAccountInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/azure-uc-config/index.ts", "line": 420 }, "name": "storageContainerInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/azure-uc-config/index.ts", "line": 374 }, "name": "exportName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/azure-uc-config/index.ts", "line": 387 }, "name": "exportPath", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/azure-uc-config/index.ts", "line": 400 }, "name": "storageAccount", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/azure-uc-config/index.ts", "line": 413 }, "name": "storageContainer", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/azure-uc-config/index.ts", "line": 324 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.azureUcConfig.AzureUcConfigAmortizedBillConfig" } ] } } } ], "symbolId": "src/azure-uc-config/index:AzureUcConfigAmortizedBillConfigOutputReference" }, "@cdktf/provider-datadog.azureUcConfig.AzureUcConfigConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.azureUcConfig.AzureUcConfigConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/azure-uc-config/index.ts", "line": 14 }, "name": "AzureUcConfigConfig", "namespace": "azureUcConfig", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/azure_uc_config#account_id AzureUcConfig#account_id}", "stability": "stable", "summary": "The tenant ID of the Azure account." }, "immutable": true, "locationInModule": { "filename": "src/azure-uc-config/index.ts", "line": 20 }, "name": "accountId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/azure_uc_config#actual_bill_config AzureUcConfig#actual_bill_config}", "stability": "stable", "summary": "actual_bill_config block." }, "immutable": true, "locationInModule": { "filename": "src/azure-uc-config/index.ts", "line": 38 }, "name": "actualBillConfig", "type": { "fqn": "@cdktf/provider-datadog.azureUcConfig.AzureUcConfigActualBillConfig" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/azure_uc_config#amortized_bill_config AzureUcConfig#amortized_bill_config}", "stability": "stable", "summary": "amortized_bill_config block." }, "immutable": true, "locationInModule": { "filename": "src/azure-uc-config/index.ts", "line": 44 }, "name": "amortizedBillConfig", "type": { "fqn": "@cdktf/provider-datadog.azureUcConfig.AzureUcConfigAmortizedBillConfig" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/azure_uc_config#client_id AzureUcConfig#client_id}", "stability": "stable", "summary": "The client ID of the Azure account." }, "immutable": true, "locationInModule": { "filename": "src/azure-uc-config/index.ts", "line": 26 }, "name": "clientId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/azure_uc_config#scope AzureUcConfig#scope}", "stability": "stable", "summary": "The scope of your observed subscription." }, "immutable": true, "locationInModule": { "filename": "src/azure-uc-config/index.ts", "line": 32 }, "name": "scope", "type": { "primitive": "string" } } ], "symbolId": "src/azure-uc-config/index:AzureUcConfigConfig" }, "@cdktf/provider-datadog.childOrganization.ChildOrganization": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/child_organization datadog_child_organization}." }, "fqn": "@cdktf/provider-datadog.childOrganization.ChildOrganization", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/child_organization datadog_child_organization} Resource." }, "locationInModule": { "filename": "src/child-organization/index.ts", "line": 744 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.childOrganization.ChildOrganizationConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/child-organization/index.ts", "line": 712 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a ChildOrganization resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/child-organization/index.ts", "line": 729 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the ChildOrganization to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/child_organization#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing ChildOrganization that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the ChildOrganization to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/child-organization/index.ts", "line": 793 }, "name": "resetId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/child-organization/index.ts", "line": 835 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/child-organization/index.ts", "line": 842 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "ChildOrganization", "namespace": "childOrganization", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/child-organization/index.ts", "line": 717 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/child-organization/index.ts", "line": 770 }, "name": "apiKey", "type": { "fqn": "@cdktf/provider-datadog.childOrganization.ChildOrganizationApiKeyList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/child-organization/index.ts", "line": 776 }, "name": "applicationKey", "type": { "fqn": "@cdktf/provider-datadog.childOrganization.ChildOrganizationApplicationKeyList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/child-organization/index.ts", "line": 781 }, "name": "description", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/child-organization/index.ts", "line": 815 }, "name": "publicId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/child-organization/index.ts", "line": 821 }, "name": "settings", "type": { "fqn": "@cdktf/provider-datadog.childOrganization.ChildOrganizationSettingsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/child-organization/index.ts", "line": 827 }, "name": "user", "type": { "fqn": "@cdktf/provider-datadog.childOrganization.ChildOrganizationUserList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/child-organization/index.ts", "line": 797 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/child-organization/index.ts", "line": 810 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/child-organization/index.ts", "line": 787 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/child-organization/index.ts", "line": 803 }, "name": "name", "type": { "primitive": "string" } } ], "symbolId": "src/child-organization/index:ChildOrganization" }, "@cdktf/provider-datadog.childOrganization.ChildOrganizationApiKey": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.childOrganization.ChildOrganizationApiKey", "kind": "interface", "locationInModule": { "filename": "src/child-organization/index.ts", "line": 29 }, "name": "ChildOrganizationApiKey", "namespace": "childOrganization", "symbolId": "src/child-organization/index:ChildOrganizationApiKey" }, "@cdktf/provider-datadog.childOrganization.ChildOrganizationApiKeyList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.childOrganization.ChildOrganizationApiKeyList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/child-organization/index.ts", "line": 98 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/child-organization/index.ts", "line": 91 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/child-organization/index.ts", "line": 105 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.childOrganization.ChildOrganizationApiKeyOutputReference" } } } ], "name": "ChildOrganizationApiKeyList", "namespace": "childOrganization", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/child-organization/index.ts", "line": 98 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/child-organization/index.ts", "line": 98 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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/index.ts", "line": 98 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } } ], "symbolId": "src/child-organization/index:ChildOrganizationApiKeyList" }, "@cdktf/provider-datadog.childOrganization.ChildOrganizationApiKeyOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.childOrganization.ChildOrganizationApiKeyOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/child-organization/index.ts", "line": 61 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/child-organization/index.ts", "line": 52 }, "name": "ChildOrganizationApiKeyOutputReference", "namespace": "childOrganization", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/child-organization/index.ts", "line": 81 }, "name": "key", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/child-organization/index.ts", "line": 86 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/child-organization/index.ts", "line": 65 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.childOrganization.ChildOrganizationApiKey" } } ], "symbolId": "src/child-organization/index:ChildOrganizationApiKeyOutputReference" }, "@cdktf/provider-datadog.childOrganization.ChildOrganizationApplicationKey": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.childOrganization.ChildOrganizationApplicationKey", "kind": "interface", "locationInModule": { "filename": "src/child-organization/index.ts", "line": 109 }, "name": "ChildOrganizationApplicationKey", "namespace": "childOrganization", "symbolId": "src/child-organization/index:ChildOrganizationApplicationKey" }, "@cdktf/provider-datadog.childOrganization.ChildOrganizationApplicationKeyList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.childOrganization.ChildOrganizationApplicationKeyList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/child-organization/index.ts", "line": 183 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/child-organization/index.ts", "line": 176 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/child-organization/index.ts", "line": 190 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.childOrganization.ChildOrganizationApplicationKeyOutputReference" } } } ], "name": "ChildOrganizationApplicationKeyList", "namespace": "childOrganization", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/child-organization/index.ts", "line": 183 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/child-organization/index.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/child-organization/index.ts", "line": 183 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } } ], "symbolId": "src/child-organization/index:ChildOrganizationApplicationKeyList" }, "@cdktf/provider-datadog.childOrganization.ChildOrganizationApplicationKeyOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.childOrganization.ChildOrganizationApplicationKeyOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/child-organization/index.ts", "line": 141 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/child-organization/index.ts", "line": 132 }, "name": "ChildOrganizationApplicationKeyOutputReference", "namespace": "childOrganization", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/child-organization/index.ts", "line": 161 }, "name": "hash", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/child-organization/index.ts", "line": 166 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/child-organization/index.ts", "line": 171 }, "name": "owner", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/child-organization/index.ts", "line": 145 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.childOrganization.ChildOrganizationApplicationKey" } } ], "symbolId": "src/child-organization/index:ChildOrganizationApplicationKeyOutputReference" }, "@cdktf/provider-datadog.childOrganization.ChildOrganizationConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.childOrganization.ChildOrganizationConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/child-organization/index.ts", "line": 14 }, "name": "ChildOrganizationConfig", "namespace": "childOrganization", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/child_organization#name ChildOrganization#name}", "stability": "stable", "summary": "Name for Child Organization after creation." }, "immutable": true, "locationInModule": { "filename": "src/child-organization/index.ts", "line": 27 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/child_organization#id ChildOrganization#id}." }, "immutable": true, "locationInModule": { "filename": "src/child-organization/index.ts", "line": 21 }, "name": "id", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/child-organization/index:ChildOrganizationConfig" }, "@cdktf/provider-datadog.childOrganization.ChildOrganizationSettings": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.childOrganization.ChildOrganizationSettings", "kind": "interface", "locationInModule": { "filename": "src/child-organization/index.ts", "line": 499 }, "name": "ChildOrganizationSettings", "namespace": "childOrganization", "symbolId": "src/child-organization/index:ChildOrganizationSettings" }, "@cdktf/provider-datadog.childOrganization.ChildOrganizationSettingsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.childOrganization.ChildOrganizationSettingsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/child-organization/index.ts", "line": 612 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/child-organization/index.ts", "line": 605 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/child-organization/index.ts", "line": 619 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.childOrganization.ChildOrganizationSettingsOutputReference" } } } ], "name": "ChildOrganizationSettingsList", "namespace": "childOrganization", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/child-organization/index.ts", "line": 612 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/child-organization/index.ts", "line": 612 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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/index.ts", "line": 612 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } } ], "symbolId": "src/child-organization/index:ChildOrganizationSettingsList" }, "@cdktf/provider-datadog.childOrganization.ChildOrganizationSettingsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.childOrganization.ChildOrganizationSettingsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/child-organization/index.ts", "line": 531 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/child-organization/index.ts", "line": 522 }, "name": "ChildOrganizationSettingsOutputReference", "namespace": "childOrganization", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/child-organization/index.ts", "line": 551 }, "name": "privateWidgetShare", "type": { "fqn": "cdktf.IResolvable" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/child-organization/index.ts", "line": 557 }, "name": "saml", "type": { "fqn": "@cdktf/provider-datadog.childOrganization.ChildOrganizationSettingsSamlList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/child-organization/index.ts", "line": 562 }, "name": "samlAutocreateAccessRole", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/child-organization/index.ts", "line": 568 }, "name": "samlAutocreateUsersDomains", "type": { "fqn": "@cdktf/provider-datadog.childOrganization.ChildOrganizationSettingsSamlAutocreateUsersDomainsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/child-organization/index.ts", "line": 573 }, "name": "samlCanBeEnabled", "type": { "fqn": "cdktf.IResolvable" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/child-organization/index.ts", "line": 578 }, "name": "samlIdpEndpoint", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/child-organization/index.ts", "line": 584 }, "name": "samlIdpInitiatedLogin", "type": { "fqn": "@cdktf/provider-datadog.childOrganization.ChildOrganizationSettingsSamlIdpInitiatedLoginList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/child-organization/index.ts", "line": 589 }, "name": "samlIdpMetadataUploaded", "type": { "fqn": "cdktf.IResolvable" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/child-organization/index.ts", "line": 594 }, "name": "samlLoginUrl", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/child-organization/index.ts", "line": 600 }, "name": "samlStrictMode", "type": { "fqn": "@cdktf/provider-datadog.childOrganization.ChildOrganizationSettingsSamlStrictModeList" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/child-organization/index.ts", "line": 535 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.childOrganization.ChildOrganizationSettings" } } ], "symbolId": "src/child-organization/index:ChildOrganizationSettingsOutputReference" }, "@cdktf/provider-datadog.childOrganization.ChildOrganizationSettingsSaml": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.childOrganization.ChildOrganizationSettingsSaml", "kind": "interface", "locationInModule": { "filename": "src/child-organization/index.ts", "line": 194 }, "name": "ChildOrganizationSettingsSaml", "namespace": "childOrganization", "symbolId": "src/child-organization/index:ChildOrganizationSettingsSaml" }, "@cdktf/provider-datadog.childOrganization.ChildOrganizationSettingsSamlAutocreateUsersDomains": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.childOrganization.ChildOrganizationSettingsSamlAutocreateUsersDomains", "kind": "interface", "locationInModule": { "filename": "src/child-organization/index.ts", "line": 269 }, "name": "ChildOrganizationSettingsSamlAutocreateUsersDomains", "namespace": "childOrganization", "symbolId": "src/child-organization/index:ChildOrganizationSettingsSamlAutocreateUsersDomains" }, "@cdktf/provider-datadog.childOrganization.ChildOrganizationSettingsSamlAutocreateUsersDomainsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.childOrganization.ChildOrganizationSettingsSamlAutocreateUsersDomainsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/child-organization/index.ts", "line": 338 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/child-organization/index.ts", "line": 331 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/child-organization/index.ts", "line": 345 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.childOrganization.ChildOrganizationSettingsSamlAutocreateUsersDomainsOutputReference" } } } ], "name": "ChildOrganizationSettingsSamlAutocreateUsersDomainsList", "namespace": "childOrganization", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/child-organization/index.ts", "line": 338 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/child-organization/index.ts", "line": 338 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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/index.ts", "line": 338 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } } ], "symbolId": "src/child-organization/index:ChildOrganizationSettingsSamlAutocreateUsersDomainsList" }, "@cdktf/provider-datadog.childOrganization.ChildOrganizationSettingsSamlAutocreateUsersDomainsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.childOrganization.ChildOrganizationSettingsSamlAutocreateUsersDomainsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/child-organization/index.ts", "line": 301 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/child-organization/index.ts", "line": 292 }, "name": "ChildOrganizationSettingsSamlAutocreateUsersDomainsOutputReference", "namespace": "childOrganization", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/child-organization/index.ts", "line": 321 }, "name": "domains", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/child-organization/index.ts", "line": 326 }, "name": "enabled", "type": { "fqn": "cdktf.IResolvable" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/child-organization/index.ts", "line": 305 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.childOrganization.ChildOrganizationSettingsSamlAutocreateUsersDomains" } } ], "symbolId": "src/child-organization/index:ChildOrganizationSettingsSamlAutocreateUsersDomainsOutputReference" }, "@cdktf/provider-datadog.childOrganization.ChildOrganizationSettingsSamlIdpInitiatedLogin": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.childOrganization.ChildOrganizationSettingsSamlIdpInitiatedLogin", "kind": "interface", "locationInModule": { "filename": "src/child-organization/index.ts", "line": 349 }, "name": "ChildOrganizationSettingsSamlIdpInitiatedLogin", "namespace": "childOrganization", "symbolId": "src/child-organization/index:ChildOrganizationSettingsSamlIdpInitiatedLogin" }, "@cdktf/provider-datadog.childOrganization.ChildOrganizationSettingsSamlIdpInitiatedLoginList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.childOrganization.ChildOrganizationSettingsSamlIdpInitiatedLoginList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/child-organization/index.ts", "line": 413 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/child-organization/index.ts", "line": 406 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/child-organization/index.ts", "line": 420 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.childOrganization.ChildOrganizationSettingsSamlIdpInitiatedLoginOutputReference" } } } ], "name": "ChildOrganizationSettingsSamlIdpInitiatedLoginList", "namespace": "childOrganization", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/child-organization/index.ts", "line": 413 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/child-organization/index.ts", "line": 413 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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/index.ts", "line": 413 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } } ], "symbolId": "src/child-organization/index:ChildOrganizationSettingsSamlIdpInitiatedLoginList" }, "@cdktf/provider-datadog.childOrganization.ChildOrganizationSettingsSamlIdpInitiatedLoginOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.childOrganization.ChildOrganizationSettingsSamlIdpInitiatedLoginOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/child-organization/index.ts", "line": 381 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/child-organization/index.ts", "line": 372 }, "name": "ChildOrganizationSettingsSamlIdpInitiatedLoginOutputReference", "namespace": "childOrganization", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/child-organization/index.ts", "line": 401 }, "name": "enabled", "type": { "fqn": "cdktf.IResolvable" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/child-organization/index.ts", "line": 385 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.childOrganization.ChildOrganizationSettingsSamlIdpInitiatedLogin" } } ], "symbolId": "src/child-organization/index:ChildOrganizationSettingsSamlIdpInitiatedLoginOutputReference" }, "@cdktf/provider-datadog.childOrganization.ChildOrganizationSettingsSamlList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.childOrganization.ChildOrganizationSettingsSamlList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/child-organization/index.ts", "line": 258 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/child-organization/index.ts", "line": 251 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/child-organization/index.ts", "line": 265 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.childOrganization.ChildOrganizationSettingsSamlOutputReference" } } } ], "name": "ChildOrganizationSettingsSamlList", "namespace": "childOrganization", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/child-organization/index.ts", "line": 258 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/child-organization/index.ts", "line": 258 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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/index.ts", "line": 258 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } } ], "symbolId": "src/child-organization/index:ChildOrganizationSettingsSamlList" }, "@cdktf/provider-datadog.childOrganization.ChildOrganizationSettingsSamlOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.childOrganization.ChildOrganizationSettingsSamlOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/child-organization/index.ts", "line": 226 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/child-organization/index.ts", "line": 217 }, "name": "ChildOrganizationSettingsSamlOutputReference", "namespace": "childOrganization", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/child-organization/index.ts", "line": 246 }, "name": "enabled", "type": { "fqn": "cdktf.IResolvable" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/child-organization/index.ts", "line": 230 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.childOrganization.ChildOrganizationSettingsSaml" } } ], "symbolId": "src/child-organization/index:ChildOrganizationSettingsSamlOutputReference" }, "@cdktf/provider-datadog.childOrganization.ChildOrganizationSettingsSamlStrictMode": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.childOrganization.ChildOrganizationSettingsSamlStrictMode", "kind": "interface", "locationInModule": { "filename": "src/child-organization/index.ts", "line": 424 }, "name": "ChildOrganizationSettingsSamlStrictMode", "namespace": "childOrganization", "symbolId": "src/child-organization/index:ChildOrganizationSettingsSamlStrictMode" }, "@cdktf/provider-datadog.childOrganization.ChildOrganizationSettingsSamlStrictModeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.childOrganization.ChildOrganizationSettingsSamlStrictModeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/child-organization/index.ts", "line": 488 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/child-organization/index.ts", "line": 481 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/child-organization/index.ts", "line": 495 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.childOrganization.ChildOrganizationSettingsSamlStrictModeOutputReference" } } } ], "name": "ChildOrganizationSettingsSamlStrictModeList", "namespace": "childOrganization", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/child-organization/index.ts", "line": 488 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/child-organization/index.ts", "line": 488 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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/index.ts", "line": 488 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } } ], "symbolId": "src/child-organization/index:ChildOrganizationSettingsSamlStrictModeList" }, "@cdktf/provider-datadog.childOrganization.ChildOrganizationSettingsSamlStrictModeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.childOrganization.ChildOrganizationSettingsSamlStrictModeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/child-organization/index.ts", "line": 456 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/child-organization/index.ts", "line": 447 }, "name": "ChildOrganizationSettingsSamlStrictModeOutputReference", "namespace": "childOrganization", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/child-organization/index.ts", "line": 476 }, "name": "enabled", "type": { "fqn": "cdktf.IResolvable" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/child-organization/index.ts", "line": 460 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.childOrganization.ChildOrganizationSettingsSamlStrictMode" } } ], "symbolId": "src/child-organization/index:ChildOrganizationSettingsSamlStrictModeOutputReference" }, "@cdktf/provider-datadog.childOrganization.ChildOrganizationUser": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.childOrganization.ChildOrganizationUser", "kind": "interface", "locationInModule": { "filename": "src/child-organization/index.ts", "line": 623 }, "name": "ChildOrganizationUser", "namespace": "childOrganization", "symbolId": "src/child-organization/index:ChildOrganizationUser" }, "@cdktf/provider-datadog.childOrganization.ChildOrganizationUserList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.childOrganization.ChildOrganizationUserList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/child-organization/index.ts", "line": 697 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/child-organization/index.ts", "line": 690 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/child-organization/index.ts", "line": 704 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.childOrganization.ChildOrganizationUserOutputReference" } } } ], "name": "ChildOrganizationUserList", "namespace": "childOrganization", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/child-organization/index.ts", "line": 697 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/child-organization/index.ts", "line": 697 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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/index.ts", "line": 697 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } } ], "symbolId": "src/child-organization/index:ChildOrganizationUserList" }, "@cdktf/provider-datadog.childOrganization.ChildOrganizationUserOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.childOrganization.ChildOrganizationUserOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/child-organization/index.ts", "line": 655 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/child-organization/index.ts", "line": 646 }, "name": "ChildOrganizationUserOutputReference", "namespace": "childOrganization", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/child-organization/index.ts", "line": 675 }, "name": "accessRole", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/child-organization/index.ts", "line": 680 }, "name": "email", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/child-organization/index.ts", "line": 685 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/child-organization/index.ts", "line": 659 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.childOrganization.ChildOrganizationUser" } } ], "symbolId": "src/child-organization/index:ChildOrganizationUserOutputReference" }, "@cdktf/provider-datadog.cloudConfigurationRule.CloudConfigurationRule": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/cloud_configuration_rule datadog_cloud_configuration_rule}." }, "fqn": "@cdktf/provider-datadog.cloudConfigurationRule.CloudConfigurationRule", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/cloud_configuration_rule datadog_cloud_configuration_rule} Resource." }, "locationInModule": { "filename": "src/cloud-configuration-rule/index.ts", "line": 272 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.cloudConfigurationRule.CloudConfigurationRuleConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/cloud-configuration-rule/index.ts", "line": 240 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a CloudConfigurationRule resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/cloud-configuration-rule/index.ts", "line": 257 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the CloudConfigurationRule to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/cloud_configuration_rule#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing CloudConfigurationRule that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the CloudConfigurationRule to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/cloud-configuration-rule/index.ts", "line": 469 }, "name": "putFilter", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.cloudConfigurationRule.CloudConfigurationRuleFilter" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/cloud-configuration-rule/index.ts", "line": 472 }, "name": "resetFilter" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/cloud-configuration-rule/index.ts", "line": 327 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/cloud-configuration-rule/index.ts", "line": 343 }, "name": "resetId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/cloud-configuration-rule/index.ts", "line": 385 }, "name": "resetNotifications" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/cloud-configuration-rule/index.ts", "line": 414 }, "name": "resetRelatedResourceTypes" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/cloud-configuration-rule/index.ts", "line": 456 }, "name": "resetTags" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/cloud-configuration-rule/index.ts", "line": 484 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/cloud-configuration-rule/index.ts", "line": 501 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "CloudConfigurationRule", "namespace": "cloudConfigurationRule", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/cloud-configuration-rule/index.ts", "line": 245 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/cloud-configuration-rule/index.ts", "line": 466 }, "name": "filter", "type": { "fqn": "@cdktf/provider-datadog.cloudConfigurationRule.CloudConfigurationRuleFilterList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/cloud-configuration-rule/index.ts", "line": 315 }, "name": "enabledInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/cloud-configuration-rule/index.ts", "line": 476 }, "name": "filterInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.cloudConfigurationRule.CloudConfigurationRuleFilter" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/cloud-configuration-rule/index.ts", "line": 331 }, "name": "groupByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/cloud-configuration-rule/index.ts", "line": 347 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/cloud-configuration-rule/index.ts", "line": 360 }, "name": "messageInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/cloud-configuration-rule/index.ts", "line": 373 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/cloud-configuration-rule/index.ts", "line": 389 }, "name": "notificationsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/cloud-configuration-rule/index.ts", "line": 402 }, "name": "policyInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/cloud-configuration-rule/index.ts", "line": 418 }, "name": "relatedResourceTypesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/cloud-configuration-rule/index.ts", "line": 431 }, "name": "resourceTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/cloud-configuration-rule/index.ts", "line": 444 }, "name": "severityInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/cloud-configuration-rule/index.ts", "line": 460 }, "name": "tagsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/cloud-configuration-rule/index.ts", "line": 308 }, "name": "enabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/cloud-configuration-rule/index.ts", "line": 321 }, "name": "groupBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/cloud-configuration-rule/index.ts", "line": 337 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/cloud-configuration-rule/index.ts", "line": 353 }, "name": "message", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/cloud-configuration-rule/index.ts", "line": 366 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/cloud-configuration-rule/index.ts", "line": 379 }, "name": "notifications", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/cloud-configuration-rule/index.ts", "line": 395 }, "name": "policy", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/cloud-configuration-rule/index.ts", "line": 408 }, "name": "relatedResourceTypes", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/cloud-configuration-rule/index.ts", "line": 424 }, "name": "resourceType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/cloud-configuration-rule/index.ts", "line": 437 }, "name": "severity", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/cloud-configuration-rule/index.ts", "line": 450 }, "name": "tags", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/cloud-configuration-rule/index:CloudConfigurationRule" }, "@cdktf/provider-datadog.cloudConfigurationRule.CloudConfigurationRuleConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.cloudConfigurationRule.CloudConfigurationRuleConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/cloud-configuration-rule/index.ts", "line": 14 }, "name": "CloudConfigurationRuleConfig", "namespace": "cloudConfigurationRule", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/cloud_configuration_rule#enabled CloudConfigurationRule#enabled}", "stability": "stable", "summary": "Whether the cloud configuration rule is enabled." }, "immutable": true, "locationInModule": { "filename": "src/cloud-configuration-rule/index.ts", "line": 20 }, "name": "enabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/cloud_configuration_rule#message CloudConfigurationRule#message}", "stability": "stable", "summary": "The message associated to the rule that will be shown in findings and signals." }, "immutable": true, "locationInModule": { "filename": "src/cloud-configuration-rule/index.ts", "line": 39 }, "name": "message", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/cloud_configuration_rule#name CloudConfigurationRule#name}", "stability": "stable", "summary": "The name of the cloud configuration rule." }, "immutable": true, "locationInModule": { "filename": "src/cloud-configuration-rule/index.ts", "line": 45 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/cloud_configuration_rule#policy CloudConfigurationRule#policy}", "stability": "stable", "summary": "Policy written in Rego format." }, "immutable": true, "locationInModule": { "filename": "src/cloud-configuration-rule/index.ts", "line": 57 }, "name": "policy", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/cloud_configuration_rule#resource_type CloudConfigurationRule#resource_type}", "stability": "stable", "summary": "Main resource type to be checked by the rule." }, "immutable": true, "locationInModule": { "filename": "src/cloud-configuration-rule/index.ts", "line": 69 }, "name": "resourceType", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/cloud_configuration_rule#severity CloudConfigurationRule#severity}", "stability": "stable", "summary": "Severity of the rule and associated signals. Valid values are `info`, `low`, `medium`, `high`, `critical`." }, "immutable": true, "locationInModule": { "filename": "src/cloud-configuration-rule/index.ts", "line": 75 }, "name": "severity", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/cloud_configuration_rule#filter CloudConfigurationRule#filter}", "stability": "stable", "summary": "filter block." }, "immutable": true, "locationInModule": { "filename": "src/cloud-configuration-rule/index.ts", "line": 87 }, "name": "filter", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.cloudConfigurationRule.CloudConfigurationRuleFilter" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "custom": { "resource": ".\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/cloud_configuration_rule#group_by CloudConfigurationRule#group_by}" }, "remarks": "This function will be deprecated soon. Use the notification rules function instead. Fields to group by when generating signals, e.g.", "stability": "stable", "summary": "Defaults to empty list." }, "immutable": true, "locationInModule": { "filename": "src/cloud-configuration-rule/index.ts", "line": 26 }, "name": "groupBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/cloud_configuration_rule#id CloudConfigurationRule#id}." }, "immutable": true, "locationInModule": { "filename": "src/cloud-configuration-rule/index.ts", "line": 33 }, "name": "id", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Use the notification rules function instead. Notification targets for signals. Defaults to empty list.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/cloud_configuration_rule#notifications CloudConfigurationRule#notifications}", "stability": "stable", "summary": "This function will be deprecated soon." }, "immutable": true, "locationInModule": { "filename": "src/cloud-configuration-rule/index.ts", "line": 51 }, "name": "notifications", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/cloud_configuration_rule#related_resource_types CloudConfigurationRule#related_resource_types}", "stability": "stable", "summary": "Related resource types to be checked by the rule. Defaults to empty list." }, "immutable": true, "locationInModule": { "filename": "src/cloud-configuration-rule/index.ts", "line": 63 }, "name": "relatedResourceTypes", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/cloud_configuration_rule#tags CloudConfigurationRule#tags}", "stability": "stable", "summary": "Tags of the rule, propagated to findings and signals. Defaults to empty list." }, "immutable": true, "locationInModule": { "filename": "src/cloud-configuration-rule/index.ts", "line": 81 }, "name": "tags", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/cloud-configuration-rule/index:CloudConfigurationRuleConfig" }, "@cdktf/provider-datadog.cloudConfigurationRule.CloudConfigurationRuleFilter": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.cloudConfigurationRule.CloudConfigurationRuleFilter", "kind": "interface", "locationInModule": { "filename": "src/cloud-configuration-rule/index.ts", "line": 89 }, "name": "CloudConfigurationRuleFilter", "namespace": "cloudConfigurationRule", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/cloud_configuration_rule#action CloudConfigurationRule#action}", "stability": "stable", "summary": "The type of filtering action. Valid values are `require`, `suppress`." }, "immutable": true, "locationInModule": { "filename": "src/cloud-configuration-rule/index.ts", "line": 95 }, "name": "action", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/cloud_configuration_rule#query CloudConfigurationRule#query}", "stability": "stable", "summary": "Query for selecting logs to apply the filtering action." }, "immutable": true, "locationInModule": { "filename": "src/cloud-configuration-rule/index.ts", "line": 101 }, "name": "query", "type": { "primitive": "string" } } ], "symbolId": "src/cloud-configuration-rule/index:CloudConfigurationRuleFilter" }, "@cdktf/provider-datadog.cloudConfigurationRule.CloudConfigurationRuleFilterList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.cloudConfigurationRule.CloudConfigurationRuleFilterList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/cloud-configuration-rule/index.ts", "line": 225 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/cloud-configuration-rule/index.ts", "line": 217 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/cloud-configuration-rule/index.ts", "line": 232 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.cloudConfigurationRule.CloudConfigurationRuleFilterOutputReference" } } } ], "name": "CloudConfigurationRuleFilterList", "namespace": "cloudConfigurationRule", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/cloud-configuration-rule/index.ts", "line": 225 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/cloud-configuration-rule/index.ts", "line": 225 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/cloud-configuration-rule/index.ts", "line": 225 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/cloud-configuration-rule/index.ts", "line": 218 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.cloudConfigurationRule.CloudConfigurationRuleFilter" }, "kind": "array" } } ] } } } ], "symbolId": "src/cloud-configuration-rule/index:CloudConfigurationRuleFilterList" }, "@cdktf/provider-datadog.cloudConfigurationRule.CloudConfigurationRuleFilterOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.cloudConfigurationRule.CloudConfigurationRuleFilterOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/cloud-configuration-rule/index.ts", "line": 150 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/cloud-configuration-rule/index.ts", "line": 140 }, "name": "CloudConfigurationRuleFilterOutputReference", "namespace": "cloudConfigurationRule", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/cloud-configuration-rule/index.ts", "line": 199 }, "name": "actionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/cloud-configuration-rule/index.ts", "line": 212 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/cloud-configuration-rule/index.ts", "line": 192 }, "name": "action", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/cloud-configuration-rule/index.ts", "line": 205 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/cloud-configuration-rule/index.ts", "line": 154 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.cloudConfigurationRule.CloudConfigurationRuleFilter" } ] } } } ], "symbolId": "src/cloud-configuration-rule/index:CloudConfigurationRuleFilterOutputReference" }, "@cdktf/provider-datadog.cloudWorkloadSecurityAgentRule.CloudWorkloadSecurityAgentRule": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/cloud_workload_security_agent_rule datadog_cloud_workload_security_agent_rule}." }, "fqn": "@cdktf/provider-datadog.cloudWorkloadSecurityAgentRule.CloudWorkloadSecurityAgentRule", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/cloud_workload_security_agent_rule datadog_cloud_workload_security_agent_rule} Resource." }, "locationInModule": { "filename": "src/cloud-workload-security-agent-rule/index.ts", "line": 83 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.cloudWorkloadSecurityAgentRule.CloudWorkloadSecurityAgentRuleConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/cloud-workload-security-agent-rule/index.ts", "line": 51 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a CloudWorkloadSecurityAgentRule resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/cloud-workload-security-agent-rule/index.ts", "line": 68 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the CloudWorkloadSecurityAgentRule to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/cloud_workload_security_agent_rule#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing CloudWorkloadSecurityAgentRule that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the CloudWorkloadSecurityAgentRule to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/cloud-workload-security-agent-rule/index.ts", "line": 118 }, "name": "resetDescription" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/cloud-workload-security-agent-rule/index.ts", "line": 134 }, "name": "resetEnabled" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/cloud-workload-security-agent-rule/index.ts", "line": 163 }, "name": "resetId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/cloud-workload-security-agent-rule/index.ts", "line": 188 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/cloud-workload-security-agent-rule/index.ts", "line": 198 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "CloudWorkloadSecurityAgentRule", "namespace": "cloudWorkloadSecurityAgentRule", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/cloud-workload-security-agent-rule/index.ts", "line": 56 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/cloud-workload-security-agent-rule/index.ts", "line": 122 }, "name": "descriptionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/cloud-workload-security-agent-rule/index.ts", "line": 138 }, "name": "enabledInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/cloud-workload-security-agent-rule/index.ts", "line": 151 }, "name": "expressionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/cloud-workload-security-agent-rule/index.ts", "line": 167 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/cloud-workload-security-agent-rule/index.ts", "line": 180 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/cloud-workload-security-agent-rule/index.ts", "line": 112 }, "name": "description", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/cloud-workload-security-agent-rule/index.ts", "line": 128 }, "name": "enabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/cloud-workload-security-agent-rule/index.ts", "line": 144 }, "name": "expression", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/cloud-workload-security-agent-rule/index.ts", "line": 157 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/cloud-workload-security-agent-rule/index.ts", "line": 173 }, "name": "name", "type": { "primitive": "string" } } ], "symbolId": "src/cloud-workload-security-agent-rule/index:CloudWorkloadSecurityAgentRule" }, "@cdktf/provider-datadog.cloudWorkloadSecurityAgentRule.CloudWorkloadSecurityAgentRuleConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.cloudWorkloadSecurityAgentRule.CloudWorkloadSecurityAgentRuleConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/cloud-workload-security-agent-rule/index.ts", "line": 14 }, "name": "CloudWorkloadSecurityAgentRuleConfig", "namespace": "cloudWorkloadSecurityAgentRule", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/cloud_workload_security_agent_rule#expression CloudWorkloadSecurityAgentRule#expression}", "stability": "stable", "summary": "The SECL expression of the Agent rule." }, "immutable": true, "locationInModule": { "filename": "src/cloud-workload-security-agent-rule/index.ts", "line": 32 }, "name": "expression", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/cloud_workload_security_agent_rule#name CloudWorkloadSecurityAgentRule#name}", "stability": "stable", "summary": "The name of the Agent rule." }, "immutable": true, "locationInModule": { "filename": "src/cloud-workload-security-agent-rule/index.ts", "line": 45 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/cloud_workload_security_agent_rule#description CloudWorkloadSecurityAgentRule#description}", "stability": "stable", "summary": "The description of the Agent rule. Defaults to `\"\"`." }, "immutable": true, "locationInModule": { "filename": "src/cloud-workload-security-agent-rule/index.ts", "line": 20 }, "name": "description", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/cloud_workload_security_agent_rule#enabled CloudWorkloadSecurityAgentRule#enabled}", "stability": "stable", "summary": "Whether the Agent rule is enabled. Defaults to `true`." }, "immutable": true, "locationInModule": { "filename": "src/cloud-workload-security-agent-rule/index.ts", "line": 26 }, "name": "enabled", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "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://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/cloud_workload_security_agent_rule#id CloudWorkloadSecurityAgentRule#id}." }, "immutable": true, "locationInModule": { "filename": "src/cloud-workload-security-agent-rule/index.ts", "line": 39 }, "name": "id", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/cloud-workload-security-agent-rule/index:CloudWorkloadSecurityAgentRuleConfig" }, "@cdktf/provider-datadog.complianceCustomFramework.ComplianceCustomFramework": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/compliance_custom_framework datadog_compliance_custom_framework}." }, "fqn": "@cdktf/provider-datadog.complianceCustomFramework.ComplianceCustomFramework", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/compliance_custom_framework datadog_compliance_custom_framework} Resource." }, "locationInModule": { "filename": "src/compliance-custom-framework/index.ts", "line": 379 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.complianceCustomFramework.ComplianceCustomFrameworkConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/compliance-custom-framework/index.ts", "line": 347 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a ComplianceCustomFramework resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/compliance-custom-framework/index.ts", "line": 364 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the ComplianceCustomFramework to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/compliance_custom_framework#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing ComplianceCustomFramework that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the ComplianceCustomFramework to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/compliance-custom-framework/index.ts", "line": 471 }, "name": "putRequirements", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.complianceCustomFramework.ComplianceCustomFrameworkRequirements" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/compliance-custom-framework/index.ts", "line": 427 }, "name": "resetIconUrl" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/compliance-custom-framework/index.ts", "line": 474 }, "name": "resetRequirements" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/compliance-custom-framework/index.ts", "line": 486 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/compliance-custom-framework/index.ts", "line": 496 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "ComplianceCustomFramework", "namespace": "complianceCustomFramework", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/compliance-custom-framework/index.ts", "line": 352 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/compliance-custom-framework/index.ts", "line": 436 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/compliance-custom-framework/index.ts", "line": 468 }, "name": "requirements", "type": { "fqn": "@cdktf/provider-datadog.complianceCustomFramework.ComplianceCustomFrameworkRequirementsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/compliance-custom-framework/index.ts", "line": 415 }, "name": "handleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/compliance-custom-framework/index.ts", "line": 431 }, "name": "iconUrlInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/compliance-custom-framework/index.ts", "line": 449 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/compliance-custom-framework/index.ts", "line": 478 }, "name": "requirementsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.complianceCustomFramework.ComplianceCustomFrameworkRequirements" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/compliance-custom-framework/index.ts", "line": 462 }, "name": "versionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/compliance-custom-framework/index.ts", "line": 408 }, "name": "handle", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/compliance-custom-framework/index.ts", "line": 421 }, "name": "iconUrl", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/compliance-custom-framework/index.ts", "line": 442 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/compliance-custom-framework/index.ts", "line": 455 }, "name": "version", "type": { "primitive": "string" } } ], "symbolId": "src/compliance-custom-framework/index:ComplianceCustomFramework" }, "@cdktf/provider-datadog.complianceCustomFramework.ComplianceCustomFrameworkConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.complianceCustomFramework.ComplianceCustomFrameworkConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/compliance-custom-framework/index.ts", "line": 14 }, "name": "ComplianceCustomFrameworkConfig", "namespace": "complianceCustomFramework", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/compliance_custom_framework#handle ComplianceCustomFramework#handle}", "stability": "stable", "summary": "The framework handle. String length must be at least 1." }, "immutable": true, "locationInModule": { "filename": "src/compliance-custom-framework/index.ts", "line": 20 }, "name": "handle", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/compliance_custom_framework#name ComplianceCustomFramework#name}", "stability": "stable", "summary": "The framework name. String length must be at least 1." }, "immutable": true, "locationInModule": { "filename": "src/compliance-custom-framework/index.ts", "line": 32 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/compliance_custom_framework#version ComplianceCustomFramework#version}", "stability": "stable", "summary": "The framework version. String length must be at least 1." }, "immutable": true, "locationInModule": { "filename": "src/compliance-custom-framework/index.ts", "line": 38 }, "name": "version", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/compliance_custom_framework#icon_url ComplianceCustomFramework#icon_url}", "stability": "stable", "summary": "The URL of the icon representing the framework." }, "immutable": true, "locationInModule": { "filename": "src/compliance-custom-framework/index.ts", "line": 26 }, "name": "iconUrl", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/compliance_custom_framework#requirements ComplianceCustomFramework#requirements}", "stability": "stable", "summary": "requirements block." }, "immutable": true, "locationInModule": { "filename": "src/compliance-custom-framework/index.ts", "line": 44 }, "name": "requirements", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.complianceCustomFramework.ComplianceCustomFrameworkRequirements" }, "kind": "array" } } ] } } } ], "symbolId": "src/compliance-custom-framework/index:ComplianceCustomFrameworkConfig" }, "@cdktf/provider-datadog.complianceCustomFramework.ComplianceCustomFrameworkRequirements": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.complianceCustomFramework.ComplianceCustomFrameworkRequirements", "kind": "interface", "locationInModule": { "filename": "src/compliance-custom-framework/index.ts", "line": 193 }, "name": "ComplianceCustomFrameworkRequirements", "namespace": "complianceCustomFramework", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/compliance_custom_framework#name ComplianceCustomFramework#name}", "stability": "stable", "summary": "The name of the requirement. String length must be at least 1." }, "immutable": true, "locationInModule": { "filename": "src/compliance-custom-framework/index.ts", "line": 199 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/compliance_custom_framework#controls ComplianceCustomFramework#controls}", "stability": "stable", "summary": "controls block." }, "immutable": true, "locationInModule": { "filename": "src/compliance-custom-framework/index.ts", "line": 205 }, "name": "controls", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.complianceCustomFramework.ComplianceCustomFrameworkRequirementsControls" }, "kind": "array" } } ] } } } ], "symbolId": "src/compliance-custom-framework/index:ComplianceCustomFrameworkRequirements" }, "@cdktf/provider-datadog.complianceCustomFramework.ComplianceCustomFrameworkRequirementsControls": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.complianceCustomFramework.ComplianceCustomFrameworkRequirementsControls", "kind": "interface", "locationInModule": { "filename": "src/compliance-custom-framework/index.ts", "line": 46 }, "name": "ComplianceCustomFrameworkRequirementsControls", "namespace": "complianceCustomFramework", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/compliance_custom_framework#name ComplianceCustomFramework#name}", "stability": "stable", "summary": "The name of the control. String length must be at least 1." }, "immutable": true, "locationInModule": { "filename": "src/compliance-custom-framework/index.ts", "line": 52 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/compliance_custom_framework#rules_id ComplianceCustomFramework#rules_id}", "stability": "stable", "summary": "The set of rules IDs for the control." }, "immutable": true, "locationInModule": { "filename": "src/compliance-custom-framework/index.ts", "line": 58 }, "name": "rulesId", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/compliance-custom-framework/index:ComplianceCustomFrameworkRequirementsControls" }, "@cdktf/provider-datadog.complianceCustomFramework.ComplianceCustomFrameworkRequirementsControlsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.complianceCustomFramework.ComplianceCustomFrameworkRequirementsControlsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/compliance-custom-framework/index.ts", "line": 182 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/compliance-custom-framework/index.ts", "line": 174 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/compliance-custom-framework/index.ts", "line": 189 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.complianceCustomFramework.ComplianceCustomFrameworkRequirementsControlsOutputReference" } } } ], "name": "ComplianceCustomFrameworkRequirementsControlsList", "namespace": "complianceCustomFramework", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/compliance-custom-framework/index.ts", "line": 182 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/compliance-custom-framework/index.ts", "line": 182 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/compliance-custom-framework/index.ts", "line": 182 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/compliance-custom-framework/index.ts", "line": 175 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.complianceCustomFramework.ComplianceCustomFrameworkRequirementsControls" }, "kind": "array" } } ] } } } ], "symbolId": "src/compliance-custom-framework/index:ComplianceCustomFrameworkRequirementsControlsList" }, "@cdktf/provider-datadog.complianceCustomFramework.ComplianceCustomFrameworkRequirementsControlsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.complianceCustomFramework.ComplianceCustomFrameworkRequirementsControlsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/compliance-custom-framework/index.ts", "line": 107 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/compliance-custom-framework/index.ts", "line": 97 }, "name": "ComplianceCustomFrameworkRequirementsControlsOutputReference", "namespace": "complianceCustomFramework", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/compliance-custom-framework/index.ts", "line": 156 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/compliance-custom-framework/index.ts", "line": 169 }, "name": "rulesIdInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/compliance-custom-framework/index.ts", "line": 149 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/compliance-custom-framework/index.ts", "line": 162 }, "name": "rulesId", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/compliance-custom-framework/index.ts", "line": 111 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.complianceCustomFramework.ComplianceCustomFrameworkRequirementsControls" } ] } } } ], "symbolId": "src/compliance-custom-framework/index:ComplianceCustomFrameworkRequirementsControlsOutputReference" }, "@cdktf/provider-datadog.complianceCustomFramework.ComplianceCustomFrameworkRequirementsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.complianceCustomFramework.ComplianceCustomFrameworkRequirementsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/compliance-custom-framework/index.ts", "line": 332 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/compliance-custom-framework/index.ts", "line": 324 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/compliance-custom-framework/index.ts", "line": 339 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.complianceCustomFramework.ComplianceCustomFrameworkRequirementsOutputReference" } } } ], "name": "ComplianceCustomFrameworkRequirementsList", "namespace": "complianceCustomFramework", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/compliance-custom-framework/index.ts", "line": 332 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/compliance-custom-framework/index.ts", "line": 332 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/compliance-custom-framework/index.ts", "line": 332 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/compliance-custom-framework/index.ts", "line": 325 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.complianceCustomFramework.ComplianceCustomFrameworkRequirements" }, "kind": "array" } } ] } } } ], "symbolId": "src/compliance-custom-framework/index:ComplianceCustomFrameworkRequirementsList" }, "@cdktf/provider-datadog.complianceCustomFramework.ComplianceCustomFrameworkRequirementsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.complianceCustomFramework.ComplianceCustomFrameworkRequirementsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/compliance-custom-framework/index.ts", "line": 254 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/compliance-custom-framework/index.ts", "line": 244 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/compliance-custom-framework/index.ts", "line": 312 }, "name": "putControls", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.complianceCustomFramework.ComplianceCustomFrameworkRequirementsControls" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/compliance-custom-framework/index.ts", "line": 315 }, "name": "resetControls" } ], "name": "ComplianceCustomFrameworkRequirementsOutputReference", "namespace": "complianceCustomFramework", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/compliance-custom-framework/index.ts", "line": 309 }, "name": "controls", "type": { "fqn": "@cdktf/provider-datadog.complianceCustomFramework.ComplianceCustomFrameworkRequirementsControlsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/compliance-custom-framework/index.ts", "line": 319 }, "name": "controlsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.complianceCustomFramework.ComplianceCustomFrameworkRequirementsControls" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/compliance-custom-framework/index.ts", "line": 303 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/compliance-custom-framework/index.ts", "line": 296 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/compliance-custom-framework/index.ts", "line": 258 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.complianceCustomFramework.ComplianceCustomFrameworkRequirements" } ] } } } ], "symbolId": "src/compliance-custom-framework/index:ComplianceCustomFrameworkRequirementsOutputReference" }, "@cdktf/provider-datadog.complianceResourceEvaluationFilter.ComplianceResourceEvaluationFilter": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/compliance_resource_evaluation_filter datadog_compliance_resource_evaluation_filter}." }, "fqn": "@cdktf/provider-datadog.complianceResourceEvaluationFilter.ComplianceResourceEvaluationFilter", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/compliance_resource_evaluation_filter datadog_compliance_resource_evaluation_filter} Resource." }, "locationInModule": { "filename": "src/compliance-resource-evaluation-filter/index.ts", "line": 73 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.complianceResourceEvaluationFilter.ComplianceResourceEvaluationFilterConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/compliance-resource-evaluation-filter/index.ts", "line": 41 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a ComplianceResourceEvaluationFilter resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/compliance-resource-evaluation-filter/index.ts", "line": 58 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the ComplianceResourceEvaluationFilter to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/compliance_resource_evaluation_filter#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing ComplianceResourceEvaluationFilter that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the ComplianceResourceEvaluationFilter to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/compliance-resource-evaluation-filter/index.ts", "line": 146 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/compliance-resource-evaluation-filter/index.ts", "line": 154 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "ComplianceResourceEvaluationFilter", "namespace": "complianceResourceEvaluationFilter", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/compliance-resource-evaluation-filter/index.ts", "line": 46 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/compliance-resource-evaluation-filter/index.ts", "line": 112 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/compliance-resource-evaluation-filter/index.ts", "line": 107 }, "name": "cloudProviderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/compliance-resource-evaluation-filter/index.ts", "line": 125 }, "name": "resourceIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/compliance-resource-evaluation-filter/index.ts", "line": 138 }, "name": "tagsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/compliance-resource-evaluation-filter/index.ts", "line": 100 }, "name": "cloudProvider", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/compliance-resource-evaluation-filter/index.ts", "line": 118 }, "name": "resourceId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/compliance-resource-evaluation-filter/index.ts", "line": 131 }, "name": "tags", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/compliance-resource-evaluation-filter/index:ComplianceResourceEvaluationFilter" }, "@cdktf/provider-datadog.complianceResourceEvaluationFilter.ComplianceResourceEvaluationFilterConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.complianceResourceEvaluationFilter.ComplianceResourceEvaluationFilterConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/compliance-resource-evaluation-filter/index.ts", "line": 14 }, "name": "ComplianceResourceEvaluationFilterConfig", "namespace": "complianceResourceEvaluationFilter", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/compliance_resource_evaluation_filter#cloud_provider ComplianceResourceEvaluationFilter#cloud_provider}", "stability": "stable", "summary": "The cloud provider of the filter's targeted resource. Only `aws`, `gcp`, or `azure` are considered valid cloud providers." }, "immutable": true, "locationInModule": { "filename": "src/compliance-resource-evaluation-filter/index.ts", "line": 20 }, "name": "cloudProvider", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Different cloud providers target different resource IDs:\n - `aws`: account ID\n - `gcp`: project ID\n - `azure`: subscription ID\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/compliance_resource_evaluation_filter#resource_id ComplianceResourceEvaluationFilter#resource_id}", "stability": "stable", "summary": "The ID of the of the filter's targeted resource." }, "immutable": true, "locationInModule": { "filename": "src/compliance-resource-evaluation-filter/index.ts", "line": 29 }, "name": "resourceId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/compliance_resource_evaluation_filter#tags ComplianceResourceEvaluationFilter#tags}", "stability": "stable", "summary": "List of tags to filter misconfiguration detections. Each entry should follow the format: \"key\":\"value\"." }, "immutable": true, "locationInModule": { "filename": "src/compliance-resource-evaluation-filter/index.ts", "line": 35 }, "name": "tags", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/compliance-resource-evaluation-filter/index:ComplianceResourceEvaluationFilterConfig" }, "@cdktf/provider-datadog.costBudget.CostBudget": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/cost_budget datadog_cost_budget}." }, "fqn": "@cdktf/provider-datadog.costBudget.CostBudget", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/cost_budget datadog_cost_budget} Resource." }, "locationInModule": { "filename": "src/cost-budget/index.ts", "line": 412 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.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.costBudget.CostBudgetConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/cost-budget/index.ts", "line": 380 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a CostBudget resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/cost-budget/index.ts", "line": 397 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the CostBudget to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/cost_budget#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing CostBudget that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the CostBudget to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/cost-budget/index.ts", "line": 518 }, "name": "putEntries", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.costBudget.CostBudgetEntries" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/cost-budget/index.ts", "line": 521 }, "name": "resetEntries" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/cost-budget/index.ts", "line": 461 }, "name": "resetId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/cost-budget/index.ts", "line": 533 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/cost-budget/index.ts", "line": 544 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "CostBudget", "namespace": "costBudget", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/cost-budget/index.ts", "line": 385 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/cost-budget/index.ts", "line": 515 }, "name": "entries", "type": { "fqn": "@cdktf/provider-datadog.costBudget.CostBudgetEntriesList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/cost-budget/index.ts", "line": 509 }, "name": "totalAmount", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/cost-budget/index.ts", "line": 449 }, "name": "endMonthInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/cost-budget/index.ts", "line": 525 }, "name": "entriesInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.costBudget.CostBudgetEntries" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/cost-budget/index.ts", "line": 465 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/cost-budget/index.ts", "line": 478 }, "name": "metricsQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/cost-budget/index.ts", "line": 491 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/cost-budget/index.ts", "line": 504 }, "name": "startMonthInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/cost-budget/index.ts", "line": 442 }, "name": "endMonth", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/cost-budget/index.ts", "line": 455 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/cost-budget/index.ts", "line": 471 }, "name": "metricsQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/cost-budget/index.ts", "line": 484 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/cost-budget/index.ts", "line": 497 }, "name": "startMonth", "type": { "primitive": "number" } } ], "symbolId": "src/cost-budget/index:CostBudget" }, "@cdktf/provider-datadog.costBudget.CostBudgetConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.costBudget.CostBudgetConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/cost-budget/index.ts", "line": 14 }, "name": "CostBudgetConfig", "namespace": "costBudget", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/cost_budget#end_month CostBudget#end_month}", "stability": "stable", "summary": "The month when the budget ends (YYYYMM)." }, "immutable": true, "locationInModule": { "filename": "src/cost-budget/index.ts", "line": 20 }, "name": "endMonth", "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/cost_budget#metrics_query CostBudget#metrics_query}", "stability": "stable", "summary": "The cost query used to track against the budget." }, "immutable": true, "locationInModule": { "filename": "src/cost-budget/index.ts", "line": 35 }, "name": "metricsQuery", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/cost_budget#name CostBudget#name}", "stability": "stable", "summary": "The name of the budget." }, "immutable": true, "locationInModule": { "filename": "src/cost-budget/index.ts", "line": 41 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/cost_budget#start_month CostBudget#start_month}", "stability": "stable", "summary": "The month when the budget starts (YYYYMM)." }, "immutable": true, "locationInModule": { "filename": "src/cost-budget/index.ts", "line": 47 }, "name": "startMonth", "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/cost_budget#entries CostBudget#entries}", "stability": "stable", "summary": "entries block." }, "immutable": true, "locationInModule": { "filename": "src/cost-budget/index.ts", "line": 53 }, "name": "entries", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.costBudget.CostBudgetEntries" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/cost_budget#id CostBudget#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "The ID of the budget." }, "immutable": true, "locationInModule": { "filename": "src/cost-budget/index.ts", "line": 29 }, "name": "id", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/cost-budget/index:CostBudgetConfig" }, "@cdktf/provider-datadog.costBudget.CostBudgetEntries": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.costBudget.CostBudgetEntries", "kind": "interface", "locationInModule": { "filename": "src/cost-budget/index.ts", "line": 198 }, "name": "CostBudgetEntries", "namespace": "costBudget", "properties": [ { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/cost_budget#amount CostBudget#amount}." }, "immutable": true, "locationInModule": { "filename": "src/cost-budget/index.ts", "line": 202 }, "name": "amount", "type": { "primitive": "number" } }, { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/cost_budget#month CostBudget#month}." }, "immutable": true, "locationInModule": { "filename": "src/cost-budget/index.ts", "line": 206 }, "name": "month", "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/cost_budget#tag_filters CostBudget#tag_filters}", "stability": "stable", "summary": "tag_filters block." }, "immutable": true, "locationInModule": { "filename": "src/cost-budget/index.ts", "line": 212 }, "name": "tagFilters", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.costBudget.CostBudgetEntriesTagFilters" }, "kind": "array" } } ] } } } ], "symbolId": "src/cost-budget/index:CostBudgetEntries" }, "@cdktf/provider-datadog.costBudget.CostBudgetEntriesList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.costBudget.CostBudgetEntriesList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/cost-budget/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" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/cost-budget/index.ts", "line": 357 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/cost-budget/index.ts", "line": 372 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.costBudget.CostBudgetEntriesOutputReference" } } } ], "name": "CostBudgetEntriesList", "namespace": "costBudget", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/cost-budget/index.ts", "line": 365 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/cost-budget/index.ts", "line": 365 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/cost-budget/index.ts", "line": 365 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/cost-budget/index.ts", "line": 358 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.costBudget.CostBudgetEntries" }, "kind": "array" } } ] } } } ], "symbolId": "src/cost-budget/index:CostBudgetEntriesList" }, "@cdktf/provider-datadog.costBudget.CostBudgetEntriesOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.costBudget.CostBudgetEntriesOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/cost-budget/index.ts", "line": 268 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/cost-budget/index.ts", "line": 258 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/cost-budget/index.ts", "line": 345 }, "name": "putTagFilters", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.costBudget.CostBudgetEntriesTagFilters" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/cost-budget/index.ts", "line": 348 }, "name": "resetTagFilters" } ], "name": "CostBudgetEntriesOutputReference", "namespace": "costBudget", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/cost-budget/index.ts", "line": 342 }, "name": "tagFilters", "type": { "fqn": "@cdktf/provider-datadog.costBudget.CostBudgetEntriesTagFiltersList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/cost-budget/index.ts", "line": 323 }, "name": "amountInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/cost-budget/index.ts", "line": 336 }, "name": "monthInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/cost-budget/index.ts", "line": 352 }, "name": "tagFiltersInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.costBudget.CostBudgetEntriesTagFilters" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/cost-budget/index.ts", "line": 316 }, "name": "amount", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/cost-budget/index.ts", "line": 329 }, "name": "month", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/cost-budget/index.ts", "line": 272 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.costBudget.CostBudgetEntries" } ] } } } ], "symbolId": "src/cost-budget/index:CostBudgetEntriesOutputReference" }, "@cdktf/provider-datadog.costBudget.CostBudgetEntriesTagFilters": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.costBudget.CostBudgetEntriesTagFilters", "kind": "interface", "locationInModule": { "filename": "src/cost-budget/index.ts", "line": 55 }, "name": "CostBudgetEntriesTagFilters", "namespace": "costBudget", "properties": [ { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/cost_budget#tag_key CostBudget#tag_key}." }, "immutable": true, "locationInModule": { "filename": "src/cost-budget/index.ts", "line": 59 }, "name": "tagKey", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/cost_budget#tag_value CostBudget#tag_value}." }, "immutable": true, "locationInModule": { "filename": "src/cost-budget/index.ts", "line": 63 }, "name": "tagValue", "type": { "primitive": "string" } } ], "symbolId": "src/cost-budget/index:CostBudgetEntriesTagFilters" }, "@cdktf/provider-datadog.costBudget.CostBudgetEntriesTagFiltersList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.costBudget.CostBudgetEntriesTagFiltersList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/cost-budget/index.ts", "line": 187 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/cost-budget/index.ts", "line": 179 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/cost-budget/index.ts", "line": 194 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.costBudget.CostBudgetEntriesTagFiltersOutputReference" } } } ], "name": "CostBudgetEntriesTagFiltersList", "namespace": "costBudget", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/cost-budget/index.ts", "line": 187 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/cost-budget/index.ts", "line": 187 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/cost-budget/index.ts", "line": 187 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/cost-budget/index.ts", "line": 180 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.costBudget.CostBudgetEntriesTagFilters" }, "kind": "array" } } ] } } } ], "symbolId": "src/cost-budget/index:CostBudgetEntriesTagFiltersList" }, "@cdktf/provider-datadog.costBudget.CostBudgetEntriesTagFiltersOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.costBudget.CostBudgetEntriesTagFiltersOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/cost-budget/index.ts", "line": 112 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/cost-budget/index.ts", "line": 102 }, "name": "CostBudgetEntriesTagFiltersOutputReference", "namespace": "costBudget", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/cost-budget/index.ts", "line": 161 }, "name": "tagKeyInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/cost-budget/index.ts", "line": 174 }, "name": "tagValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/cost-budget/index.ts", "line": 154 }, "name": "tagKey", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/cost-budget/index.ts", "line": 167 }, "name": "tagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/cost-budget/index.ts", "line": 116 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.costBudget.CostBudgetEntriesTagFilters" } ] } } } ], "symbolId": "src/cost-budget/index:CostBudgetEntriesTagFiltersOutputReference" }, "@cdktf/provider-datadog.csmThreatsAgentRule.CsmThreatsAgentRule": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/csm_threats_agent_rule datadog_csm_threats_agent_rule}." }, "fqn": "@cdktf/provider-datadog.csmThreatsAgentRule.CsmThreatsAgentRule", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/csm_threats_agent_rule datadog_csm_threats_agent_rule} Resource." }, "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 711 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.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.csmThreatsAgentRule.CsmThreatsAgentRuleConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 679 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a CsmThreatsAgentRule resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 696 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the CsmThreatsAgentRule to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/csm_threats_agent_rule#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing CsmThreatsAgentRule that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the CsmThreatsAgentRule to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 840 }, "name": "putActions", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.csmThreatsAgentRule.CsmThreatsAgentRuleActions" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 843 }, "name": "resetActions" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 748 }, "name": "resetDescription" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 764 }, "name": "resetEnabled" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 811 }, "name": "resetPolicyId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 827 }, "name": "resetProductTags" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 855 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 867 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "CsmThreatsAgentRule", "namespace": "csmThreatsAgentRule", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 684 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 837 }, "name": "actions", "type": { "fqn": "@cdktf/provider-datadog.csmThreatsAgentRule.CsmThreatsAgentRuleActionsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 786 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 847 }, "name": "actionsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.csmThreatsAgentRule.CsmThreatsAgentRuleActions" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 752 }, "name": "descriptionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 768 }, "name": "enabledInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 781 }, "name": "expressionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 799 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 815 }, "name": "policyIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 831 }, "name": "productTagsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 742 }, "name": "description", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 758 }, "name": "enabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 774 }, "name": "expression", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 792 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 805 }, "name": "policyId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 821 }, "name": "productTags", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/csm-threats-agent-rule/index:CsmThreatsAgentRule" }, "@cdktf/provider-datadog.csmThreatsAgentRule.CsmThreatsAgentRuleActions": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.csmThreatsAgentRule.CsmThreatsAgentRuleActions", "kind": "interface", "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 525 }, "name": "CsmThreatsAgentRuleActions", "namespace": "csmThreatsAgentRule", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/csm_threats_agent_rule#hash CsmThreatsAgentRule#hash}", "stability": "stable", "summary": "hash block." }, "immutable": true, "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 531 }, "name": "hash", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.csmThreatsAgentRule.CsmThreatsAgentRuleActionsHash" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/csm_threats_agent_rule#set CsmThreatsAgentRule#set}", "stability": "stable", "summary": "set block." }, "immutable": true, "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 537 }, "name": "set", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.csmThreatsAgentRule.CsmThreatsAgentRuleActionsSet" } } ], "symbolId": "src/csm-threats-agent-rule/index:CsmThreatsAgentRuleActions" }, "@cdktf/provider-datadog.csmThreatsAgentRule.CsmThreatsAgentRuleActionsHash": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.csmThreatsAgentRule.CsmThreatsAgentRuleActionsHash", "kind": "interface", "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 58 }, "name": "CsmThreatsAgentRuleActionsHash", "namespace": "csmThreatsAgentRule", "symbolId": "src/csm-threats-agent-rule/index:CsmThreatsAgentRuleActionsHash" }, "@cdktf/provider-datadog.csmThreatsAgentRule.CsmThreatsAgentRuleActionsHashOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.csmThreatsAgentRule.CsmThreatsAgentRuleActionsHashOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 89 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 81 }, "name": "CsmThreatsAgentRuleActionsHashOutputReference", "namespace": "csmThreatsAgentRule", "properties": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 93 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.csmThreatsAgentRule.CsmThreatsAgentRuleActionsHash" } ] } } } ], "symbolId": "src/csm-threats-agent-rule/index:CsmThreatsAgentRuleActionsHashOutputReference" }, "@cdktf/provider-datadog.csmThreatsAgentRule.CsmThreatsAgentRuleActionsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.csmThreatsAgentRule.CsmThreatsAgentRuleActionsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 664 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 656 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 671 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.csmThreatsAgentRule.CsmThreatsAgentRuleActionsOutputReference" } } } ], "name": "CsmThreatsAgentRuleActionsList", "namespace": "csmThreatsAgentRule", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 664 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 664 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 664 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 657 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.csmThreatsAgentRule.CsmThreatsAgentRuleActions" }, "kind": "array" } } ] } } } ], "symbolId": "src/csm-threats-agent-rule/index:CsmThreatsAgentRuleActionsList" }, "@cdktf/provider-datadog.csmThreatsAgentRule.CsmThreatsAgentRuleActionsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.csmThreatsAgentRule.CsmThreatsAgentRuleActionsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 586 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 576 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 631 }, "name": "putHash", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.csmThreatsAgentRule.CsmThreatsAgentRuleActionsHash" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 644 }, "name": "putSet", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.csmThreatsAgentRule.CsmThreatsAgentRuleActionsSet" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 647 }, "name": "resetSet" } ], "name": "CsmThreatsAgentRuleActionsOutputReference", "namespace": "csmThreatsAgentRule", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 628 }, "name": "hash", "type": { "fqn": "@cdktf/provider-datadog.csmThreatsAgentRule.CsmThreatsAgentRuleActionsHashOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 641 }, "name": "set", "type": { "fqn": "@cdktf/provider-datadog.csmThreatsAgentRule.CsmThreatsAgentRuleActionsSetOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 635 }, "name": "hashInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.csmThreatsAgentRule.CsmThreatsAgentRuleActionsHash" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 651 }, "name": "setInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.csmThreatsAgentRule.CsmThreatsAgentRuleActionsSet" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 590 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.csmThreatsAgentRule.CsmThreatsAgentRuleActions" } ] } } } ], "symbolId": "src/csm-threats-agent-rule/index:CsmThreatsAgentRuleActionsOutputReference" }, "@cdktf/provider-datadog.csmThreatsAgentRule.CsmThreatsAgentRuleActionsSet": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.csmThreatsAgentRule.CsmThreatsAgentRuleActionsSet", "kind": "interface", "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 117 }, "name": "CsmThreatsAgentRuleActionsSet", "namespace": "csmThreatsAgentRule", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/csm_threats_agent_rule#name CsmThreatsAgentRule#name}", "stability": "stable", "summary": "The name of the set action." }, "immutable": true, "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 153 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/csm_threats_agent_rule#append CsmThreatsAgentRule#append}", "stability": "stable", "summary": "Whether to append to the set." }, "immutable": true, "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 123 }, "name": "append", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/csm_threats_agent_rule#default_value CsmThreatsAgentRule#default_value}", "stability": "stable", "summary": "The default value to set." }, "immutable": true, "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 129 }, "name": "defaultValue", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/csm_threats_agent_rule#expression CsmThreatsAgentRule#expression}", "stability": "stable", "summary": "The expression to use for the set action." }, "immutable": true, "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 135 }, "name": "expression", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/csm_threats_agent_rule#field CsmThreatsAgentRule#field}", "stability": "stable", "summary": "The field to get the value from." }, "immutable": true, "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 141 }, "name": "field", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/csm_threats_agent_rule#inherited CsmThreatsAgentRule#inherited}", "stability": "stable", "summary": "Whether the set action is inherited." }, "immutable": true, "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 147 }, "name": "inherited", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/csm_threats_agent_rule#scope CsmThreatsAgentRule#scope}", "stability": "stable", "summary": "The scope of the set action (process, container, cgroup, or empty)." }, "immutable": true, "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 159 }, "name": "scope", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/csm_threats_agent_rule#size CsmThreatsAgentRule#size}", "stability": "stable", "summary": "The maximum size of the set." }, "immutable": true, "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 165 }, "name": "size", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/csm_threats_agent_rule#ttl CsmThreatsAgentRule#ttl}", "stability": "stable", "summary": "The time to live for the set in nanoseconds." }, "immutable": true, "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 171 }, "name": "ttl", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/csm_threats_agent_rule#value CsmThreatsAgentRule#value}", "stability": "stable", "summary": "The value to set." }, "immutable": true, "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 177 }, "name": "value", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/csm-threats-agent-rule/index:CsmThreatsAgentRuleActionsSet" }, "@cdktf/provider-datadog.csmThreatsAgentRule.CsmThreatsAgentRuleActionsSetOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.csmThreatsAgentRule.CsmThreatsAgentRuleActionsSetOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 280 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 272 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 376 }, "name": "resetAppend" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 392 }, "name": "resetDefaultValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 408 }, "name": "resetExpression" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 424 }, "name": "resetField" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 440 }, "name": "resetInherited" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 469 }, "name": "resetScope" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 485 }, "name": "resetSize" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 501 }, "name": "resetTtl" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 517 }, "name": "resetValue" } ], "name": "CsmThreatsAgentRuleActionsSetOutputReference", "namespace": "csmThreatsAgentRule", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 380 }, "name": "appendInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 396 }, "name": "defaultValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 412 }, "name": "expressionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 428 }, "name": "fieldInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 444 }, "name": "inheritedInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 457 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 473 }, "name": "scopeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 489 }, "name": "sizeInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 505 }, "name": "ttlInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 521 }, "name": "valueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 370 }, "name": "append", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 386 }, "name": "defaultValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 402 }, "name": "expression", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 418 }, "name": "field", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 434 }, "name": "inherited", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 450 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 463 }, "name": "scope", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 479 }, "name": "size", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 495 }, "name": "ttl", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 511 }, "name": "value", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 284 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.csmThreatsAgentRule.CsmThreatsAgentRuleActionsSet" } ] } } } ], "symbolId": "src/csm-threats-agent-rule/index:CsmThreatsAgentRuleActionsSetOutputReference" }, "@cdktf/provider-datadog.csmThreatsAgentRule.CsmThreatsAgentRuleConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.csmThreatsAgentRule.CsmThreatsAgentRuleConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 14 }, "name": "CsmThreatsAgentRuleConfig", "namespace": "csmThreatsAgentRule", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/csm_threats_agent_rule#expression CsmThreatsAgentRule#expression}", "stability": "stable", "summary": "The SECL expression of the Agent rule." }, "immutable": true, "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 32 }, "name": "expression", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/csm_threats_agent_rule#name CsmThreatsAgentRule#name}", "stability": "stable", "summary": "The name of the Agent rule." }, "immutable": true, "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 38 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/csm_threats_agent_rule#actions CsmThreatsAgentRule#actions}", "stability": "stable", "summary": "actions block." }, "immutable": true, "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 56 }, "name": "actions", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.csmThreatsAgentRule.CsmThreatsAgentRuleActions" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/csm_threats_agent_rule#description CsmThreatsAgentRule#description}", "stability": "stable", "summary": "A description for the Agent rule." }, "immutable": true, "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 20 }, "name": "description", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/csm_threats_agent_rule#enabled CsmThreatsAgentRule#enabled}", "stability": "stable", "summary": "Indicates whether the Agent rule is enabled. Must not be used without policy_id." }, "immutable": true, "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 26 }, "name": "enabled", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/csm_threats_agent_rule#policy_id CsmThreatsAgentRule#policy_id}", "stability": "stable", "summary": "The ID of the agent policy in which the rule is saved." }, "immutable": true, "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 44 }, "name": "policyId", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/csm_threats_agent_rule#product_tags CsmThreatsAgentRule#product_tags}", "stability": "stable", "summary": "The list of product tags associated with the rule." }, "immutable": true, "locationInModule": { "filename": "src/csm-threats-agent-rule/index.ts", "line": 50 }, "name": "productTags", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/csm-threats-agent-rule/index:CsmThreatsAgentRuleConfig" }, "@cdktf/provider-datadog.csmThreatsPolicy.CsmThreatsPolicy": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/csm_threats_policy datadog_csm_threats_policy}." }, "fqn": "@cdktf/provider-datadog.csmThreatsPolicy.CsmThreatsPolicy", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/csm_threats_policy datadog_csm_threats_policy} Resource." }, "locationInModule": { "filename": "src/csm-threats-policy/index.ts", "line": 82 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.csmThreatsPolicy.CsmThreatsPolicyConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/csm-threats-policy/index.ts", "line": 50 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a CsmThreatsPolicy resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/csm-threats-policy/index.ts", "line": 67 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the CsmThreatsPolicy to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/csm_threats_policy#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing CsmThreatsPolicy that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the CsmThreatsPolicy to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/csm-threats-policy/index.ts", "line": 117 }, "name": "resetDescription" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/csm-threats-policy/index.ts", "line": 133 }, "name": "resetEnabled" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/csm-threats-policy/index.ts", "line": 149 }, "name": "resetHostTagsLists" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/csm-threats-policy/index.ts", "line": 183 }, "name": "resetTags" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/csm-threats-policy/index.ts", "line": 195 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/csm-threats-policy/index.ts", "line": 205 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "CsmThreatsPolicy", "namespace": "csmThreatsPolicy", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/csm-threats-policy/index.ts", "line": 55 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/csm-threats-policy/index.ts", "line": 158 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/csm-threats-policy/index.ts", "line": 121 }, "name": "descriptionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/csm-threats-policy/index.ts", "line": 137 }, "name": "enabledInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/csm-threats-policy/index.ts", "line": 153 }, "name": "hostTagsListsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/csm-threats-policy/index.ts", "line": 171 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/csm-threats-policy/index.ts", "line": 187 }, "name": "tagsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/csm-threats-policy/index.ts", "line": 111 }, "name": "description", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/csm-threats-policy/index.ts", "line": 127 }, "name": "enabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/csm-threats-policy/index.ts", "line": 143 }, "name": "hostTagsLists", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/csm-threats-policy/index.ts", "line": 164 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/csm-threats-policy/index.ts", "line": 177 }, "name": "tags", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/csm-threats-policy/index:CsmThreatsPolicy" }, "@cdktf/provider-datadog.csmThreatsPolicy.CsmThreatsPolicyConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.csmThreatsPolicy.CsmThreatsPolicyConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/csm-threats-policy/index.ts", "line": 14 }, "name": "CsmThreatsPolicyConfig", "namespace": "csmThreatsPolicy", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/csm_threats_policy#name CsmThreatsPolicy#name}", "stability": "stable", "summary": "The name of the policy." }, "immutable": true, "locationInModule": { "filename": "src/csm-threats-policy/index.ts", "line": 38 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/csm_threats_policy#description CsmThreatsPolicy#description}", "stability": "stable", "summary": "A description for the policy." }, "immutable": true, "locationInModule": { "filename": "src/csm-threats-policy/index.ts", "line": 20 }, "name": "description", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/csm_threats_policy#enabled CsmThreatsPolicy#enabled}", "stability": "stable", "summary": "Indicates whether the policy is enabled. Defaults to `false`." }, "immutable": true, "locationInModule": { "filename": "src/csm-threats-policy/index.ts", "line": 26 }, "name": "enabled", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/csm_threats_policy#host_tags_lists CsmThreatsPolicy#host_tags_lists}", "stability": "stable", "summary": "Host tags that define where the policy is deployed. Inner values are ANDed, outer arrays are ORed." }, "immutable": true, "locationInModule": { "filename": "src/csm-threats-policy/index.ts", "line": 32 }, "name": "hostTagsLists", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/csm_threats_policy#tags CsmThreatsPolicy#tags}", "stability": "stable", "summary": "Host tags that define where the policy is deployed. Deprecated, use host_tags_lists instead." }, "immutable": true, "locationInModule": { "filename": "src/csm-threats-policy/index.ts", "line": 44 }, "name": "tags", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/csm-threats-policy/index:CsmThreatsPolicyConfig" }, "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRule": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/custom_allocation_rule datadog_custom_allocation_rule}." }, "fqn": "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRule", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/custom_allocation_rule datadog_custom_allocation_rule} Resource." }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1712 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1680 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a CustomAllocationRule resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1697 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the CustomAllocationRule to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/custom_allocation_rule#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing CustomAllocationRule that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the CustomAllocationRule to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1818 }, "name": "putCostsToAllocate", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleCostsToAllocate" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1834 }, "name": "putStrategy", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleStrategy" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1821 }, "name": "resetCostsToAllocate" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1837 }, "name": "resetStrategy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1849 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1859 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "CustomAllocationRule", "namespace": "customAllocationRule", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1685 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1815 }, "name": "costsToAllocate", "type": { "fqn": "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleCostsToAllocateList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1740 }, "name": "created", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1758 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1763 }, "name": "lastModifiedUserUuid", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1768 }, "name": "orderId", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1786 }, "name": "rejected", "type": { "fqn": "cdktf.IResolvable" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1831 }, "name": "strategy", "type": { "fqn": "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1804 }, "name": "updated", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1809 }, "name": "version", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1825 }, "name": "costsToAllocateInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleCostsToAllocate" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1753 }, "name": "enabledInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1781 }, "name": "providernamesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1799 }, "name": "ruleNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1841 }, "name": "strategyInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleStrategy" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1746 }, "name": "enabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1774 }, "name": "providernames", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1792 }, "name": "ruleName", "type": { "primitive": "string" } } ], "symbolId": "src/custom-allocation-rule/index:CustomAllocationRule" }, "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 14 }, "name": "CustomAllocationRuleConfig", "namespace": "customAllocationRule", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/custom_allocation_rule#enabled CustomAllocationRule#enabled}", "stability": "stable", "summary": "Whether the custom allocation rule is enabled." }, "immutable": true, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 20 }, "name": "enabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/custom_allocation_rule#providernames CustomAllocationRule#providernames}", "stability": "stable", "summary": "List of cloud providers the rule applies to. Valid values include `aws`, `azure`, and `gcp`." }, "immutable": true, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 26 }, "name": "providernames", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "This field is immutable - changing it will force replacement of the resource.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/custom_allocation_rule#rule_name CustomAllocationRule#rule_name}", "stability": "stable", "summary": "The name of the custom allocation rule." }, "immutable": true, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 32 }, "name": "ruleName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/custom_allocation_rule#costs_to_allocate CustomAllocationRule#costs_to_allocate}", "stability": "stable", "summary": "costs_to_allocate block." }, "immutable": true, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 38 }, "name": "costsToAllocate", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleCostsToAllocate" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/custom_allocation_rule#strategy CustomAllocationRule#strategy}", "stability": "stable", "summary": "strategy block." }, "immutable": true, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 44 }, "name": "strategy", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleStrategy" } } ], "symbolId": "src/custom-allocation-rule/index:CustomAllocationRuleConfig" }, "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleCostsToAllocate": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleCostsToAllocate", "kind": "interface", "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 46 }, "name": "CustomAllocationRuleCostsToAllocate", "namespace": "customAllocationRule", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/custom_allocation_rule#condition CustomAllocationRule#condition}", "stability": "stable", "summary": "The condition to match. Valid values are `=`, `!=`, `is`, `is not`, `like`, `in`, `not in`." }, "immutable": true, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 52 }, "name": "condition", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/custom_allocation_rule#tag CustomAllocationRule#tag}", "stability": "stable", "summary": "The tag key to filter on (e.g., `aws_product`, `team`, `environment`)." }, "immutable": true, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 58 }, "name": "tag", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Use this field for conditions like `=`, `!=`, `is`, `is not`, `like`. Do not use with `in` or `not in` conditions.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/custom_allocation_rule#value CustomAllocationRule#value}", "stability": "stable", "summary": "The single tag value to match." }, "immutable": true, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 64 }, "name": "value", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Use this field for `in` or `not in` conditions only. Do not use with single-value conditions.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/custom_allocation_rule#values CustomAllocationRule#values}", "stability": "stable", "summary": "A list of tag values to match." }, "immutable": true, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 70 }, "name": "values", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/custom-allocation-rule/index:CustomAllocationRuleCostsToAllocate" }, "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleCostsToAllocateList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleCostsToAllocateList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 258 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 250 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 265 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleCostsToAllocateOutputReference" } } } ], "name": "CustomAllocationRuleCostsToAllocateList", "namespace": "customAllocationRule", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 258 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 258 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 258 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 251 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleCostsToAllocate" }, "kind": "array" } } ] } } } ], "symbolId": "src/custom-allocation-rule/index:CustomAllocationRuleCostsToAllocateList" }, "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleCostsToAllocateOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleCostsToAllocateOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 133 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 123 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 193 }, "name": "resetCondition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 209 }, "name": "resetTag" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 225 }, "name": "resetValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 241 }, "name": "resetValues" } ], "name": "CustomAllocationRuleCostsToAllocateOutputReference", "namespace": "customAllocationRule", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 197 }, "name": "conditionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 213 }, "name": "tagInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 229 }, "name": "valueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 245 }, "name": "valuesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 187 }, "name": "condition", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 203 }, "name": "tag", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 219 }, "name": "value", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 235 }, "name": "values", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 137 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleCostsToAllocate" } ] } } } ], "symbolId": "src/custom-allocation-rule/index:CustomAllocationRuleCostsToAllocateOutputReference" }, "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleStrategy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleStrategy", "kind": "interface", "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1303 }, "name": "CustomAllocationRuleStrategy", "namespace": "customAllocationRule", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/custom_allocation_rule#allocated_by CustomAllocationRule#allocated_by}", "stability": "stable", "summary": "allocated_by block." }, "immutable": true, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1333 }, "name": "allocatedBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyAllocatedBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/custom_allocation_rule#allocated_by_filters CustomAllocationRule#allocated_by_filters}", "stability": "stable", "summary": "allocated_by_filters block." }, "immutable": true, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1339 }, "name": "allocatedByFilters", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyAllocatedByFilters" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/custom_allocation_rule#allocated_by_tag_keys CustomAllocationRule#allocated_by_tag_keys}", "stability": "stable", "summary": "List of tag keys used to allocate costs (e.g., `[\"team\", \"project\"]`). Costs will be distributed across unique values of these tags." }, "immutable": true, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1309 }, "name": "allocatedByTagKeys", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/custom_allocation_rule#based_on_costs CustomAllocationRule#based_on_costs}", "stability": "stable", "summary": "based_on_costs block." }, "immutable": true, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1345 }, "name": "basedOnCosts", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyBasedOnCosts" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/custom_allocation_rule#based_on_timeseries CustomAllocationRule#based_on_timeseries}", "stability": "stable", "summary": "based_on_timeseries block." }, "immutable": true, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1351 }, "name": "basedOnTimeseries", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyBasedOnTimeseries" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/custom_allocation_rule#evaluate_grouped_by_filters CustomAllocationRule#evaluate_grouped_by_filters}", "stability": "stable", "summary": "evaluate_grouped_by_filters block." }, "immutable": true, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1357 }, "name": "evaluateGroupedByFilters", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyEvaluateGroupedByFilters" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Costs are grouped by these tag values before applying the allocation strategy.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/custom_allocation_rule#evaluate_grouped_by_tag_keys CustomAllocationRule#evaluate_grouped_by_tag_keys}", "stability": "stable", "summary": "List of tag keys used to group costs before allocation." }, "immutable": true, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1315 }, "name": "evaluateGroupedByTagKeys", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/custom_allocation_rule#granularity CustomAllocationRule#granularity}", "stability": "stable", "summary": "The granularity level for cost allocation. Valid values are `daily` or `monthly`." }, "immutable": true, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1321 }, "name": "granularity", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/custom_allocation_rule#method CustomAllocationRule#method}", "stability": "stable", "summary": "The allocation method. Valid values are `even`, `proportional`, `proportional_timeseries`, or `percent`." }, "immutable": true, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1327 }, "name": "method", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/custom-allocation-rule/index:CustomAllocationRuleStrategy" }, "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyAllocatedBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyAllocatedBy", "kind": "interface", "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 422 }, "name": "CustomAllocationRuleStrategyAllocatedBy", "namespace": "customAllocationRule", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/custom_allocation_rule#allocated_tags CustomAllocationRule#allocated_tags}", "stability": "stable", "summary": "allocated_tags block." }, "immutable": true, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 434 }, "name": "allocatedTags", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyAllocatedByAllocatedTags" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/custom_allocation_rule#percentage CustomAllocationRule#percentage}", "stability": "stable", "summary": "The percentage of costs to allocate to this target as a decimal (e.g., 0.33 for 33%). Used when `method` is `percent`." }, "immutable": true, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 428 }, "name": "percentage", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/custom-allocation-rule/index:CustomAllocationRuleStrategyAllocatedBy" }, "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyAllocatedByAllocatedTags": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyAllocatedByAllocatedTags", "kind": "interface", "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 269 }, "name": "CustomAllocationRuleStrategyAllocatedByAllocatedTags", "namespace": "customAllocationRule", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/custom_allocation_rule#key CustomAllocationRule#key}", "stability": "stable", "summary": "The tag key to allocate costs to (e.g., `team`, `environment`)." }, "immutable": true, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 275 }, "name": "key", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/custom_allocation_rule#value CustomAllocationRule#value}", "stability": "stable", "summary": "The tag value to allocate costs to (e.g., `backend`, `production`)." }, "immutable": true, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 281 }, "name": "value", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/custom-allocation-rule/index:CustomAllocationRuleStrategyAllocatedByAllocatedTags" }, "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyAllocatedByAllocatedTagsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyAllocatedByAllocatedTagsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 411 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 403 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 418 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyAllocatedByAllocatedTagsOutputReference" } } } ], "name": "CustomAllocationRuleStrategyAllocatedByAllocatedTagsList", "namespace": "customAllocationRule", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 411 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 411 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 411 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 404 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyAllocatedByAllocatedTags" }, "kind": "array" } } ] } } } ], "symbolId": "src/custom-allocation-rule/index:CustomAllocationRuleStrategyAllocatedByAllocatedTagsList" }, "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyAllocatedByAllocatedTagsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyAllocatedByAllocatedTagsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 330 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 320 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 378 }, "name": "resetKey" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 394 }, "name": "resetValue" } ], "name": "CustomAllocationRuleStrategyAllocatedByAllocatedTagsOutputReference", "namespace": "customAllocationRule", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 382 }, "name": "keyInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 398 }, "name": "valueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 372 }, "name": "key", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 388 }, "name": "value", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 334 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyAllocatedByAllocatedTags" } ] } } } ], "symbolId": "src/custom-allocation-rule/index:CustomAllocationRuleStrategyAllocatedByAllocatedTagsOutputReference" }, "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyAllocatedByFilters": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyAllocatedByFilters", "kind": "interface", "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 575 }, "name": "CustomAllocationRuleStrategyAllocatedByFilters", "namespace": "customAllocationRule", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/custom_allocation_rule#condition CustomAllocationRule#condition}", "stability": "stable", "summary": "The condition to match. Valid values are `=`, `!=`, `is`, `is not`, `like`, `in`, `not in`." }, "immutable": true, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 581 }, "name": "condition", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/custom_allocation_rule#tag CustomAllocationRule#tag}", "stability": "stable", "summary": "The tag key to filter on for allocation targets." }, "immutable": true, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 587 }, "name": "tag", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/custom_allocation_rule#value CustomAllocationRule#value}", "stability": "stable", "summary": "The single tag value to match for allocation. Use with conditions like `=`, `!=`, `is`, `is not`, `like`." }, "immutable": true, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 593 }, "name": "value", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/custom_allocation_rule#values CustomAllocationRule#values}", "stability": "stable", "summary": "A list of tag values to match for allocation. Use with `in` or `not in` conditions." }, "immutable": true, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 599 }, "name": "values", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/custom-allocation-rule/index:CustomAllocationRuleStrategyAllocatedByFilters" }, "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyAllocatedByFiltersList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyAllocatedByFiltersList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 787 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 779 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 794 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyAllocatedByFiltersOutputReference" } } } ], "name": "CustomAllocationRuleStrategyAllocatedByFiltersList", "namespace": "customAllocationRule", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 787 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 787 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 787 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 780 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyAllocatedByFilters" }, "kind": "array" } } ] } } } ], "symbolId": "src/custom-allocation-rule/index:CustomAllocationRuleStrategyAllocatedByFiltersList" }, "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyAllocatedByFiltersOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyAllocatedByFiltersOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 662 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 652 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 722 }, "name": "resetCondition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 738 }, "name": "resetTag" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 754 }, "name": "resetValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 770 }, "name": "resetValues" } ], "name": "CustomAllocationRuleStrategyAllocatedByFiltersOutputReference", "namespace": "customAllocationRule", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 726 }, "name": "conditionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 742 }, "name": "tagInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 758 }, "name": "valueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 774 }, "name": "valuesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 716 }, "name": "condition", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 732 }, "name": "tag", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 748 }, "name": "value", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 764 }, "name": "values", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 666 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyAllocatedByFilters" } ] } } } ], "symbolId": "src/custom-allocation-rule/index:CustomAllocationRuleStrategyAllocatedByFiltersOutputReference" }, "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyAllocatedByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyAllocatedByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 564 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 556 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 571 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyAllocatedByOutputReference" } } } ], "name": "CustomAllocationRuleStrategyAllocatedByList", "namespace": "customAllocationRule", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 564 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 564 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 564 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 557 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyAllocatedBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/custom-allocation-rule/index:CustomAllocationRuleStrategyAllocatedByList" }, "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyAllocatedByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyAllocatedByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 483 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 473 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 544 }, "name": "putAllocatedTags", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyAllocatedByAllocatedTags" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 547 }, "name": "resetAllocatedTags" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 531 }, "name": "resetPercentage" } ], "name": "CustomAllocationRuleStrategyAllocatedByOutputReference", "namespace": "customAllocationRule", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 541 }, "name": "allocatedTags", "type": { "fqn": "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyAllocatedByAllocatedTagsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 551 }, "name": "allocatedTagsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyAllocatedByAllocatedTags" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 535 }, "name": "percentageInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 525 }, "name": "percentage", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 487 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyAllocatedBy" } ] } } } ], "symbolId": "src/custom-allocation-rule/index:CustomAllocationRuleStrategyAllocatedByOutputReference" }, "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyBasedOnCosts": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyBasedOnCosts", "kind": "interface", "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 798 }, "name": "CustomAllocationRuleStrategyBasedOnCosts", "namespace": "customAllocationRule", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/custom_allocation_rule#condition CustomAllocationRule#condition}", "stability": "stable", "summary": "The condition to match. Valid values are `=`, `!=`, `is`, `is not`, `like`, `in`, `not in`." }, "immutable": true, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 804 }, "name": "condition", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/custom_allocation_rule#tag CustomAllocationRule#tag}", "stability": "stable", "summary": "The tag key to use as the basis for cost allocation calculations." }, "immutable": true, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 810 }, "name": "tag", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/custom_allocation_rule#value CustomAllocationRule#value}", "stability": "stable", "summary": "The single tag value to use for cost calculations. Use with conditions like `=`, `!=`, `is`, `is not`, `like`." }, "immutable": true, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 816 }, "name": "value", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/custom_allocation_rule#values CustomAllocationRule#values}", "stability": "stable", "summary": "A list of tag values to use for cost calculations. Use with `in` or `not in` conditions." }, "immutable": true, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 822 }, "name": "values", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/custom-allocation-rule/index:CustomAllocationRuleStrategyBasedOnCosts" }, "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyBasedOnCostsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyBasedOnCostsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1010 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1002 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1017 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyBasedOnCostsOutputReference" } } } ], "name": "CustomAllocationRuleStrategyBasedOnCostsList", "namespace": "customAllocationRule", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1010 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1010 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1010 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1003 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyBasedOnCosts" }, "kind": "array" } } ] } } } ], "symbolId": "src/custom-allocation-rule/index:CustomAllocationRuleStrategyBasedOnCostsList" }, "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyBasedOnCostsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyBasedOnCostsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 885 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 875 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 945 }, "name": "resetCondition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 961 }, "name": "resetTag" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 977 }, "name": "resetValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 993 }, "name": "resetValues" } ], "name": "CustomAllocationRuleStrategyBasedOnCostsOutputReference", "namespace": "customAllocationRule", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 949 }, "name": "conditionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 965 }, "name": "tagInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 981 }, "name": "valueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 997 }, "name": "valuesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 939 }, "name": "condition", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 955 }, "name": "tag", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 971 }, "name": "value", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 987 }, "name": "values", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 889 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyBasedOnCosts" } ] } } } ], "symbolId": "src/custom-allocation-rule/index:CustomAllocationRuleStrategyBasedOnCostsOutputReference" }, "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyBasedOnTimeseries": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyBasedOnTimeseries", "kind": "interface", "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1021 }, "name": "CustomAllocationRuleStrategyBasedOnTimeseries", "namespace": "customAllocationRule", "symbolId": "src/custom-allocation-rule/index:CustomAllocationRuleStrategyBasedOnTimeseries" }, "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyBasedOnTimeseriesOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyBasedOnTimeseriesOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1052 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1044 }, "name": "CustomAllocationRuleStrategyBasedOnTimeseriesOutputReference", "namespace": "customAllocationRule", "properties": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1056 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyBasedOnTimeseries" } ] } } } ], "symbolId": "src/custom-allocation-rule/index:CustomAllocationRuleStrategyBasedOnTimeseriesOutputReference" }, "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyEvaluateGroupedByFilters": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyEvaluateGroupedByFilters", "kind": "interface", "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1080 }, "name": "CustomAllocationRuleStrategyEvaluateGroupedByFilters", "namespace": "customAllocationRule", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/custom_allocation_rule#condition CustomAllocationRule#condition}", "stability": "stable", "summary": "The condition to match. Valid values are `=`, `!=`, `is`, `is not`, `like`, `in`, `not in`." }, "immutable": true, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1086 }, "name": "condition", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/custom_allocation_rule#tag CustomAllocationRule#tag}", "stability": "stable", "summary": "The tag key to filter on when grouping costs for evaluation." }, "immutable": true, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1092 }, "name": "tag", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/custom_allocation_rule#value CustomAllocationRule#value}", "stability": "stable", "summary": "The single tag value to match when grouping. Use with conditions like `=`, `!=`, `is`, `is not`, `like`." }, "immutable": true, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1098 }, "name": "value", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/custom_allocation_rule#values CustomAllocationRule#values}", "stability": "stable", "summary": "A list of tag values to match when grouping. Use with `in` or `not in` conditions." }, "immutable": true, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1104 }, "name": "values", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/custom-allocation-rule/index:CustomAllocationRuleStrategyEvaluateGroupedByFilters" }, "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyEvaluateGroupedByFiltersList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyEvaluateGroupedByFiltersList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1292 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1284 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1299 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyEvaluateGroupedByFiltersOutputReference" } } } ], "name": "CustomAllocationRuleStrategyEvaluateGroupedByFiltersList", "namespace": "customAllocationRule", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1292 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1292 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1292 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1285 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyEvaluateGroupedByFilters" }, "kind": "array" } } ] } } } ], "symbolId": "src/custom-allocation-rule/index:CustomAllocationRuleStrategyEvaluateGroupedByFiltersList" }, "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyEvaluateGroupedByFiltersOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyEvaluateGroupedByFiltersOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1167 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1157 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1227 }, "name": "resetCondition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1243 }, "name": "resetTag" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1259 }, "name": "resetValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1275 }, "name": "resetValues" } ], "name": "CustomAllocationRuleStrategyEvaluateGroupedByFiltersOutputReference", "namespace": "customAllocationRule", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1231 }, "name": "conditionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1247 }, "name": "tagInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1263 }, "name": "valueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1279 }, "name": "valuesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1221 }, "name": "condition", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1237 }, "name": "tag", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1253 }, "name": "value", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1269 }, "name": "values", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1171 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyEvaluateGroupedByFilters" } ] } } } ], "symbolId": "src/custom-allocation-rule/index:CustomAllocationRuleStrategyEvaluateGroupedByFiltersOutputReference" }, "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1453 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1445 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1604 }, "name": "putAllocatedBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyAllocatedBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1620 }, "name": "putAllocatedByFilters", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyAllocatedByFilters" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1636 }, "name": "putBasedOnCosts", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyBasedOnCosts" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1652 }, "name": "putBasedOnTimeseries", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyBasedOnTimeseries" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1665 }, "name": "putEvaluateGroupedByFilters", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyEvaluateGroupedByFilters" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1607 }, "name": "resetAllocatedBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1623 }, "name": "resetAllocatedByFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1543 }, "name": "resetAllocatedByTagKeys" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1639 }, "name": "resetBasedOnCosts" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1668 }, "name": "resetEvaluateGroupedByFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1559 }, "name": "resetEvaluateGroupedByTagKeys" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1575 }, "name": "resetGranularity" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1591 }, "name": "resetMethod" } ], "name": "CustomAllocationRuleStrategyOutputReference", "namespace": "customAllocationRule", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1601 }, "name": "allocatedBy", "type": { "fqn": "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyAllocatedByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1617 }, "name": "allocatedByFilters", "type": { "fqn": "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyAllocatedByFiltersList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1633 }, "name": "basedOnCosts", "type": { "fqn": "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyBasedOnCostsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1649 }, "name": "basedOnTimeseries", "type": { "fqn": "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyBasedOnTimeseriesOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1662 }, "name": "evaluateGroupedByFilters", "type": { "fqn": "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyEvaluateGroupedByFiltersList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1627 }, "name": "allocatedByFiltersInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyAllocatedByFilters" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1611 }, "name": "allocatedByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyAllocatedBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1547 }, "name": "allocatedByTagKeysInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1643 }, "name": "basedOnCostsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyBasedOnCosts" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1656 }, "name": "basedOnTimeseriesInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyBasedOnTimeseries" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1672 }, "name": "evaluateGroupedByFiltersInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyEvaluateGroupedByFilters" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1563 }, "name": "evaluateGroupedByTagKeysInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1579 }, "name": "granularityInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1595 }, "name": "methodInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1537 }, "name": "allocatedByTagKeys", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1553 }, "name": "evaluateGroupedByTagKeys", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1569 }, "name": "granularity", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1585 }, "name": "method", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rule/index.ts", "line": 1457 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.customAllocationRule.CustomAllocationRuleStrategy" } ] } } } ], "symbolId": "src/custom-allocation-rule/index:CustomAllocationRuleStrategyOutputReference" }, "@cdktf/provider-datadog.customAllocationRules.CustomAllocationRules": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/custom_allocation_rules datadog_custom_allocation_rules}." }, "fqn": "@cdktf/provider-datadog.customAllocationRules.CustomAllocationRules", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/custom_allocation_rules datadog_custom_allocation_rules} Resource." }, "locationInModule": { "filename": "src/custom-allocation-rules/index.ts", "line": 64 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.customAllocationRules.CustomAllocationRulesConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/custom-allocation-rules/index.ts", "line": 32 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a CustomAllocationRules resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/custom-allocation-rules/index.ts", "line": 49 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the CustomAllocationRules to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/custom_allocation_rules#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing CustomAllocationRules that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the CustomAllocationRules to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rules/index.ts", "line": 101 }, "name": "resetOverrideUiDefinedResources" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rules/index.ts", "line": 126 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rules/index.ts", "line": 133 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "CustomAllocationRules", "namespace": "customAllocationRules", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/custom-allocation-rules/index.ts", "line": 37 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/custom-allocation-rules/index.ts", "line": 89 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/custom-allocation-rules/index.ts", "line": 105 }, "name": "overrideUiDefinedResourcesInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/custom-allocation-rules/index.ts", "line": 118 }, "name": "ruleIdsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rules/index.ts", "line": 95 }, "name": "overrideUiDefinedResources", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/custom-allocation-rules/index.ts", "line": 111 }, "name": "ruleIds", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/custom-allocation-rules/index:CustomAllocationRules" }, "@cdktf/provider-datadog.customAllocationRules.CustomAllocationRulesConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.customAllocationRules.CustomAllocationRulesConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/custom-allocation-rules/index.ts", "line": 14 }, "name": "CustomAllocationRulesConfig", "namespace": "customAllocationRules", "properties": [ { "abstract": true, "docs": { "remarks": "Rules are executed in the order specified in this list. Comes from the `id` field on a `datadog_custom_allocation_rule` resource.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/custom_allocation_rules#rule_ids CustomAllocationRules#rule_ids}", "stability": "stable", "summary": "The list of Custom Allocation Rule IDs, in order." }, "immutable": true, "locationInModule": { "filename": "src/custom-allocation-rules/index.ts", "line": 26 }, "name": "ruleIds", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "When set to true, any rules created via the UI that are not defined in Terraform will be deleted and Terraform will be used as the source of truth for rules and their ordering. When set to false, any rules created via the UI that are at the end of order will be kept but will be warned, otherwise an error will be thrown in terraform plan phase. Default is false\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/custom_allocation_rules#override_ui_defined_resources CustomAllocationRules#override_ui_defined_resources}", "stability": "stable", "summary": "Whether to override UI-defined rules." }, "immutable": true, "locationInModule": { "filename": "src/custom-allocation-rules/index.ts", "line": 20 }, "name": "overrideUiDefinedResources", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } } ], "symbolId": "src/custom-allocation-rules/index:CustomAllocationRulesConfig" }, "@cdktf/provider-datadog.dashboard.Dashboard": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard datadog_dashboard}." }, "fqn": "@cdktf/provider-datadog.dashboard.Dashboard", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard datadog_dashboard} Resource." }, "locationInModule": { "filename": "src/dashboard/index.ts", "line": 146 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.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.dashboard.DashboardConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index.ts", "line": 114 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a Dashboard resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/dashboard/index.ts", "line": 131 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the Dashboard to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing Dashboard that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the Dashboard to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index.ts", "line": 362 }, "name": "putTemplateVariable", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardTemplateVariable" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index.ts", "line": 378 }, "name": "putTemplateVariablePreset", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardTemplateVariablePreset" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index.ts", "line": 394 }, "name": "putWidget", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidget" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index.ts", "line": 190 }, "name": "resetDashboardLists" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index.ts", "line": 211 }, "name": "resetDescription" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index.ts", "line": 227 }, "name": "resetId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index.ts", "line": 243 }, "name": "resetIsReadOnly" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index.ts", "line": 272 }, "name": "resetNotifyList" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index.ts", "line": 288 }, "name": "resetReflowType" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index.ts", "line": 304 }, "name": "resetRestrictedRoles" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index.ts", "line": 320 }, "name": "resetTags" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index.ts", "line": 365 }, "name": "resetTemplateVariable" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index.ts", "line": 381 }, "name": "resetTemplateVariablePreset" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index.ts", "line": 349 }, "name": "resetUrl" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index.ts", "line": 397 }, "name": "resetWidget" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index.ts", "line": 409 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index.ts", "line": 428 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "Dashboard", "namespace": "dashboard", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index.ts", "line": 119 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index.ts", "line": 199 }, "name": "dashboardListsRemoved", "type": { "collection": { "elementtype": { "primitive": "number" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index.ts", "line": 359 }, "name": "templateVariable", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardTemplateVariableList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index.ts", "line": 375 }, "name": "templateVariablePreset", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardTemplateVariablePresetList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index.ts", "line": 391 }, "name": "widget", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index.ts", "line": 194 }, "name": "dashboardListsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "number" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index.ts", "line": 215 }, "name": "descriptionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index.ts", "line": 231 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index.ts", "line": 247 }, "name": "isReadOnlyInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index.ts", "line": 260 }, "name": "layoutTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index.ts", "line": 276 }, "name": "notifyListInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index.ts", "line": 292 }, "name": "reflowTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index.ts", "line": 308 }, "name": "restrictedRolesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index.ts", "line": 324 }, "name": "tagsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index.ts", "line": 369 }, "name": "templateVariableInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardTemplateVariable" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index.ts", "line": 385 }, "name": "templateVariablePresetInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardTemplateVariablePreset" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index.ts", "line": 337 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index.ts", "line": 353 }, "name": "urlInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index.ts", "line": 401 }, "name": "widgetInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidget" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index.ts", "line": 184 }, "name": "dashboardLists", "type": { "collection": { "elementtype": { "primitive": "number" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index.ts", "line": 205 }, "name": "description", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index.ts", "line": 221 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index.ts", "line": 237 }, "name": "isReadOnly", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index.ts", "line": 253 }, "name": "layoutType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index.ts", "line": 266 }, "name": "notifyList", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index.ts", "line": 282 }, "name": "reflowType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index.ts", "line": 298 }, "name": "restrictedRoles", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index.ts", "line": 314 }, "name": "tags", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index.ts", "line": 330 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index.ts", "line": 343 }, "name": "url", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index:Dashboard" }, "@cdktf/provider-datadog.dashboard.DashboardConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/dashboard/index.ts", "line": 23 }, "name": "DashboardConfig", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#layout_type Dashboard#layout_type}", "stability": "stable", "summary": "The layout type of the dashboard. Valid values are `ordered`, `free`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index.ts", "line": 54 }, "name": "layoutType", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title Dashboard#title}", "stability": "stable", "summary": "The title of the dashboard." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index.ts", "line": 84 }, "name": "title", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "This attribute should not be set if managing the corresponding dashboard lists using Terraform as it causes inconsistent behavior.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#dashboard_lists Dashboard#dashboard_lists}", "stability": "stable", "summary": "A list of dashboard lists this dashboard belongs to." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index.ts", "line": 29 }, "name": "dashboardLists", "optional": true, "type": { "collection": { "elementtype": { "primitive": "number" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#description Dashboard#description}", "stability": "stable", "summary": "The description of the dashboard." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index.ts", "line": 35 }, "name": "description", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#id Dashboard#id}." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index.ts", "line": 42 }, "name": "id", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "**Deprecated.** This field is deprecated and non-functional. Use `restricted_roles` instead to define which roles are required to edit the dashboard. Defaults to `false`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_read_only Dashboard#is_read_only}", "stability": "stable", "summary": "Whether this dashboard is read-only." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index.ts", "line": 48 }, "name": "isReadOnly", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#notify_list Dashboard#notify_list}", "stability": "stable", "summary": "The list of handles for the users to notify when changes are made to this dashboard." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index.ts", "line": 60 }, "name": "notifyList", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Set this only when layout type is `ordered`. If set to `fixed`, the dashboard expects all widgets to have a layout, and if it's set to `auto`, widgets should not have layouts. Valid values are `auto`, `fixed`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#reflow_type Dashboard#reflow_type}", "stability": "stable", "summary": "The reflow type of a new dashboard layout." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index.ts", "line": 66 }, "name": "reflowType", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#restricted_roles Dashboard#restricted_roles}", "stability": "stable", "summary": "UUIDs of roles whose associated users are authorized to edit the dashboard." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index.ts", "line": 72 }, "name": "restrictedRoles", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#tags Dashboard#tags}", "stability": "stable", "summary": "A list of tags assigned to the Dashboard. Only team names of the form `team:` are supported." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index.ts", "line": 78 }, "name": "tags", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#template_variable Dashboard#template_variable}", "stability": "stable", "summary": "template_variable block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index.ts", "line": 96 }, "name": "templateVariable", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardTemplateVariable" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#template_variable_preset Dashboard#template_variable_preset}", "stability": "stable", "summary": "template_variable_preset block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index.ts", "line": 102 }, "name": "templateVariablePreset", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardTemplateVariablePreset" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#url Dashboard#url}", "stability": "stable", "summary": "The URL of the dashboard." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index.ts", "line": 90 }, "name": "url", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#widget Dashboard#widget}", "stability": "stable", "summary": "widget block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index.ts", "line": 108 }, "name": "widget", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidget" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index:DashboardConfig" }, "@cdktf/provider-datadog.dashboard.DashboardTemplateVariable": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardTemplateVariable", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7 }, "name": "DashboardTemplateVariable", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of the variable." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 31 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#available_values Dashboard#available_values}", "stability": "stable", "summary": "The list of values that the template variable drop-down is be limited to." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13 }, "name": "availableValues", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Cannot be used in conjunction with `defaults`. **Deprecated.** Use `defaults` instead.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#default Dashboard#default}", "stability": "stable", "summary": "The default value for the template variable on dashboard load." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19 }, "name": "default", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "If more than one default is specified, they will be unioned together with `OR`. Cannot be used in conjunction with `default`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#defaults Dashboard#defaults}", "stability": "stable", "summary": "One or many default values for template variables on load." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 25 }, "name": "defaults", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#prefix Dashboard#prefix}", "stability": "stable", "summary": "The tag prefix associated with the variable. Only tags with this prefix appear in the variable dropdown." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 37 }, "name": "prefix", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardTemplateVariable" }, "@cdktf/provider-datadog.dashboard.DashboardTemplateVariableList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardTemplateVariableList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 251 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 243 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 258 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardTemplateVariableOutputReference" } } } ], "name": "DashboardTemplateVariableList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 251 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 251 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 251 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 244 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardTemplateVariable" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardTemplateVariableList" }, "@cdktf/provider-datadog.dashboard.DashboardTemplateVariableOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardTemplateVariableOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 107 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 97 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 173 }, "name": "resetAvailableValues" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 189 }, "name": "resetDefault" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 205 }, "name": "resetDefaults" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 234 }, "name": "resetPrefix" } ], "name": "DashboardTemplateVariableOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 177 }, "name": "availableValuesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 193 }, "name": "defaultInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 209 }, "name": "defaultsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 222 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 238 }, "name": "prefixInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 167 }, "name": "availableValues", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 183 }, "name": "default", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 199 }, "name": "defaults", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 215 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 228 }, "name": "prefix", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 111 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardTemplateVariable" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardTemplateVariableOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardTemplateVariablePreset": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardTemplateVariablePreset", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 450 }, "name": "DashboardTemplateVariablePreset", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of the preset." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 456 }, "name": "name", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#template_variable Dashboard#template_variable}", "stability": "stable", "summary": "template_variable block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 462 }, "name": "templateVariable", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardTemplateVariablePresetTemplateVariable" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardTemplateVariablePreset" }, "@cdktf/provider-datadog.dashboard.DashboardTemplateVariablePresetList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardTemplateVariablePresetList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 592 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 584 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 599 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardTemplateVariablePresetOutputReference" } } } ], "name": "DashboardTemplateVariablePresetList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 592 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 592 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 592 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 585 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardTemplateVariablePreset" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardTemplateVariablePresetList" }, "@cdktf/provider-datadog.dashboard.DashboardTemplateVariablePresetOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardTemplateVariablePresetOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 511 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 501 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 572 }, "name": "putTemplateVariable", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardTemplateVariablePresetTemplateVariable" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 559 }, "name": "resetName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 575 }, "name": "resetTemplateVariable" } ], "name": "DashboardTemplateVariablePresetOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 569 }, "name": "templateVariable", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardTemplateVariablePresetTemplateVariableList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 563 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 579 }, "name": "templateVariableInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardTemplateVariablePresetTemplateVariable" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 553 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 515 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardTemplateVariablePreset" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardTemplateVariablePresetOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardTemplateVariablePresetTemplateVariable": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardTemplateVariablePresetTemplateVariable", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 262 }, "name": "DashboardTemplateVariablePresetTemplateVariable", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of the template variable." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 268 }, "name": "name", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Cannot be used in conjunction with `values`. **Deprecated.** Use `values` instead.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#value Dashboard#value}", "stability": "stable", "summary": "The value that should be assumed by the template variable in this preset." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 274 }, "name": "value", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Cannot be used in conjunction with `value`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#values Dashboard#values}", "stability": "stable", "summary": "One or many template variable values within the saved view, which will be unioned together using `OR` if more than one is specified." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 280 }, "name": "values", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardTemplateVariablePresetTemplateVariable" }, "@cdktf/provider-datadog.dashboard.DashboardTemplateVariablePresetTemplateVariableList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardTemplateVariablePresetTemplateVariableList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 439 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 431 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 446 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardTemplateVariablePresetTemplateVariableOutputReference" } } } ], "name": "DashboardTemplateVariablePresetTemplateVariableList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 439 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 439 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 439 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 432 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardTemplateVariablePresetTemplateVariable" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardTemplateVariablePresetTemplateVariableList" }, "@cdktf/provider-datadog.dashboard.DashboardTemplateVariablePresetTemplateVariableOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardTemplateVariablePresetTemplateVariableOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 336 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 326 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 390 }, "name": "resetName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 406 }, "name": "resetValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 422 }, "name": "resetValues" } ], "name": "DashboardTemplateVariablePresetTemplateVariableOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 394 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 410 }, "name": "valueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 426 }, "name": "valuesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 384 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 400 }, "name": "value", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 416 }, "name": "values", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 340 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardTemplateVariablePresetTemplateVariable" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardTemplateVariablePresetTemplateVariableOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidget": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidget", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23676 }, "name": "DashboardWidget", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#alert_graph_definition Dashboard#alert_graph_definition}", "stability": "stable", "summary": "alert_graph_definition block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23682 }, "name": "alertGraphDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetAlertGraphDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#alert_value_definition Dashboard#alert_value_definition}", "stability": "stable", "summary": "alert_value_definition block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23688 }, "name": "alertValueDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetAlertValueDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#change_definition Dashboard#change_definition}", "stability": "stable", "summary": "change_definition block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23694 }, "name": "changeDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#check_status_definition Dashboard#check_status_definition}", "stability": "stable", "summary": "check_status_definition block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23700 }, "name": "checkStatusDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetCheckStatusDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#distribution_definition Dashboard#distribution_definition}", "stability": "stable", "summary": "distribution_definition block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23706 }, "name": "distributionDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#event_stream_definition Dashboard#event_stream_definition}", "stability": "stable", "summary": "event_stream_definition block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23712 }, "name": "eventStreamDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetEventStreamDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#event_timeline_definition Dashboard#event_timeline_definition}", "stability": "stable", "summary": "event_timeline_definition block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23718 }, "name": "eventTimelineDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetEventTimelineDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#free_text_definition Dashboard#free_text_definition}", "stability": "stable", "summary": "free_text_definition block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23724 }, "name": "freeTextDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetFreeTextDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#geomap_definition Dashboard#geomap_definition}", "stability": "stable", "summary": "geomap_definition block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23730 }, "name": "geomapDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_definition Dashboard#group_definition}", "stability": "stable", "summary": "group_definition block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23736 }, "name": "groupDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#heatmap_definition Dashboard#heatmap_definition}", "stability": "stable", "summary": "heatmap_definition block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23742 }, "name": "heatmapDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#hostmap_definition Dashboard#hostmap_definition}", "stability": "stable", "summary": "hostmap_definition block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23748 }, "name": "hostmapDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#iframe_definition Dashboard#iframe_definition}", "stability": "stable", "summary": "iframe_definition block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23754 }, "name": "iframeDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetIframeDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#image_definition Dashboard#image_definition}", "stability": "stable", "summary": "image_definition block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23760 }, "name": "imageDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetImageDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#list_stream_definition Dashboard#list_stream_definition}", "stability": "stable", "summary": "list_stream_definition block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23766 }, "name": "listStreamDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetListStreamDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#log_stream_definition Dashboard#log_stream_definition}", "stability": "stable", "summary": "log_stream_definition block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23772 }, "name": "logStreamDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetLogStreamDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#manage_status_definition Dashboard#manage_status_definition}", "stability": "stable", "summary": "manage_status_definition block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23778 }, "name": "manageStatusDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetManageStatusDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#note_definition Dashboard#note_definition}", "stability": "stable", "summary": "note_definition block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23784 }, "name": "noteDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetNoteDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#powerpack_definition Dashboard#powerpack_definition}", "stability": "stable", "summary": "powerpack_definition block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23790 }, "name": "powerpackDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetPowerpackDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query_table_definition Dashboard#query_table_definition}", "stability": "stable", "summary": "query_table_definition block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23796 }, "name": "queryTableDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query_value_definition Dashboard#query_value_definition}", "stability": "stable", "summary": "query_value_definition block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23802 }, "name": "queryValueDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#run_workflow_definition Dashboard#run_workflow_definition}", "stability": "stable", "summary": "run_workflow_definition block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23808 }, "name": "runWorkflowDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetRunWorkflowDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#scatterplot_definition Dashboard#scatterplot_definition}", "stability": "stable", "summary": "scatterplot_definition block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23814 }, "name": "scatterplotDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#service_level_objective_definition Dashboard#service_level_objective_definition}", "stability": "stable", "summary": "service_level_objective_definition block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23820 }, "name": "serviceLevelObjectiveDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetServiceLevelObjectiveDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#servicemap_definition Dashboard#servicemap_definition}", "stability": "stable", "summary": "servicemap_definition block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23826 }, "name": "servicemapDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetServicemapDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_list_definition Dashboard#slo_list_definition}", "stability": "stable", "summary": "slo_list_definition block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23832 }, "name": "sloListDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSloListDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#split_graph_definition Dashboard#split_graph_definition}", "stability": "stable", "summary": "split_graph_definition block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23838 }, "name": "splitGraphDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sunburst_definition Dashboard#sunburst_definition}", "stability": "stable", "summary": "sunburst_definition block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23844 }, "name": "sunburstDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#timeseries_definition Dashboard#timeseries_definition}", "stability": "stable", "summary": "timeseries_definition block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23850 }, "name": "timeseriesDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#toplist_definition Dashboard#toplist_definition}", "stability": "stable", "summary": "toplist_definition block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23856 }, "name": "toplistDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#topology_map_definition Dashboard#topology_map_definition}", "stability": "stable", "summary": "topology_map_definition block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23862 }, "name": "topologyMapDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTopologyMapDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#trace_service_definition Dashboard#trace_service_definition}", "stability": "stable", "summary": "trace_service_definition block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23868 }, "name": "traceServiceDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTraceServiceDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#treemap_definition Dashboard#treemap_definition}", "stability": "stable", "summary": "treemap_definition block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23874 }, "name": "treemapDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#widget_layout Dashboard#widget_layout}", "stability": "stable", "summary": "widget_layout block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23880 }, "name": "widgetLayout", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetWidgetLayout" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidget" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetAlertGraphDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetAlertGraphDefinition", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 603 }, "name": "DashboardWidgetAlertGraphDefinition", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#alert_id Dashboard#alert_id}", "stability": "stable", "summary": "The ID of the monitor used by the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 609 }, "name": "alertId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#viz_type Dashboard#viz_type}", "stability": "stable", "summary": "Type of visualization to use when displaying the widget. Valid values are `timeseries`, `toplist`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 639 }, "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`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#live_span Dashboard#live_span}", "stability": "stable", "summary": "The timeframe to use when displaying the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 615 }, "name": "liveSpan", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title Dashboard#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 621 }, "name": "title", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_align Dashboard#title_align}", "stability": "stable", "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 627 }, "name": "titleAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_size Dashboard#title_size}", "stability": "stable", "summary": "The size of the widget's title (defaults to 16)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 633 }, "name": "titleSize", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetAlertGraphDefinition" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetAlertGraphDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetAlertGraphDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 713 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 706 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 789 }, "name": "resetLiveSpan" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 805 }, "name": "resetTitle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 821 }, "name": "resetTitleAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 837 }, "name": "resetTitleSize" } ], "name": "DashboardWidgetAlertGraphDefinitionOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 777 }, "name": "alertIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 793 }, "name": "liveSpanInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 825 }, "name": "titleAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 809 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 841 }, "name": "titleSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 854 }, "name": "vizTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 770 }, "name": "alertId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 783 }, "name": "liveSpan", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 799 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 815 }, "name": "titleAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 831 }, "name": "titleSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 847 }, "name": "vizType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 717 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetAlertGraphDefinition" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetAlertGraphDefinitionOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetAlertValueDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetAlertValueDefinition", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 858 }, "name": "DashboardWidgetAlertValueDefinition", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#alert_id Dashboard#alert_id}", "stability": "stable", "summary": "The ID of the monitor used by the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 864 }, "name": "alertId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#precision Dashboard#precision}", "stability": "stable", "summary": "The precision to use when displaying the value. Use `*` for maximum precision." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 870 }, "name": "precision", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#text_align Dashboard#text_align}", "stability": "stable", "summary": "The alignment of the text in the widget. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 876 }, "name": "textAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title Dashboard#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 882 }, "name": "title", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_align Dashboard#title_align}", "stability": "stable", "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 888 }, "name": "titleAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_size Dashboard#title_size}", "stability": "stable", "summary": "The size of the widget's title (defaults to 16)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 894 }, "name": "titleSize", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit Dashboard#unit}", "stability": "stable", "summary": "The unit for the value displayed in the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 900 }, "name": "unit", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetAlertValueDefinition" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetAlertValueDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetAlertValueDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.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" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 974 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1063 }, "name": "resetPrecision" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1079 }, "name": "resetTextAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1095 }, "name": "resetTitle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1111 }, "name": "resetTitleAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1127 }, "name": "resetTitleSize" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1143 }, "name": "resetUnit" } ], "name": "DashboardWidgetAlertValueDefinitionOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1051 }, "name": "alertIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1067 }, "name": "precisionInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1083 }, "name": "textAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1115 }, "name": "titleAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1099 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1131 }, "name": "titleSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1147 }, "name": "unitInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1044 }, "name": "alertId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1057 }, "name": "precision", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1073 }, "name": "textAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1089 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1105 }, "name": "titleAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1121 }, "name": "titleSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1137 }, "name": "unit", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 985 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetAlertValueDefinition" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetAlertValueDefinitionOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinition", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10451 }, "name": "DashboardWidgetChangeDefinition", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_link Dashboard#custom_link}", "stability": "stable", "summary": "custom_link block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10481 }, "name": "customLink", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#live_span Dashboard#live_span}", "stability": "stable", "summary": "The timeframe to use when displaying the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10457 }, "name": "liveSpan", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#request Dashboard#request}", "stability": "stable", "summary": "request block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10487 }, "name": "request", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequest" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title Dashboard#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10463 }, "name": "title", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_align Dashboard#title_align}", "stability": "stable", "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10469 }, "name": "titleAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_size Dashboard#title_size}", "stability": "stable", "summary": "The size of the widget's title (defaults to 16)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10475 }, "name": "titleSize", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinition" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionCustomLink": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionCustomLink", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1151 }, "name": "DashboardWidgetChangeDefinitionCustomLink", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_hidden Dashboard#is_hidden}", "stability": "stable", "summary": "The flag for toggling context menu link visibility." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1157 }, "name": "isHidden", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "The label for the custom link URL." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1163 }, "name": "label", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#link Dashboard#link}", "stability": "stable", "summary": "The URL of the custom link." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1169 }, "name": "link", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#override_label Dashboard#override_label}", "stability": "stable", "summary": "The label ID that refers to a context menu link item." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1175 }, "name": "overrideLabel", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionCustomLink" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionCustomLinkList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionCustomLinkList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1363 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1355 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1370 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionCustomLinkOutputReference" } } } ], "name": "DashboardWidgetChangeDefinitionCustomLinkList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1363 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1363 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1363 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1356 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionCustomLink" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionCustomLinkList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionCustomLinkOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionCustomLinkOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1238 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1228 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1298 }, "name": "resetIsHidden" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1314 }, "name": "resetLabel" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1330 }, "name": "resetLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1346 }, "name": "resetOverrideLabel" } ], "name": "DashboardWidgetChangeDefinitionCustomLinkOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1302 }, "name": "isHiddenInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1318 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1334 }, "name": "linkInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1350 }, "name": "overrideLabelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1292 }, "name": "isHidden", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1308 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1324 }, "name": "link", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1340 }, "name": "overrideLabel", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1242 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionCustomLink" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionCustomLinkOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10561 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10554 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10685 }, "name": "putCustomLink", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionCustomLink" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10701 }, "name": "putRequest", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequest" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10688 }, "name": "resetCustomLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10624 }, "name": "resetLiveSpan" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10704 }, "name": "resetRequest" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10640 }, "name": "resetTitle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10656 }, "name": "resetTitleAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10672 }, "name": "resetTitleSize" } ], "name": "DashboardWidgetChangeDefinitionOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10682 }, "name": "customLink", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionCustomLinkList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10698 }, "name": "request", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10692 }, "name": "customLinkInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10628 }, "name": "liveSpanInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10708 }, "name": "requestInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequest" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10660 }, "name": "titleAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10644 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10676 }, "name": "titleSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10618 }, "name": "liveSpan", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10634 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10650 }, "name": "titleAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10666 }, "name": "titleSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10565 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinition" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequest": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequest", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9878 }, "name": "DashboardWidgetChangeDefinitionRequest", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_query Dashboard#apm_query}", "stability": "stable", "summary": "apm_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9926 }, "name": "apmQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#change_type Dashboard#change_type}", "stability": "stable", "summary": "Whether to show absolute or relative change. Valid values are `absolute`, `relative`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9884 }, "name": "changeType", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compare_to Dashboard#compare_to}", "stability": "stable", "summary": "Choose from when to compare current data to. Valid values are `hour_before`, `day_before`, `week_before`, `month_before`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9890 }, "name": "compareTo", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#formula Dashboard#formula}", "stability": "stable", "summary": "formula block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9932 }, "name": "formula", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormula" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#increase_good Dashboard#increase_good}", "stability": "stable", "summary": "A Boolean indicating whether an increase in the value is good (displayed in green) or not (displayed in red)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9896 }, "name": "increaseGood", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#log_query Dashboard#log_query}", "stability": "stable", "summary": "log_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9938 }, "name": "logQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order_by Dashboard#order_by}", "stability": "stable", "summary": "What to order by. Valid values are `change`, `name`, `present`, `past`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9902 }, "name": "orderBy", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order_dir Dashboard#order_dir}", "stability": "stable", "summary": "Widget sorting method. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9908 }, "name": "orderDir", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#process_query Dashboard#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9944 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#q Dashboard#q}", "stability": "stable", "summary": "The metric query to use for this widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9914 }, "name": "q", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9950 }, "name": "query", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQuery" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#rum_query Dashboard#rum_query}", "stability": "stable", "summary": "rum_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9956 }, "name": "rumQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#security_query Dashboard#security_query}", "stability": "stable", "summary": "security_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9962 }, "name": "securityQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#show_present Dashboard#show_present}", "stability": "stable", "summary": "If set to `true`, displays the current value." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9920 }, "name": "showPresent", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequest" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2050 }, "name": "DashboardWidgetChangeDefinitionRequestApmQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2056 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2068 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2074 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2080 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2062 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestApmQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1374 }, "name": "DashboardWidgetChangeDefinitionRequestApmQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1380 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1386 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1392 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestApmQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1445 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1438 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1503 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1519 }, "name": "resetInterval" } ], "name": "DashboardWidgetChangeDefinitionRequestApmQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1491 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1507 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1523 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1484 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1497 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1513 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1449 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestApmQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1677 }, "name": "DashboardWidgetChangeDefinitionRequestApmQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1683 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1689 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1695 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestApmQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1854 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1846 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1861 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetChangeDefinitionRequestApmQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1854 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1854 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1854 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1847 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestApmQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1751 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1741 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1834 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1805 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1821 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1837 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetChangeDefinitionRequestApmQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1831 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1809 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1825 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1841 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1799 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1815 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1755 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestApmQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1527 }, "name": "DashboardWidgetChangeDefinitionRequestApmQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1533 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1545 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1539 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestApmQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1598 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1591 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1656 }, "name": "resetFacet" } ], "name": "DashboardWidgetChangeDefinitionRequestApmQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1644 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1660 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1673 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1637 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1650 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1666 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1602 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestApmQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1865 }, "name": "DashboardWidgetChangeDefinitionRequestApmQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1871 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1877 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1883 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestApmQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2039 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2031 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2046 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetChangeDefinitionRequestApmQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2039 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2039 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2039 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2032 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestApmQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1939 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1929 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2006 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2022 }, "name": "resetInterval" } ], "name": "DashboardWidgetChangeDefinitionRequestApmQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1994 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2010 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2026 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1987 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2000 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2016 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 1943 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestApmQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.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/dashboard/index-structs/structs0.ts", "line": 2140 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2230 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2246 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2262 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2233 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2249 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2265 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2217 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetChangeDefinitionRequestApmQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2227 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2243 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2259 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2237 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2253 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2205 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2269 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2221 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2198 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2211 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2151 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQuery" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestApmQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormula": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormula", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3425 }, "name": "DashboardWidgetChangeDefinitionRequestFormula", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#formula_expression Dashboard#formula_expression}", "stability": "stable", "summary": "A string expression built from queries, formulas, and functions." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3443 }, "name": "formulaExpression", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#alias Dashboard#alias}", "stability": "stable", "summary": "An expression alias." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3431 }, "name": "alias", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cell_display_mode Dashboard#cell_display_mode}", "stability": "stable", "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3437 }, "name": "cellDisplayMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#conditional_formats Dashboard#conditional_formats}", "stability": "stable", "summary": "conditional_formats block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3449 }, "name": "conditionalFormats", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "limit block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3455 }, "name": "limit", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaLimit" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#number_format Dashboard#number_format}", "stability": "stable", "summary": "number_format block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3461 }, "name": "numberFormat", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaNumberFormat" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#style Dashboard#style}", "stability": "stable", "summary": "style block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3467 }, "name": "style", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaStyle" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestFormula" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaConditionalFormats": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaConditionalFormats", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2273 }, "name": "DashboardWidgetChangeDefinitionRequestFormulaConditionalFormats", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#comparator Dashboard#comparator}", "stability": "stable", "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2279 }, "name": "comparator", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "The color palette to apply." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2315 }, "name": "palette", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#value Dashboard#value}", "stability": "stable", "summary": "A value for the comparator." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2327 }, "name": "value", "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}", "stability": "stable", "summary": "The color palette to apply to the background, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2285 }, "name": "customBgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}", "stability": "stable", "summary": "The color palette to apply to the foreground, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2291 }, "name": "customFgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#hide_value Dashboard#hide_value}", "stability": "stable", "summary": "Setting this to True hides values." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2297 }, "name": "hideValue", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#image_url Dashboard#image_url}", "stability": "stable", "summary": "Displays an image as the background." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2303 }, "name": "imageUrl", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The metric from the request to correlate with this conditional format." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2309 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#timeframe Dashboard#timeframe}", "stability": "stable", "summary": "Defines the displayed timeframe." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2321 }, "name": "timeframe", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestFormulaConditionalFormats" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaConditionalFormatsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaConditionalFormatsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2651 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2643 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2658 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaConditionalFormatsOutputReference" } } } ], "name": "DashboardWidgetChangeDefinitionRequestFormulaConditionalFormatsList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2651 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2651 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2651 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2644 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestFormulaConditionalFormatsList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaConditionalFormatsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaConditionalFormatsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2425 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2415 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2528 }, "name": "resetCustomBgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2544 }, "name": "resetCustomFgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2560 }, "name": "resetHideValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2576 }, "name": "resetImageUrl" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2592 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2621 }, "name": "resetTimeframe" } ], "name": "DashboardWidgetChangeDefinitionRequestFormulaConditionalFormatsOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2516 }, "name": "comparatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2532 }, "name": "customBgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2548 }, "name": "customFgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2564 }, "name": "hideValueInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2580 }, "name": "imageUrlInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2596 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2609 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2625 }, "name": "timeframeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2638 }, "name": "valueInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2509 }, "name": "comparator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2522 }, "name": "customBgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2538 }, "name": "customFgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2554 }, "name": "hideValue", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2570 }, "name": "imageUrl", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2586 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2602 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2615 }, "name": "timeframe", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2631 }, "name": "value", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2429 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaConditionalFormats" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestFormulaConditionalFormatsOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaLimit": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaLimit", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2662 }, "name": "DashboardWidgetChangeDefinitionRequestFormulaLimit", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#count Dashboard#count}", "stability": "stable", "summary": "The number of results to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2668 }, "name": "count", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2674 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestFormulaLimit" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaLimitOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaLimitOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2720 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2713 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2759 }, "name": "resetCount" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2775 }, "name": "resetOrder" } ], "name": "DashboardWidgetChangeDefinitionRequestFormulaLimitOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2763 }, "name": "countInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2779 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2753 }, "name": "count", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2769 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2724 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaLimit" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestFormulaLimitOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3739 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3731 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3746 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaOutputReference" } } } ], "name": "DashboardWidgetChangeDefinitionRequestFormulaList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3739 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3739 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3739 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3732 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormula" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestFormulaList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaNumberFormat": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaNumberFormat", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3186 }, "name": "DashboardWidgetChangeDefinitionRequestFormulaNumberFormat", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit Dashboard#unit}", "stability": "stable", "summary": "unit block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3192 }, "name": "unit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnit" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_scale Dashboard#unit_scale}", "stability": "stable", "summary": "unit_scale block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3198 }, "name": "unitScale", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitScale" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestFormulaNumberFormat" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3244 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3237 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3280 }, "name": "putUnit", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnit" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3293 }, "name": "putUnitScale", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitScale" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3296 }, "name": "resetUnitScale" } ], "name": "DashboardWidgetChangeDefinitionRequestFormulaNumberFormatOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3277 }, "name": "unit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3290 }, "name": "unitScale", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitScaleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3284 }, "name": "unitInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnit" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3300 }, "name": "unitScaleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitScale" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3248 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaNumberFormat" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestFormulaNumberFormatOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnit": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnit", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2984 }, "name": "DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnit", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#canonical Dashboard#canonical}", "stability": "stable", "summary": "canonical block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2990 }, "name": "canonical", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonical" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom Dashboard#custom}", "stability": "stable", "summary": "custom block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2996 }, "name": "custom", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustom" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnit" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonical": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonical", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2783 }, "name": "DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonical", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_name Dashboard#unit_name}", "stability": "stable", "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2795 }, "name": "unitName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#per_unit_name Dashboard#per_unit_name}", "stability": "stable", "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2789 }, "name": "perUnitName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonical" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.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" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2834 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2880 }, "name": "resetPerUnitName" } ], "name": "DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2884 }, "name": "perUnitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2897 }, "name": "unitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2874 }, "name": "perUnitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2890 }, "name": "unitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2845 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonical" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustom": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustom", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2901 }, "name": "DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustom", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "Unit label." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2907 }, "name": "label", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustom" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustomOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2946 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2939 }, "name": "DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustomOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2980 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2973 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 2950 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustom" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustomOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3042 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3035 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3078 }, "name": "putCanonical", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonical" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3094 }, "name": "putCustom", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustom" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3081 }, "name": "resetCanonical" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3097 }, "name": "resetCustom" } ], "name": "DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3075 }, "name": "canonical", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3091 }, "name": "custom", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustomOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3085 }, "name": "canonicalInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonical" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3101 }, "name": "customInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustom" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3046 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnit" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitScale": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitScale", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3105 }, "name": "DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitScale", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_name Dashboard#unit_name}." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3109 }, "name": "unitName", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitScale" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitScaleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3148 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3141 }, "name": "DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitScaleOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3182 }, "name": "unitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3175 }, "name": "unitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3152 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitScale" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitScaleOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3551 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3541 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3671 }, "name": "putConditionalFormats", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3687 }, "name": "putLimit", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaLimit" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3703 }, "name": "putNumberFormat", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaNumberFormat" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3719 }, "name": "putStyle", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaStyle" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3629 }, "name": "resetAlias" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3645 }, "name": "resetCellDisplayMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3674 }, "name": "resetConditionalFormats" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3690 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3706 }, "name": "resetNumberFormat" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3722 }, "name": "resetStyle" } ], "name": "DashboardWidgetChangeDefinitionRequestFormulaOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3668 }, "name": "conditionalFormats", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaConditionalFormatsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3684 }, "name": "limit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaLimitOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3700 }, "name": "numberFormat", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3716 }, "name": "style", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaStyleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3633 }, "name": "aliasInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3649 }, "name": "cellDisplayModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3678 }, "name": "conditionalFormatsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3662 }, "name": "formulaExpressionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3694 }, "name": "limitInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaLimit" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3710 }, "name": "numberFormatInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaNumberFormat" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3726 }, "name": "styleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaStyle" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3623 }, "name": "alias", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3639 }, "name": "cellDisplayMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3655 }, "name": "formulaExpression", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3555 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormula" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestFormulaOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaStyle": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaStyle", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3304 }, "name": "DashboardWidgetChangeDefinitionRequestFormulaStyle", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "The color palette used to display the formula." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3310 }, "name": "palette", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette_index Dashboard#palette_index}", "stability": "stable", "summary": "Index specifying which color to use within the palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3316 }, "name": "paletteIndex", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestFormulaStyle" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaStyleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaStyleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3362 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3355 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3401 }, "name": "resetPalette" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3417 }, "name": "resetPaletteIndex" } ], "name": "DashboardWidgetChangeDefinitionRequestFormulaStyleOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3421 }, "name": "paletteIndexInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3405 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3395 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3411 }, "name": "paletteIndex", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3366 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaStyle" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestFormulaStyleOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10440 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10432 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10447 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestOutputReference" } } } ], "name": "DashboardWidgetChangeDefinitionRequestList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10440 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10440 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10440 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10433 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequest" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4426 }, "name": "DashboardWidgetChangeDefinitionRequestLogQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4432 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4444 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4450 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4456 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4438 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestLogQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3750 }, "name": "DashboardWidgetChangeDefinitionRequestLogQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3756 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3762 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3768 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestLogQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3821 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3814 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3879 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3895 }, "name": "resetInterval" } ], "name": "DashboardWidgetChangeDefinitionRequestLogQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3867 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3883 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3899 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3860 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3873 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3889 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3825 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestLogQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4053 }, "name": "DashboardWidgetChangeDefinitionRequestLogQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4059 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4065 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4071 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestLogQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4230 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4222 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4237 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetChangeDefinitionRequestLogQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4230 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4230 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4230 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4223 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestLogQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4127 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4117 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4210 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4181 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4197 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4213 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetChangeDefinitionRequestLogQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4207 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4185 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4201 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4217 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4175 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4191 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4131 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestLogQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3903 }, "name": "DashboardWidgetChangeDefinitionRequestLogQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3909 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3921 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3915 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestLogQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3974 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3967 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4032 }, "name": "resetFacet" } ], "name": "DashboardWidgetChangeDefinitionRequestLogQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4020 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4036 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4049 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4013 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4026 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4042 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 3978 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestLogQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4241 }, "name": "DashboardWidgetChangeDefinitionRequestLogQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4247 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4253 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4259 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestLogQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4415 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4407 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4422 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetChangeDefinitionRequestLogQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4415 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4415 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4415 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4408 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestLogQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4315 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4305 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4382 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4398 }, "name": "resetInterval" } ], "name": "DashboardWidgetChangeDefinitionRequestLogQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4370 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4386 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4402 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4363 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4376 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4392 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4319 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestLogQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4523 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4516 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4606 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4622 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4638 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4609 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4625 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4641 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4593 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetChangeDefinitionRequestLogQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4603 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4619 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4635 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4613 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4629 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4581 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4645 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4597 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4574 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4587 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4527 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQuery" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestLogQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10095 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10085 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10324 }, "name": "putApmQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10340 }, "name": "putFormula", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormula" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10356 }, "name": "putLogQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10372 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10388 }, "name": "putQuery", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQuery" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10404 }, "name": "putRumQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10420 }, "name": "putSecurityQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10327 }, "name": "resetApmQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10215 }, "name": "resetChangeType" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10231 }, "name": "resetCompareTo" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10343 }, "name": "resetFormula" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10247 }, "name": "resetIncreaseGood" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10359 }, "name": "resetLogQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10263 }, "name": "resetOrderBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10279 }, "name": "resetOrderDir" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10375 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10295 }, "name": "resetQ" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10391 }, "name": "resetQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10407 }, "name": "resetRumQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10423 }, "name": "resetSecurityQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10311 }, "name": "resetShowPresent" } ], "name": "DashboardWidgetChangeDefinitionRequestOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10321 }, "name": "apmQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10337 }, "name": "formula", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10353 }, "name": "logQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10369 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10385 }, "name": "query", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10401 }, "name": "rumQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10417 }, "name": "securityQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10331 }, "name": "apmQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10219 }, "name": "changeTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10235 }, "name": "compareToInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10347 }, "name": "formulaInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormula" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10251 }, "name": "increaseGoodInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10363 }, "name": "logQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10267 }, "name": "orderByInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10283 }, "name": "orderDirInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10379 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10299 }, "name": "qInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10395 }, "name": "queryInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQuery" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10411 }, "name": "rumQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10427 }, "name": "securityQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10315 }, "name": "showPresentInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10209 }, "name": "changeType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10225 }, "name": "compareTo", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10241 }, "name": "increaseGood", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10257 }, "name": "orderBy", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10273 }, "name": "orderDir", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10289 }, "name": "q", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10305 }, "name": "showPresent", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10099 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequest" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4649 }, "name": "DashboardWidgetChangeDefinitionRequestProcessQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "Your chosen metric." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4667 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#filter_by Dashboard#filter_by}", "stability": "stable", "summary": "A list of processes." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4655 }, "name": "filterBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The max number of items in the filter list." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4661 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_by Dashboard#search_by}", "stability": "stable", "summary": "Your chosen search term." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4673 }, "name": "searchBy", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestProcessQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4733 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4726 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4784 }, "name": "resetFilterBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4800 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4829 }, "name": "resetSearchBy" } ], "name": "DashboardWidgetChangeDefinitionRequestProcessQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4788 }, "name": "filterByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4804 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4817 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4833 }, "name": "searchByInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4778 }, "name": "filterBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4794 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4810 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4823 }, "name": "searchBy", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4737 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestProcessQuery" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestProcessQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7752 }, "name": "DashboardWidgetChangeDefinitionRequestQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_dependency_stats_query Dashboard#apm_dependency_stats_query}", "stability": "stable", "summary": "apm_dependency_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7758 }, "name": "apmDependencyStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryApmDependencyStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_resource_stats_query Dashboard#apm_resource_stats_query}", "stability": "stable", "summary": "apm_resource_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7764 }, "name": "apmResourceStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryApmResourceStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cloud_cost_query Dashboard#cloud_cost_query}", "stability": "stable", "summary": "cloud_cost_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7770 }, "name": "cloudCostQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryCloudCostQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#event_query Dashboard#event_query}", "stability": "stable", "summary": "event_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7776 }, "name": "eventQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric_query Dashboard#metric_query}", "stability": "stable", "summary": "metric_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7782 }, "name": "metricQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryMetricQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#process_query Dashboard#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7788 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_query Dashboard#slo_query}", "stability": "stable", "summary": "slo_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7794 }, "name": "sloQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQuerySloQuery" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryApmDependencyStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryApmDependencyStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4837 }, "name": "DashboardWidgetChangeDefinitionRequestQueryApmDependencyStatsQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4849 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#env Dashboard#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4855 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4867 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#operation_name Dashboard#operation_name}", "stability": "stable", "summary": "Name of operation on service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4873 }, "name": "operationName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#resource_name Dashboard#resource_name}", "stability": "stable", "summary": "APM resource." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4891 }, "name": "resourceName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#service Dashboard#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4897 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#stat Dashboard#stat}", "stability": "stable", "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4903 }, "name": "stat", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4843 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_upstream Dashboard#is_upstream}", "stability": "stable", "summary": "Determines whether stats for upstream or downstream dependencies should be queried." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4861 }, "name": "isUpstream", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}", "stability": "stable", "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4879 }, "name": "primaryTagName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}", "stability": "stable", "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 4885 }, "name": "primaryTagValue", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestQueryApmDependencyStatsQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryApmDependencyStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryApmDependencyStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5012 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5005 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5105 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5147 }, "name": "resetIsUpstream" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5189 }, "name": "resetPrimaryTagName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5205 }, "name": "resetPrimaryTagValue" } ], "name": "DashboardWidgetChangeDefinitionRequestQueryApmDependencyStatsQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5109 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5122 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5135 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5151 }, "name": "isUpstreamInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5164 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5177 }, "name": "operationNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5193 }, "name": "primaryTagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5209 }, "name": "primaryTagValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5222 }, "name": "resourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5235 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5248 }, "name": "statInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5099 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5115 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5128 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5141 }, "name": "isUpstream", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5157 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5170 }, "name": "operationName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5183 }, "name": "primaryTagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5199 }, "name": "primaryTagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5215 }, "name": "resourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5228 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5241 }, "name": "stat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5016 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryApmDependencyStatsQuery" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestQueryApmDependencyStatsQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryApmResourceStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryApmResourceStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5252 }, "name": "DashboardWidgetChangeDefinitionRequestQueryApmResourceStatsQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5264 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#env Dashboard#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5270 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5282 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#service Dashboard#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5312 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#stat Dashboard#stat}", "stability": "stable", "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5318 }, "name": "stat", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5258 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "Array of fields to group results by." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5276 }, "name": "groupBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#operation_name Dashboard#operation_name}", "stability": "stable", "summary": "Name of operation on service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5288 }, "name": "operationName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}", "stability": "stable", "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5294 }, "name": "primaryTagName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}", "stability": "stable", "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5300 }, "name": "primaryTagValue", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#resource_name Dashboard#resource_name}", "stability": "stable", "summary": "APM resource." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5306 }, "name": "resourceName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestQueryApmResourceStatsQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryApmResourceStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryApmResourceStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5427 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5420 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5520 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5562 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5591 }, "name": "resetOperationName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5607 }, "name": "resetPrimaryTagName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5623 }, "name": "resetPrimaryTagValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5639 }, "name": "resetResourceName" } ], "name": "DashboardWidgetChangeDefinitionRequestQueryApmResourceStatsQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5524 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5537 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5550 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5566 }, "name": "groupByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5579 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5595 }, "name": "operationNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5611 }, "name": "primaryTagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5627 }, "name": "primaryTagValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5643 }, "name": "resourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5656 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5669 }, "name": "statInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5514 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5530 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5543 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5556 }, "name": "groupBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5572 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5585 }, "name": "operationName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5601 }, "name": "primaryTagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5617 }, "name": "primaryTagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5633 }, "name": "resourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5649 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5662 }, "name": "stat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5431 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryApmResourceStatsQuery" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestQueryApmResourceStatsQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryCloudCostQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryCloudCostQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5673 }, "name": "DashboardWidgetChangeDefinitionRequestQueryCloudCostQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5691 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5697 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The cloud cost query definition." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5703 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5679 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5685 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestQueryCloudCostQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryCloudCostQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryCloudCostQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5770 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5763 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5827 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5843 }, "name": "resetCrossOrgUuids" } ], "name": "DashboardWidgetChangeDefinitionRequestQueryCloudCostQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5831 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5847 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5860 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5873 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5886 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5821 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5837 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5853 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5866 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5879 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5774 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryCloudCostQuery" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestQueryCloudCostQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6496 }, "name": "DashboardWidgetChangeDefinitionRequestQueryEventQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute Dashboard#compute}", "stability": "stable", "summary": "compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6532 }, "name": "compute", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for event platform-based queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6508 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6520 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6502 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6538 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#indexes Dashboard#indexes}", "stability": "stable", "summary": "An array of index names to query in the stream." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6514 }, "name": "indexes", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search Dashboard#search}", "stability": "stable", "summary": "search block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6544 }, "name": "search", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQuerySearch" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#storage Dashboard#storage}", "stability": "stable", "summary": "Storage location (private beta)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6526 }, "name": "storage", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestQueryEventQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQueryCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQueryCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5890 }, "name": "DashboardWidgetChangeDefinitionRequestQueryEventQueryCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation methods for event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5896 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "A time interval in milliseconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5902 }, "name": "interval", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The measurable attribute to compute." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5908 }, "name": "metric", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestQueryEventQueryCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQueryComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQueryComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6064 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6056 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6071 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQueryComputeOutputReference" } } } ], "name": "DashboardWidgetChangeDefinitionRequestQueryEventQueryComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6064 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6064 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6064 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6057 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestQueryEventQueryComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQueryComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQueryComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5964 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5954 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6031 }, "name": "resetInterval" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6047 }, "name": "resetMetric" } ], "name": "DashboardWidgetChangeDefinitionRequestQueryEventQueryComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6019 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6035 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6051 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6012 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6025 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6041 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 5968 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQueryCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestQueryEventQueryComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6228 }, "name": "DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The event facet." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6234 }, "name": "facet", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The number of groups to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6240 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort Dashboard#sort}", "stability": "stable", "summary": "sort block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6246 }, "name": "sort", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupBySort" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6402 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6394 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6409 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6402 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6402 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6402 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6395 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-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/index-structs/structs0.ts", "line": 6292 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6382 }, "name": "putSort", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupBySort" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6369 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6385 }, "name": "resetSort" } ], "name": "DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6379 }, "name": "sort", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupBySortOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6357 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6373 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6389 }, "name": "sortInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupBySort" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6350 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6363 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6306 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupBySort": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupBySort", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6075 }, "name": "DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupBySort", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation methods for the event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6081 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The metric used for sorting group by results." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6087 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Direction of sort. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6093 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupBySort" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupBySortOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupBySortOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6146 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6139 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6204 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6220 }, "name": "resetOrder" } ], "name": "DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupBySortOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6192 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6208 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6224 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6185 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6198 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6214 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6150 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupBySort" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupBySortOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6632 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6625 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6778 }, "name": "putCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6791 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6807 }, "name": "putSearch", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQuerySearch" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6707 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6794 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6736 }, "name": "resetIndexes" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6810 }, "name": "resetSearch" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6765 }, "name": "resetStorage" } ], "name": "DashboardWidgetChangeDefinitionRequestQueryEventQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6775 }, "name": "compute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQueryComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6788 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6804 }, "name": "search", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQuerySearchOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6782 }, "name": "computeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6711 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6724 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6798 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6740 }, "name": "indexesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6753 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6814 }, "name": "searchInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQuerySearch" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6769 }, "name": "storageInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6701 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6717 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6730 }, "name": "indexes", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6746 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6759 }, "name": "storage", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6636 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQuery" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestQueryEventQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQuerySearch": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQuerySearch", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6413 }, "name": "DashboardWidgetChangeDefinitionRequestQueryEventQuerySearch", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The events search string." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6419 }, "name": "query", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestQueryEventQuerySearch" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQuerySearchOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQuerySearchOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6458 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6451 }, "name": "DashboardWidgetChangeDefinitionRequestQueryEventQuerySearchOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6492 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6485 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6462 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQuerySearch" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestQueryEventQuerySearchOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8069 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8061 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8076 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryOutputReference" } } } ], "name": "DashboardWidgetChangeDefinitionRequestQueryList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8069 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8069 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8069 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8062 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQuery" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestQueryList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryMetricQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryMetricQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6818 }, "name": "DashboardWidgetChangeDefinitionRequestQueryMetricQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6842 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The metrics query definition." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6848 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6824 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6830 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for metrics queries. Defaults to `\"metrics\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6836 }, "name": "dataSource", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestQueryMetricQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryMetricQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryMetricQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6915 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6908 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6972 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6988 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7004 }, "name": "resetDataSource" } ], "name": "DashboardWidgetChangeDefinitionRequestQueryMetricQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6976 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6992 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7008 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7021 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7034 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6966 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6982 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6998 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7014 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7027 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 6919 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryMetricQuery" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestQueryMetricQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7878 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7868 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7953 }, "name": "putApmDependencyStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryApmDependencyStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7969 }, "name": "putApmResourceStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryApmResourceStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7985 }, "name": "putCloudCostQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryCloudCostQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8001 }, "name": "putEventQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8017 }, "name": "putMetricQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryMetricQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8033 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8049 }, "name": "putSloQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQuerySloQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7956 }, "name": "resetApmDependencyStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7972 }, "name": "resetApmResourceStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7988 }, "name": "resetCloudCostQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8004 }, "name": "resetEventQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8020 }, "name": "resetMetricQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8036 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8052 }, "name": "resetSloQuery" } ], "name": "DashboardWidgetChangeDefinitionRequestQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7950 }, "name": "apmDependencyStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryApmDependencyStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7966 }, "name": "apmResourceStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryApmResourceStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7982 }, "name": "cloudCostQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryCloudCostQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7998 }, "name": "eventQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8014 }, "name": "metricQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryMetricQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8030 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8046 }, "name": "sloQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQuerySloQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7960 }, "name": "apmDependencyStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryApmDependencyStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7976 }, "name": "apmResourceStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryApmResourceStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7992 }, "name": "cloudCostQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryCloudCostQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8008 }, "name": "eventQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8024 }, "name": "metricQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryMetricQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8040 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8056 }, "name": "sloQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQuerySloQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7882 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQuery" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7038 }, "name": "DashboardWidgetChangeDefinitionRequestQueryProcessQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for process queries. Valid values are `process`, `container`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7056 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The process metric name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7074 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7080 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7044 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7050 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_normalized_cpu Dashboard#is_normalized_cpu}", "stability": "stable", "summary": "Whether to normalize the CPU percentages." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7062 }, "name": "isNormalizedCpu", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The number of hits to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7068 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort Dashboard#sort}", "stability": "stable", "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7086 }, "name": "sort", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#tag_filters Dashboard#tag_filters}", "stability": "stable", "summary": "An array of tags to filter by." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7092 }, "name": "tagFilters", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#text_filter Dashboard#text_filter}", "stability": "stable", "summary": "The text to use as a filter." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7098 }, "name": "textFilter", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestQueryProcessQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7200 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7193 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7287 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7303 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7332 }, "name": "resetIsNormalizedCpu" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7348 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7390 }, "name": "resetSort" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7406 }, "name": "resetTagFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7422 }, "name": "resetTextFilter" } ], "name": "DashboardWidgetChangeDefinitionRequestQueryProcessQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7291 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7307 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7320 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7336 }, "name": "isNormalizedCpuInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7352 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7365 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7378 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7394 }, "name": "sortInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7410 }, "name": "tagFiltersInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7426 }, "name": "textFilterInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7281 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7297 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7313 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7326 }, "name": "isNormalizedCpu", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7342 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7358 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7371 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7384 }, "name": "sort", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7400 }, "name": "tagFilters", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7416 }, "name": "textFilter", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7204 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryProcessQuery" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestQueryProcessQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQuerySloQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQuerySloQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7430 }, "name": "DashboardWidgetChangeDefinitionRequestQuerySloQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for SLO queries. Valid values are `slo`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7448 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#measure Dashboard#measure}", "stability": "stable", "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7460 }, "name": "measure", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_id Dashboard#slo_id}", "stability": "stable", "summary": "ID of an SLO to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7472 }, "name": "sloId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#additional_query_filters Dashboard#additional_query_filters}", "stability": "stable", "summary": "Additional filters applied to the SLO query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7436 }, "name": "additionalQueryFilters", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7442 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_mode Dashboard#group_mode}", "stability": "stable", "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7454 }, "name": "groupMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7466 }, "name": "name", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_query_type Dashboard#slo_query_type}", "stability": "stable", "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7478 }, "name": "sloQueryType", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestQuerySloQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQuerySloQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQuerySloQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7566 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7559 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7641 }, "name": "resetAdditionalQueryFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7657 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7686 }, "name": "resetGroupMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7715 }, "name": "resetName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7744 }, "name": "resetSloQueryType" } ], "name": "DashboardWidgetChangeDefinitionRequestQuerySloQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7645 }, "name": "additionalQueryFiltersInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7661 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7674 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7690 }, "name": "groupModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7703 }, "name": "measureInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7719 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7732 }, "name": "sloIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7748 }, "name": "sloQueryTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7635 }, "name": "additionalQueryFilters", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7651 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7667 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7680 }, "name": "groupMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7696 }, "name": "measure", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7709 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7725 }, "name": "sloId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7738 }, "name": "sloQueryType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 7570 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQuerySloQuery" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestQuerySloQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8756 }, "name": "DashboardWidgetChangeDefinitionRequestRumQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8762 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8774 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8780 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8786 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8768 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestRumQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8080 }, "name": "DashboardWidgetChangeDefinitionRequestRumQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8086 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8092 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8098 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestRumQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8151 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8144 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8209 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8225 }, "name": "resetInterval" } ], "name": "DashboardWidgetChangeDefinitionRequestRumQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8197 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8213 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8229 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8190 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8203 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8219 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8155 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestRumQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8383 }, "name": "DashboardWidgetChangeDefinitionRequestRumQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8389 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8395 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8401 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestRumQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8560 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8552 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8567 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetChangeDefinitionRequestRumQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8560 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8560 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8560 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8553 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestRumQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8457 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8447 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8540 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8511 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8527 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8543 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetChangeDefinitionRequestRumQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8537 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8515 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8531 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8547 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8505 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8521 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8461 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestRumQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8233 }, "name": "DashboardWidgetChangeDefinitionRequestRumQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8239 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8251 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8245 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestRumQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8304 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8297 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8362 }, "name": "resetFacet" } ], "name": "DashboardWidgetChangeDefinitionRequestRumQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8350 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8366 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8379 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8343 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8356 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8372 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8308 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestRumQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8571 }, "name": "DashboardWidgetChangeDefinitionRequestRumQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8577 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8583 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8589 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestRumQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8745 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8737 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8752 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetChangeDefinitionRequestRumQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8745 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8745 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8745 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8738 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestRumQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8645 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8635 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8712 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8728 }, "name": "resetInterval" } ], "name": "DashboardWidgetChangeDefinitionRequestRumQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8700 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8716 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8732 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8693 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8706 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8722 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8649 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestRumQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8853 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8846 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8936 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8952 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8968 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8939 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8955 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8971 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8923 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetChangeDefinitionRequestRumQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8933 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8949 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8965 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8943 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8959 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8911 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8975 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8927 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8904 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8917 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8857 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQuery" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestRumQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9655 }, "name": "DashboardWidgetChangeDefinitionRequestSecurityQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9661 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9673 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9679 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9685 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9667 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestSecurityQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8979 }, "name": "DashboardWidgetChangeDefinitionRequestSecurityQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8985 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8991 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 8997 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestSecurityQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9050 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9043 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9108 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9124 }, "name": "resetInterval" } ], "name": "DashboardWidgetChangeDefinitionRequestSecurityQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9096 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9112 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9128 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9089 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9102 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9118 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9054 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestSecurityQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9282 }, "name": "DashboardWidgetChangeDefinitionRequestSecurityQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9288 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9294 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9300 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestSecurityQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9459 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9451 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9466 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetChangeDefinitionRequestSecurityQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9459 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9459 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9459 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9452 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestSecurityQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9356 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9346 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9439 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9410 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9426 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9442 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetChangeDefinitionRequestSecurityQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9436 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9414 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9430 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9446 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9404 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9420 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9360 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestSecurityQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9132 }, "name": "DashboardWidgetChangeDefinitionRequestSecurityQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9138 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9150 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9144 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestSecurityQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9203 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9196 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9261 }, "name": "resetFacet" } ], "name": "DashboardWidgetChangeDefinitionRequestSecurityQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9249 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9265 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9278 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9242 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9255 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9271 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9207 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestSecurityQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9470 }, "name": "DashboardWidgetChangeDefinitionRequestSecurityQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9476 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9482 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9488 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestSecurityQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9644 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9636 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9651 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetChangeDefinitionRequestSecurityQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9644 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9644 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9644 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9637 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestSecurityQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9544 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9534 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9611 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9627 }, "name": "resetInterval" } ], "name": "DashboardWidgetChangeDefinitionRequestSecurityQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9599 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9615 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9631 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9592 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9605 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9621 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9548 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestSecurityQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9752 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9745 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9835 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9851 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9867 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9838 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9854 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9870 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9822 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetChangeDefinitionRequestSecurityQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9832 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9848 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9864 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9842 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9858 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9810 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9874 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9826 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9803 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9816 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 9756 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQuery" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestSecurityQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetCheckStatusDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetCheckStatusDefinition", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10712 }, "name": "DashboardWidgetCheckStatusDefinition", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#check Dashboard#check}", "stability": "stable", "summary": "The check to use in the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10718 }, "name": "check", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#grouping Dashboard#grouping}", "stability": "stable", "summary": "The kind of grouping to use. Valid values are `check`, `cluster`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10736 }, "name": "grouping", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group Dashboard#group}", "stability": "stable", "summary": "The check group to use in the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10724 }, "name": "group", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "When `grouping = \"cluster\"`, indicates a list of tags to use for grouping." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10730 }, "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`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#live_span Dashboard#live_span}", "stability": "stable", "summary": "The timeframe to use when displaying the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10742 }, "name": "liveSpan", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#tags Dashboard#tags}", "stability": "stable", "summary": "A list of tags to use in the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10748 }, "name": "tags", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title Dashboard#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10754 }, "name": "title", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_align Dashboard#title_align}", "stability": "stable", "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10760 }, "name": "titleAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_size Dashboard#title_size}", "stability": "stable", "summary": "The size of the widget's title (defaults to 16)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10766 }, "name": "titleSize", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetCheckStatusDefinition" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetCheckStatusDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetCheckStatusDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10861 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10854 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10955 }, "name": "resetGroup" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10971 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11000 }, "name": "resetLiveSpan" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11016 }, "name": "resetTags" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11032 }, "name": "resetTitle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11048 }, "name": "resetTitleAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11064 }, "name": "resetTitleSize" } ], "name": "DashboardWidgetCheckStatusDefinitionOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10943 }, "name": "checkInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10975 }, "name": "groupByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10988 }, "name": "groupingInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10959 }, "name": "groupInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11004 }, "name": "liveSpanInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11020 }, "name": "tagsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11052 }, "name": "titleAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11036 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11068 }, "name": "titleSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10936 }, "name": "check", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10949 }, "name": "group", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10965 }, "name": "groupBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10981 }, "name": "grouping", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10994 }, "name": "liveSpan", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11010 }, "name": "tags", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11026 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11042 }, "name": "titleAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11058 }, "name": "titleSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 10865 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetCheckStatusDefinition" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetCheckStatusDefinitionOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinition", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16223 }, "name": "DashboardWidgetDistributionDefinition", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#legend_size Dashboard#legend_size}", "stability": "stable", "summary": "The size of the legend displayed in the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16229 }, "name": "legendSize", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#live_span Dashboard#live_span}", "stability": "stable", "summary": "The timeframe to use when displaying the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16235 }, "name": "liveSpan", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#request Dashboard#request}", "stability": "stable", "summary": "request block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16265 }, "name": "request", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequest" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#show_legend Dashboard#show_legend}", "stability": "stable", "summary": "Whether or not to show the legend on this widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16241 }, "name": "showLegend", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title Dashboard#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16247 }, "name": "title", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_align Dashboard#title_align}", "stability": "stable", "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16253 }, "name": "titleAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_size Dashboard#title_size}", "stability": "stable", "summary": "The size of the widget's title (defaults to 16)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16259 }, "name": "titleSize", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#xaxis Dashboard#xaxis}", "stability": "stable", "summary": "xaxis block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16271 }, "name": "xaxis", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionXaxis" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#yaxis Dashboard#yaxis}", "stability": "stable", "summary": "yaxis block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16277 }, "name": "yaxis", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionYaxis" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinition" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16372 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16365 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16546 }, "name": "putRequest", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequest" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16562 }, "name": "putXaxis", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionXaxis" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16578 }, "name": "putYaxis", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionYaxis" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16453 }, "name": "resetLegendSize" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16469 }, "name": "resetLiveSpan" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16549 }, "name": "resetRequest" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16485 }, "name": "resetShowLegend" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16501 }, "name": "resetTitle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16517 }, "name": "resetTitleAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16533 }, "name": "resetTitleSize" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16565 }, "name": "resetXaxis" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16581 }, "name": "resetYaxis" } ], "name": "DashboardWidgetDistributionDefinitionOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16543 }, "name": "request", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16559 }, "name": "xaxis", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionXaxisOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16575 }, "name": "yaxis", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionYaxisOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16457 }, "name": "legendSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16473 }, "name": "liveSpanInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16553 }, "name": "requestInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequest" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16489 }, "name": "showLegendInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16521 }, "name": "titleAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16505 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16537 }, "name": "titleSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16569 }, "name": "xaxisInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionXaxis" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16585 }, "name": "yaxisInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionYaxis" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16447 }, "name": "legendSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16463 }, "name": "liveSpan", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16479 }, "name": "showLegend", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16495 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16511 }, "name": "titleAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16527 }, "name": "titleSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16376 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinition" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequest": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequest", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15443 }, "name": "DashboardWidgetDistributionDefinitionRequest", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_query Dashboard#apm_query}", "stability": "stable", "summary": "apm_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15455 }, "name": "apmQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_stats_query Dashboard#apm_stats_query}", "stability": "stable", "summary": "apm_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15461 }, "name": "apmStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#log_query Dashboard#log_query}", "stability": "stable", "summary": "log_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15467 }, "name": "logQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#process_query Dashboard#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15473 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#q Dashboard#q}", "stability": "stable", "summary": "The metric query to use for this widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15449 }, "name": "q", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#rum_query Dashboard#rum_query}", "stability": "stable", "summary": "rum_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15479 }, "name": "rumQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#security_query Dashboard#security_query}", "stability": "stable", "summary": "security_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15485 }, "name": "securityQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#style Dashboard#style}", "stability": "stable", "summary": "style block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15491 }, "name": "style", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestStyle" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequest" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11748 }, "name": "DashboardWidgetDistributionDefinitionRequestApmQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11754 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11766 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11772 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11778 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11760 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestApmQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11072 }, "name": "DashboardWidgetDistributionDefinitionRequestApmQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11078 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11084 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11090 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestApmQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11143 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11136 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11201 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11217 }, "name": "resetInterval" } ], "name": "DashboardWidgetDistributionDefinitionRequestApmQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11189 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11205 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11221 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11182 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11195 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11211 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11147 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestApmQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11375 }, "name": "DashboardWidgetDistributionDefinitionRequestApmQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11381 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11387 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11393 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestApmQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11552 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11544 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11559 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetDistributionDefinitionRequestApmQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11552 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11552 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11552 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11545 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestApmQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11449 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11439 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11532 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11503 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11519 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11535 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetDistributionDefinitionRequestApmQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11529 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11507 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11523 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11539 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11497 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11513 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11453 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestApmQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11225 }, "name": "DashboardWidgetDistributionDefinitionRequestApmQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11231 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11243 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11237 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestApmQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11296 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11289 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11354 }, "name": "resetFacet" } ], "name": "DashboardWidgetDistributionDefinitionRequestApmQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11342 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11358 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11371 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11335 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11348 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11364 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11300 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestApmQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11563 }, "name": "DashboardWidgetDistributionDefinitionRequestApmQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11569 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11575 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11581 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestApmQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.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": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11729 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11744 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetDistributionDefinitionRequestApmQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11737 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11737 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11737 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11730 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestApmQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11637 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11627 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11704 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11720 }, "name": "resetInterval" } ], "name": "DashboardWidgetDistributionDefinitionRequestApmQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11692 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11708 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11724 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11685 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11698 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11714 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11641 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestApmQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11845 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11838 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11928 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11944 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11960 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11931 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11947 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11963 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11915 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetDistributionDefinitionRequestApmQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11925 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11941 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11957 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11935 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11951 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11903 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11967 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11919 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11896 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11909 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11849 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQuery" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestApmQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12191 }, "name": "DashboardWidgetDistributionDefinitionRequestApmStatsQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#env Dashboard#env}", "stability": "stable", "summary": "The environment name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12197 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The operation name associated with the service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12203 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag Dashboard#primary_tag}", "stability": "stable", "summary": "The organization's host group name and value." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12209 }, "name": "primaryTag", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#row_type Dashboard#row_type}", "stability": "stable", "summary": "The level of detail for the request. Valid values are `service`, `resource`, `span`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12221 }, "name": "rowType", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#service Dashboard#service}", "stability": "stable", "summary": "The service name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12227 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#columns Dashboard#columns}", "stability": "stable", "summary": "columns block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12233 }, "name": "columns", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmStatsQueryColumns" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#resource Dashboard#resource}", "stability": "stable", "summary": "The resource name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12215 }, "name": "resource", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestApmStatsQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmStatsQueryColumns": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmStatsQueryColumns", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11971 }, "name": "DashboardWidgetDistributionDefinitionRequestApmStatsQueryColumns", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The column name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11989 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#alias Dashboard#alias}", "stability": "stable", "summary": "A user-assigned alias for the column." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11977 }, "name": "alias", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cell_display_mode Dashboard#cell_display_mode}", "stability": "stable", "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11983 }, "name": "cellDisplayMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 11995 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestApmStatsQueryColumns" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmStatsQueryColumnsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmStatsQueryColumnsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12180 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12172 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12187 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmStatsQueryColumnsOutputReference" } } } ], "name": "DashboardWidgetDistributionDefinitionRequestApmStatsQueryColumnsList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12180 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12180 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12180 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12173 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmStatsQueryColumns" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestApmStatsQueryColumnsList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmStatsQueryColumnsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmStatsQueryColumnsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12058 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12048 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12118 }, "name": "resetAlias" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12134 }, "name": "resetCellDisplayMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12163 }, "name": "resetOrder" } ], "name": "DashboardWidgetDistributionDefinitionRequestApmStatsQueryColumnsOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12122 }, "name": "aliasInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12138 }, "name": "cellDisplayModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12151 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12167 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12112 }, "name": "alias", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12128 }, "name": "cellDisplayMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12144 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12157 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12062 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmStatsQueryColumns" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestApmStatsQueryColumnsOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12314 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12307 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12461 }, "name": "putColumns", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmStatsQueryColumns" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12464 }, "name": "resetColumns" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12422 }, "name": "resetResource" } ], "name": "DashboardWidgetDistributionDefinitionRequestApmStatsQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12458 }, "name": "columns", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmStatsQueryColumnsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12468 }, "name": "columnsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmStatsQueryColumns" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12384 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12397 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12410 }, "name": "primaryTagInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12426 }, "name": "resourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12439 }, "name": "rowTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12452 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12377 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12390 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12403 }, "name": "primaryTag", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12416 }, "name": "resource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12432 }, "name": "rowType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12445 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12318 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmStatsQuery" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestApmStatsQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15795 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15787 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15802 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestOutputReference" } } } ], "name": "DashboardWidgetDistributionDefinitionRequestList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15795 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15795 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15795 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15788 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequest" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13148 }, "name": "DashboardWidgetDistributionDefinitionRequestLogQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13154 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13166 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13172 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13178 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13160 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestLogQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12472 }, "name": "DashboardWidgetDistributionDefinitionRequestLogQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12478 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12484 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12490 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestLogQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12543 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12536 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12601 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12617 }, "name": "resetInterval" } ], "name": "DashboardWidgetDistributionDefinitionRequestLogQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12589 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12605 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12621 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12582 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12595 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12611 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12547 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestLogQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12775 }, "name": "DashboardWidgetDistributionDefinitionRequestLogQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12781 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12787 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12793 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestLogQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12952 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12944 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12959 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetDistributionDefinitionRequestLogQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12952 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12952 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12952 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12945 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestLogQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12849 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12839 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12932 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12903 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12919 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12935 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetDistributionDefinitionRequestLogQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12929 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12907 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12923 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12939 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12897 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12913 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12853 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestLogQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12625 }, "name": "DashboardWidgetDistributionDefinitionRequestLogQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12631 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12643 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12637 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestLogQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12696 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12689 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12754 }, "name": "resetFacet" } ], "name": "DashboardWidgetDistributionDefinitionRequestLogQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12742 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12758 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12771 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12735 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12748 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12764 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12700 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestLogQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12963 }, "name": "DashboardWidgetDistributionDefinitionRequestLogQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12969 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12975 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 12981 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestLogQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13137 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13129 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13144 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetDistributionDefinitionRequestLogQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13137 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13137 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13137 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13130 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestLogQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13037 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13027 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13104 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13120 }, "name": "resetInterval" } ], "name": "DashboardWidgetDistributionDefinitionRequestLogQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13092 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13108 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13124 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13085 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13098 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13114 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13041 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestLogQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13245 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13238 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13328 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13344 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13360 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13331 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13347 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13363 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13315 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetDistributionDefinitionRequestLogQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13325 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13341 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13357 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13335 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13351 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13303 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13367 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13319 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13296 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13309 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13249 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQuery" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestLogQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15582 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15572 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15679 }, "name": "putApmQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15695 }, "name": "putApmStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15711 }, "name": "putLogQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15727 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15743 }, "name": "putRumQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15759 }, "name": "putSecurityQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15775 }, "name": "putStyle", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestStyle" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15682 }, "name": "resetApmQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15698 }, "name": "resetApmStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15714 }, "name": "resetLogQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15730 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15666 }, "name": "resetQ" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15746 }, "name": "resetRumQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15762 }, "name": "resetSecurityQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15778 }, "name": "resetStyle" } ], "name": "DashboardWidgetDistributionDefinitionRequestOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15676 }, "name": "apmQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15692 }, "name": "apmStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15708 }, "name": "logQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15724 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15740 }, "name": "rumQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15756 }, "name": "securityQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15772 }, "name": "style", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestStyleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15686 }, "name": "apmQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15702 }, "name": "apmStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15718 }, "name": "logQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15734 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15670 }, "name": "qInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15750 }, "name": "rumQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15766 }, "name": "securityQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15782 }, "name": "styleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestStyle" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15660 }, "name": "q", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15586 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequest" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13371 }, "name": "DashboardWidgetDistributionDefinitionRequestProcessQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "Your chosen metric." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13389 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#filter_by Dashboard#filter_by}", "stability": "stable", "summary": "A list of processes." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13377 }, "name": "filterBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The max number of items in the filter list." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13383 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_by Dashboard#search_by}", "stability": "stable", "summary": "Your chosen search term." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13395 }, "name": "searchBy", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestProcessQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13455 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13448 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13506 }, "name": "resetFilterBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13522 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13551 }, "name": "resetSearchBy" } ], "name": "DashboardWidgetDistributionDefinitionRequestProcessQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13510 }, "name": "filterByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13526 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13539 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13555 }, "name": "searchByInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13500 }, "name": "filterBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13516 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13532 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13545 }, "name": "searchBy", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13459 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestProcessQuery" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestProcessQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14235 }, "name": "DashboardWidgetDistributionDefinitionRequestRumQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14241 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14253 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14259 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14265 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14247 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestRumQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13559 }, "name": "DashboardWidgetDistributionDefinitionRequestRumQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13565 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13571 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13577 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestRumQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-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" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13623 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13688 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13704 }, "name": "resetInterval" } ], "name": "DashboardWidgetDistributionDefinitionRequestRumQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13676 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13692 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13708 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13669 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13682 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13698 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13634 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestRumQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13862 }, "name": "DashboardWidgetDistributionDefinitionRequestRumQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13868 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13874 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13880 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestRumQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14039 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14031 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14046 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetDistributionDefinitionRequestRumQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14039 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14039 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14039 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14032 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestRumQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13936 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13926 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14019 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13990 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14006 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14022 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetDistributionDefinitionRequestRumQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14016 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13994 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14010 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14026 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13984 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14000 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13940 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestRumQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13712 }, "name": "DashboardWidgetDistributionDefinitionRequestRumQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13718 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13730 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13724 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestRumQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13783 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13776 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13841 }, "name": "resetFacet" } ], "name": "DashboardWidgetDistributionDefinitionRequestRumQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13829 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13845 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13858 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13822 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13835 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13851 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 13787 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestRumQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14050 }, "name": "DashboardWidgetDistributionDefinitionRequestRumQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14056 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14062 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14068 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestRumQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14224 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14216 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14231 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetDistributionDefinitionRequestRumQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14224 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14224 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14224 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14217 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestRumQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14124 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14114 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14191 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14207 }, "name": "resetInterval" } ], "name": "DashboardWidgetDistributionDefinitionRequestRumQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14179 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14195 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14211 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14172 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14185 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14201 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14128 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestRumQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14332 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14325 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14415 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14431 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14447 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14418 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14434 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14450 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14402 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetDistributionDefinitionRequestRumQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14412 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14428 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14444 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14422 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14438 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14390 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14454 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14406 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14383 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14396 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14336 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQuery" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestRumQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15134 }, "name": "DashboardWidgetDistributionDefinitionRequestSecurityQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15140 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15152 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15158 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15164 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15146 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestSecurityQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14458 }, "name": "DashboardWidgetDistributionDefinitionRequestSecurityQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14464 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14470 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14476 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestSecurityQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14529 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14522 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14587 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14603 }, "name": "resetInterval" } ], "name": "DashboardWidgetDistributionDefinitionRequestSecurityQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14575 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14591 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14607 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14568 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14581 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14597 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14533 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestSecurityQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14761 }, "name": "DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14767 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14773 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14779 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14938 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14930 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14945 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14938 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14938 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14938 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14931 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14835 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14825 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14918 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14889 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14905 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14921 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14915 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14893 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14909 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14925 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14883 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14899 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14839 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14611 }, "name": "DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14617 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14629 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14623 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14682 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14675 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14740 }, "name": "resetFacet" } ], "name": "DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14728 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14744 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14757 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14721 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14734 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14750 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14686 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14949 }, "name": "DashboardWidgetDistributionDefinitionRequestSecurityQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14955 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14961 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 14967 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestSecurityQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15123 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15115 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15130 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetDistributionDefinitionRequestSecurityQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15123 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15123 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15123 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15116 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestSecurityQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15023 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15013 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15090 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15106 }, "name": "resetInterval" } ], "name": "DashboardWidgetDistributionDefinitionRequestSecurityQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15078 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15094 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15110 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15071 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15084 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15100 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15027 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestSecurityQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15231 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15224 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15314 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15330 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15346 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15317 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15333 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15349 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15301 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetDistributionDefinitionRequestSecurityQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15311 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15327 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15343 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15321 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15337 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15289 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15353 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15305 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15282 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15295 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15235 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQuery" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestSecurityQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestStyle": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestStyle", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15357 }, "name": "DashboardWidgetDistributionDefinitionRequestStyle", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15363 }, "name": "palette", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestStyle" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestStyleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestStyleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15402 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15395 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15435 }, "name": "resetPalette" } ], "name": "DashboardWidgetDistributionDefinitionRequestStyleOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15439 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15429 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15406 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestStyle" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestStyleOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionXaxis": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionXaxis", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15806 }, "name": "DashboardWidgetDistributionDefinitionXaxis", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#include_zero Dashboard#include_zero}", "stability": "stable", "summary": "Always include zero or fit the axis to the data range." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15812 }, "name": "includeZero", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#max Dashboard#max}", "stability": "stable", "summary": "Specify the maximum value to show on the Y-axis." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15818 }, "name": "max", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#min Dashboard#min}", "stability": "stable", "summary": "Specify the minimum value to show on the Y-axis." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15824 }, "name": "min", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#scale Dashboard#scale}", "stability": "stable", "summary": "Specify the scale type, options: `linear`, `log`, `pow`, `sqrt`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15830 }, "name": "scale", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionXaxis" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionXaxisOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionXaxisOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15890 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15883 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15941 }, "name": "resetIncludeZero" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15957 }, "name": "resetMax" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15973 }, "name": "resetMin" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15989 }, "name": "resetScale" } ], "name": "DashboardWidgetDistributionDefinitionXaxisOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15945 }, "name": "includeZeroInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15961 }, "name": "maxInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15977 }, "name": "minInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15993 }, "name": "scaleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15935 }, "name": "includeZero", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15951 }, "name": "max", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15967 }, "name": "min", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15983 }, "name": "scale", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15894 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionXaxis" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionXaxisOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionYaxis": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionYaxis", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 15997 }, "name": "DashboardWidgetDistributionDefinitionYaxis", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#include_zero Dashboard#include_zero}", "stability": "stable", "summary": "Always include zero or fit the axis to the data range." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16003 }, "name": "includeZero", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "The label of the axis to display on the graph." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16009 }, "name": "label", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#max Dashboard#max}", "stability": "stable", "summary": "Specify the maximum value to show on the Y-axis." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16015 }, "name": "max", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#min Dashboard#min}", "stability": "stable", "summary": "Specify the minimum value to show on the Y-axis." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16021 }, "name": "min", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#scale Dashboard#scale}", "stability": "stable", "summary": "Specify the scale type, options: `linear`, `log`, `pow`, `sqrt`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16027 }, "name": "scale", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionYaxis" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionYaxisOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionYaxisOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16094 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16087 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16151 }, "name": "resetIncludeZero" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16167 }, "name": "resetLabel" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16183 }, "name": "resetMax" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16199 }, "name": "resetMin" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16215 }, "name": "resetScale" } ], "name": "DashboardWidgetDistributionDefinitionYaxisOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16155 }, "name": "includeZeroInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16171 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16187 }, "name": "maxInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16203 }, "name": "minInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16219 }, "name": "scaleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16145 }, "name": "includeZero", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16161 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16177 }, "name": "max", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16193 }, "name": "min", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16209 }, "name": "scale", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16098 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionYaxis" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionYaxisOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetEventStreamDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetEventStreamDefinition", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16589 }, "name": "DashboardWidgetEventStreamDefinition", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The query to use in the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16607 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#event_size Dashboard#event_size}", "stability": "stable", "summary": "The size to use to display an event. Valid values are `s`, `l`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16595 }, "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`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#live_span Dashboard#live_span}", "stability": "stable", "summary": "The timeframe to use when displaying the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16601 }, "name": "liveSpan", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#tags_execution Dashboard#tags_execution}", "stability": "stable", "summary": "The execution method for multi-value filters, options: `and` or `or`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16613 }, "name": "tagsExecution", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title Dashboard#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16619 }, "name": "title", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_align Dashboard#title_align}", "stability": "stable", "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16625 }, "name": "titleAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_size Dashboard#title_size}", "stability": "stable", "summary": "The size of the widget's title (defaults to 16)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16631 }, "name": "titleSize", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetEventStreamDefinition" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetEventStreamDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetEventStreamDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16712 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16705 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16781 }, "name": "resetEventSize" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16797 }, "name": "resetLiveSpan" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16826 }, "name": "resetTagsExecution" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16842 }, "name": "resetTitle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16858 }, "name": "resetTitleAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16874 }, "name": "resetTitleSize" } ], "name": "DashboardWidgetEventStreamDefinitionOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16785 }, "name": "eventSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16801 }, "name": "liveSpanInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16814 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16830 }, "name": "tagsExecutionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16862 }, "name": "titleAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16846 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16878 }, "name": "titleSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16775 }, "name": "eventSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16791 }, "name": "liveSpan", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16807 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16820 }, "name": "tagsExecution", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16836 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16852 }, "name": "titleAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16868 }, "name": "titleSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16716 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetEventStreamDefinition" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetEventStreamDefinitionOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetEventTimelineDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetEventTimelineDefinition", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16882 }, "name": "DashboardWidgetEventTimelineDefinition", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The query to use in the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16894 }, "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`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#live_span Dashboard#live_span}", "stability": "stable", "summary": "The timeframe to use when displaying the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16888 }, "name": "liveSpan", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#tags_execution Dashboard#tags_execution}", "stability": "stable", "summary": "The execution method for multi-value filters, options: `and` or `or`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16900 }, "name": "tagsExecution", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title Dashboard#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16906 }, "name": "title", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_align Dashboard#title_align}", "stability": "stable", "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16912 }, "name": "titleAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_size Dashboard#title_size}", "stability": "stable", "summary": "The size of the widget's title (defaults to 16)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16918 }, "name": "titleSize", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetEventTimelineDefinition" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetEventTimelineDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetEventTimelineDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16992 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16985 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17055 }, "name": "resetLiveSpan" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17084 }, "name": "resetTagsExecution" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17100 }, "name": "resetTitle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17116 }, "name": "resetTitleAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17132 }, "name": "resetTitleSize" } ], "name": "DashboardWidgetEventTimelineDefinitionOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17059 }, "name": "liveSpanInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17072 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17088 }, "name": "tagsExecutionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17120 }, "name": "titleAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17104 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17136 }, "name": "titleSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17049 }, "name": "liveSpan", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17065 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17078 }, "name": "tagsExecution", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17094 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17110 }, "name": "titleAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17126 }, "name": "titleSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 16996 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetEventTimelineDefinition" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetEventTimelineDefinitionOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetFreeTextDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetFreeTextDefinition", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17140 }, "name": "DashboardWidgetFreeTextDefinition", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#text Dashboard#text}", "stability": "stable", "summary": "The text to display in the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17158 }, "name": "text", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#color Dashboard#color}", "stability": "stable", "summary": "The color of the text in the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17146 }, "name": "color", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#font_size Dashboard#font_size}", "stability": "stable", "summary": "The size of the text in the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17152 }, "name": "fontSize", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#text_align Dashboard#text_align}", "stability": "stable", "summary": "The alignment of the text in the widget. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17164 }, "name": "textAlign", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetFreeTextDefinition" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetFreeTextDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetFreeTextDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17224 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17217 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17275 }, "name": "resetColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17291 }, "name": "resetFontSize" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17320 }, "name": "resetTextAlign" } ], "name": "DashboardWidgetFreeTextDefinitionOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17279 }, "name": "colorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17295 }, "name": "fontSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17324 }, "name": "textAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17308 }, "name": "textInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17269 }, "name": "color", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17285 }, "name": "fontSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17301 }, "name": "text", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17314 }, "name": "textAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17228 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetFreeTextDefinition" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetFreeTextDefinitionOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinition", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24525 }, "name": "DashboardWidgetGeomapDefinition", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#view Dashboard#view}", "stability": "stable", "summary": "view block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24573 }, "name": "view", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionView" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_link Dashboard#custom_link}", "stability": "stable", "summary": "custom_link block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24555 }, "name": "customLink", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#live_span Dashboard#live_span}", "stability": "stable", "summary": "The timeframe to use when displaying the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24531 }, "name": "liveSpan", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#request Dashboard#request}", "stability": "stable", "summary": "request block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24561 }, "name": "request", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequest" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#style Dashboard#style}", "stability": "stable", "summary": "style block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24567 }, "name": "style", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionStyle" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title Dashboard#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24537 }, "name": "title", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_align Dashboard#title_align}", "stability": "stable", "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24543 }, "name": "titleAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_size Dashboard#title_size}", "stability": "stable", "summary": "The size of the widget's title (defaults to 16)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24549 }, "name": "titleSize", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinition" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionCustomLink": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionCustomLink", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17328 }, "name": "DashboardWidgetGeomapDefinitionCustomLink", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_hidden Dashboard#is_hidden}", "stability": "stable", "summary": "The flag for toggling context menu link visibility." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17334 }, "name": "isHidden", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "The label for the custom link URL." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17340 }, "name": "label", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#link Dashboard#link}", "stability": "stable", "summary": "The URL of the custom link." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17346 }, "name": "link", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#override_label Dashboard#override_label}", "stability": "stable", "summary": "The label ID that refers to a context menu link item." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17352 }, "name": "overrideLabel", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionCustomLink" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionCustomLinkList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionCustomLinkList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17540 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17532 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17547 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionCustomLinkOutputReference" } } } ], "name": "DashboardWidgetGeomapDefinitionCustomLinkList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17540 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17540 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17540 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17533 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionCustomLink" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionCustomLinkList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionCustomLinkOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionCustomLinkOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17415 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17405 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17475 }, "name": "resetIsHidden" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17491 }, "name": "resetLabel" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17507 }, "name": "resetLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17523 }, "name": "resetOverrideLabel" } ], "name": "DashboardWidgetGeomapDefinitionCustomLinkOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17479 }, "name": "isHiddenInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17495 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17511 }, "name": "linkInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17527 }, "name": "overrideLabelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17469 }, "name": "isHidden", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17485 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17501 }, "name": "link", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17517 }, "name": "overrideLabel", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17419 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionCustomLink" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionCustomLinkOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24661 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24654 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24797 }, "name": "putCustomLink", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionCustomLink" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24813 }, "name": "putRequest", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequest" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24829 }, "name": "putStyle", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionStyle" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24845 }, "name": "putView", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionView" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24800 }, "name": "resetCustomLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24736 }, "name": "resetLiveSpan" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24816 }, "name": "resetRequest" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24832 }, "name": "resetStyle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24752 }, "name": "resetTitle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24768 }, "name": "resetTitleAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24784 }, "name": "resetTitleSize" } ], "name": "DashboardWidgetGeomapDefinitionOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24794 }, "name": "customLink", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionCustomLinkList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24810 }, "name": "request", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24826 }, "name": "style", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionStyleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24842 }, "name": "view", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionViewOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24804 }, "name": "customLinkInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24740 }, "name": "liveSpanInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24820 }, "name": "requestInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequest" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24836 }, "name": "styleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionStyle" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24772 }, "name": "titleAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24756 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24788 }, "name": "titleSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24849 }, "name": "viewInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionView" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24730 }, "name": "liveSpan", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24746 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24762 }, "name": "titleAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24778 }, "name": "titleSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24665 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinition" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequest": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequest", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24069 }, "name": "DashboardWidgetGeomapDefinitionRequest", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#formula Dashboard#formula}", "stability": "stable", "summary": "formula block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24081 }, "name": "formula", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormula" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#log_query Dashboard#log_query}", "stability": "stable", "summary": "log_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24087 }, "name": "logQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#q Dashboard#q}", "stability": "stable", "summary": "The metric query to use for this widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24075 }, "name": "q", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24093 }, "name": "query", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQuery" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#rum_query Dashboard#rum_query}", "stability": "stable", "summary": "rum_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24099 }, "name": "rumQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQuery" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequest" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormula": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormula", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18703 }, "name": "DashboardWidgetGeomapDefinitionRequestFormula", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#formula_expression Dashboard#formula_expression}", "stability": "stable", "summary": "A string expression built from queries, formulas, and functions." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18721 }, "name": "formulaExpression", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#alias Dashboard#alias}", "stability": "stable", "summary": "An expression alias." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18709 }, "name": "alias", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cell_display_mode Dashboard#cell_display_mode}", "stability": "stable", "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18715 }, "name": "cellDisplayMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#conditional_formats Dashboard#conditional_formats}", "stability": "stable", "summary": "conditional_formats block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18727 }, "name": "conditionalFormats", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "limit block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18733 }, "name": "limit", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaLimit" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#number_format Dashboard#number_format}", "stability": "stable", "summary": "number_format block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18739 }, "name": "numberFormat", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormat" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#style Dashboard#style}", "stability": "stable", "summary": "style block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18745 }, "name": "style", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaStyle" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestFormula" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaConditionalFormats": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaConditionalFormats", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17551 }, "name": "DashboardWidgetGeomapDefinitionRequestFormulaConditionalFormats", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#comparator Dashboard#comparator}", "stability": "stable", "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17557 }, "name": "comparator", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "The color palette to apply." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17593 }, "name": "palette", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#value Dashboard#value}", "stability": "stable", "summary": "A value for the comparator." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17605 }, "name": "value", "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}", "stability": "stable", "summary": "The color palette to apply to the background, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17563 }, "name": "customBgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}", "stability": "stable", "summary": "The color palette to apply to the foreground, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17569 }, "name": "customFgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#hide_value Dashboard#hide_value}", "stability": "stable", "summary": "Setting this to True hides values." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17575 }, "name": "hideValue", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#image_url Dashboard#image_url}", "stability": "stable", "summary": "Displays an image as the background." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17581 }, "name": "imageUrl", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The metric from the request to correlate with this conditional format." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17587 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#timeframe Dashboard#timeframe}", "stability": "stable", "summary": "Defines the displayed timeframe." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17599 }, "name": "timeframe", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestFormulaConditionalFormats" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaConditionalFormatsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaConditionalFormatsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17929 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17921 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17936 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaConditionalFormatsOutputReference" } } } ], "name": "DashboardWidgetGeomapDefinitionRequestFormulaConditionalFormatsList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17929 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17929 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17929 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17922 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestFormulaConditionalFormatsList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaConditionalFormatsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaConditionalFormatsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17703 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17693 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17806 }, "name": "resetCustomBgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17822 }, "name": "resetCustomFgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17838 }, "name": "resetHideValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17854 }, "name": "resetImageUrl" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17870 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17899 }, "name": "resetTimeframe" } ], "name": "DashboardWidgetGeomapDefinitionRequestFormulaConditionalFormatsOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17794 }, "name": "comparatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17810 }, "name": "customBgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17826 }, "name": "customFgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17842 }, "name": "hideValueInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17858 }, "name": "imageUrlInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17874 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17887 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17903 }, "name": "timeframeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17916 }, "name": "valueInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17787 }, "name": "comparator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17800 }, "name": "customBgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17816 }, "name": "customFgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17832 }, "name": "hideValue", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17848 }, "name": "imageUrl", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17864 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17880 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17893 }, "name": "timeframe", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17909 }, "name": "value", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17707 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaConditionalFormats" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestFormulaConditionalFormatsOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaLimit": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaLimit", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17940 }, "name": "DashboardWidgetGeomapDefinitionRequestFormulaLimit", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#count Dashboard#count}", "stability": "stable", "summary": "The number of results to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17946 }, "name": "count", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17952 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestFormulaLimit" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaLimitOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaLimitOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17998 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 17991 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18037 }, "name": "resetCount" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18053 }, "name": "resetOrder" } ], "name": "DashboardWidgetGeomapDefinitionRequestFormulaLimitOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18041 }, "name": "countInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18057 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18031 }, "name": "count", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18047 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18002 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaLimit" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestFormulaLimitOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19017 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19009 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19024 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaOutputReference" } } } ], "name": "DashboardWidgetGeomapDefinitionRequestFormulaList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19017 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19017 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19017 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19010 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormula" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestFormulaList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormat": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormat", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18464 }, "name": "DashboardWidgetGeomapDefinitionRequestFormulaNumberFormat", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit Dashboard#unit}", "stability": "stable", "summary": "unit block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18470 }, "name": "unit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnit" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_scale Dashboard#unit_scale}", "stability": "stable", "summary": "unit_scale block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18476 }, "name": "unitScale", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScale" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestFormulaNumberFormat" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18522 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18515 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18558 }, "name": "putUnit", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnit" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18571 }, "name": "putUnitScale", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScale" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18574 }, "name": "resetUnitScale" } ], "name": "DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18555 }, "name": "unit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18568 }, "name": "unitScale", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18562 }, "name": "unitInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnit" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18578 }, "name": "unitScaleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScale" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18526 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormat" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnit": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnit", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18262 }, "name": "DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnit", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#canonical Dashboard#canonical}", "stability": "stable", "summary": "canonical block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18268 }, "name": "canonical", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonical" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom Dashboard#custom}", "stability": "stable", "summary": "custom block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18274 }, "name": "custom", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustom" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnit" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonical": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonical", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18061 }, "name": "DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonical", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_name Dashboard#unit_name}", "stability": "stable", "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18073 }, "name": "unitName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#per_unit_name Dashboard#per_unit_name}", "stability": "stable", "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18067 }, "name": "perUnitName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonical" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18119 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18112 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18158 }, "name": "resetPerUnitName" } ], "name": "DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18162 }, "name": "perUnitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18175 }, "name": "unitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18152 }, "name": "perUnitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18168 }, "name": "unitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18123 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonical" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustom": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustom", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18179 }, "name": "DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustom", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "Unit label." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18185 }, "name": "label", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustom" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18224 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18217 }, "name": "DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18258 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18251 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18228 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustom" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18320 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18313 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18356 }, "name": "putCanonical", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonical" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18372 }, "name": "putCustom", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustom" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18359 }, "name": "resetCanonical" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18375 }, "name": "resetCustom" } ], "name": "DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18353 }, "name": "canonical", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18369 }, "name": "custom", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18363 }, "name": "canonicalInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonical" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18379 }, "name": "customInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustom" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18324 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnit" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScale": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScale", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18383 }, "name": "DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScale", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_name Dashboard#unit_name}." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18387 }, "name": "unitName", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScale" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18426 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18419 }, "name": "DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18460 }, "name": "unitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18453 }, "name": "unitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18430 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScale" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18829 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18819 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18949 }, "name": "putConditionalFormats", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18965 }, "name": "putLimit", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaLimit" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18981 }, "name": "putNumberFormat", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormat" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18997 }, "name": "putStyle", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaStyle" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18907 }, "name": "resetAlias" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18923 }, "name": "resetCellDisplayMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18952 }, "name": "resetConditionalFormats" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18968 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18984 }, "name": "resetNumberFormat" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19000 }, "name": "resetStyle" } ], "name": "DashboardWidgetGeomapDefinitionRequestFormulaOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18946 }, "name": "conditionalFormats", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaConditionalFormatsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18962 }, "name": "limit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaLimitOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18978 }, "name": "numberFormat", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18994 }, "name": "style", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaStyleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18911 }, "name": "aliasInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18927 }, "name": "cellDisplayModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18956 }, "name": "conditionalFormatsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18940 }, "name": "formulaExpressionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18972 }, "name": "limitInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaLimit" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18988 }, "name": "numberFormatInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormat" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19004 }, "name": "styleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaStyle" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18901 }, "name": "alias", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18917 }, "name": "cellDisplayMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18933 }, "name": "formulaExpression", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18833 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormula" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestFormulaOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaStyle": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaStyle", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18582 }, "name": "DashboardWidgetGeomapDefinitionRequestFormulaStyle", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "The color palette used to display the formula." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18588 }, "name": "palette", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette_index Dashboard#palette_index}", "stability": "stable", "summary": "Index specifying which color to use within the palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18594 }, "name": "paletteIndex", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestFormulaStyle" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaStyleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaStyleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18640 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18633 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18679 }, "name": "resetPalette" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18695 }, "name": "resetPaletteIndex" } ], "name": "DashboardWidgetGeomapDefinitionRequestFormulaStyleOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18699 }, "name": "paletteIndexInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18683 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18673 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18689 }, "name": "paletteIndex", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 18644 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaStyle" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestFormulaStyleOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24316 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24308 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24323 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestOutputReference" } } } ], "name": "DashboardWidgetGeomapDefinitionRequestList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24316 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24316 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24316 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24309 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequest" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19704 }, "name": "DashboardWidgetGeomapDefinitionRequestLogQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19710 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19722 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19728 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19734 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19716 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestLogQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19028 }, "name": "DashboardWidgetGeomapDefinitionRequestLogQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19034 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19040 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19046 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestLogQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19099 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19092 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19157 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19173 }, "name": "resetInterval" } ], "name": "DashboardWidgetGeomapDefinitionRequestLogQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19145 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19161 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19177 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19138 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19151 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19167 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19103 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestLogQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19331 }, "name": "DashboardWidgetGeomapDefinitionRequestLogQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19337 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19343 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19349 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestLogQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19508 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19500 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19515 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGeomapDefinitionRequestLogQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19508 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19508 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19508 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19501 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestLogQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19405 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19395 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19488 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19459 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19475 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19491 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGeomapDefinitionRequestLogQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19485 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19463 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19479 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19495 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19453 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19469 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19409 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestLogQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19181 }, "name": "DashboardWidgetGeomapDefinitionRequestLogQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19187 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19199 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19193 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestLogQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19252 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19245 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19310 }, "name": "resetFacet" } ], "name": "DashboardWidgetGeomapDefinitionRequestLogQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19298 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19314 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19327 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19291 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19304 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19320 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19256 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestLogQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19519 }, "name": "DashboardWidgetGeomapDefinitionRequestLogQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19525 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19531 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19537 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestLogQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19693 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19685 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19700 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGeomapDefinitionRequestLogQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19693 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19693 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19693 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19686 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestLogQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.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": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19583 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19660 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19676 }, "name": "resetInterval" } ], "name": "DashboardWidgetGeomapDefinitionRequestLogQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19648 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19664 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19680 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19641 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19654 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19670 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19597 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestLogQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19801 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19794 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19884 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19900 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19916 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19887 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19903 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19919 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19871 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGeomapDefinitionRequestLogQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19881 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19897 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19913 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19891 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19907 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19859 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19923 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19875 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19852 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19865 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19805 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQuery" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestLogQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24169 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24159 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24248 }, "name": "putFormula", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormula" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24264 }, "name": "putLogQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24280 }, "name": "putQuery", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQuery" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24296 }, "name": "putRumQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24251 }, "name": "resetFormula" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24267 }, "name": "resetLogQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24235 }, "name": "resetQ" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24283 }, "name": "resetQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24299 }, "name": "resetRumQuery" } ], "name": "DashboardWidgetGeomapDefinitionRequestOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24245 }, "name": "formula", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24261 }, "name": "logQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24277 }, "name": "query", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24293 }, "name": "rumQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24255 }, "name": "formulaInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormula" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24271 }, "name": "logQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24239 }, "name": "qInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24287 }, "name": "queryInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQuery" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24303 }, "name": "rumQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24229 }, "name": "q", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24173 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequest" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22842 }, "name": "DashboardWidgetGeomapDefinitionRequestQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_dependency_stats_query Dashboard#apm_dependency_stats_query}", "stability": "stable", "summary": "apm_dependency_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22848 }, "name": "apmDependencyStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryApmDependencyStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_resource_stats_query Dashboard#apm_resource_stats_query}", "stability": "stable", "summary": "apm_resource_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22854 }, "name": "apmResourceStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryApmResourceStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cloud_cost_query Dashboard#cloud_cost_query}", "stability": "stable", "summary": "cloud_cost_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22860 }, "name": "cloudCostQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryCloudCostQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#event_query Dashboard#event_query}", "stability": "stable", "summary": "event_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22866 }, "name": "eventQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric_query Dashboard#metric_query}", "stability": "stable", "summary": "metric_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22872 }, "name": "metricQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryMetricQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#process_query Dashboard#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22878 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_query Dashboard#slo_query}", "stability": "stable", "summary": "slo_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22884 }, "name": "sloQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQuerySloQuery" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryApmDependencyStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryApmDependencyStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19927 }, "name": "DashboardWidgetGeomapDefinitionRequestQueryApmDependencyStatsQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19939 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#env Dashboard#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19945 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19957 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#operation_name Dashboard#operation_name}", "stability": "stable", "summary": "Name of operation on service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19963 }, "name": "operationName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#resource_name Dashboard#resource_name}", "stability": "stable", "summary": "APM resource." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19981 }, "name": "resourceName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#service Dashboard#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19987 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#stat Dashboard#stat}", "stability": "stable", "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19993 }, "name": "stat", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19933 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_upstream Dashboard#is_upstream}", "stability": "stable", "summary": "Determines whether stats for upstream or downstream dependencies should be queried." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19951 }, "name": "isUpstream", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}", "stability": "stable", "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19969 }, "name": "primaryTagName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}", "stability": "stable", "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 19975 }, "name": "primaryTagValue", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestQueryApmDependencyStatsQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryApmDependencyStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryApmDependencyStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 20102 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 20095 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 20195 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 20237 }, "name": "resetIsUpstream" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 20279 }, "name": "resetPrimaryTagName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 20295 }, "name": "resetPrimaryTagValue" } ], "name": "DashboardWidgetGeomapDefinitionRequestQueryApmDependencyStatsQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 20199 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 20212 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 20225 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 20241 }, "name": "isUpstreamInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 20254 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 20267 }, "name": "operationNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 20283 }, "name": "primaryTagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 20299 }, "name": "primaryTagValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 20312 }, "name": "resourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 20325 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 20338 }, "name": "statInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 20189 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 20205 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 20218 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 20231 }, "name": "isUpstream", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 20247 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 20260 }, "name": "operationName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 20273 }, "name": "primaryTagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 20289 }, "name": "primaryTagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 20305 }, "name": "resourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 20318 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 20331 }, "name": "stat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 20106 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryApmDependencyStatsQuery" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestQueryApmDependencyStatsQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryApmResourceStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryApmResourceStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 20342 }, "name": "DashboardWidgetGeomapDefinitionRequestQueryApmResourceStatsQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 20354 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#env Dashboard#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 20360 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 20372 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#service Dashboard#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 20402 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#stat Dashboard#stat}", "stability": "stable", "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 20408 }, "name": "stat", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 20348 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "Array of fields to group results by." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 20366 }, "name": "groupBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#operation_name Dashboard#operation_name}", "stability": "stable", "summary": "Name of operation on service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 20378 }, "name": "operationName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}", "stability": "stable", "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 20384 }, "name": "primaryTagName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}", "stability": "stable", "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 20390 }, "name": "primaryTagValue", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#resource_name Dashboard#resource_name}", "stability": "stable", "summary": "APM resource." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 20396 }, "name": "resourceName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestQueryApmResourceStatsQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryApmResourceStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryApmResourceStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 20517 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 20510 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 20610 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 20652 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 20681 }, "name": "resetOperationName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 20697 }, "name": "resetPrimaryTagName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 20713 }, "name": "resetPrimaryTagValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 20729 }, "name": "resetResourceName" } ], "name": "DashboardWidgetGeomapDefinitionRequestQueryApmResourceStatsQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 20614 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 20627 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 20640 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 20656 }, "name": "groupByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 20669 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 20685 }, "name": "operationNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 20701 }, "name": "primaryTagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 20717 }, "name": "primaryTagValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 20733 }, "name": "resourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 20746 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 20759 }, "name": "statInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 20604 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 20620 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 20633 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 20646 }, "name": "groupBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 20662 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 20675 }, "name": "operationName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 20691 }, "name": "primaryTagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 20707 }, "name": "primaryTagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 20723 }, "name": "resourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 20739 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 20752 }, "name": "stat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 20521 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryApmResourceStatsQuery" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestQueryApmResourceStatsQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryCloudCostQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryCloudCostQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 20763 }, "name": "DashboardWidgetGeomapDefinitionRequestQueryCloudCostQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 20781 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 20787 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The cloud cost query definition." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 20793 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 20769 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 20775 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestQueryCloudCostQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryCloudCostQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryCloudCostQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 20860 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 20853 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 20917 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 20933 }, "name": "resetCrossOrgUuids" } ], "name": "DashboardWidgetGeomapDefinitionRequestQueryCloudCostQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 20921 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 20937 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 20950 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 20963 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 20976 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 20911 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 20927 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 20943 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 20956 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 20969 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 20864 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryCloudCostQuery" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestQueryCloudCostQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21586 }, "name": "DashboardWidgetGeomapDefinitionRequestQueryEventQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute Dashboard#compute}", "stability": "stable", "summary": "compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21622 }, "name": "compute", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for event platform-based queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21598 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21610 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21592 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21628 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#indexes Dashboard#indexes}", "stability": "stable", "summary": "An array of index names to query in the stream." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21604 }, "name": "indexes", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search Dashboard#search}", "stability": "stable", "summary": "search block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21634 }, "name": "search", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQuerySearch" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#storage Dashboard#storage}", "stability": "stable", "summary": "Storage location (private beta)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21616 }, "name": "storage", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestQueryEventQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQueryCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQueryCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 20980 }, "name": "DashboardWidgetGeomapDefinitionRequestQueryEventQueryCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation methods for event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 20986 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "A time interval in milliseconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 20992 }, "name": "interval", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The measurable attribute to compute." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 20998 }, "name": "metric", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestQueryEventQueryCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQueryComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQueryComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21154 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21146 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21161 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQueryComputeOutputReference" } } } ], "name": "DashboardWidgetGeomapDefinitionRequestQueryEventQueryComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21154 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21154 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21154 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21147 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestQueryEventQueryComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQueryComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQueryComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21054 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21044 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21121 }, "name": "resetInterval" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21137 }, "name": "resetMetric" } ], "name": "DashboardWidgetGeomapDefinitionRequestQueryEventQueryComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21109 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21125 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21141 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21102 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21115 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21131 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21058 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQueryCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestQueryEventQueryComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21318 }, "name": "DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The event facet." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21324 }, "name": "facet", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The number of groups to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21330 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort Dashboard#sort}", "stability": "stable", "summary": "sort block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21336 }, "name": "sort", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupBySort" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21492 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21484 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21499 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21492 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21492 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21492 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21485 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21392 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21382 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21472 }, "name": "putSort", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupBySort" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21459 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21475 }, "name": "resetSort" } ], "name": "DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21469 }, "name": "sort", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupBySortOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21447 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21463 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21479 }, "name": "sortInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupBySort" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21440 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21453 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21396 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupBySort": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupBySort", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21165 }, "name": "DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupBySort", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation methods for the event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21171 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The metric used for sorting group by results." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21177 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Direction of sort. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21183 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupBySort" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupBySortOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupBySortOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21236 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21229 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21294 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21310 }, "name": "resetOrder" } ], "name": "DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupBySortOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21282 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21298 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21314 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21275 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21288 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21304 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21240 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupBySort" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupBySortOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21722 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21715 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21868 }, "name": "putCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21881 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21897 }, "name": "putSearch", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQuerySearch" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21797 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21884 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21826 }, "name": "resetIndexes" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21900 }, "name": "resetSearch" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21855 }, "name": "resetStorage" } ], "name": "DashboardWidgetGeomapDefinitionRequestQueryEventQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21865 }, "name": "compute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQueryComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21878 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21894 }, "name": "search", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQuerySearchOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21872 }, "name": "computeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21801 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21814 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21888 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21830 }, "name": "indexesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21843 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21904 }, "name": "searchInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQuerySearch" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21859 }, "name": "storageInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21791 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21807 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21820 }, "name": "indexes", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21836 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21849 }, "name": "storage", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21726 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQuery" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestQueryEventQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQuerySearch": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQuerySearch", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21503 }, "name": "DashboardWidgetGeomapDefinitionRequestQueryEventQuerySearch", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The events search string." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21509 }, "name": "query", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestQueryEventQuerySearch" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQuerySearchOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQuerySearchOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21548 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21541 }, "name": "DashboardWidgetGeomapDefinitionRequestQueryEventQuerySearchOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21582 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21575 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21552 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQuerySearch" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestQueryEventQuerySearchOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23159 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23151 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23166 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryOutputReference" } } } ], "name": "DashboardWidgetGeomapDefinitionRequestQueryList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23159 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23159 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23159 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23152 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQuery" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestQueryList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryMetricQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryMetricQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21908 }, "name": "DashboardWidgetGeomapDefinitionRequestQueryMetricQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21932 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The metrics query definition." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21938 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21914 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21920 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for metrics queries. Defaults to `\"metrics\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21926 }, "name": "dataSource", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestQueryMetricQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryMetricQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryMetricQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22005 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 21998 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22062 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22078 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22094 }, "name": "resetDataSource" } ], "name": "DashboardWidgetGeomapDefinitionRequestQueryMetricQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22066 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22082 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22098 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22111 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22124 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22056 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22072 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22088 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22104 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22117 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22009 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryMetricQuery" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestQueryMetricQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22968 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22958 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23043 }, "name": "putApmDependencyStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryApmDependencyStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23059 }, "name": "putApmResourceStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryApmResourceStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23075 }, "name": "putCloudCostQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryCloudCostQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23091 }, "name": "putEventQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23107 }, "name": "putMetricQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryMetricQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23123 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23139 }, "name": "putSloQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQuerySloQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23046 }, "name": "resetApmDependencyStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23062 }, "name": "resetApmResourceStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23078 }, "name": "resetCloudCostQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23094 }, "name": "resetEventQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23110 }, "name": "resetMetricQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23126 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23142 }, "name": "resetSloQuery" } ], "name": "DashboardWidgetGeomapDefinitionRequestQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23040 }, "name": "apmDependencyStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryApmDependencyStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23056 }, "name": "apmResourceStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryApmResourceStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23072 }, "name": "cloudCostQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryCloudCostQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23088 }, "name": "eventQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23104 }, "name": "metricQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryMetricQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23120 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23136 }, "name": "sloQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQuerySloQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23050 }, "name": "apmDependencyStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryApmDependencyStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23066 }, "name": "apmResourceStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryApmResourceStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23082 }, "name": "cloudCostQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryCloudCostQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23098 }, "name": "eventQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23114 }, "name": "metricQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryMetricQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23130 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23146 }, "name": "sloQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQuerySloQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22972 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQuery" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22128 }, "name": "DashboardWidgetGeomapDefinitionRequestQueryProcessQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for process queries. Valid values are `process`, `container`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22146 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The process metric name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22164 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22170 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22134 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22140 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_normalized_cpu Dashboard#is_normalized_cpu}", "stability": "stable", "summary": "Whether to normalize the CPU percentages." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22152 }, "name": "isNormalizedCpu", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The number of hits to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22158 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort Dashboard#sort}", "stability": "stable", "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22176 }, "name": "sort", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#tag_filters Dashboard#tag_filters}", "stability": "stable", "summary": "An array of tags to filter by." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22182 }, "name": "tagFilters", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#text_filter Dashboard#text_filter}", "stability": "stable", "summary": "The text to use as a filter." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22188 }, "name": "textFilter", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestQueryProcessQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22290 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22283 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22377 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22393 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22422 }, "name": "resetIsNormalizedCpu" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22438 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22480 }, "name": "resetSort" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22496 }, "name": "resetTagFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22512 }, "name": "resetTextFilter" } ], "name": "DashboardWidgetGeomapDefinitionRequestQueryProcessQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22381 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22397 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22410 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22426 }, "name": "isNormalizedCpuInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22442 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22455 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22468 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22484 }, "name": "sortInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22500 }, "name": "tagFiltersInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22516 }, "name": "textFilterInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22371 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22387 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22403 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22416 }, "name": "isNormalizedCpu", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22432 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22448 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22461 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22474 }, "name": "sort", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22490 }, "name": "tagFilters", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22506 }, "name": "textFilter", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22294 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryProcessQuery" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestQueryProcessQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQuerySloQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQuerySloQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22520 }, "name": "DashboardWidgetGeomapDefinitionRequestQuerySloQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for SLO queries. Valid values are `slo`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22538 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#measure Dashboard#measure}", "stability": "stable", "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22550 }, "name": "measure", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_id Dashboard#slo_id}", "stability": "stable", "summary": "ID of an SLO to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22562 }, "name": "sloId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#additional_query_filters Dashboard#additional_query_filters}", "stability": "stable", "summary": "Additional filters applied to the SLO query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22526 }, "name": "additionalQueryFilters", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22532 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_mode Dashboard#group_mode}", "stability": "stable", "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22544 }, "name": "groupMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22556 }, "name": "name", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_query_type Dashboard#slo_query_type}", "stability": "stable", "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22568 }, "name": "sloQueryType", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestQuerySloQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQuerySloQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQuerySloQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22656 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22649 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22731 }, "name": "resetAdditionalQueryFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22747 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22776 }, "name": "resetGroupMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22805 }, "name": "resetName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22834 }, "name": "resetSloQueryType" } ], "name": "DashboardWidgetGeomapDefinitionRequestQuerySloQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22735 }, "name": "additionalQueryFiltersInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22751 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22764 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22780 }, "name": "groupModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22793 }, "name": "measureInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22809 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22822 }, "name": "sloIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22838 }, "name": "sloQueryTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22725 }, "name": "additionalQueryFilters", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22741 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22757 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22770 }, "name": "groupMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22786 }, "name": "measure", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22799 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22815 }, "name": "sloId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22828 }, "name": "sloQueryType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 22660 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQuerySloQuery" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestQuerySloQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23846 }, "name": "DashboardWidgetGeomapDefinitionRequestRumQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23852 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23864 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23870 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23876 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23858 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestRumQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23170 }, "name": "DashboardWidgetGeomapDefinitionRequestRumQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23176 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23182 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23188 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestRumQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23241 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23234 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23299 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23315 }, "name": "resetInterval" } ], "name": "DashboardWidgetGeomapDefinitionRequestRumQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23287 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23303 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23319 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23280 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23293 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23309 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23245 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestRumQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23473 }, "name": "DashboardWidgetGeomapDefinitionRequestRumQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23479 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23485 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23491 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestRumQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23650 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23642 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23657 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGeomapDefinitionRequestRumQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23650 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23650 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23650 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23643 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestRumQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23547 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23537 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23630 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23601 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23617 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23633 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGeomapDefinitionRequestRumQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23627 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23605 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23621 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23637 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23595 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23611 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23551 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestRumQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23323 }, "name": "DashboardWidgetGeomapDefinitionRequestRumQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23329 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23341 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23335 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestRumQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23394 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23387 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23452 }, "name": "resetFacet" } ], "name": "DashboardWidgetGeomapDefinitionRequestRumQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23440 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23456 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23469 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23433 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23446 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23462 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23398 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestRumQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23661 }, "name": "DashboardWidgetGeomapDefinitionRequestRumQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23667 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23673 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23679 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestRumQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23835 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23827 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23842 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGeomapDefinitionRequestRumQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23835 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23835 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23835 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23828 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestRumQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23735 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23725 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23802 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23818 }, "name": "resetInterval" } ], "name": "DashboardWidgetGeomapDefinitionRequestRumQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23790 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23806 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23822 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23783 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23796 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23812 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23739 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestRumQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23943 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23936 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24026 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24042 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24058 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24029 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24045 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24061 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24013 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGeomapDefinitionRequestRumQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24023 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24039 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24055 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24033 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24049 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24001 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24065 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24017 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23994 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24007 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 23947 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQuery" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestRumQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionStyle": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionStyle", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24327 }, "name": "DashboardWidgetGeomapDefinitionStyle", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "The color palette to apply to the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24333 }, "name": "palette", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette_flip Dashboard#palette_flip}", "stability": "stable", "summary": "A Boolean indicating whether to flip the palette tones." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24339 }, "name": "paletteFlip", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionStyle" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionStyleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionStyleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24385 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24378 }, "name": "DashboardWidgetGeomapDefinitionStyleOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24438 }, "name": "paletteFlipInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24425 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24418 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24431 }, "name": "paletteFlip", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24389 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionStyle" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionStyleOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionView": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionView", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24442 }, "name": "DashboardWidgetGeomapDefinitionView", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#focus Dashboard#focus}", "stability": "stable", "summary": "The two-letter ISO code of a country to focus the map on (or `WORLD`)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24448 }, "name": "focus", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionView" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionViewOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionViewOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24487 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24480 }, "name": "DashboardWidgetGeomapDefinitionViewOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24521 }, "name": "focusInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24514 }, "name": "focus", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24491 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionView" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionViewOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinition", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25096 }, "name": "DashboardWidgetGroupDefinition", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#layout_type Dashboard#layout_type}", "stability": "stable", "summary": "The layout type of the group. Valid values are `ordered`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25114 }, "name": "layoutType", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#background_color Dashboard#background_color}", "stability": "stable", "summary": "The background color of the group title, options: `vivid_blue`, `vivid_purple`, `vivid_pink`, `vivid_orange`, `vivid_yellow`, `vivid_green`, `blue`, `purple`, `pink`, `orange`, `yellow`, `green`, `gray` or `white`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25102 }, "name": "backgroundColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#banner_img Dashboard#banner_img}", "stability": "stable", "summary": "The image URL to display as a banner for the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25108 }, "name": "bannerImg", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#show_title Dashboard#show_title}", "stability": "stable", "summary": "Whether to show the title or not. Defaults to `true`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25120 }, "name": "showTitle", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title Dashboard#title}", "stability": "stable", "summary": "The title of the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25126 }, "name": "title", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#widget Dashboard#widget}", "stability": "stable", "summary": "widget block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25132 }, "name": "widget", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidget" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinition" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25206 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25199 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25343 }, "name": "putWidget", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidget" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25269 }, "name": "resetBackgroundColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25285 }, "name": "resetBannerImg" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25314 }, "name": "resetShowTitle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25330 }, "name": "resetTitle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25346 }, "name": "resetWidget" } ], "name": "DashboardWidgetGroupDefinitionOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25340 }, "name": "widget", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25273 }, "name": "backgroundColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25289 }, "name": "bannerImgInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25302 }, "name": "layoutTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25318 }, "name": "showTitleInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25334 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25350 }, "name": "widgetInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidget" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25263 }, "name": "backgroundColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25279 }, "name": "bannerImg", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25295 }, "name": "layoutType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25308 }, "name": "showTitle", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25324 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25210 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinition" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidget": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidget", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23853 }, "name": "DashboardWidgetGroupDefinitionWidget", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#alert_graph_definition Dashboard#alert_graph_definition}", "stability": "stable", "summary": "alert_graph_definition block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23859 }, "name": "alertGraphDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetAlertGraphDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#alert_value_definition Dashboard#alert_value_definition}", "stability": "stable", "summary": "alert_value_definition block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23865 }, "name": "alertValueDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetAlertValueDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#change_definition Dashboard#change_definition}", "stability": "stable", "summary": "change_definition block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23871 }, "name": "changeDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#check_status_definition Dashboard#check_status_definition}", "stability": "stable", "summary": "check_status_definition block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23877 }, "name": "checkStatusDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetCheckStatusDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#distribution_definition Dashboard#distribution_definition}", "stability": "stable", "summary": "distribution_definition block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23883 }, "name": "distributionDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#event_stream_definition Dashboard#event_stream_definition}", "stability": "stable", "summary": "event_stream_definition block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23889 }, "name": "eventStreamDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetEventStreamDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#event_timeline_definition Dashboard#event_timeline_definition}", "stability": "stable", "summary": "event_timeline_definition block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23895 }, "name": "eventTimelineDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetEventTimelineDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#free_text_definition Dashboard#free_text_definition}", "stability": "stable", "summary": "free_text_definition block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23901 }, "name": "freeTextDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetFreeTextDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#geomap_definition Dashboard#geomap_definition}", "stability": "stable", "summary": "geomap_definition block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23907 }, "name": "geomapDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#heatmap_definition Dashboard#heatmap_definition}", "stability": "stable", "summary": "heatmap_definition block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23913 }, "name": "heatmapDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#hostmap_definition Dashboard#hostmap_definition}", "stability": "stable", "summary": "hostmap_definition block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23919 }, "name": "hostmapDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#iframe_definition Dashboard#iframe_definition}", "stability": "stable", "summary": "iframe_definition block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23925 }, "name": "iframeDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetIframeDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#image_definition Dashboard#image_definition}", "stability": "stable", "summary": "image_definition block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23931 }, "name": "imageDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetImageDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#list_stream_definition Dashboard#list_stream_definition}", "stability": "stable", "summary": "list_stream_definition block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23937 }, "name": "listStreamDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#log_stream_definition Dashboard#log_stream_definition}", "stability": "stable", "summary": "log_stream_definition block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23943 }, "name": "logStreamDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetLogStreamDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#manage_status_definition Dashboard#manage_status_definition}", "stability": "stable", "summary": "manage_status_definition block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23949 }, "name": "manageStatusDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetManageStatusDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#note_definition Dashboard#note_definition}", "stability": "stable", "summary": "note_definition block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23955 }, "name": "noteDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetNoteDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#powerpack_definition Dashboard#powerpack_definition}", "stability": "stable", "summary": "powerpack_definition block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23961 }, "name": "powerpackDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetPowerpackDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query_table_definition Dashboard#query_table_definition}", "stability": "stable", "summary": "query_table_definition block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23967 }, "name": "queryTableDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query_value_definition Dashboard#query_value_definition}", "stability": "stable", "summary": "query_value_definition block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23973 }, "name": "queryValueDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#run_workflow_definition Dashboard#run_workflow_definition}", "stability": "stable", "summary": "run_workflow_definition block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23979 }, "name": "runWorkflowDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#scatterplot_definition Dashboard#scatterplot_definition}", "stability": "stable", "summary": "scatterplot_definition block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23985 }, "name": "scatterplotDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#service_level_objective_definition Dashboard#service_level_objective_definition}", "stability": "stable", "summary": "service_level_objective_definition block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23991 }, "name": "serviceLevelObjectiveDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetServiceLevelObjectiveDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#servicemap_definition Dashboard#servicemap_definition}", "stability": "stable", "summary": "servicemap_definition block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23997 }, "name": "servicemapDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetServicemapDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_list_definition Dashboard#slo_list_definition}", "stability": "stable", "summary": "slo_list_definition block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24003 }, "name": "sloListDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSloListDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#split_graph_definition Dashboard#split_graph_definition}", "stability": "stable", "summary": "split_graph_definition block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24009 }, "name": "splitGraphDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sunburst_definition Dashboard#sunburst_definition}", "stability": "stable", "summary": "sunburst_definition block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24015 }, "name": "sunburstDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#timeseries_definition Dashboard#timeseries_definition}", "stability": "stable", "summary": "timeseries_definition block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24021 }, "name": "timeseriesDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#toplist_definition Dashboard#toplist_definition}", "stability": "stable", "summary": "toplist_definition block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24027 }, "name": "toplistDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#topology_map_definition Dashboard#topology_map_definition}", "stability": "stable", "summary": "topology_map_definition block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24033 }, "name": "topologyMapDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTopologyMapDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#trace_service_definition Dashboard#trace_service_definition}", "stability": "stable", "summary": "trace_service_definition block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24039 }, "name": "traceServiceDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTraceServiceDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#treemap_definition Dashboard#treemap_definition}", "stability": "stable", "summary": "treemap_definition block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24045 }, "name": "treemapDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#widget_layout Dashboard#widget_layout}", "stability": "stable", "summary": "widget_layout block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24051 }, "name": "widgetLayout", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetWidgetLayout" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidget" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetAlertGraphDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetAlertGraphDefinition", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24853 }, "name": "DashboardWidgetGroupDefinitionWidgetAlertGraphDefinition", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#alert_id Dashboard#alert_id}", "stability": "stable", "summary": "The ID of the monitor used by the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24859 }, "name": "alertId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#viz_type Dashboard#viz_type}", "stability": "stable", "summary": "Type of visualization to use when displaying the widget. Valid values are `timeseries`, `toplist`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24889 }, "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`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#live_span Dashboard#live_span}", "stability": "stable", "summary": "The timeframe to use when displaying the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24865 }, "name": "liveSpan", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title Dashboard#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24871 }, "name": "title", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_align Dashboard#title_align}", "stability": "stable", "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24877 }, "name": "titleAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_size Dashboard#title_size}", "stability": "stable", "summary": "The size of the widget's title (defaults to 16)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24883 }, "name": "titleSize", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGroupDefinitionWidgetAlertGraphDefinition" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetAlertGraphDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetAlertGraphDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24963 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24956 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 25039 }, "name": "resetLiveSpan" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 25055 }, "name": "resetTitle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 25071 }, "name": "resetTitleAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 25087 }, "name": "resetTitleSize" } ], "name": "DashboardWidgetGroupDefinitionWidgetAlertGraphDefinitionOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 25027 }, "name": "alertIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 25043 }, "name": "liveSpanInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 25075 }, "name": "titleAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 25059 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 25091 }, "name": "titleSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 25104 }, "name": "vizTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 25020 }, "name": "alertId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 25033 }, "name": "liveSpan", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 25049 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 25065 }, "name": "titleAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 25081 }, "name": "titleSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 25097 }, "name": "vizType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 24967 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetAlertGraphDefinition" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGroupDefinitionWidgetAlertGraphDefinitionOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetAlertValueDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetAlertValueDefinition", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 25108 }, "name": "DashboardWidgetGroupDefinitionWidgetAlertValueDefinition", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#alert_id Dashboard#alert_id}", "stability": "stable", "summary": "The ID of the monitor used by the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 25114 }, "name": "alertId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#precision Dashboard#precision}", "stability": "stable", "summary": "The precision to use when displaying the value. Use `*` for maximum precision." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 25120 }, "name": "precision", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#text_align Dashboard#text_align}", "stability": "stable", "summary": "The alignment of the text in the widget. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 25126 }, "name": "textAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title Dashboard#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 25132 }, "name": "title", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_align Dashboard#title_align}", "stability": "stable", "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 25138 }, "name": "titleAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_size Dashboard#title_size}", "stability": "stable", "summary": "The size of the widget's title (defaults to 16)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 25144 }, "name": "titleSize", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit Dashboard#unit}", "stability": "stable", "summary": "The unit for the value displayed in the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 25150 }, "name": "unit", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGroupDefinitionWidgetAlertValueDefinition" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetAlertValueDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetAlertValueDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 25231 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 25224 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 25313 }, "name": "resetPrecision" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 25329 }, "name": "resetTextAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 25345 }, "name": "resetTitle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 25361 }, "name": "resetTitleAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 25377 }, "name": "resetTitleSize" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 25393 }, "name": "resetUnit" } ], "name": "DashboardWidgetGroupDefinitionWidgetAlertValueDefinitionOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 25301 }, "name": "alertIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 25317 }, "name": "precisionInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 25333 }, "name": "textAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 25365 }, "name": "titleAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 25349 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 25381 }, "name": "titleSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 25397 }, "name": "unitInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 25294 }, "name": "alertId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 25307 }, "name": "precision", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 25323 }, "name": "textAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 25339 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 25355 }, "name": "titleAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 25371 }, "name": "titleSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 25387 }, "name": "unit", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs0.ts", "line": 25235 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetAlertValueDefinition" } } ], "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGroupDefinitionWidgetAlertValueDefinitionOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinition", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9307 }, "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinition", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_link Dashboard#custom_link}", "stability": "stable", "summary": "custom_link block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9337 }, "name": "customLink", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#live_span Dashboard#live_span}", "stability": "stable", "summary": "The timeframe to use when displaying the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9313 }, "name": "liveSpan", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#request Dashboard#request}", "stability": "stable", "summary": "request block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9343 }, "name": "request", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequest" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title Dashboard#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9319 }, "name": "title", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_align Dashboard#title_align}", "stability": "stable", "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9325 }, "name": "titleAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_size Dashboard#title_size}", "stability": "stable", "summary": "The size of the widget's title (defaults to 16)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9331 }, "name": "titleSize", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinition" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionCustomLink": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionCustomLink", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7 }, "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionCustomLink", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_hidden Dashboard#is_hidden}", "stability": "stable", "summary": "The flag for toggling context menu link visibility." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13 }, "name": "isHidden", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "The label for the custom link URL." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19 }, "name": "label", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#link Dashboard#link}", "stability": "stable", "summary": "The URL of the custom link." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 25 }, "name": "link", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#override_label Dashboard#override_label}", "stability": "stable", "summary": "The label ID that refers to a context menu link item." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 31 }, "name": "overrideLabel", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionCustomLink" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionCustomLinkList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionCustomLinkList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.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" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 211 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 226 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionCustomLinkOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionCustomLinkList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 219 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 219 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 219 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 212 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionCustomLink" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionCustomLinkList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionCustomLinkOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionCustomLinkOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.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": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 84 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 154 }, "name": "resetIsHidden" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 170 }, "name": "resetLabel" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 186 }, "name": "resetLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 202 }, "name": "resetOverrideLabel" } ], "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionCustomLinkOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 158 }, "name": "isHiddenInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 174 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 190 }, "name": "linkInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 206 }, "name": "overrideLabelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 148 }, "name": "isHidden", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 164 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 180 }, "name": "link", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 196 }, "name": "overrideLabel", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 98 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionCustomLink" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionCustomLinkOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9417 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9410 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9541 }, "name": "putCustomLink", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionCustomLink" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9557 }, "name": "putRequest", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequest" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9544 }, "name": "resetCustomLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9480 }, "name": "resetLiveSpan" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9560 }, "name": "resetRequest" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9496 }, "name": "resetTitle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9512 }, "name": "resetTitleAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9528 }, "name": "resetTitleSize" } ], "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9538 }, "name": "customLink", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionCustomLinkList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9554 }, "name": "request", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9548 }, "name": "customLinkInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9484 }, "name": "liveSpanInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9564 }, "name": "requestInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequest" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9516 }, "name": "titleAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9500 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9532 }, "name": "titleSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9474 }, "name": "liveSpan", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9490 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9506 }, "name": "titleAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9522 }, "name": "titleSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9421 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinition" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequest": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequest", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8734 }, "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequest", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_query Dashboard#apm_query}", "stability": "stable", "summary": "apm_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8782 }, "name": "apmQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#change_type Dashboard#change_type}", "stability": "stable", "summary": "Whether to show absolute or relative change. Valid values are `absolute`, `relative`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8740 }, "name": "changeType", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compare_to Dashboard#compare_to}", "stability": "stable", "summary": "Choose from when to compare current data to. Valid values are `hour_before`, `day_before`, `week_before`, `month_before`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8746 }, "name": "compareTo", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#formula Dashboard#formula}", "stability": "stable", "summary": "formula block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8788 }, "name": "formula", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormula" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#increase_good Dashboard#increase_good}", "stability": "stable", "summary": "A Boolean indicating whether an increase in the value is good (displayed in green) or not (displayed in red)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8752 }, "name": "increaseGood", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#log_query Dashboard#log_query}", "stability": "stable", "summary": "log_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8794 }, "name": "logQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order_by Dashboard#order_by}", "stability": "stable", "summary": "What to order by. Valid values are `change`, `name`, `present`, `past`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8758 }, "name": "orderBy", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order_dir Dashboard#order_dir}", "stability": "stable", "summary": "Widget sorting method. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8764 }, "name": "orderDir", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#process_query Dashboard#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8800 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#q Dashboard#q}", "stability": "stable", "summary": "The metric query to use for this widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8770 }, "name": "q", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8806 }, "name": "query", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQuery" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#rum_query Dashboard#rum_query}", "stability": "stable", "summary": "rum_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8812 }, "name": "rumQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#security_query Dashboard#security_query}", "stability": "stable", "summary": "security_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8818 }, "name": "securityQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#show_present Dashboard#show_present}", "stability": "stable", "summary": "If set to `true`, displays the current value." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8776 }, "name": "showPresent", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequest" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 906 }, "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 912 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 924 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 930 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 936 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 918 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 230 }, "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 236 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 242 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 248 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.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" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 294 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 359 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 375 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 347 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 363 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 379 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 340 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 353 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 369 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 305 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 533 }, "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 539 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 545 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 551 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 710 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 702 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 717 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 710 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 710 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 710 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 703 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 607 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 597 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 690 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 661 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 677 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 693 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 687 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 665 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 681 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 697 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 655 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 671 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 611 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 383 }, "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 389 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 401 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 395 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 454 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 447 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 512 }, "name": "resetFacet" } ], "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 500 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 516 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 529 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 493 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 506 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 522 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 458 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 721 }, "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 727 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 733 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 739 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 895 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 887 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 902 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 895 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 895 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 895 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 888 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 795 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 785 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 862 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 878 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 850 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 866 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 882 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 843 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 856 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 872 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 799 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1003 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 996 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1086 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1102 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1118 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1089 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1105 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1121 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1073 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1083 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1099 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1115 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1093 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1109 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1061 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1125 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1077 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1054 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1067 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1007 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQuery" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormula": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormula", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2281 }, "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormula", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#formula_expression Dashboard#formula_expression}", "stability": "stable", "summary": "A string expression built from queries, formulas, and functions." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2299 }, "name": "formulaExpression", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#alias Dashboard#alias}", "stability": "stable", "summary": "An expression alias." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2287 }, "name": "alias", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cell_display_mode Dashboard#cell_display_mode}", "stability": "stable", "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2293 }, "name": "cellDisplayMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#conditional_formats Dashboard#conditional_formats}", "stability": "stable", "summary": "conditional_formats block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2305 }, "name": "conditionalFormats", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "limit block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2311 }, "name": "limit", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaLimit" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#number_format Dashboard#number_format}", "stability": "stable", "summary": "number_format block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2317 }, "name": "numberFormat", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormat" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#style Dashboard#style}", "stability": "stable", "summary": "style block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2323 }, "name": "style", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaStyle" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormula" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaConditionalFormats": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaConditionalFormats", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1129 }, "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaConditionalFormats", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#comparator Dashboard#comparator}", "stability": "stable", "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1135 }, "name": "comparator", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "The color palette to apply." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1171 }, "name": "palette", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#value Dashboard#value}", "stability": "stable", "summary": "A value for the comparator." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1183 }, "name": "value", "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}", "stability": "stable", "summary": "The color palette to apply to the background, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1141 }, "name": "customBgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}", "stability": "stable", "summary": "The color palette to apply to the foreground, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1147 }, "name": "customFgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#hide_value Dashboard#hide_value}", "stability": "stable", "summary": "Setting this to True hides values." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1153 }, "name": "hideValue", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#image_url Dashboard#image_url}", "stability": "stable", "summary": "Displays an image as the background." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1159 }, "name": "imageUrl", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The metric from the request to correlate with this conditional format." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1165 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#timeframe Dashboard#timeframe}", "stability": "stable", "summary": "Defines the displayed timeframe." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1177 }, "name": "timeframe", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaConditionalFormats" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaConditionalFormatsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaConditionalFormatsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1507 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1499 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1514 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaConditionalFormatsOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaConditionalFormatsList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1507 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1507 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1507 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1500 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaConditionalFormatsList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaConditionalFormatsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaConditionalFormatsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1281 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1271 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1384 }, "name": "resetCustomBgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1400 }, "name": "resetCustomFgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1416 }, "name": "resetHideValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1432 }, "name": "resetImageUrl" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1448 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1477 }, "name": "resetTimeframe" } ], "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaConditionalFormatsOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1372 }, "name": "comparatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1388 }, "name": "customBgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1404 }, "name": "customFgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1420 }, "name": "hideValueInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1436 }, "name": "imageUrlInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1452 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1465 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1481 }, "name": "timeframeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1494 }, "name": "valueInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1365 }, "name": "comparator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1378 }, "name": "customBgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1394 }, "name": "customFgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1410 }, "name": "hideValue", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1426 }, "name": "imageUrl", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1442 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1458 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1471 }, "name": "timeframe", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1487 }, "name": "value", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1285 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaConditionalFormats" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaConditionalFormatsOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaLimit": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaLimit", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1518 }, "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaLimit", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#count Dashboard#count}", "stability": "stable", "summary": "The number of results to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1524 }, "name": "count", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1530 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaLimit" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaLimitOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaLimitOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1576 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1569 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1615 }, "name": "resetCount" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1631 }, "name": "resetOrder" } ], "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaLimitOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1619 }, "name": "countInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1635 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1609 }, "name": "count", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1625 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1580 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaLimit" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaLimitOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.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" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2587 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2602 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2595 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2595 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2595 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2588 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormula" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormat": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormat", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2042 }, "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormat", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit Dashboard#unit}", "stability": "stable", "summary": "unit block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2048 }, "name": "unit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnit" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_scale Dashboard#unit_scale}", "stability": "stable", "summary": "unit_scale block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2054 }, "name": "unitScale", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitScale" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormat" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2100 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2093 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2136 }, "name": "putUnit", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnit" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2149 }, "name": "putUnitScale", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitScale" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2152 }, "name": "resetUnitScale" } ], "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2133 }, "name": "unit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2146 }, "name": "unitScale", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitScaleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2140 }, "name": "unitInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnit" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2156 }, "name": "unitScaleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitScale" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2104 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormat" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnit": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnit", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1840 }, "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnit", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#canonical Dashboard#canonical}", "stability": "stable", "summary": "canonical block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1846 }, "name": "canonical", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonical" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom Dashboard#custom}", "stability": "stable", "summary": "custom block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1852 }, "name": "custom", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustom" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnit" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonical": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonical", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1639 }, "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonical", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_name Dashboard#unit_name}", "stability": "stable", "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1651 }, "name": "unitName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#per_unit_name Dashboard#per_unit_name}", "stability": "stable", "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1645 }, "name": "perUnitName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonical" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1697 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1690 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1736 }, "name": "resetPerUnitName" } ], "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1740 }, "name": "perUnitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1753 }, "name": "unitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1730 }, "name": "perUnitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1746 }, "name": "unitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1701 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonical" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustom": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustom", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1757 }, "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustom", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "Unit label." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1763 }, "name": "label", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustom" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustomOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1802 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1795 }, "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustomOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1836 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1829 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1806 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustom" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustomOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1898 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1891 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1934 }, "name": "putCanonical", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonical" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1950 }, "name": "putCustom", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustom" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1937 }, "name": "resetCanonical" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1953 }, "name": "resetCustom" } ], "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1931 }, "name": "canonical", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1947 }, "name": "custom", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustomOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1941 }, "name": "canonicalInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonical" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1957 }, "name": "customInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustom" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1902 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnit" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitScale": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitScale", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1961 }, "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitScale", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_name Dashboard#unit_name}." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1965 }, "name": "unitName", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitScale" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitScaleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2004 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 1997 }, "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitScaleOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2038 }, "name": "unitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2031 }, "name": "unitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2008 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitScale" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitScaleOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2407 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2397 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2527 }, "name": "putConditionalFormats", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2543 }, "name": "putLimit", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaLimit" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2559 }, "name": "putNumberFormat", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormat" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2575 }, "name": "putStyle", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaStyle" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2485 }, "name": "resetAlias" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2501 }, "name": "resetCellDisplayMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2530 }, "name": "resetConditionalFormats" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2546 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2562 }, "name": "resetNumberFormat" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2578 }, "name": "resetStyle" } ], "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2524 }, "name": "conditionalFormats", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaConditionalFormatsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2540 }, "name": "limit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaLimitOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2556 }, "name": "numberFormat", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2572 }, "name": "style", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaStyleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2489 }, "name": "aliasInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2505 }, "name": "cellDisplayModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2534 }, "name": "conditionalFormatsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2518 }, "name": "formulaExpressionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2550 }, "name": "limitInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaLimit" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2566 }, "name": "numberFormatInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormat" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2582 }, "name": "styleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaStyle" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2479 }, "name": "alias", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2495 }, "name": "cellDisplayMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2511 }, "name": "formulaExpression", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2411 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormula" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaStyle": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaStyle", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2160 }, "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaStyle", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "The color palette used to display the formula." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2166 }, "name": "palette", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette_index Dashboard#palette_index}", "stability": "stable", "summary": "Index specifying which color to use within the palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2172 }, "name": "paletteIndex", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaStyle" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaStyleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaStyleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2218 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2211 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2257 }, "name": "resetPalette" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2273 }, "name": "resetPaletteIndex" } ], "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaStyleOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2277 }, "name": "paletteIndexInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2261 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2251 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2267 }, "name": "paletteIndex", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2222 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaStyle" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaStyleOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9296 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9288 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9303 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9296 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9296 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9296 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9289 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequest" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3282 }, "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3288 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3300 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3306 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3312 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3294 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2606 }, "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2612 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2618 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2624 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2677 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2670 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2735 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2751 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2723 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2739 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2755 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2716 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2729 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2745 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2681 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2909 }, "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2915 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2921 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2927 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3086 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3078 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3093 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3086 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3086 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3086 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3079 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2983 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2973 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3066 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3037 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3053 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3069 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3063 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3041 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3057 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3073 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3031 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3047 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2987 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2759 }, "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2765 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2777 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2771 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.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/dashboard/index-structs/structs400.ts", "line": 2823 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2888 }, "name": "resetFacet" } ], "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2876 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2892 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2905 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2869 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2882 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2898 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 2834 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3097 }, "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3103 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3109 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3115 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3271 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3263 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3278 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3271 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3271 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3271 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3264 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.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" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3161 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3238 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3254 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3226 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3242 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3258 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3219 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3232 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3248 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3175 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3379 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3372 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3462 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3478 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3494 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3465 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3481 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3497 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3449 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3459 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3475 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3491 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3469 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3485 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3437 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3501 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3453 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3430 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3443 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3383 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQuery" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8951 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8941 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9180 }, "name": "putApmQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9196 }, "name": "putFormula", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormula" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9212 }, "name": "putLogQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9228 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9244 }, "name": "putQuery", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQuery" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9260 }, "name": "putRumQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9276 }, "name": "putSecurityQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9183 }, "name": "resetApmQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9071 }, "name": "resetChangeType" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9087 }, "name": "resetCompareTo" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9199 }, "name": "resetFormula" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9103 }, "name": "resetIncreaseGood" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9215 }, "name": "resetLogQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9119 }, "name": "resetOrderBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9135 }, "name": "resetOrderDir" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9231 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9151 }, "name": "resetQ" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9247 }, "name": "resetQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9263 }, "name": "resetRumQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9279 }, "name": "resetSecurityQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9167 }, "name": "resetShowPresent" } ], "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9177 }, "name": "apmQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9193 }, "name": "formula", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9209 }, "name": "logQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9225 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9241 }, "name": "query", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9257 }, "name": "rumQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9273 }, "name": "securityQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9187 }, "name": "apmQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9075 }, "name": "changeTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9091 }, "name": "compareToInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9203 }, "name": "formulaInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormula" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9107 }, "name": "increaseGoodInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9219 }, "name": "logQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9123 }, "name": "orderByInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9139 }, "name": "orderDirInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9235 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9155 }, "name": "qInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9251 }, "name": "queryInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQuery" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9267 }, "name": "rumQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9283 }, "name": "securityQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9171 }, "name": "showPresentInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9065 }, "name": "changeType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9081 }, "name": "compareTo", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9097 }, "name": "increaseGood", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9113 }, "name": "orderBy", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9129 }, "name": "orderDir", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9145 }, "name": "q", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9161 }, "name": "showPresent", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8955 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequest" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3505 }, "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestProcessQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "Your chosen metric." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3523 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#filter_by Dashboard#filter_by}", "stability": "stable", "summary": "A list of processes." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3511 }, "name": "filterBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The max number of items in the filter list." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3517 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_by Dashboard#search_by}", "stability": "stable", "summary": "Your chosen search term." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3529 }, "name": "searchBy", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestProcessQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3589 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3582 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3640 }, "name": "resetFilterBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3656 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3685 }, "name": "resetSearchBy" } ], "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestProcessQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3644 }, "name": "filterByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3660 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3673 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3689 }, "name": "searchByInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3634 }, "name": "filterBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3650 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3666 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3679 }, "name": "searchBy", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3593 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestProcessQuery" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestProcessQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6608 }, "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_dependency_stats_query Dashboard#apm_dependency_stats_query}", "stability": "stable", "summary": "apm_dependency_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6614 }, "name": "apmDependencyStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmDependencyStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_resource_stats_query Dashboard#apm_resource_stats_query}", "stability": "stable", "summary": "apm_resource_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6620 }, "name": "apmResourceStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmResourceStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cloud_cost_query Dashboard#cloud_cost_query}", "stability": "stable", "summary": "cloud_cost_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6626 }, "name": "cloudCostQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryCloudCostQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#event_query Dashboard#event_query}", "stability": "stable", "summary": "event_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6632 }, "name": "eventQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric_query Dashboard#metric_query}", "stability": "stable", "summary": "metric_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6638 }, "name": "metricQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryMetricQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#process_query Dashboard#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6644 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_query Dashboard#slo_query}", "stability": "stable", "summary": "slo_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6650 }, "name": "sloQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQuerySloQuery" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmDependencyStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmDependencyStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3693 }, "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmDependencyStatsQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3705 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#env Dashboard#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3711 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3723 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#operation_name Dashboard#operation_name}", "stability": "stable", "summary": "Name of operation on service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3729 }, "name": "operationName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#resource_name Dashboard#resource_name}", "stability": "stable", "summary": "APM resource." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3747 }, "name": "resourceName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#service Dashboard#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3753 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#stat Dashboard#stat}", "stability": "stable", "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3759 }, "name": "stat", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3699 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_upstream Dashboard#is_upstream}", "stability": "stable", "summary": "Determines whether stats for upstream or downstream dependencies should be queried." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3717 }, "name": "isUpstream", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}", "stability": "stable", "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3735 }, "name": "primaryTagName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}", "stability": "stable", "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3741 }, "name": "primaryTagValue", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmDependencyStatsQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmDependencyStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmDependencyStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3868 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3861 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3961 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4003 }, "name": "resetIsUpstream" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4045 }, "name": "resetPrimaryTagName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4061 }, "name": "resetPrimaryTagValue" } ], "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmDependencyStatsQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3965 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3978 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3991 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4007 }, "name": "isUpstreamInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4020 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4033 }, "name": "operationNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4049 }, "name": "primaryTagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4065 }, "name": "primaryTagValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4078 }, "name": "resourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4091 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4104 }, "name": "statInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3955 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3971 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3984 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3997 }, "name": "isUpstream", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4013 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4026 }, "name": "operationName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4039 }, "name": "primaryTagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4055 }, "name": "primaryTagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4071 }, "name": "resourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4084 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4097 }, "name": "stat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 3872 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmDependencyStatsQuery" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmDependencyStatsQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmResourceStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmResourceStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4108 }, "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmResourceStatsQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4120 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#env Dashboard#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4126 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4138 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#service Dashboard#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4168 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#stat Dashboard#stat}", "stability": "stable", "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4174 }, "name": "stat", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4114 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "Array of fields to group results by." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4132 }, "name": "groupBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#operation_name Dashboard#operation_name}", "stability": "stable", "summary": "Name of operation on service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4144 }, "name": "operationName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}", "stability": "stable", "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4150 }, "name": "primaryTagName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}", "stability": "stable", "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4156 }, "name": "primaryTagValue", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#resource_name Dashboard#resource_name}", "stability": "stable", "summary": "APM resource." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4162 }, "name": "resourceName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmResourceStatsQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmResourceStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmResourceStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4283 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4276 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4376 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4418 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4447 }, "name": "resetOperationName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4463 }, "name": "resetPrimaryTagName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4479 }, "name": "resetPrimaryTagValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4495 }, "name": "resetResourceName" } ], "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmResourceStatsQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4380 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4393 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4406 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4422 }, "name": "groupByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4435 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4451 }, "name": "operationNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4467 }, "name": "primaryTagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4483 }, "name": "primaryTagValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4499 }, "name": "resourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4512 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4525 }, "name": "statInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4370 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4386 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4399 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4412 }, "name": "groupBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4428 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4441 }, "name": "operationName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4457 }, "name": "primaryTagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4473 }, "name": "primaryTagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4489 }, "name": "resourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4505 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4518 }, "name": "stat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4287 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmResourceStatsQuery" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmResourceStatsQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryCloudCostQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryCloudCostQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4529 }, "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryCloudCostQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4547 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4553 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The cloud cost query definition." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4559 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4535 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4541 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryCloudCostQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryCloudCostQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryCloudCostQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4626 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4619 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4683 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4699 }, "name": "resetCrossOrgUuids" } ], "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryCloudCostQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4687 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4703 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4716 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4729 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4742 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4677 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4693 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4709 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4722 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4735 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4630 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryCloudCostQuery" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryCloudCostQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5352 }, "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute Dashboard#compute}", "stability": "stable", "summary": "compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5388 }, "name": "compute", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for event platform-based queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5364 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5376 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5358 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5394 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#indexes Dashboard#indexes}", "stability": "stable", "summary": "An array of index names to query in the stream." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5370 }, "name": "indexes", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search Dashboard#search}", "stability": "stable", "summary": "search block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5400 }, "name": "search", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuerySearch" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#storage Dashboard#storage}", "stability": "stable", "summary": "Storage location (private beta)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5382 }, "name": "storage", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4746 }, "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation methods for event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4752 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "A time interval in milliseconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4758 }, "name": "interval", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The measurable attribute to compute." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4764 }, "name": "metric", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4920 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4912 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4927 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4920 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4920 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4920 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4913 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4820 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4810 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4887 }, "name": "resetInterval" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4903 }, "name": "resetMetric" } ], "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4875 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4891 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4907 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4868 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4881 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4897 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4824 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5084 }, "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The event facet." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5090 }, "name": "facet", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The number of groups to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5096 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort Dashboard#sort}", "stability": "stable", "summary": "sort block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5102 }, "name": "sort", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBySort" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5258 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5250 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5265 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5258 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5258 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5258 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5251 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5158 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5148 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5238 }, "name": "putSort", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBySort" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5225 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5241 }, "name": "resetSort" } ], "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5235 }, "name": "sort", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBySortOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5213 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5229 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5245 }, "name": "sortInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBySort" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5206 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5219 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5162 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBySort": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBySort", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4931 }, "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBySort", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation methods for the event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4937 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The metric used for sorting group by results." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4943 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Direction of sort. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4949 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBySort" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBySortOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBySortOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5002 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 4995 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5060 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5076 }, "name": "resetOrder" } ], "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBySortOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5048 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5064 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5080 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5041 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5054 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5070 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5006 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBySort" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBySortOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5488 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5481 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5634 }, "name": "putCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5647 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5663 }, "name": "putSearch", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuerySearch" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5563 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5650 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5592 }, "name": "resetIndexes" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5666 }, "name": "resetSearch" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5621 }, "name": "resetStorage" } ], "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5631 }, "name": "compute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5644 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5660 }, "name": "search", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuerySearchOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5638 }, "name": "computeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5567 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5580 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5654 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5596 }, "name": "indexesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5609 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5670 }, "name": "searchInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuerySearch" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5625 }, "name": "storageInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5557 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5573 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5586 }, "name": "indexes", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5602 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5615 }, "name": "storage", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5492 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuery" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuerySearch": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuerySearch", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5269 }, "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuerySearch", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The events search string." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5275 }, "name": "query", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuerySearch" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuerySearchOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuerySearchOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5314 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5307 }, "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuerySearchOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5348 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5341 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5318 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuerySearch" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuerySearchOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6925 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6917 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6932 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6925 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6925 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6925 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6918 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQuery" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryMetricQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryMetricQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5674 }, "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryMetricQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5698 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The metrics query definition." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5704 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5680 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5686 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for metrics queries. Defaults to `\"metrics\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5692 }, "name": "dataSource", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryMetricQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryMetricQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryMetricQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5771 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5764 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5828 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5844 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5860 }, "name": "resetDataSource" } ], "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryMetricQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5832 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5848 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5864 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5877 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5890 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5822 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5838 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5854 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5870 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5883 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5775 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryMetricQuery" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryMetricQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6734 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6724 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6809 }, "name": "putApmDependencyStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmDependencyStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6825 }, "name": "putApmResourceStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmResourceStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6841 }, "name": "putCloudCostQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryCloudCostQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6857 }, "name": "putEventQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6873 }, "name": "putMetricQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryMetricQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6889 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6905 }, "name": "putSloQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQuerySloQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6812 }, "name": "resetApmDependencyStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6828 }, "name": "resetApmResourceStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6844 }, "name": "resetCloudCostQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6860 }, "name": "resetEventQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6876 }, "name": "resetMetricQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6892 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6908 }, "name": "resetSloQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6806 }, "name": "apmDependencyStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmDependencyStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6822 }, "name": "apmResourceStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmResourceStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6838 }, "name": "cloudCostQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryCloudCostQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6854 }, "name": "eventQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6870 }, "name": "metricQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryMetricQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6886 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6902 }, "name": "sloQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQuerySloQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6816 }, "name": "apmDependencyStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmDependencyStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6832 }, "name": "apmResourceStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmResourceStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6848 }, "name": "cloudCostQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryCloudCostQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6864 }, "name": "eventQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6880 }, "name": "metricQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryMetricQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6896 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6912 }, "name": "sloQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQuerySloQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6738 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQuery" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5894 }, "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryProcessQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for process queries. Valid values are `process`, `container`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5912 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The process metric name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5930 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5936 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5900 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5906 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_normalized_cpu Dashboard#is_normalized_cpu}", "stability": "stable", "summary": "Whether to normalize the CPU percentages." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5918 }, "name": "isNormalizedCpu", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The number of hits to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5924 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort Dashboard#sort}", "stability": "stable", "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5942 }, "name": "sort", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#tag_filters Dashboard#tag_filters}", "stability": "stable", "summary": "An array of tags to filter by." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5948 }, "name": "tagFilters", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#text_filter Dashboard#text_filter}", "stability": "stable", "summary": "The text to use as a filter." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 5954 }, "name": "textFilter", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryProcessQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6056 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6049 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6143 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6159 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6188 }, "name": "resetIsNormalizedCpu" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6204 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6246 }, "name": "resetSort" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6262 }, "name": "resetTagFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6278 }, "name": "resetTextFilter" } ], "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryProcessQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6147 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6163 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6176 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6192 }, "name": "isNormalizedCpuInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6208 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6221 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6234 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6250 }, "name": "sortInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6266 }, "name": "tagFiltersInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6282 }, "name": "textFilterInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6137 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6153 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6169 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6182 }, "name": "isNormalizedCpu", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6198 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6214 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6227 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6240 }, "name": "sort", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6256 }, "name": "tagFilters", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6272 }, "name": "textFilter", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6060 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryProcessQuery" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryProcessQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQuerySloQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQuerySloQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6286 }, "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQuerySloQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for SLO queries. Valid values are `slo`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6304 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#measure Dashboard#measure}", "stability": "stable", "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6316 }, "name": "measure", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_id Dashboard#slo_id}", "stability": "stable", "summary": "ID of an SLO to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6328 }, "name": "sloId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#additional_query_filters Dashboard#additional_query_filters}", "stability": "stable", "summary": "Additional filters applied to the SLO query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6292 }, "name": "additionalQueryFilters", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6298 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_mode Dashboard#group_mode}", "stability": "stable", "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6310 }, "name": "groupMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6322 }, "name": "name", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_query_type Dashboard#slo_query_type}", "stability": "stable", "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6334 }, "name": "sloQueryType", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQuerySloQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQuerySloQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQuerySloQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.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/index-structs/structs400.ts", "line": 6415 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6497 }, "name": "resetAdditionalQueryFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6513 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6542 }, "name": "resetGroupMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6571 }, "name": "resetName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6600 }, "name": "resetSloQueryType" } ], "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQuerySloQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6501 }, "name": "additionalQueryFiltersInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6517 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6530 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6546 }, "name": "groupModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6559 }, "name": "measureInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6575 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6588 }, "name": "sloIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6604 }, "name": "sloQueryTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6491 }, "name": "additionalQueryFilters", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6507 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6523 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6536 }, "name": "groupMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6552 }, "name": "measure", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6565 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6581 }, "name": "sloId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6594 }, "name": "sloQueryType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6426 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQuerySloQuery" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQuerySloQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7612 }, "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7618 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7630 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7636 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7642 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7624 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6936 }, "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6942 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6948 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 6954 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7007 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7000 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7065 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7081 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7053 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7069 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7085 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7046 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7059 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7075 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7011 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7239 }, "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7245 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7251 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7257 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7416 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7408 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7423 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7416 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7416 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7416 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7409 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7313 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7303 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7396 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7367 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7383 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7399 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7393 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7371 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7387 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7403 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7361 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7377 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7317 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7089 }, "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7095 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7107 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7101 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7160 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7153 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7218 }, "name": "resetFacet" } ], "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7206 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7222 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7235 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7199 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7212 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7228 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7164 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7427 }, "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7433 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7439 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7445 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7601 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7593 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7608 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7601 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7601 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7601 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7594 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7501 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7491 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7568 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7584 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7556 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7572 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7588 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7549 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7562 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7578 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7505 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7709 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7702 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7792 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7808 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7824 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7795 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7811 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7827 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7779 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7789 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7805 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7821 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7799 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7815 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7767 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7831 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7783 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7760 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7773 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7713 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQuery" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8511 }, "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8517 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8529 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8535 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8541 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8523 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7835 }, "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7841 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7847 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7853 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7906 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7899 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7964 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7980 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7952 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7968 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7984 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7945 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7958 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7974 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7910 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8138 }, "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8144 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8150 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8156 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8315 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8307 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8322 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8315 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8315 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8315 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8308 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8212 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8202 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8295 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8266 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8282 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8298 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8292 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8270 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8286 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8302 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8260 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8276 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8216 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7988 }, "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 7994 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8006 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8000 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8059 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8052 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8117 }, "name": "resetFacet" } ], "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8105 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8121 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8134 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8098 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8111 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8127 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8063 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8326 }, "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8332 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8338 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8344 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8500 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8492 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8507 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8500 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8500 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8500 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8493 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8400 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8390 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8467 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8483 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8455 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8471 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8487 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8448 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8461 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8477 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8404 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8608 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8601 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8691 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8707 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8723 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8694 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8710 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8726 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8678 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8688 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8704 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8720 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8698 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8714 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8666 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8730 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8682 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8659 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8672 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 8612 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQuery" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetCheckStatusDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetCheckStatusDefinition", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9568 }, "name": "DashboardWidgetGroupDefinitionWidgetCheckStatusDefinition", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#check Dashboard#check}", "stability": "stable", "summary": "The check to use in the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9574 }, "name": "check", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#grouping Dashboard#grouping}", "stability": "stable", "summary": "The kind of grouping to use. Valid values are `check`, `cluster`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9592 }, "name": "grouping", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group Dashboard#group}", "stability": "stable", "summary": "The check group to use in the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9580 }, "name": "group", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "When `grouping = \"cluster\"`, indicates a list of tags to use for grouping." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9586 }, "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`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#live_span Dashboard#live_span}", "stability": "stable", "summary": "The timeframe to use when displaying the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9598 }, "name": "liveSpan", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#tags Dashboard#tags}", "stability": "stable", "summary": "A list of tags to use in the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9604 }, "name": "tags", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title Dashboard#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9610 }, "name": "title", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_align Dashboard#title_align}", "stability": "stable", "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9616 }, "name": "titleAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_size Dashboard#title_size}", "stability": "stable", "summary": "The size of the widget's title (defaults to 16)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9622 }, "name": "titleSize", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetCheckStatusDefinition" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetCheckStatusDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetCheckStatusDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9717 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9710 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9811 }, "name": "resetGroup" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9827 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9856 }, "name": "resetLiveSpan" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9872 }, "name": "resetTags" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9888 }, "name": "resetTitle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9904 }, "name": "resetTitleAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9920 }, "name": "resetTitleSize" } ], "name": "DashboardWidgetGroupDefinitionWidgetCheckStatusDefinitionOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9799 }, "name": "checkInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9831 }, "name": "groupByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9844 }, "name": "groupingInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9815 }, "name": "groupInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9860 }, "name": "liveSpanInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9876 }, "name": "tagsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9908 }, "name": "titleAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9892 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9924 }, "name": "titleSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9792 }, "name": "check", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9805 }, "name": "group", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9821 }, "name": "groupBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9837 }, "name": "grouping", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9850 }, "name": "liveSpan", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9866 }, "name": "tags", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9882 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9898 }, "name": "titleAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9914 }, "name": "titleSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9721 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetCheckStatusDefinition" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetCheckStatusDefinitionOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinition", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15079 }, "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinition", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#legend_size Dashboard#legend_size}", "stability": "stable", "summary": "The size of the legend displayed in the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15085 }, "name": "legendSize", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#live_span Dashboard#live_span}", "stability": "stable", "summary": "The timeframe to use when displaying the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15091 }, "name": "liveSpan", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#request Dashboard#request}", "stability": "stable", "summary": "request block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15121 }, "name": "request", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequest" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#show_legend Dashboard#show_legend}", "stability": "stable", "summary": "Whether or not to show the legend on this widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15097 }, "name": "showLegend", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title Dashboard#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15103 }, "name": "title", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_align Dashboard#title_align}", "stability": "stable", "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15109 }, "name": "titleAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_size Dashboard#title_size}", "stability": "stable", "summary": "The size of the widget's title (defaults to 16)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15115 }, "name": "titleSize", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#xaxis Dashboard#xaxis}", "stability": "stable", "summary": "xaxis block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15127 }, "name": "xaxis", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionXaxis" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#yaxis Dashboard#yaxis}", "stability": "stable", "summary": "yaxis block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15133 }, "name": "yaxis", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionYaxis" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinition" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15228 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15221 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15402 }, "name": "putRequest", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequest" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15418 }, "name": "putXaxis", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionXaxis" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15434 }, "name": "putYaxis", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionYaxis" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15309 }, "name": "resetLegendSize" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15325 }, "name": "resetLiveSpan" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15405 }, "name": "resetRequest" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15341 }, "name": "resetShowLegend" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15357 }, "name": "resetTitle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15373 }, "name": "resetTitleAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15389 }, "name": "resetTitleSize" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15421 }, "name": "resetXaxis" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15437 }, "name": "resetYaxis" } ], "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15399 }, "name": "request", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15415 }, "name": "xaxis", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionXaxisOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15431 }, "name": "yaxis", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionYaxisOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15313 }, "name": "legendSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15329 }, "name": "liveSpanInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15409 }, "name": "requestInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequest" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15345 }, "name": "showLegendInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15377 }, "name": "titleAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15361 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15393 }, "name": "titleSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15425 }, "name": "xaxisInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionXaxis" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15441 }, "name": "yaxisInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionYaxis" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15303 }, "name": "legendSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15319 }, "name": "liveSpan", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15335 }, "name": "showLegend", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15351 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15367 }, "name": "titleAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15383 }, "name": "titleSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15232 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinition" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequest": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequest", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14299 }, "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequest", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_query Dashboard#apm_query}", "stability": "stable", "summary": "apm_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14311 }, "name": "apmQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_stats_query Dashboard#apm_stats_query}", "stability": "stable", "summary": "apm_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14317 }, "name": "apmStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#log_query Dashboard#log_query}", "stability": "stable", "summary": "log_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14323 }, "name": "logQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#process_query Dashboard#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14329 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#q Dashboard#q}", "stability": "stable", "summary": "The metric query to use for this widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14305 }, "name": "q", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#rum_query Dashboard#rum_query}", "stability": "stable", "summary": "rum_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14335 }, "name": "rumQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#security_query Dashboard#security_query}", "stability": "stable", "summary": "security_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14341 }, "name": "securityQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#style Dashboard#style}", "stability": "stable", "summary": "style block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14347 }, "name": "style", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestStyle" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequest" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10604 }, "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10610 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10622 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10628 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10634 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10616 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9928 }, "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9934 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9940 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9946 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9999 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 9992 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10057 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10073 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10045 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10061 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10077 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10038 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10051 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10067 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10003 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10231 }, "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10237 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10243 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10249 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10408 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10400 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10415 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10408 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10408 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10408 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10401 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10305 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10295 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10388 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10359 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10375 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10391 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10385 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10363 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10379 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10395 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10353 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10369 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10309 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10081 }, "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10087 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10099 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10093 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10152 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10145 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10210 }, "name": "resetFacet" } ], "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10198 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10214 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10227 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10191 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10204 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10220 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10156 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10419 }, "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10425 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10431 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10437 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10593 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10585 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10600 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10593 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10593 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10593 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10586 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10493 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10483 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10560 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10576 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10548 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10564 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10580 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10541 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10554 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10570 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10497 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10701 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10694 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10784 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10800 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10816 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10787 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10803 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10819 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10771 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10781 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10797 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10813 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10791 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10807 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10759 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10823 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10775 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10752 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10765 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10705 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQuery" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11047 }, "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#env Dashboard#env}", "stability": "stable", "summary": "The environment name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11053 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The operation name associated with the service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11059 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag Dashboard#primary_tag}", "stability": "stable", "summary": "The organization's host group name and value." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11065 }, "name": "primaryTag", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#row_type Dashboard#row_type}", "stability": "stable", "summary": "The level of detail for the request. Valid values are `service`, `resource`, `span`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11077 }, "name": "rowType", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#service Dashboard#service}", "stability": "stable", "summary": "The service name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11083 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#columns Dashboard#columns}", "stability": "stable", "summary": "columns block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11089 }, "name": "columns", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryColumns" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#resource Dashboard#resource}", "stability": "stable", "summary": "The resource name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11071 }, "name": "resource", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryColumns": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryColumns", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10827 }, "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryColumns", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The column name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10845 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#alias Dashboard#alias}", "stability": "stable", "summary": "A user-assigned alias for the column." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10833 }, "name": "alias", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cell_display_mode Dashboard#cell_display_mode}", "stability": "stable", "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10839 }, "name": "cellDisplayMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10851 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryColumns" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryColumnsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryColumnsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11036 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11028 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11043 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryColumnsOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryColumnsList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11036 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11036 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11036 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11029 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryColumns" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryColumnsList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryColumnsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryColumnsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.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": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10904 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10974 }, "name": "resetAlias" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10990 }, "name": "resetCellDisplayMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11019 }, "name": "resetOrder" } ], "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryColumnsOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10978 }, "name": "aliasInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10994 }, "name": "cellDisplayModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11007 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11023 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10968 }, "name": "alias", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10984 }, "name": "cellDisplayMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11000 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11013 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 10918 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryColumns" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryColumnsOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11170 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11163 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11317 }, "name": "putColumns", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryColumns" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11320 }, "name": "resetColumns" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11278 }, "name": "resetResource" } ], "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11314 }, "name": "columns", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryColumnsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11324 }, "name": "columnsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryColumns" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11240 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11253 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11266 }, "name": "primaryTagInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11282 }, "name": "resourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11295 }, "name": "rowTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11308 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11233 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11246 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11259 }, "name": "primaryTag", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11272 }, "name": "resource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11288 }, "name": "rowType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11301 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11174 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQuery" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14651 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14643 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14658 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14651 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14651 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14651 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14644 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequest" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12004 }, "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12010 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12022 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12028 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12034 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12016 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11328 }, "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11334 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11340 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11346 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11399 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11392 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11457 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11473 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11445 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11461 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11477 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11438 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11451 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11467 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11403 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11631 }, "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11637 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11643 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11649 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11808 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11800 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11815 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11808 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11808 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11808 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11801 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11705 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11695 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11788 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11759 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11775 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11791 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11785 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11763 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11779 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11795 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11753 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11769 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11709 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11481 }, "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11487 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11499 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11493 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11552 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11545 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11610 }, "name": "resetFacet" } ], "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11598 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11614 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11627 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11591 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11604 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11620 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11556 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11819 }, "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11825 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11831 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11837 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11993 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11985 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12000 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11993 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11993 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11993 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11986 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11893 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11883 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11960 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11976 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11948 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11964 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11980 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11941 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11954 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11970 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 11897 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12101 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12094 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12184 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12200 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12216 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12187 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12203 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12219 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12171 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12181 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12197 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12213 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12191 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12207 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12159 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12223 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12175 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12152 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12165 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12105 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQuery" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14438 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14428 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14535 }, "name": "putApmQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14551 }, "name": "putApmStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14567 }, "name": "putLogQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14583 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14599 }, "name": "putRumQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14615 }, "name": "putSecurityQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14631 }, "name": "putStyle", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestStyle" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14538 }, "name": "resetApmQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14554 }, "name": "resetApmStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14570 }, "name": "resetLogQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14586 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14522 }, "name": "resetQ" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14602 }, "name": "resetRumQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14618 }, "name": "resetSecurityQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14634 }, "name": "resetStyle" } ], "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14532 }, "name": "apmQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14548 }, "name": "apmStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14564 }, "name": "logQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14580 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14596 }, "name": "rumQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14612 }, "name": "securityQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14628 }, "name": "style", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestStyleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14542 }, "name": "apmQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14558 }, "name": "apmStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14574 }, "name": "logQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14590 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14526 }, "name": "qInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14606 }, "name": "rumQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14622 }, "name": "securityQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14638 }, "name": "styleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestStyle" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14516 }, "name": "q", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14442 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequest" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12227 }, "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestProcessQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "Your chosen metric." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12245 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#filter_by Dashboard#filter_by}", "stability": "stable", "summary": "A list of processes." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12233 }, "name": "filterBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The max number of items in the filter list." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12239 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_by Dashboard#search_by}", "stability": "stable", "summary": "Your chosen search term." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12251 }, "name": "searchBy", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestProcessQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12311 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12304 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12362 }, "name": "resetFilterBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12378 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12407 }, "name": "resetSearchBy" } ], "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestProcessQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12366 }, "name": "filterByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12382 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12395 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12411 }, "name": "searchByInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12356 }, "name": "filterBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12372 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12388 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12401 }, "name": "searchBy", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12315 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestProcessQuery" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestProcessQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13091 }, "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13097 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13109 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13115 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13121 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13103 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12415 }, "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12421 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12427 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12433 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12486 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12479 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12544 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12560 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12532 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12548 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12564 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12525 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12538 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12554 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12490 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12718 }, "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12724 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12730 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12736 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12895 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12887 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12902 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12895 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12895 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12895 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12888 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12792 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12782 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12875 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12846 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12862 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12878 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12872 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12850 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12866 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12882 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12840 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12856 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12796 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12568 }, "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12574 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12586 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12580 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12639 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12632 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12697 }, "name": "resetFacet" } ], "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12685 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12701 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12714 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12678 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12691 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12707 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12643 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12906 }, "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12912 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12918 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12924 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13080 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13072 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13087 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13080 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13080 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13080 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13073 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12980 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12970 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13047 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13063 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13035 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13051 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13067 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13028 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13041 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13057 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 12984 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13188 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13181 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13271 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13287 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13303 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13274 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13290 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13306 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13258 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13268 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13284 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13300 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13278 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13294 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13246 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13310 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13262 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13239 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13252 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13192 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQuery" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13990 }, "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13996 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14008 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14014 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14020 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14002 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13314 }, "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13320 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13326 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13332 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13385 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13378 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13443 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13459 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13431 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13447 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13463 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13424 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13437 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13453 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13389 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13617 }, "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13623 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13629 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13635 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.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" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13786 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13801 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13794 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13794 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13794 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13787 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13691 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13681 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13774 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13745 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13761 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13777 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13771 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13749 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13765 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13781 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13739 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13755 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13695 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13467 }, "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13473 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13485 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13479 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13538 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13531 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13596 }, "name": "resetFacet" } ], "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13584 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13600 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13613 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13577 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13590 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13606 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13542 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13805 }, "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13811 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13817 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13823 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.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" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13971 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13986 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13979 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13979 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13979 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13972 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13879 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13869 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13946 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13962 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13934 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13950 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13966 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13927 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13940 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13956 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 13883 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14087 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14080 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14170 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14186 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14202 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14173 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14189 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14205 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14157 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14167 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14183 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14199 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14177 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14193 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14145 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14209 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14161 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14138 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14151 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14091 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQuery" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestStyle": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestStyle", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14213 }, "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestStyle", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14219 }, "name": "palette", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestStyle" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestStyleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestStyleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14258 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14251 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14291 }, "name": "resetPalette" } ], "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestStyleOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14295 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14285 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14262 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestStyle" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestStyleOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionXaxis": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionXaxis", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14662 }, "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionXaxis", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#include_zero Dashboard#include_zero}", "stability": "stable", "summary": "Always include zero or fit the axis to the data range." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14668 }, "name": "includeZero", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#max Dashboard#max}", "stability": "stable", "summary": "Specify the maximum value to show on the Y-axis." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14674 }, "name": "max", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#min Dashboard#min}", "stability": "stable", "summary": "Specify the minimum value to show on the Y-axis." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14680 }, "name": "min", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#scale Dashboard#scale}", "stability": "stable", "summary": "Specify the scale type, options: `linear`, `log`, `pow`, `sqrt`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14686 }, "name": "scale", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionXaxis" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionXaxisOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionXaxisOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14746 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14739 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14797 }, "name": "resetIncludeZero" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14813 }, "name": "resetMax" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14829 }, "name": "resetMin" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14845 }, "name": "resetScale" } ], "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionXaxisOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14801 }, "name": "includeZeroInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14817 }, "name": "maxInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14833 }, "name": "minInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14849 }, "name": "scaleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14791 }, "name": "includeZero", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14807 }, "name": "max", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14823 }, "name": "min", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14839 }, "name": "scale", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14750 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionXaxis" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionXaxisOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionYaxis": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionYaxis", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14853 }, "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionYaxis", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#include_zero Dashboard#include_zero}", "stability": "stable", "summary": "Always include zero or fit the axis to the data range." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14859 }, "name": "includeZero", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "The label of the axis to display on the graph." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14865 }, "name": "label", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#max Dashboard#max}", "stability": "stable", "summary": "Specify the maximum value to show on the Y-axis." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14871 }, "name": "max", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#min Dashboard#min}", "stability": "stable", "summary": "Specify the minimum value to show on the Y-axis." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14877 }, "name": "min", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#scale Dashboard#scale}", "stability": "stable", "summary": "Specify the scale type, options: `linear`, `log`, `pow`, `sqrt`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14883 }, "name": "scale", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionYaxis" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionYaxisOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionYaxisOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14950 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14943 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15007 }, "name": "resetIncludeZero" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15023 }, "name": "resetLabel" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15039 }, "name": "resetMax" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15055 }, "name": "resetMin" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15071 }, "name": "resetScale" } ], "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionYaxisOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15011 }, "name": "includeZeroInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15027 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15043 }, "name": "maxInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15059 }, "name": "minInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15075 }, "name": "scaleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15001 }, "name": "includeZero", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15017 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15033 }, "name": "max", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15049 }, "name": "min", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15065 }, "name": "scale", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 14954 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionYaxis" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionYaxisOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetEventStreamDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetEventStreamDefinition", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15445 }, "name": "DashboardWidgetGroupDefinitionWidgetEventStreamDefinition", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The query to use in the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15463 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#event_size Dashboard#event_size}", "stability": "stable", "summary": "The size to use to display an event. Valid values are `s`, `l`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15451 }, "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`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#live_span Dashboard#live_span}", "stability": "stable", "summary": "The timeframe to use when displaying the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15457 }, "name": "liveSpan", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#tags_execution Dashboard#tags_execution}", "stability": "stable", "summary": "The execution method for multi-value filters, options: `and` or `or`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15469 }, "name": "tagsExecution", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title Dashboard#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15475 }, "name": "title", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_align Dashboard#title_align}", "stability": "stable", "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15481 }, "name": "titleAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_size Dashboard#title_size}", "stability": "stable", "summary": "The size of the widget's title (defaults to 16)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15487 }, "name": "titleSize", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetEventStreamDefinition" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetEventStreamDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetEventStreamDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15568 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15561 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15637 }, "name": "resetEventSize" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15653 }, "name": "resetLiveSpan" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15682 }, "name": "resetTagsExecution" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15698 }, "name": "resetTitle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15714 }, "name": "resetTitleAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15730 }, "name": "resetTitleSize" } ], "name": "DashboardWidgetGroupDefinitionWidgetEventStreamDefinitionOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15641 }, "name": "eventSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15657 }, "name": "liveSpanInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15670 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15686 }, "name": "tagsExecutionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15718 }, "name": "titleAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15702 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15734 }, "name": "titleSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15631 }, "name": "eventSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15647 }, "name": "liveSpan", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15663 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15676 }, "name": "tagsExecution", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15692 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15708 }, "name": "titleAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15724 }, "name": "titleSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15572 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetEventStreamDefinition" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetEventStreamDefinitionOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetEventTimelineDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetEventTimelineDefinition", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15738 }, "name": "DashboardWidgetGroupDefinitionWidgetEventTimelineDefinition", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The query to use in the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15750 }, "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`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#live_span Dashboard#live_span}", "stability": "stable", "summary": "The timeframe to use when displaying the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15744 }, "name": "liveSpan", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#tags_execution Dashboard#tags_execution}", "stability": "stable", "summary": "The execution method for multi-value filters, options: `and` or `or`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15756 }, "name": "tagsExecution", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title Dashboard#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15762 }, "name": "title", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_align Dashboard#title_align}", "stability": "stable", "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15768 }, "name": "titleAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_size Dashboard#title_size}", "stability": "stable", "summary": "The size of the widget's title (defaults to 16)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15774 }, "name": "titleSize", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetEventTimelineDefinition" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetEventTimelineDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetEventTimelineDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15848 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15841 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15911 }, "name": "resetLiveSpan" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15940 }, "name": "resetTagsExecution" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15956 }, "name": "resetTitle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15972 }, "name": "resetTitleAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15988 }, "name": "resetTitleSize" } ], "name": "DashboardWidgetGroupDefinitionWidgetEventTimelineDefinitionOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15915 }, "name": "liveSpanInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15928 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15944 }, "name": "tagsExecutionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15976 }, "name": "titleAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15960 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15992 }, "name": "titleSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15905 }, "name": "liveSpan", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15921 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15934 }, "name": "tagsExecution", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15950 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15966 }, "name": "titleAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15982 }, "name": "titleSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15852 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetEventTimelineDefinition" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetEventTimelineDefinitionOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetFreeTextDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetFreeTextDefinition", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 15996 }, "name": "DashboardWidgetGroupDefinitionWidgetFreeTextDefinition", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#text Dashboard#text}", "stability": "stable", "summary": "The text to display in the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16014 }, "name": "text", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#color Dashboard#color}", "stability": "stable", "summary": "The color of the text in the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16002 }, "name": "color", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#font_size Dashboard#font_size}", "stability": "stable", "summary": "The size of the text in the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16008 }, "name": "fontSize", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#text_align Dashboard#text_align}", "stability": "stable", "summary": "The alignment of the text in the widget. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16020 }, "name": "textAlign", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetFreeTextDefinition" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetFreeTextDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetFreeTextDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16080 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16073 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16131 }, "name": "resetColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16147 }, "name": "resetFontSize" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16176 }, "name": "resetTextAlign" } ], "name": "DashboardWidgetGroupDefinitionWidgetFreeTextDefinitionOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16135 }, "name": "colorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16151 }, "name": "fontSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16180 }, "name": "textAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16164 }, "name": "textInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16125 }, "name": "color", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16141 }, "name": "fontSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16157 }, "name": "text", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16170 }, "name": "textAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16084 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetFreeTextDefinition" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetFreeTextDefinitionOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinition", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23381 }, "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinition", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#view Dashboard#view}", "stability": "stable", "summary": "view block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23429 }, "name": "view", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionView" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_link Dashboard#custom_link}", "stability": "stable", "summary": "custom_link block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23411 }, "name": "customLink", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#live_span Dashboard#live_span}", "stability": "stable", "summary": "The timeframe to use when displaying the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23387 }, "name": "liveSpan", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#request Dashboard#request}", "stability": "stable", "summary": "request block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23417 }, "name": "request", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequest" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#style Dashboard#style}", "stability": "stable", "summary": "style block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23423 }, "name": "style", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionStyle" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title Dashboard#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23393 }, "name": "title", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_align Dashboard#title_align}", "stability": "stable", "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23399 }, "name": "titleAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_size Dashboard#title_size}", "stability": "stable", "summary": "The size of the widget's title (defaults to 16)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23405 }, "name": "titleSize", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinition" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionCustomLink": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionCustomLink", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16184 }, "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionCustomLink", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_hidden Dashboard#is_hidden}", "stability": "stable", "summary": "The flag for toggling context menu link visibility." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16190 }, "name": "isHidden", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "The label for the custom link URL." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16196 }, "name": "label", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#link Dashboard#link}", "stability": "stable", "summary": "The URL of the custom link." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16202 }, "name": "link", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#override_label Dashboard#override_label}", "stability": "stable", "summary": "The label ID that refers to a context menu link item." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16208 }, "name": "overrideLabel", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionCustomLink" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionCustomLinkList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionCustomLinkList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16396 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16388 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16403 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionCustomLinkOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionCustomLinkList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16396 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16396 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16396 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16389 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionCustomLink" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionCustomLinkList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionCustomLinkOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionCustomLinkOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16271 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16261 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16331 }, "name": "resetIsHidden" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16347 }, "name": "resetLabel" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16363 }, "name": "resetLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16379 }, "name": "resetOverrideLabel" } ], "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionCustomLinkOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16335 }, "name": "isHiddenInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16351 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16367 }, "name": "linkInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16383 }, "name": "overrideLabelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16325 }, "name": "isHidden", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16341 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16357 }, "name": "link", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16373 }, "name": "overrideLabel", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16275 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionCustomLink" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionCustomLinkOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23517 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23510 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23653 }, "name": "putCustomLink", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionCustomLink" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23669 }, "name": "putRequest", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequest" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23685 }, "name": "putStyle", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionStyle" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23701 }, "name": "putView", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionView" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23656 }, "name": "resetCustomLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23592 }, "name": "resetLiveSpan" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23672 }, "name": "resetRequest" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23688 }, "name": "resetStyle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23608 }, "name": "resetTitle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23624 }, "name": "resetTitleAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23640 }, "name": "resetTitleSize" } ], "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23650 }, "name": "customLink", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionCustomLinkList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23666 }, "name": "request", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23682 }, "name": "style", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionStyleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23698 }, "name": "view", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionViewOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23660 }, "name": "customLinkInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23596 }, "name": "liveSpanInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23676 }, "name": "requestInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequest" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23692 }, "name": "styleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionStyle" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23628 }, "name": "titleAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23612 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23644 }, "name": "titleSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23705 }, "name": "viewInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionView" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23586 }, "name": "liveSpan", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23602 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23618 }, "name": "titleAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23634 }, "name": "titleSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23521 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinition" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequest": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequest", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22925 }, "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequest", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#formula Dashboard#formula}", "stability": "stable", "summary": "formula block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22937 }, "name": "formula", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormula" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#log_query Dashboard#log_query}", "stability": "stable", "summary": "log_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22943 }, "name": "logQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#q Dashboard#q}", "stability": "stable", "summary": "The metric query to use for this widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22931 }, "name": "q", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22949 }, "name": "query", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQuery" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#rum_query Dashboard#rum_query}", "stability": "stable", "summary": "rum_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22955 }, "name": "rumQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQuery" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequest" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormula": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormula", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17559 }, "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormula", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#formula_expression Dashboard#formula_expression}", "stability": "stable", "summary": "A string expression built from queries, formulas, and functions." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17577 }, "name": "formulaExpression", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#alias Dashboard#alias}", "stability": "stable", "summary": "An expression alias." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17565 }, "name": "alias", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cell_display_mode Dashboard#cell_display_mode}", "stability": "stable", "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17571 }, "name": "cellDisplayMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#conditional_formats Dashboard#conditional_formats}", "stability": "stable", "summary": "conditional_formats block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17583 }, "name": "conditionalFormats", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "limit block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17589 }, "name": "limit", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaLimit" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#number_format Dashboard#number_format}", "stability": "stable", "summary": "number_format block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17595 }, "name": "numberFormat", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormat" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#style Dashboard#style}", "stability": "stable", "summary": "style block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17601 }, "name": "style", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaStyle" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormula" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaConditionalFormats": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaConditionalFormats", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16407 }, "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaConditionalFormats", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#comparator Dashboard#comparator}", "stability": "stable", "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16413 }, "name": "comparator", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "The color palette to apply." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16449 }, "name": "palette", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#value Dashboard#value}", "stability": "stable", "summary": "A value for the comparator." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16461 }, "name": "value", "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}", "stability": "stable", "summary": "The color palette to apply to the background, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16419 }, "name": "customBgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}", "stability": "stable", "summary": "The color palette to apply to the foreground, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16425 }, "name": "customFgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#hide_value Dashboard#hide_value}", "stability": "stable", "summary": "Setting this to True hides values." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16431 }, "name": "hideValue", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#image_url Dashboard#image_url}", "stability": "stable", "summary": "Displays an image as the background." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16437 }, "name": "imageUrl", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The metric from the request to correlate with this conditional format." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16443 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#timeframe Dashboard#timeframe}", "stability": "stable", "summary": "Defines the displayed timeframe." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16455 }, "name": "timeframe", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaConditionalFormats" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaConditionalFormatsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaConditionalFormatsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16785 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16777 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16792 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaConditionalFormatsOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaConditionalFormatsList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16785 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16785 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16785 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16778 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaConditionalFormatsList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaConditionalFormatsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaConditionalFormatsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16559 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16549 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16662 }, "name": "resetCustomBgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16678 }, "name": "resetCustomFgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16694 }, "name": "resetHideValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16710 }, "name": "resetImageUrl" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16726 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16755 }, "name": "resetTimeframe" } ], "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaConditionalFormatsOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16650 }, "name": "comparatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16666 }, "name": "customBgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16682 }, "name": "customFgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16698 }, "name": "hideValueInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16714 }, "name": "imageUrlInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16730 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16743 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16759 }, "name": "timeframeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16772 }, "name": "valueInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16643 }, "name": "comparator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16656 }, "name": "customBgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16672 }, "name": "customFgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16688 }, "name": "hideValue", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16704 }, "name": "imageUrl", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16720 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16736 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16749 }, "name": "timeframe", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16765 }, "name": "value", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16563 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaConditionalFormats" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaConditionalFormatsOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaLimit": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaLimit", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16796 }, "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaLimit", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#count Dashboard#count}", "stability": "stable", "summary": "The number of results to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16802 }, "name": "count", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16808 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaLimit" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaLimitOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaLimitOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16854 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16847 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16893 }, "name": "resetCount" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16909 }, "name": "resetOrder" } ], "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaLimitOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16897 }, "name": "countInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16913 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16887 }, "name": "count", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16903 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16858 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaLimit" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaLimitOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17873 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17865 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17880 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17873 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17873 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17873 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17866 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormula" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormat": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormat", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17320 }, "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormat", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit Dashboard#unit}", "stability": "stable", "summary": "unit block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17326 }, "name": "unit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnit" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_scale Dashboard#unit_scale}", "stability": "stable", "summary": "unit_scale block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17332 }, "name": "unitScale", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScale" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormat" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17378 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17371 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17414 }, "name": "putUnit", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnit" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17427 }, "name": "putUnitScale", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScale" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17430 }, "name": "resetUnitScale" } ], "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17411 }, "name": "unit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17424 }, "name": "unitScale", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17418 }, "name": "unitInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnit" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17434 }, "name": "unitScaleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScale" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17382 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormat" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnit": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnit", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17118 }, "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnit", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#canonical Dashboard#canonical}", "stability": "stable", "summary": "canonical block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17124 }, "name": "canonical", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonical" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom Dashboard#custom}", "stability": "stable", "summary": "custom block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17130 }, "name": "custom", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustom" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnit" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonical": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonical", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16917 }, "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonical", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_name Dashboard#unit_name}", "stability": "stable", "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16929 }, "name": "unitName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#per_unit_name Dashboard#per_unit_name}", "stability": "stable", "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16923 }, "name": "perUnitName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonical" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16975 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16968 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17014 }, "name": "resetPerUnitName" } ], "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17018 }, "name": "perUnitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17031 }, "name": "unitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17008 }, "name": "perUnitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17024 }, "name": "unitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 16979 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonical" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustom": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustom", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17035 }, "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustom", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "Unit label." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17041 }, "name": "label", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustom" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17080 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17073 }, "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17114 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17107 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17084 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustom" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17176 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17169 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17212 }, "name": "putCanonical", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonical" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17228 }, "name": "putCustom", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustom" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17215 }, "name": "resetCanonical" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17231 }, "name": "resetCustom" } ], "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17209 }, "name": "canonical", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17225 }, "name": "custom", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17219 }, "name": "canonicalInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonical" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17235 }, "name": "customInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustom" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17180 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnit" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScale": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScale", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17239 }, "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScale", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_name Dashboard#unit_name}." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17243 }, "name": "unitName", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScale" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17282 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17275 }, "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17316 }, "name": "unitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17309 }, "name": "unitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17286 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScale" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17685 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17675 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17805 }, "name": "putConditionalFormats", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17821 }, "name": "putLimit", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaLimit" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17837 }, "name": "putNumberFormat", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormat" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17853 }, "name": "putStyle", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaStyle" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17763 }, "name": "resetAlias" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17779 }, "name": "resetCellDisplayMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17808 }, "name": "resetConditionalFormats" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17824 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17840 }, "name": "resetNumberFormat" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17856 }, "name": "resetStyle" } ], "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17802 }, "name": "conditionalFormats", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaConditionalFormatsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17818 }, "name": "limit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaLimitOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17834 }, "name": "numberFormat", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17850 }, "name": "style", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaStyleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17767 }, "name": "aliasInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17783 }, "name": "cellDisplayModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17812 }, "name": "conditionalFormatsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17796 }, "name": "formulaExpressionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17828 }, "name": "limitInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaLimit" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17844 }, "name": "numberFormatInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormat" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17860 }, "name": "styleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaStyle" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17757 }, "name": "alias", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17773 }, "name": "cellDisplayMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17789 }, "name": "formulaExpression", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17689 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormula" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaStyle": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaStyle", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17438 }, "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaStyle", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "The color palette used to display the formula." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17444 }, "name": "palette", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette_index Dashboard#palette_index}", "stability": "stable", "summary": "Index specifying which color to use within the palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17450 }, "name": "paletteIndex", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaStyle" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaStyleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaStyleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17496 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17489 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17535 }, "name": "resetPalette" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17551 }, "name": "resetPaletteIndex" } ], "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaStyleOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17555 }, "name": "paletteIndexInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17539 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17529 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17545 }, "name": "paletteIndex", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17500 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaStyle" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaStyleOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23172 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23164 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23179 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23172 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23172 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23172 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23165 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequest" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18560 }, "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18566 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18578 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18584 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18590 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18572 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17884 }, "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17890 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17896 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17902 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17955 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17948 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18013 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18029 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18001 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18017 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18033 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17994 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18007 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18023 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 17959 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18187 }, "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18193 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18199 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18205 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18364 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18356 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18371 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18364 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18364 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18364 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18357 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18261 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18251 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18344 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18315 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18331 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18347 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18341 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18319 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18335 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18351 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18309 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18325 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18265 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18037 }, "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18043 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18055 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18049 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18108 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18101 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18166 }, "name": "resetFacet" } ], "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18154 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18170 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18183 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18147 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18160 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18176 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18112 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18375 }, "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18381 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18387 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18393 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.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" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18541 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18556 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18549 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18549 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18549 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18542 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18449 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18439 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18516 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18532 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18504 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18520 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18536 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18497 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18510 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18526 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18453 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18657 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18650 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18740 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18756 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18772 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18743 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18759 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18775 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18727 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18737 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18753 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18769 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18747 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18763 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18715 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18779 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18731 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18708 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18721 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18661 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQuery" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23025 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23015 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23104 }, "name": "putFormula", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormula" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23120 }, "name": "putLogQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23136 }, "name": "putQuery", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQuery" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23152 }, "name": "putRumQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23107 }, "name": "resetFormula" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23123 }, "name": "resetLogQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23091 }, "name": "resetQ" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23139 }, "name": "resetQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23155 }, "name": "resetRumQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23101 }, "name": "formula", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23117 }, "name": "logQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23133 }, "name": "query", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23149 }, "name": "rumQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23111 }, "name": "formulaInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormula" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23127 }, "name": "logQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23095 }, "name": "qInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23143 }, "name": "queryInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQuery" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23159 }, "name": "rumQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23085 }, "name": "q", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23029 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequest" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21698 }, "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_dependency_stats_query Dashboard#apm_dependency_stats_query}", "stability": "stable", "summary": "apm_dependency_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21704 }, "name": "apmDependencyStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmDependencyStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_resource_stats_query Dashboard#apm_resource_stats_query}", "stability": "stable", "summary": "apm_resource_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21710 }, "name": "apmResourceStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmResourceStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cloud_cost_query Dashboard#cloud_cost_query}", "stability": "stable", "summary": "cloud_cost_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21716 }, "name": "cloudCostQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryCloudCostQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#event_query Dashboard#event_query}", "stability": "stable", "summary": "event_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21722 }, "name": "eventQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric_query Dashboard#metric_query}", "stability": "stable", "summary": "metric_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21728 }, "name": "metricQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryMetricQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#process_query Dashboard#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21734 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_query Dashboard#slo_query}", "stability": "stable", "summary": "slo_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21740 }, "name": "sloQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQuerySloQuery" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmDependencyStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmDependencyStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18783 }, "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmDependencyStatsQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18795 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#env Dashboard#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18801 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18813 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#operation_name Dashboard#operation_name}", "stability": "stable", "summary": "Name of operation on service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18819 }, "name": "operationName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#resource_name Dashboard#resource_name}", "stability": "stable", "summary": "APM resource." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18837 }, "name": "resourceName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#service Dashboard#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18843 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#stat Dashboard#stat}", "stability": "stable", "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18849 }, "name": "stat", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18789 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_upstream Dashboard#is_upstream}", "stability": "stable", "summary": "Determines whether stats for upstream or downstream dependencies should be queried." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18807 }, "name": "isUpstream", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}", "stability": "stable", "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18825 }, "name": "primaryTagName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}", "stability": "stable", "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18831 }, "name": "primaryTagValue", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmDependencyStatsQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmDependencyStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmDependencyStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18958 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18951 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19051 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19093 }, "name": "resetIsUpstream" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19135 }, "name": "resetPrimaryTagName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19151 }, "name": "resetPrimaryTagValue" } ], "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmDependencyStatsQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19055 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19068 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19081 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19097 }, "name": "isUpstreamInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19110 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19123 }, "name": "operationNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19139 }, "name": "primaryTagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19155 }, "name": "primaryTagValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19168 }, "name": "resourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19181 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19194 }, "name": "statInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19045 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19061 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19074 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19087 }, "name": "isUpstream", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19103 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19116 }, "name": "operationName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19129 }, "name": "primaryTagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19145 }, "name": "primaryTagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19161 }, "name": "resourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19174 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19187 }, "name": "stat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 18962 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmDependencyStatsQuery" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmDependencyStatsQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmResourceStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmResourceStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19198 }, "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmResourceStatsQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19210 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#env Dashboard#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19216 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19228 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#service Dashboard#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19258 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#stat Dashboard#stat}", "stability": "stable", "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19264 }, "name": "stat", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19204 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "Array of fields to group results by." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19222 }, "name": "groupBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#operation_name Dashboard#operation_name}", "stability": "stable", "summary": "Name of operation on service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19234 }, "name": "operationName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}", "stability": "stable", "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19240 }, "name": "primaryTagName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}", "stability": "stable", "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19246 }, "name": "primaryTagValue", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#resource_name Dashboard#resource_name}", "stability": "stable", "summary": "APM resource." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19252 }, "name": "resourceName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmResourceStatsQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmResourceStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmResourceStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19373 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19366 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19466 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19508 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19537 }, "name": "resetOperationName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19553 }, "name": "resetPrimaryTagName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19569 }, "name": "resetPrimaryTagValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19585 }, "name": "resetResourceName" } ], "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmResourceStatsQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19470 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19483 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19496 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19512 }, "name": "groupByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19525 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19541 }, "name": "operationNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19557 }, "name": "primaryTagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19573 }, "name": "primaryTagValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19589 }, "name": "resourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19602 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19615 }, "name": "statInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19460 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19476 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19489 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19502 }, "name": "groupBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19518 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19531 }, "name": "operationName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19547 }, "name": "primaryTagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19563 }, "name": "primaryTagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19579 }, "name": "resourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19595 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19608 }, "name": "stat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19377 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmResourceStatsQuery" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmResourceStatsQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryCloudCostQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryCloudCostQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19619 }, "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryCloudCostQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19637 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19643 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The cloud cost query definition." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19649 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19625 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19631 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryCloudCostQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryCloudCostQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryCloudCostQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19716 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19709 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19773 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19789 }, "name": "resetCrossOrgUuids" } ], "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryCloudCostQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19777 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19793 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19806 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19819 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19832 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19767 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19783 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19799 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19812 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19825 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19720 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryCloudCostQuery" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryCloudCostQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20442 }, "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute Dashboard#compute}", "stability": "stable", "summary": "compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20478 }, "name": "compute", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for event platform-based queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20454 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20466 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20448 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20484 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#indexes Dashboard#indexes}", "stability": "stable", "summary": "An array of index names to query in the stream." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20460 }, "name": "indexes", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search Dashboard#search}", "stability": "stable", "summary": "search block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20490 }, "name": "search", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuerySearch" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#storage Dashboard#storage}", "stability": "stable", "summary": "Storage location (private beta)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20472 }, "name": "storage", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19836 }, "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation methods for event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19842 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "A time interval in milliseconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19848 }, "name": "interval", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The measurable attribute to compute." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19854 }, "name": "metric", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20010 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20002 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20017 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20010 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20010 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20010 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20003 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19910 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19900 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19977 }, "name": "resetInterval" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19993 }, "name": "resetMetric" } ], "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19965 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19981 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19997 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19958 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19971 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19987 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 19914 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20174 }, "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The event facet." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20180 }, "name": "facet", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The number of groups to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20186 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort Dashboard#sort}", "stability": "stable", "summary": "sort block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20192 }, "name": "sort", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBySort" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20348 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20340 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20355 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20348 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20348 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20348 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20341 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20248 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20238 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20328 }, "name": "putSort", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBySort" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20315 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20331 }, "name": "resetSort" } ], "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20325 }, "name": "sort", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBySortOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20303 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20319 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20335 }, "name": "sortInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBySort" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20296 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20309 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20252 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBySort": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBySort", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20021 }, "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBySort", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation methods for the event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20027 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The metric used for sorting group by results." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20033 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Direction of sort. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20039 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBySort" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBySortOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBySortOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20092 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20085 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20150 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20166 }, "name": "resetOrder" } ], "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBySortOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20138 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20154 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20170 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20131 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20144 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20160 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20096 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBySort" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBySortOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20578 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20571 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20724 }, "name": "putCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20737 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20753 }, "name": "putSearch", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuerySearch" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20653 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20740 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20682 }, "name": "resetIndexes" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20756 }, "name": "resetSearch" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20711 }, "name": "resetStorage" } ], "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20721 }, "name": "compute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20734 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20750 }, "name": "search", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuerySearchOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20728 }, "name": "computeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20657 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20670 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20744 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20686 }, "name": "indexesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20699 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20760 }, "name": "searchInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuerySearch" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20715 }, "name": "storageInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20647 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20663 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20676 }, "name": "indexes", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20692 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20705 }, "name": "storage", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20582 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuery" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuerySearch": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuerySearch", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20359 }, "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuerySearch", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The events search string." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20365 }, "name": "query", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuerySearch" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuerySearchOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuerySearchOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20404 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20397 }, "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuerySearchOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20438 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20431 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20408 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuerySearch" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuerySearchOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22015 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22007 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22022 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22015 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22015 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22015 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22008 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQuery" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryMetricQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryMetricQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20764 }, "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryMetricQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20788 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The metrics query definition." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20794 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20770 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20776 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for metrics queries. Defaults to `\"metrics\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20782 }, "name": "dataSource", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryMetricQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryMetricQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryMetricQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20861 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20854 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20918 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20934 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20950 }, "name": "resetDataSource" } ], "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryMetricQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20922 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20938 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20954 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20967 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20980 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20912 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20928 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20944 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20960 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20973 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20865 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryMetricQuery" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryMetricQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21824 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21814 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21899 }, "name": "putApmDependencyStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmDependencyStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21915 }, "name": "putApmResourceStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmResourceStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21931 }, "name": "putCloudCostQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryCloudCostQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21947 }, "name": "putEventQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21963 }, "name": "putMetricQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryMetricQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21979 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21995 }, "name": "putSloQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQuerySloQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21902 }, "name": "resetApmDependencyStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21918 }, "name": "resetApmResourceStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21934 }, "name": "resetCloudCostQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21950 }, "name": "resetEventQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21966 }, "name": "resetMetricQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21982 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21998 }, "name": "resetSloQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21896 }, "name": "apmDependencyStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmDependencyStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21912 }, "name": "apmResourceStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmResourceStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21928 }, "name": "cloudCostQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryCloudCostQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21944 }, "name": "eventQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21960 }, "name": "metricQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryMetricQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21976 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21992 }, "name": "sloQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQuerySloQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21906 }, "name": "apmDependencyStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmDependencyStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21922 }, "name": "apmResourceStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmResourceStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21938 }, "name": "cloudCostQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryCloudCostQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21954 }, "name": "eventQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21970 }, "name": "metricQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryMetricQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21986 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22002 }, "name": "sloQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQuerySloQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21828 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQuery" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20984 }, "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryProcessQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for process queries. Valid values are `process`, `container`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21002 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The process metric name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21020 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21026 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20990 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 20996 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_normalized_cpu Dashboard#is_normalized_cpu}", "stability": "stable", "summary": "Whether to normalize the CPU percentages." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21008 }, "name": "isNormalizedCpu", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The number of hits to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21014 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort Dashboard#sort}", "stability": "stable", "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21032 }, "name": "sort", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#tag_filters Dashboard#tag_filters}", "stability": "stable", "summary": "An array of tags to filter by." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21038 }, "name": "tagFilters", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#text_filter Dashboard#text_filter}", "stability": "stable", "summary": "The text to use as a filter." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21044 }, "name": "textFilter", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryProcessQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21146 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21139 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21233 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21249 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21278 }, "name": "resetIsNormalizedCpu" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21294 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21336 }, "name": "resetSort" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21352 }, "name": "resetTagFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21368 }, "name": "resetTextFilter" } ], "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryProcessQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21237 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21253 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21266 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21282 }, "name": "isNormalizedCpuInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21298 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21311 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21324 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21340 }, "name": "sortInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21356 }, "name": "tagFiltersInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21372 }, "name": "textFilterInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21227 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21243 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21259 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21272 }, "name": "isNormalizedCpu", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21288 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21304 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21317 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21330 }, "name": "sort", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21346 }, "name": "tagFilters", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21362 }, "name": "textFilter", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21150 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryProcessQuery" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryProcessQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQuerySloQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQuerySloQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21376 }, "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQuerySloQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for SLO queries. Valid values are `slo`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21394 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#measure Dashboard#measure}", "stability": "stable", "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21406 }, "name": "measure", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_id Dashboard#slo_id}", "stability": "stable", "summary": "ID of an SLO to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21418 }, "name": "sloId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#additional_query_filters Dashboard#additional_query_filters}", "stability": "stable", "summary": "Additional filters applied to the SLO query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21382 }, "name": "additionalQueryFilters", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21388 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_mode Dashboard#group_mode}", "stability": "stable", "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21400 }, "name": "groupMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21412 }, "name": "name", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_query_type Dashboard#slo_query_type}", "stability": "stable", "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21424 }, "name": "sloQueryType", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQuerySloQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQuerySloQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQuerySloQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21512 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21505 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21587 }, "name": "resetAdditionalQueryFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21603 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21632 }, "name": "resetGroupMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21661 }, "name": "resetName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21690 }, "name": "resetSloQueryType" } ], "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQuerySloQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21591 }, "name": "additionalQueryFiltersInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21607 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21620 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21636 }, "name": "groupModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21649 }, "name": "measureInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21665 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21678 }, "name": "sloIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21694 }, "name": "sloQueryTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21581 }, "name": "additionalQueryFilters", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21597 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21613 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21626 }, "name": "groupMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21642 }, "name": "measure", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21655 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21671 }, "name": "sloId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21684 }, "name": "sloQueryType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 21516 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQuerySloQuery" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQuerySloQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22702 }, "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22708 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22720 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22726 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22732 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22714 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22026 }, "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22032 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22038 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22044 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22097 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22090 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22155 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22171 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22143 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22159 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22175 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22136 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22149 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22165 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22101 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22329 }, "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22335 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22341 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22347 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22506 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22498 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22513 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22506 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22506 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22506 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22499 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22403 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22393 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22486 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22457 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22473 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22489 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22483 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22461 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22477 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22493 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22451 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22467 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22407 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22179 }, "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22185 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22197 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22191 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22250 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22243 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22308 }, "name": "resetFacet" } ], "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22296 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22312 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22325 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22289 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22302 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22318 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22254 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22517 }, "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22523 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22529 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22535 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22691 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22683 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22698 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22691 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22691 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22691 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22684 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22591 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22581 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22658 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22674 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22646 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22662 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22678 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22639 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22652 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22668 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22595 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22799 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22792 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22882 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22898 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22914 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22885 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22901 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22917 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22869 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22879 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22895 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22911 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22889 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22905 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22857 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22921 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22873 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22850 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22863 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 22803 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQuery" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionStyle": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionStyle", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23183 }, "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionStyle", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "The color palette to apply to the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23189 }, "name": "palette", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette_flip Dashboard#palette_flip}", "stability": "stable", "summary": "A Boolean indicating whether to flip the palette tones." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23195 }, "name": "paletteFlip", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionStyle" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionStyleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionStyleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23241 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23234 }, "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionStyleOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23294 }, "name": "paletteFlipInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23281 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23274 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23287 }, "name": "paletteFlip", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23245 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionStyle" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionStyleOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionView": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionView", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23298 }, "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionView", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#focus Dashboard#focus}", "stability": "stable", "summary": "The two-letter ISO code of a country to focus the map on (or `WORLD`)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23304 }, "name": "focus", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionView" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionViewOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionViewOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23343 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23336 }, "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionViewOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23377 }, "name": "focusInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23370 }, "name": "focus", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23347 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionView" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionViewOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinition", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8334 }, "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinition", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_link Dashboard#custom_link}", "stability": "stable", "summary": "custom_link block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8376 }, "name": "customLink", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#event Dashboard#event}", "stability": "stable", "summary": "event block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8382 }, "name": "event", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionEvent" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#legend_size Dashboard#legend_size}", "stability": "stable", "summary": "The size of the legend displayed in the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8340 }, "name": "legendSize", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#live_span Dashboard#live_span}", "stability": "stable", "summary": "The timeframe to use when displaying the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8346 }, "name": "liveSpan", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#request Dashboard#request}", "stability": "stable", "summary": "request block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8388 }, "name": "request", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequest" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#show_legend Dashboard#show_legend}", "stability": "stable", "summary": "Whether or not to show the legend on this widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8352 }, "name": "showLegend", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title Dashboard#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8358 }, "name": "title", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_align Dashboard#title_align}", "stability": "stable", "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8364 }, "name": "titleAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_size Dashboard#title_size}", "stability": "stable", "summary": "The size of the widget's title (defaults to 16)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8370 }, "name": "titleSize", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#yaxis Dashboard#yaxis}", "stability": "stable", "summary": "yaxis block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8394 }, "name": "yaxis", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionYaxis" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinition" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionCustomLink": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionCustomLink", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23709 }, "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionCustomLink", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_hidden Dashboard#is_hidden}", "stability": "stable", "summary": "The flag for toggling context menu link visibility." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23715 }, "name": "isHidden", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "The label for the custom link URL." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23721 }, "name": "label", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#link Dashboard#link}", "stability": "stable", "summary": "The URL of the custom link." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23727 }, "name": "link", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#override_label Dashboard#override_label}", "stability": "stable", "summary": "The label ID that refers to a context menu link item." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23733 }, "name": "overrideLabel", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionCustomLink" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionCustomLinkList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionCustomLinkList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23921 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23913 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23928 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionCustomLinkOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionCustomLinkList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23921 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23921 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23921 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23914 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionCustomLink" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionCustomLinkList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionCustomLinkOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionCustomLinkOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23796 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23786 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23856 }, "name": "resetIsHidden" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23872 }, "name": "resetLabel" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23888 }, "name": "resetLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23904 }, "name": "resetOverrideLabel" } ], "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionCustomLinkOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23860 }, "name": "isHiddenInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23876 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23892 }, "name": "linkInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23908 }, "name": "overrideLabelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23850 }, "name": "isHidden", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23866 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23882 }, "name": "link", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23898 }, "name": "overrideLabel", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23800 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionCustomLink" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionCustomLinkOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionEvent": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionEvent", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23932 }, "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionEvent", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#q Dashboard#q}", "stability": "stable", "summary": "The event query to use in the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23938 }, "name": "q", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#tags_execution Dashboard#tags_execution}", "stability": "stable", "summary": "The execution method for multi-value filters." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23944 }, "name": "tagsExecution", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionEvent" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionEventList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionEventList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24071 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24063 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24078 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionEventOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionEventList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24071 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24071 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24071 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24064 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionEvent" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionEventList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionEventOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionEventOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23993 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23983 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24054 }, "name": "resetTagsExecution" } ], "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionEventOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24042 }, "name": "qInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24058 }, "name": "tagsExecutionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24035 }, "name": "q", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24048 }, "name": "tagsExecution", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 23997 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionEvent" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionEventOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8496 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8489 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8676 }, "name": "putCustomLink", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionCustomLink" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8692 }, "name": "putEvent", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionEvent" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8708 }, "name": "putRequest", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequest" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8724 }, "name": "putYaxis", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionYaxis" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8679 }, "name": "resetCustomLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8695 }, "name": "resetEvent" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8583 }, "name": "resetLegendSize" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8599 }, "name": "resetLiveSpan" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8711 }, "name": "resetRequest" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8615 }, "name": "resetShowLegend" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8631 }, "name": "resetTitle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8647 }, "name": "resetTitleAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8663 }, "name": "resetTitleSize" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8727 }, "name": "resetYaxis" } ], "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8673 }, "name": "customLink", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionCustomLinkList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8689 }, "name": "event", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionEventList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8705 }, "name": "request", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8721 }, "name": "yaxis", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionYaxisOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8683 }, "name": "customLinkInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8699 }, "name": "eventInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionEvent" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8587 }, "name": "legendSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8603 }, "name": "liveSpanInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8715 }, "name": "requestInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequest" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8619 }, "name": "showLegendInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8651 }, "name": "titleAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8635 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8667 }, "name": "titleSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8731 }, "name": "yaxisInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionYaxis" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8577 }, "name": "legendSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8593 }, "name": "liveSpan", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8609 }, "name": "showLegend", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8625 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8641 }, "name": "titleAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8657 }, "name": "titleSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8500 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinition" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequest": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequest", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7710 }, "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequest", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_query Dashboard#apm_query}", "stability": "stable", "summary": "apm_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7722 }, "name": "apmQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#formula Dashboard#formula}", "stability": "stable", "summary": "formula block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7728 }, "name": "formula", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormula" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#log_query Dashboard#log_query}", "stability": "stable", "summary": "log_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7734 }, "name": "logQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#process_query Dashboard#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7740 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#q Dashboard#q}", "stability": "stable", "summary": "The metric query to use for this widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7716 }, "name": "q", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7746 }, "name": "query", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQuery" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#rum_query Dashboard#rum_query}", "stability": "stable", "summary": "rum_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7752 }, "name": "rumQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#security_query Dashboard#security_query}", "stability": "stable", "summary": "security_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7758 }, "name": "securityQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#style Dashboard#style}", "stability": "stable", "summary": "style block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7764 }, "name": "style", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestStyle" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequest" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24758 }, "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24764 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24776 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24782 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24788 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24770 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24082 }, "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24088 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24094 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24100 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24153 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24146 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24211 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24227 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24199 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24215 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24231 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24192 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24205 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24221 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24157 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24385 }, "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24391 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24397 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24403 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24562 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24554 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24569 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24562 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24562 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24562 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24555 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24459 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24449 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24542 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24513 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24529 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24545 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24539 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24517 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24533 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24549 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24507 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24523 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24463 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24235 }, "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24241 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24253 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24247 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24306 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24299 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24364 }, "name": "resetFacet" } ], "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24352 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24368 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24381 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24345 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24358 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24374 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24310 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24573 }, "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24579 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24585 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24591 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24747 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24739 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24754 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24747 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24747 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24747 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24740 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24647 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24637 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24714 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24730 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24702 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24718 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24734 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24695 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24708 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24724 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24651 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24855 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24848 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24938 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24954 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24970 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24941 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24957 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24973 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24925 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24935 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24951 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24967 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24945 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24961 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24913 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24977 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24929 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24906 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24919 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs400.ts", "line": 24859 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQuery" } } ], "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormula": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormula", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1171 }, "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormula", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#formula_expression Dashboard#formula_expression}", "stability": "stable", "summary": "A string expression built from queries, formulas, and functions." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1189 }, "name": "formulaExpression", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#alias Dashboard#alias}", "stability": "stable", "summary": "An expression alias." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1177 }, "name": "alias", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cell_display_mode Dashboard#cell_display_mode}", "stability": "stable", "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1183 }, "name": "cellDisplayMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#conditional_formats Dashboard#conditional_formats}", "stability": "stable", "summary": "conditional_formats block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1195 }, "name": "conditionalFormats", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "limit block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1201 }, "name": "limit", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaLimit" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#number_format Dashboard#number_format}", "stability": "stable", "summary": "number_format block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1207 }, "name": "numberFormat", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormat" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#style Dashboard#style}", "stability": "stable", "summary": "style block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1213 }, "name": "style", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaStyle" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormula" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaConditionalFormats": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaConditionalFormats", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19 }, "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaConditionalFormats", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#comparator Dashboard#comparator}", "stability": "stable", "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 25 }, "name": "comparator", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "The color palette to apply." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 61 }, "name": "palette", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#value Dashboard#value}", "stability": "stable", "summary": "A value for the comparator." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 73 }, "name": "value", "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}", "stability": "stable", "summary": "The color palette to apply to the background, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 31 }, "name": "customBgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}", "stability": "stable", "summary": "The color palette to apply to the foreground, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 37 }, "name": "customFgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#hide_value Dashboard#hide_value}", "stability": "stable", "summary": "Setting this to True hides values." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 43 }, "name": "hideValue", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#image_url Dashboard#image_url}", "stability": "stable", "summary": "Displays an image as the background." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 49 }, "name": "imageUrl", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The metric from the request to correlate with this conditional format." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 55 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#timeframe Dashboard#timeframe}", "stability": "stable", "summary": "Defines the displayed timeframe." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 67 }, "name": "timeframe", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaConditionalFormats" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaConditionalFormatsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaConditionalFormatsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 397 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 389 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 404 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaConditionalFormatsOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaConditionalFormatsList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 397 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 397 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 397 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 390 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaConditionalFormatsList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaConditionalFormatsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaConditionalFormatsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.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": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 161 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 274 }, "name": "resetCustomBgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 290 }, "name": "resetCustomFgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 306 }, "name": "resetHideValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 322 }, "name": "resetImageUrl" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 338 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 367 }, "name": "resetTimeframe" } ], "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaConditionalFormatsOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 262 }, "name": "comparatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 278 }, "name": "customBgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 294 }, "name": "customFgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 310 }, "name": "hideValueInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 326 }, "name": "imageUrlInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 342 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 355 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 371 }, "name": "timeframeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 384 }, "name": "valueInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 255 }, "name": "comparator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 268 }, "name": "customBgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 284 }, "name": "customFgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 300 }, "name": "hideValue", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 316 }, "name": "imageUrl", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 332 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 348 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 361 }, "name": "timeframe", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 377 }, "name": "value", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 175 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaConditionalFormats" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaConditionalFormatsOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaLimit": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaLimit", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 408 }, "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaLimit", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#count Dashboard#count}", "stability": "stable", "summary": "The number of results to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 414 }, "name": "count", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 420 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaLimit" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaLimitOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaLimitOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 466 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 459 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 505 }, "name": "resetCount" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 521 }, "name": "resetOrder" } ], "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaLimitOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 509 }, "name": "countInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 525 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 499 }, "name": "count", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 515 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 470 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaLimit" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaLimitOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1485 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1477 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1492 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1485 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1485 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1485 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1478 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormula" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormat": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormat", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 932 }, "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormat", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit Dashboard#unit}", "stability": "stable", "summary": "unit block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 938 }, "name": "unit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnit" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_scale Dashboard#unit_scale}", "stability": "stable", "summary": "unit_scale block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 944 }, "name": "unitScale", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScale" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormat" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 990 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 983 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1026 }, "name": "putUnit", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnit" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1039 }, "name": "putUnitScale", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScale" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1042 }, "name": "resetUnitScale" } ], "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1023 }, "name": "unit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1036 }, "name": "unitScale", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1030 }, "name": "unitInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnit" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1046 }, "name": "unitScaleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScale" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 994 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormat" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnit": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnit", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 730 }, "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnit", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#canonical Dashboard#canonical}", "stability": "stable", "summary": "canonical block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 736 }, "name": "canonical", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonical" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom Dashboard#custom}", "stability": "stable", "summary": "custom block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 742 }, "name": "custom", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustom" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnit" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonical": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonical", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 529 }, "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonical", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_name Dashboard#unit_name}", "stability": "stable", "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 541 }, "name": "unitName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#per_unit_name Dashboard#per_unit_name}", "stability": "stable", "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 535 }, "name": "perUnitName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonical" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.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" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 580 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 626 }, "name": "resetPerUnitName" } ], "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 630 }, "name": "perUnitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 643 }, "name": "unitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 620 }, "name": "perUnitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 636 }, "name": "unitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 591 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonical" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustom": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustom", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 647 }, "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustom", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "Unit label." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 653 }, "name": "label", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustom" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 692 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 685 }, "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 726 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 719 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 696 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustom" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 788 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 781 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 824 }, "name": "putCanonical", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonical" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 840 }, "name": "putCustom", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustom" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 827 }, "name": "resetCanonical" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 843 }, "name": "resetCustom" } ], "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 821 }, "name": "canonical", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 837 }, "name": "custom", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 831 }, "name": "canonicalInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonical" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 847 }, "name": "customInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustom" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 792 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnit" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScale": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScale", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 851 }, "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScale", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_name Dashboard#unit_name}." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 855 }, "name": "unitName", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScale" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 894 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 887 }, "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 928 }, "name": "unitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 921 }, "name": "unitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 898 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScale" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1297 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1287 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1417 }, "name": "putConditionalFormats", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1433 }, "name": "putLimit", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaLimit" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1449 }, "name": "putNumberFormat", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormat" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1465 }, "name": "putStyle", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaStyle" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1375 }, "name": "resetAlias" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1391 }, "name": "resetCellDisplayMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1420 }, "name": "resetConditionalFormats" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1436 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1452 }, "name": "resetNumberFormat" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1468 }, "name": "resetStyle" } ], "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1414 }, "name": "conditionalFormats", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaConditionalFormatsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1430 }, "name": "limit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaLimitOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1446 }, "name": "numberFormat", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1462 }, "name": "style", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaStyleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1379 }, "name": "aliasInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1395 }, "name": "cellDisplayModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1424 }, "name": "conditionalFormatsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1408 }, "name": "formulaExpressionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1440 }, "name": "limitInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaLimit" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1456 }, "name": "numberFormatInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormat" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1472 }, "name": "styleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaStyle" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1369 }, "name": "alias", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1385 }, "name": "cellDisplayMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1401 }, "name": "formulaExpression", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1301 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormula" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaStyle": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaStyle", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1050 }, "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaStyle", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "The color palette used to display the formula." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1056 }, "name": "palette", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette_index Dashboard#palette_index}", "stability": "stable", "summary": "Index specifying which color to use within the palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1062 }, "name": "paletteIndex", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaStyle" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaStyleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaStyleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1108 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1101 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1147 }, "name": "resetPalette" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1163 }, "name": "resetPaletteIndex" } ], "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaStyleOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1167 }, "name": "paletteIndexInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1151 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1141 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1157 }, "name": "paletteIndex", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1112 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaStyle" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaStyleOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8097 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8089 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8104 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8097 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8097 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8097 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8090 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequest" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2172 }, "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2178 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2190 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2196 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2202 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2184 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1496 }, "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1502 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1508 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1514 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1567 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1560 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1625 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1641 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1613 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1629 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1645 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1606 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1619 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1635 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1571 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1799 }, "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1805 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1811 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1817 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.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" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1968 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1983 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1976 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1976 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1976 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1969 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1873 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1863 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1956 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1927 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1943 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1959 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1953 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1931 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1947 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1963 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1921 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1937 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1877 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1649 }, "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1655 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1667 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1661 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1720 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1713 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1778 }, "name": "resetFacet" } ], "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1766 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1782 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1795 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1759 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1772 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1788 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1724 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1987 }, "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1993 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 1999 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2005 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2161 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2153 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2168 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2161 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2161 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2161 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2154 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2061 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2051 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2128 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2144 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2116 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2132 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2148 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2109 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2122 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2138 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2065 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2269 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2262 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2352 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2368 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2384 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2355 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2371 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2387 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2339 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2349 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2365 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2381 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2359 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2375 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2327 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2391 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2343 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2320 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2333 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2273 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQuery" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7862 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7852 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7965 }, "name": "putApmQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7981 }, "name": "putFormula", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormula" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7997 }, "name": "putLogQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8013 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8029 }, "name": "putQuery", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQuery" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8045 }, "name": "putRumQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8061 }, "name": "putSecurityQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8077 }, "name": "putStyle", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestStyle" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7968 }, "name": "resetApmQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7984 }, "name": "resetFormula" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8000 }, "name": "resetLogQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8016 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7952 }, "name": "resetQ" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8032 }, "name": "resetQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8048 }, "name": "resetRumQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8064 }, "name": "resetSecurityQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8080 }, "name": "resetStyle" } ], "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7962 }, "name": "apmQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7978 }, "name": "formula", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7994 }, "name": "logQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8010 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8026 }, "name": "query", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8042 }, "name": "rumQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8058 }, "name": "securityQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8074 }, "name": "style", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestStyleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7972 }, "name": "apmQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7988 }, "name": "formulaInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormula" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8004 }, "name": "logQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8020 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7956 }, "name": "qInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8036 }, "name": "queryInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQuery" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8052 }, "name": "rumQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8068 }, "name": "securityQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8084 }, "name": "styleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestStyle" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7946 }, "name": "q", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7866 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequest" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2395 }, "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestProcessQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "Your chosen metric." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2413 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#filter_by Dashboard#filter_by}", "stability": "stable", "summary": "A list of processes." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2401 }, "name": "filterBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The max number of items in the filter list." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2407 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_by Dashboard#search_by}", "stability": "stable", "summary": "Your chosen search term." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2419 }, "name": "searchBy", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestProcessQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2479 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2472 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2530 }, "name": "resetFilterBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2546 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2575 }, "name": "resetSearchBy" } ], "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestProcessQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2534 }, "name": "filterByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2550 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2563 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2579 }, "name": "searchByInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2524 }, "name": "filterBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2540 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2556 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2569 }, "name": "searchBy", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2483 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestProcessQuery" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestProcessQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5498 }, "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_dependency_stats_query Dashboard#apm_dependency_stats_query}", "stability": "stable", "summary": "apm_dependency_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5504 }, "name": "apmDependencyStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_resource_stats_query Dashboard#apm_resource_stats_query}", "stability": "stable", "summary": "apm_resource_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5510 }, "name": "apmResourceStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmResourceStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cloud_cost_query Dashboard#cloud_cost_query}", "stability": "stable", "summary": "cloud_cost_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5516 }, "name": "cloudCostQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryCloudCostQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#event_query Dashboard#event_query}", "stability": "stable", "summary": "event_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5522 }, "name": "eventQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric_query Dashboard#metric_query}", "stability": "stable", "summary": "metric_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5528 }, "name": "metricQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryMetricQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#process_query Dashboard#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5534 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_query Dashboard#slo_query}", "stability": "stable", "summary": "slo_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5540 }, "name": "sloQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQuerySloQuery" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2583 }, "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2595 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#env Dashboard#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2601 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2613 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#operation_name Dashboard#operation_name}", "stability": "stable", "summary": "Name of operation on service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2619 }, "name": "operationName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#resource_name Dashboard#resource_name}", "stability": "stable", "summary": "APM resource." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2637 }, "name": "resourceName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#service Dashboard#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2643 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#stat Dashboard#stat}", "stability": "stable", "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2649 }, "name": "stat", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2589 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_upstream Dashboard#is_upstream}", "stability": "stable", "summary": "Determines whether stats for upstream or downstream dependencies should be queried." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2607 }, "name": "isUpstream", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}", "stability": "stable", "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2625 }, "name": "primaryTagName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}", "stability": "stable", "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2631 }, "name": "primaryTagValue", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2758 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2751 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2851 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2893 }, "name": "resetIsUpstream" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2935 }, "name": "resetPrimaryTagName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2951 }, "name": "resetPrimaryTagValue" } ], "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2855 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2868 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2881 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2897 }, "name": "isUpstreamInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2910 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2923 }, "name": "operationNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2939 }, "name": "primaryTagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2955 }, "name": "primaryTagValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2968 }, "name": "resourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2981 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2994 }, "name": "statInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2845 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2861 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2874 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2887 }, "name": "isUpstream", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2903 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2916 }, "name": "operationName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2929 }, "name": "primaryTagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2945 }, "name": "primaryTagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2961 }, "name": "resourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2974 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2987 }, "name": "stat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2762 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQuery" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmResourceStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmResourceStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 2998 }, "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmResourceStatsQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3010 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#env Dashboard#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3016 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3028 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#service Dashboard#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3058 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#stat Dashboard#stat}", "stability": "stable", "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3064 }, "name": "stat", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3004 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "Array of fields to group results by." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3022 }, "name": "groupBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#operation_name Dashboard#operation_name}", "stability": "stable", "summary": "Name of operation on service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3034 }, "name": "operationName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}", "stability": "stable", "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3040 }, "name": "primaryTagName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}", "stability": "stable", "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3046 }, "name": "primaryTagValue", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#resource_name Dashboard#resource_name}", "stability": "stable", "summary": "APM resource." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3052 }, "name": "resourceName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmResourceStatsQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmResourceStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmResourceStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3173 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3166 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3266 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3308 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3337 }, "name": "resetOperationName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3353 }, "name": "resetPrimaryTagName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3369 }, "name": "resetPrimaryTagValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3385 }, "name": "resetResourceName" } ], "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmResourceStatsQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3270 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3283 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3296 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3312 }, "name": "groupByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3325 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3341 }, "name": "operationNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3357 }, "name": "primaryTagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3373 }, "name": "primaryTagValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3389 }, "name": "resourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3402 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3415 }, "name": "statInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3260 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3276 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3289 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3302 }, "name": "groupBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3318 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3331 }, "name": "operationName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3347 }, "name": "primaryTagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3363 }, "name": "primaryTagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3379 }, "name": "resourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3395 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3408 }, "name": "stat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3177 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmResourceStatsQuery" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmResourceStatsQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryCloudCostQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryCloudCostQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3419 }, "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryCloudCostQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3437 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3443 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The cloud cost query definition." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3449 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3425 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3431 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryCloudCostQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryCloudCostQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryCloudCostQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3516 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3509 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3573 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3589 }, "name": "resetCrossOrgUuids" } ], "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryCloudCostQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3577 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3593 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3606 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3619 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3632 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3567 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3583 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3599 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3612 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3625 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3520 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryCloudCostQuery" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryCloudCostQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4242 }, "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute Dashboard#compute}", "stability": "stable", "summary": "compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4278 }, "name": "compute", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for event platform-based queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4254 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4266 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4248 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4284 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#indexes Dashboard#indexes}", "stability": "stable", "summary": "An array of index names to query in the stream." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4260 }, "name": "indexes", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search Dashboard#search}", "stability": "stable", "summary": "search block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4290 }, "name": "search", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQuerySearch" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#storage Dashboard#storage}", "stability": "stable", "summary": "Storage location (private beta)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4272 }, "name": "storage", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3636 }, "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation methods for event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3642 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "A time interval in milliseconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3648 }, "name": "interval", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The measurable attribute to compute." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3654 }, "name": "metric", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3810 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3802 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3817 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3810 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3810 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3810 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3803 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3710 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3700 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3777 }, "name": "resetInterval" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3793 }, "name": "resetMetric" } ], "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3765 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3781 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3797 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3758 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3771 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3787 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3714 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3974 }, "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The event facet." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3980 }, "name": "facet", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The number of groups to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3986 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort Dashboard#sort}", "stability": "stable", "summary": "sort block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3992 }, "name": "sort", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySort" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4148 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4140 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4155 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4148 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4148 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4148 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4141 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4048 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4038 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4128 }, "name": "putSort", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySort" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4115 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4131 }, "name": "resetSort" } ], "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4125 }, "name": "sort", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySortOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4103 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4119 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4135 }, "name": "sortInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySort" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4096 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4109 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4052 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySort": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySort", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3821 }, "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySort", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation methods for the event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3827 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The metric used for sorting group by results." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3833 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Direction of sort. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3839 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySort" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySortOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySortOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3892 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3885 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3950 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3966 }, "name": "resetOrder" } ], "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySortOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3938 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3954 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3970 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3931 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3944 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3960 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 3896 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySort" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySortOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4378 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4371 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4524 }, "name": "putCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4537 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4553 }, "name": "putSearch", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQuerySearch" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4453 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4540 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4482 }, "name": "resetIndexes" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4556 }, "name": "resetSearch" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4511 }, "name": "resetStorage" } ], "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4521 }, "name": "compute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4534 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4550 }, "name": "search", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQuerySearchOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4528 }, "name": "computeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4457 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4470 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4544 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4486 }, "name": "indexesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4499 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4560 }, "name": "searchInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQuerySearch" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4515 }, "name": "storageInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4447 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4463 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4476 }, "name": "indexes", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4492 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4505 }, "name": "storage", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4382 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQuery" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQuerySearch": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQuerySearch", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4159 }, "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQuerySearch", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The events search string." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4165 }, "name": "query", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQuerySearch" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQuerySearchOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQuerySearchOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4204 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4197 }, "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQuerySearchOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4238 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4231 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4208 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQuerySearch" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQuerySearchOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5815 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5807 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5822 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5815 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5815 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5815 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5808 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQuery" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryMetricQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryMetricQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4564 }, "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryMetricQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4588 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The metrics query definition." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4594 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4570 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4576 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for metrics queries. Defaults to `\"metrics\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4582 }, "name": "dataSource", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryMetricQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryMetricQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryMetricQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4661 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4654 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4718 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4734 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4750 }, "name": "resetDataSource" } ], "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryMetricQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4722 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4738 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4754 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4767 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4780 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4712 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4728 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4744 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4760 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4773 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4665 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryMetricQuery" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryMetricQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5624 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5614 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5699 }, "name": "putApmDependencyStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5715 }, "name": "putApmResourceStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmResourceStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5731 }, "name": "putCloudCostQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryCloudCostQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5747 }, "name": "putEventQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5763 }, "name": "putMetricQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryMetricQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5779 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5795 }, "name": "putSloQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQuerySloQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5702 }, "name": "resetApmDependencyStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5718 }, "name": "resetApmResourceStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5734 }, "name": "resetCloudCostQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5750 }, "name": "resetEventQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5766 }, "name": "resetMetricQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5782 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5798 }, "name": "resetSloQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5696 }, "name": "apmDependencyStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5712 }, "name": "apmResourceStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmResourceStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5728 }, "name": "cloudCostQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryCloudCostQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5744 }, "name": "eventQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5760 }, "name": "metricQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryMetricQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5776 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5792 }, "name": "sloQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQuerySloQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5706 }, "name": "apmDependencyStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5722 }, "name": "apmResourceStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmResourceStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5738 }, "name": "cloudCostQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryCloudCostQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5754 }, "name": "eventQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5770 }, "name": "metricQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryMetricQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5786 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5802 }, "name": "sloQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQuerySloQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5628 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQuery" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4784 }, "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryProcessQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for process queries. Valid values are `process`, `container`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4802 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The process metric name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4820 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4826 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4790 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4796 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_normalized_cpu Dashboard#is_normalized_cpu}", "stability": "stable", "summary": "Whether to normalize the CPU percentages." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4808 }, "name": "isNormalizedCpu", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The number of hits to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4814 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort Dashboard#sort}", "stability": "stable", "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4832 }, "name": "sort", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#tag_filters Dashboard#tag_filters}", "stability": "stable", "summary": "An array of tags to filter by." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4838 }, "name": "tagFilters", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#text_filter Dashboard#text_filter}", "stability": "stable", "summary": "The text to use as a filter." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4844 }, "name": "textFilter", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryProcessQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4946 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4939 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5033 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5049 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5078 }, "name": "resetIsNormalizedCpu" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5094 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5136 }, "name": "resetSort" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5152 }, "name": "resetTagFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5168 }, "name": "resetTextFilter" } ], "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryProcessQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5037 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5053 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5066 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5082 }, "name": "isNormalizedCpuInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5098 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5111 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5124 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5140 }, "name": "sortInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5156 }, "name": "tagFiltersInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5172 }, "name": "textFilterInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5027 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5043 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5059 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5072 }, "name": "isNormalizedCpu", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5088 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5104 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5117 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5130 }, "name": "sort", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5146 }, "name": "tagFilters", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5162 }, "name": "textFilter", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 4950 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryProcessQuery" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryProcessQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQuerySloQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQuerySloQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5176 }, "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQuerySloQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for SLO queries. Valid values are `slo`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5194 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#measure Dashboard#measure}", "stability": "stable", "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5206 }, "name": "measure", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_id Dashboard#slo_id}", "stability": "stable", "summary": "ID of an SLO to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5218 }, "name": "sloId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#additional_query_filters Dashboard#additional_query_filters}", "stability": "stable", "summary": "Additional filters applied to the SLO query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5182 }, "name": "additionalQueryFilters", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5188 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_mode Dashboard#group_mode}", "stability": "stable", "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5200 }, "name": "groupMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5212 }, "name": "name", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_query_type Dashboard#slo_query_type}", "stability": "stable", "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5224 }, "name": "sloQueryType", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQuerySloQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQuerySloQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQuerySloQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.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" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5305 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5387 }, "name": "resetAdditionalQueryFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5403 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5432 }, "name": "resetGroupMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5461 }, "name": "resetName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5490 }, "name": "resetSloQueryType" } ], "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQuerySloQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5391 }, "name": "additionalQueryFiltersInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5407 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5420 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5436 }, "name": "groupModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5449 }, "name": "measureInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5465 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5478 }, "name": "sloIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5494 }, "name": "sloQueryTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5381 }, "name": "additionalQueryFilters", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5397 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5413 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5426 }, "name": "groupMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5442 }, "name": "measure", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5455 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5471 }, "name": "sloId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5484 }, "name": "sloQueryType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5316 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQuerySloQuery" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQuerySloQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6502 }, "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6508 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6520 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6526 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6532 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6514 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5826 }, "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5832 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5838 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5844 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5897 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5890 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5955 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5971 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5943 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5959 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5975 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5936 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5949 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5965 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5901 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6129 }, "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6135 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6141 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6147 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6306 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6298 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6313 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6306 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6306 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6306 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6299 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6203 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6193 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6286 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6257 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6273 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6289 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6283 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6261 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6277 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6293 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6251 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6267 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6207 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5979 }, "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5985 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5997 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 5991 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6050 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6043 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6108 }, "name": "resetFacet" } ], "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6096 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6112 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6125 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6089 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6102 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6118 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6054 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6317 }, "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6323 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6329 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6335 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6491 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6483 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6498 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6491 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6491 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6491 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6484 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6391 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6381 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6458 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6474 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6446 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6462 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6478 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6439 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6452 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6468 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6395 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6599 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6592 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6682 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6698 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6714 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6685 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6701 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6717 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6669 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6679 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6695 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6711 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6689 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6705 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6657 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6721 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6673 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6650 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6663 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6603 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQuery" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7401 }, "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7407 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7419 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7425 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7431 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7413 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6725 }, "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6731 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6737 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6743 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6796 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6789 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6854 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6870 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6842 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6858 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6874 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6835 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6848 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6864 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6800 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7028 }, "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7034 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7040 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7046 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7205 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7197 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7212 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7205 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7205 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7205 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7198 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7102 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7092 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7185 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7156 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7172 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7188 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7182 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7160 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7176 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7192 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7150 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7166 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7106 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6878 }, "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6884 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6896 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6890 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6949 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6942 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7007 }, "name": "resetFacet" } ], "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6995 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7011 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7024 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6988 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7001 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7017 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 6953 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7216 }, "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7222 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7228 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7234 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7390 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7382 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7397 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7390 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7390 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7390 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7383 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7290 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7280 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7357 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7373 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7345 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7361 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7377 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7338 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7351 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7367 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7294 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7498 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7491 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7581 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7597 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7613 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7584 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7600 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7616 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7568 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7578 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7594 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7610 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7588 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7604 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7556 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7620 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7572 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7549 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7562 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7502 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQuery" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestStyle": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestStyle", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7624 }, "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestStyle", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7630 }, "name": "palette", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestStyle" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestStyleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestStyleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7669 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7662 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7702 }, "name": "resetPalette" } ], "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestStyleOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7706 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7696 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 7673 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestStyle" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestStyleOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionYaxis": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionYaxis", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8108 }, "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionYaxis", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#include_zero Dashboard#include_zero}", "stability": "stable", "summary": "Always include zero or fit the axis to the data range." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8114 }, "name": "includeZero", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "The label of the axis to display on the graph." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8120 }, "name": "label", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#max Dashboard#max}", "stability": "stable", "summary": "Specify the maximum value to show on the Y-axis." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8126 }, "name": "max", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#min Dashboard#min}", "stability": "stable", "summary": "Specify the minimum value to show on the Y-axis." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8132 }, "name": "min", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#scale Dashboard#scale}", "stability": "stable", "summary": "Specify the scale type, options: `linear`, `log`, `pow`, `sqrt`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8138 }, "name": "scale", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionYaxis" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionYaxisOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionYaxisOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8205 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8198 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8262 }, "name": "resetIncludeZero" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8278 }, "name": "resetLabel" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8294 }, "name": "resetMax" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8310 }, "name": "resetMin" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8326 }, "name": "resetScale" } ], "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionYaxisOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8266 }, "name": "includeZeroInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8282 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8298 }, "name": "maxInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8314 }, "name": "minInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8330 }, "name": "scaleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8256 }, "name": "includeZero", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8272 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8288 }, "name": "max", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8304 }, "name": "min", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8320 }, "name": "scale", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8209 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionYaxis" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionYaxisOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinition", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17424 }, "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinition", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_link Dashboard#custom_link}", "stability": "stable", "summary": "custom_link block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17478 }, "name": "customLink", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group Dashboard#group}", "stability": "stable", "summary": "The list of tags to group nodes by." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17430 }, "name": "group", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#node_type Dashboard#node_type}", "stability": "stable", "summary": "The type of node used. Valid values are `host`, `container`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17448 }, "name": "nodeType", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#no_group_hosts Dashboard#no_group_hosts}", "stability": "stable", "summary": "A Boolean indicating whether to show ungrouped nodes." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17436 }, "name": "noGroupHosts", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#no_metric_hosts Dashboard#no_metric_hosts}", "stability": "stable", "summary": "A Boolean indicating whether to show nodes with no metrics." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17442 }, "name": "noMetricHosts", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#request Dashboard#request}", "stability": "stable", "summary": "request block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17484 }, "name": "request", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequest" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#scope Dashboard#scope}", "stability": "stable", "summary": "The list of tags to filter nodes by." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17454 }, "name": "scope", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#style Dashboard#style}", "stability": "stable", "summary": "style block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17490 }, "name": "style", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionStyle" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title Dashboard#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17460 }, "name": "title", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_align Dashboard#title_align}", "stability": "stable", "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17466 }, "name": "titleAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_size Dashboard#title_size}", "stability": "stable", "summary": "The size of the widget's title (defaults to 16)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17472 }, "name": "titleSize", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinition" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionCustomLink": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionCustomLink", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8735 }, "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionCustomLink", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_hidden Dashboard#is_hidden}", "stability": "stable", "summary": "The flag for toggling context menu link visibility." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8741 }, "name": "isHidden", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "The label for the custom link URL." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8747 }, "name": "label", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#link Dashboard#link}", "stability": "stable", "summary": "The URL of the custom link." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8753 }, "name": "link", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#override_label Dashboard#override_label}", "stability": "stable", "summary": "The label ID that refers to a context menu link item." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8759 }, "name": "overrideLabel", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionCustomLink" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionCustomLinkList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionCustomLinkList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8947 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8939 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8954 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionCustomLinkOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionCustomLinkList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8947 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8947 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8947 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8940 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionCustomLink" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionCustomLinkList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionCustomLinkOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionCustomLinkOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8822 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8812 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8882 }, "name": "resetIsHidden" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8898 }, "name": "resetLabel" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8914 }, "name": "resetLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8930 }, "name": "resetOverrideLabel" } ], "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionCustomLinkOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8886 }, "name": "isHiddenInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8902 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8918 }, "name": "linkInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8934 }, "name": "overrideLabelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8876 }, "name": "isHidden", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8892 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8908 }, "name": "link", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8924 }, "name": "overrideLabel", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8826 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionCustomLink" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionCustomLinkOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17599 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17592 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17817 }, "name": "putCustomLink", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionCustomLink" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17833 }, "name": "putRequest", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequest" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17849 }, "name": "putStyle", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionStyle" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17820 }, "name": "resetCustomLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17692 }, "name": "resetGroup" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17740 }, "name": "resetNodeType" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17708 }, "name": "resetNoGroupHosts" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17724 }, "name": "resetNoMetricHosts" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17836 }, "name": "resetRequest" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17756 }, "name": "resetScope" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17852 }, "name": "resetStyle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17772 }, "name": "resetTitle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17788 }, "name": "resetTitleAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17804 }, "name": "resetTitleSize" } ], "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17814 }, "name": "customLink", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionCustomLinkList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17830 }, "name": "request", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17846 }, "name": "style", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionStyleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17824 }, "name": "customLinkInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17696 }, "name": "groupInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17744 }, "name": "nodeTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17712 }, "name": "noGroupHostsInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17728 }, "name": "noMetricHostsInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17840 }, "name": "requestInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequest" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17760 }, "name": "scopeInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17856 }, "name": "styleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionStyle" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17792 }, "name": "titleAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17776 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17808 }, "name": "titleSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17686 }, "name": "group", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17734 }, "name": "nodeType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17702 }, "name": "noGroupHosts", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17718 }, "name": "noMetricHosts", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17750 }, "name": "scope", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17766 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17782 }, "name": "titleAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17798 }, "name": "titleSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17603 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinition" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequest": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequest", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17112 }, "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequest", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#fill Dashboard#fill}", "stability": "stable", "summary": "fill block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17118 }, "name": "fill", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFill" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#size Dashboard#size}", "stability": "stable", "summary": "size block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17124 }, "name": "size", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSize" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequest" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFill": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFill", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12742 }, "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFill", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_query Dashboard#apm_query}", "stability": "stable", "summary": "apm_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12754 }, "name": "apmQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#log_query Dashboard#log_query}", "stability": "stable", "summary": "log_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12760 }, "name": "logQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#process_query Dashboard#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12766 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#q Dashboard#q}", "stability": "stable", "summary": "The metric query to use for this widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12748 }, "name": "q", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#rum_query Dashboard#rum_query}", "stability": "stable", "summary": "rum_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12772 }, "name": "rumQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#security_query Dashboard#security_query}", "stability": "stable", "summary": "security_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12778 }, "name": "securityQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQuery" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFill" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9634 }, "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9640 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9652 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9658 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9664 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9646 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8958 }, "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8964 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8970 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 8976 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9029 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9022 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9087 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9103 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9075 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9091 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9107 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9068 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9081 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9097 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9033 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9261 }, "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9267 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9273 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9279 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9438 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9430 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9445 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9438 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9438 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9438 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9431 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9335 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9325 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9418 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9389 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9405 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9421 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9415 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9393 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9409 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9425 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9383 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9399 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9339 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9111 }, "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9117 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9129 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9123 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9182 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9175 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9240 }, "name": "resetFacet" } ], "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9228 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9244 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9257 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9221 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9234 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9250 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9186 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9449 }, "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9455 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9461 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9467 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9623 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9615 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9630 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9623 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9623 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9623 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9616 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9523 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9513 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9590 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9606 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9578 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9594 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9610 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9571 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9584 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9600 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9527 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9731 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9724 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9814 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9830 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9846 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9817 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9833 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9849 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9801 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9811 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9827 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9843 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9821 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9837 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9789 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9853 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9805 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9782 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9795 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9735 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQuery" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13024 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13016 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13031 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13024 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13024 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13024 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13017 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFill" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10533 }, "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10539 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10551 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10557 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10563 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10545 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9857 }, "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9863 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9869 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9875 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9928 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9921 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9986 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10002 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9974 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9990 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10006 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9967 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9980 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9996 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 9932 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10160 }, "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10166 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10172 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10178 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10337 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10329 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10344 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10337 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10337 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10337 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10330 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10234 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10224 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10317 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10288 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10304 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10320 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10314 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10292 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10308 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10324 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10282 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10298 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10238 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10010 }, "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10016 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10028 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10022 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.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" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10074 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10139 }, "name": "resetFacet" } ], "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10127 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10143 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10156 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10120 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10133 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10149 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10085 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10348 }, "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10354 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10360 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10366 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10522 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10514 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10529 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10522 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10522 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10522 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10515 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10422 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10412 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10489 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10505 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10477 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10493 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10509 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10470 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10483 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10499 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10426 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10630 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10623 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10713 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10729 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10745 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10716 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10732 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10748 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10700 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10710 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10726 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10742 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10720 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10736 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10688 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10752 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10704 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10681 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10694 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10634 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQuery" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12855 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12845 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12940 }, "name": "putApmQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12956 }, "name": "putLogQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12972 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12988 }, "name": "putRumQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13004 }, "name": "putSecurityQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12943 }, "name": "resetApmQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12959 }, "name": "resetLogQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12975 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12927 }, "name": "resetQ" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12991 }, "name": "resetRumQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13007 }, "name": "resetSecurityQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12937 }, "name": "apmQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12953 }, "name": "logQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12969 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12985 }, "name": "rumQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13001 }, "name": "securityQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12947 }, "name": "apmQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12963 }, "name": "logQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12979 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12931 }, "name": "qInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12995 }, "name": "rumQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13011 }, "name": "securityQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12921 }, "name": "q", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12859 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFill" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10756 }, "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillProcessQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "Your chosen metric." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10774 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#filter_by Dashboard#filter_by}", "stability": "stable", "summary": "A list of processes." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10762 }, "name": "filterBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The max number of items in the filter list." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10768 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_by Dashboard#search_by}", "stability": "stable", "summary": "Your chosen search term." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10780 }, "name": "searchBy", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillProcessQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10840 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10833 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10891 }, "name": "resetFilterBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10907 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10936 }, "name": "resetSearchBy" } ], "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillProcessQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10895 }, "name": "filterByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10911 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10924 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10940 }, "name": "searchByInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10885 }, "name": "filterBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10901 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10917 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10930 }, "name": "searchBy", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10844 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillProcessQuery" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillProcessQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11620 }, "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11626 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11638 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11644 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11650 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11632 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10944 }, "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10950 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10956 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 10962 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11015 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11008 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11073 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11089 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11061 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11077 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11093 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11054 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11067 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11083 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11019 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11247 }, "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11253 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11259 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11265 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.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" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11416 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11431 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11424 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11424 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11424 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11417 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11321 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11311 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11404 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11375 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11391 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11407 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11401 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11379 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11395 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11411 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11369 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11385 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11325 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11097 }, "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11103 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11115 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11109 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11168 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11161 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11226 }, "name": "resetFacet" } ], "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11214 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11230 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11243 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11207 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11220 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11236 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11172 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11435 }, "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11441 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11447 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11453 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11609 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11601 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11616 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11609 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11609 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11609 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11602 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11509 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11499 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11576 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11592 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11564 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11580 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11596 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11557 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11570 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11586 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11513 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11717 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11710 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11800 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11816 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11832 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11803 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11819 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11835 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11787 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11797 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11813 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11829 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11807 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11823 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11775 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11839 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11791 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11768 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11781 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11721 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQuery" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12519 }, "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12525 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12537 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12543 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12549 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12531 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11843 }, "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11849 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11855 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11861 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11914 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11907 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11972 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11988 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11960 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11976 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11992 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11953 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11966 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11982 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11918 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12146 }, "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12152 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12158 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12164 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.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" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12315 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12330 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12323 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12323 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12323 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12316 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12220 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12210 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12303 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12274 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12290 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12306 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12300 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12278 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12294 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12310 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12268 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12284 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12224 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 11996 }, "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12002 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12014 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12008 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.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" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12060 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12125 }, "name": "resetFacet" } ], "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12113 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12129 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12142 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12106 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12119 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12135 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12071 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12334 }, "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12340 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12346 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12352 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12508 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12500 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12515 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12508 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12508 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12508 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12501 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12408 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12398 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12475 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12491 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12463 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12479 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12495 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12456 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12469 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12485 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12412 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12616 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12609 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12699 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12715 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12731 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12702 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12718 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12734 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12686 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12696 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12712 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12728 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12706 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12722 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12674 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12738 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12690 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12667 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12680 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 12620 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQuery" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17170 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17163 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17206 }, "name": "putFill", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFill" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17222 }, "name": "putSize", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSize" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17209 }, "name": "resetFill" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17225 }, "name": "resetSize" } ], "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17203 }, "name": "fill", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17219 }, "name": "size", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17213 }, "name": "fillInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFill" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17229 }, "name": "sizeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSize" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17174 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequest" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSize": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSize", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16819 }, "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSize", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_query Dashboard#apm_query}", "stability": "stable", "summary": "apm_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16831 }, "name": "apmQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#log_query Dashboard#log_query}", "stability": "stable", "summary": "log_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16837 }, "name": "logQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#process_query Dashboard#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16843 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#q Dashboard#q}", "stability": "stable", "summary": "The metric query to use for this widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16825 }, "name": "q", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#rum_query Dashboard#rum_query}", "stability": "stable", "summary": "rum_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16849 }, "name": "rumQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#security_query Dashboard#security_query}", "stability": "stable", "summary": "security_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16855 }, "name": "securityQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQuery" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSize" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13711 }, "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13717 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13729 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13735 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13741 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13723 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13035 }, "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13041 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13047 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13053 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13106 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13099 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13164 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13180 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13152 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13168 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13184 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13145 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13158 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13174 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13110 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13338 }, "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13344 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13350 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13356 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13515 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13507 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13522 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13515 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13515 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13515 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13508 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13412 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13402 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13495 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13466 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13482 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13498 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13492 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13470 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13486 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13502 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13460 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13476 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13416 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13188 }, "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13194 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13206 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13200 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13259 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13252 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13317 }, "name": "resetFacet" } ], "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13305 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13321 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13334 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13298 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13311 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13327 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13263 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13526 }, "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13532 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13538 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13544 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13700 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13692 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13707 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13700 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13700 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13700 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13693 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13600 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13590 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13667 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13683 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13655 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13671 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13687 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13648 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13661 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13677 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13604 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13808 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13801 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13891 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13907 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13923 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13894 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13910 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13926 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13878 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13888 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13904 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13920 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13898 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13914 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13866 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13930 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13882 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13859 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13872 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13812 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQuery" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17101 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17093 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17108 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17101 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17101 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17101 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17094 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSize" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14610 }, "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14616 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14628 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14634 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14640 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14622 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13934 }, "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13940 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13946 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13952 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14005 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 13998 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14063 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14079 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14051 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14067 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14083 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14044 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14057 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14073 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14009 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14237 }, "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14243 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14249 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14255 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14414 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14406 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14421 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14414 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14414 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14414 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14407 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14311 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14301 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14394 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14365 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14381 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14397 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14391 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14369 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14385 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14401 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14359 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14375 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14315 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14087 }, "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14093 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14105 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14099 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14158 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14151 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14216 }, "name": "resetFacet" } ], "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14204 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14220 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14233 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14197 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14210 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14226 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14162 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14425 }, "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14431 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14437 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14443 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14599 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14591 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14606 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14599 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14599 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14599 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14592 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14499 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14489 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14566 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14582 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14554 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14570 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14586 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14547 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14560 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14576 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14503 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14707 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14700 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14790 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14806 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14822 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14793 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14809 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14825 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14777 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14787 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14803 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14819 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14797 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14813 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14765 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14829 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14781 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14758 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14771 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14711 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQuery" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16932 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16922 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17017 }, "name": "putApmQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17033 }, "name": "putLogQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17049 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17065 }, "name": "putRumQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17081 }, "name": "putSecurityQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17020 }, "name": "resetApmQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17036 }, "name": "resetLogQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17052 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17004 }, "name": "resetQ" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17068 }, "name": "resetRumQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17084 }, "name": "resetSecurityQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17014 }, "name": "apmQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17030 }, "name": "logQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17046 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17062 }, "name": "rumQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17078 }, "name": "securityQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17024 }, "name": "apmQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17040 }, "name": "logQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17056 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17008 }, "name": "qInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17072 }, "name": "rumQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17088 }, "name": "securityQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16998 }, "name": "q", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16936 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSize" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14833 }, "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeProcessQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "Your chosen metric." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14851 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#filter_by Dashboard#filter_by}", "stability": "stable", "summary": "A list of processes." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14839 }, "name": "filterBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The max number of items in the filter list." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14845 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_by Dashboard#search_by}", "stability": "stable", "summary": "Your chosen search term." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14857 }, "name": "searchBy", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeProcessQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14917 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14910 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14968 }, "name": "resetFilterBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14984 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15013 }, "name": "resetSearchBy" } ], "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeProcessQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14972 }, "name": "filterByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14988 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15001 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15017 }, "name": "searchByInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14962 }, "name": "filterBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14978 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14994 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15007 }, "name": "searchBy", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 14921 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeProcessQuery" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeProcessQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15697 }, "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15703 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15715 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15721 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15727 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15709 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15021 }, "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15027 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15033 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15039 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15092 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15085 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15150 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15166 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15138 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15154 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15170 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15131 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15144 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15160 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15096 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15324 }, "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15330 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15336 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15342 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15501 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15493 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15508 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15501 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15501 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15501 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15494 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15398 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15388 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15481 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15452 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15468 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15484 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15478 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15456 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15472 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15488 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15446 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15462 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15402 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15174 }, "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15180 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15192 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15186 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15245 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15238 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15303 }, "name": "resetFacet" } ], "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15291 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15307 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15320 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15284 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15297 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15313 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15249 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15512 }, "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15518 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15524 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15530 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15686 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15678 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15693 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15686 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15686 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15686 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15679 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15586 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15576 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15653 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15669 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15641 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15657 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15673 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15634 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15647 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15663 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15590 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15794 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15787 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15877 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15893 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15909 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15880 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15896 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15912 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15864 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15874 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15890 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15906 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15884 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15900 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15852 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15916 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15868 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15845 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15858 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15798 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQuery" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16596 }, "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16602 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16614 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16620 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16626 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16608 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15920 }, "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15926 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15932 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15938 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15991 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15984 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16049 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16065 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16037 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16053 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16069 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16030 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16043 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16059 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 15995 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16223 }, "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16229 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16235 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16241 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16400 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16392 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16407 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16400 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16400 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16400 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16393 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16297 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16287 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16380 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16351 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16367 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16383 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16377 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16355 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16371 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16387 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16345 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16361 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16301 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16073 }, "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16079 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16091 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16085 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16144 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16137 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16202 }, "name": "resetFacet" } ], "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16190 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16206 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16219 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16183 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16196 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16212 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16148 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16411 }, "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16417 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16423 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16429 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16585 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16577 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16592 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16585 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16585 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16585 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16578 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16485 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16475 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16552 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16568 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16540 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16556 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16572 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16533 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16546 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16562 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16489 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16693 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16686 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16776 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16792 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16808 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16779 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16795 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16811 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16763 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16773 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16789 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16805 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16783 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16799 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16751 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16815 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16767 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16744 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16757 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 16697 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQuery" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionStyle": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionStyle", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17233 }, "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionStyle", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#fill_max Dashboard#fill_max}", "stability": "stable", "summary": "The max value to use to color the map." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17239 }, "name": "fillMax", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#fill_min Dashboard#fill_min}", "stability": "stable", "summary": "The min value to use to color the map." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17245 }, "name": "fillMin", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17251 }, "name": "palette", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette_flip Dashboard#palette_flip}", "stability": "stable", "summary": "A Boolean indicating whether to flip the palette tones." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17257 }, "name": "paletteFlip", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionStyle" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionStyleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionStyleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17317 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17310 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17368 }, "name": "resetFillMax" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17384 }, "name": "resetFillMin" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17400 }, "name": "resetPalette" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17416 }, "name": "resetPaletteFlip" } ], "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionStyleOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17372 }, "name": "fillMaxInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17388 }, "name": "fillMinInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17420 }, "name": "paletteFlipInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17404 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17362 }, "name": "fillMax", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17378 }, "name": "fillMin", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17394 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17410 }, "name": "paletteFlip", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17321 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionStyle" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionStyleOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetIframeDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetIframeDefinition", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17860 }, "name": "DashboardWidgetGroupDefinitionWidgetIframeDefinition", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#url Dashboard#url}", "stability": "stable", "summary": "The URL to use as a data source for the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17866 }, "name": "url", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetIframeDefinition" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetIframeDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetIframeDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17905 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17898 }, "name": "DashboardWidgetGroupDefinitionWidgetIframeDefinitionOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17939 }, "name": "urlInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17932 }, "name": "url", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17909 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetIframeDefinition" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetIframeDefinitionOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetImageDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetImageDefinition", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17943 }, "name": "DashboardWidgetGroupDefinitionWidgetImageDefinition", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#url Dashboard#url}", "stability": "stable", "summary": "The URL to use as a data source for the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17979 }, "name": "url", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#has_background Dashboard#has_background}", "stability": "stable", "summary": "Whether to display a background or not. Defaults to `true`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17949 }, "name": "hasBackground", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#has_border Dashboard#has_border}", "stability": "stable", "summary": "Whether to display a border or not. Defaults to `true`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17955 }, "name": "hasBorder", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#horizontal_align Dashboard#horizontal_align}", "stability": "stable", "summary": "The horizontal alignment for the widget. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17961 }, "name": "horizontalAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Note: `small` and `large` values are deprecated. Valid values are `sm`, `md`, `lg`, `small`, `large`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#margin Dashboard#margin}", "stability": "stable", "summary": "The margins to use around the image." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17967 }, "name": "margin", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "The values are based on the image `object-fit` CSS properties. Note: `zoom`, `fit` and `center` values are deprecated. Valid values are `fill`, `contain`, `cover`, `none`, `scale-down`, `zoom`, `fit`, `center`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sizing Dashboard#sizing}", "stability": "stable", "summary": "The preferred method to adapt the dimensions of the image." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17973 }, "name": "sizing", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#url_dark_theme Dashboard#url_dark_theme}", "stability": "stable", "summary": "The URL in dark mode to use as a data source for the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17985 }, "name": "urlDarkTheme", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#vertical_align Dashboard#vertical_align}", "stability": "stable", "summary": "The vertical alignment for the widget. Valid values are `center`, `top`, `bottom`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 17991 }, "name": "verticalAlign", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetImageDefinition" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetImageDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetImageDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-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" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18072 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18154 }, "name": "resetHasBackground" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18170 }, "name": "resetHasBorder" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18186 }, "name": "resetHorizontalAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18202 }, "name": "resetMargin" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18218 }, "name": "resetSizing" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18247 }, "name": "resetUrlDarkTheme" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18263 }, "name": "resetVerticalAlign" } ], "name": "DashboardWidgetGroupDefinitionWidgetImageDefinitionOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18158 }, "name": "hasBackgroundInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18174 }, "name": "hasBorderInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18190 }, "name": "horizontalAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18206 }, "name": "marginInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18222 }, "name": "sizingInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18251 }, "name": "urlDarkThemeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18235 }, "name": "urlInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18267 }, "name": "verticalAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18148 }, "name": "hasBackground", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18164 }, "name": "hasBorder", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18180 }, "name": "horizontalAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18196 }, "name": "margin", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18212 }, "name": "sizing", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18228 }, "name": "url", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18241 }, "name": "urlDarkTheme", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18257 }, "name": "verticalAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18083 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetImageDefinition" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetImageDefinitionOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25085 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25077 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25092 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25085 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25085 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25085 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25078 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidget" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinition", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19161 }, "name": "DashboardWidgetGroupDefinitionWidgetListStreamDefinition", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#request Dashboard#request}", "stability": "stable", "summary": "request block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19185 }, "name": "request", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequest" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title Dashboard#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19167 }, "name": "title", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_align Dashboard#title_align}", "stability": "stable", "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19173 }, "name": "titleAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_size Dashboard#title_size}", "stability": "stable", "summary": "The size of the widget's title. Default is 16." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19179 }, "name": "titleSize", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetListStreamDefinition" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19245 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19238 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19341 }, "name": "putRequest", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequest" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19296 }, "name": "resetTitle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19312 }, "name": "resetTitleAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19328 }, "name": "resetTitleSize" } ], "name": "DashboardWidgetGroupDefinitionWidgetListStreamDefinitionOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19338 }, "name": "request", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19345 }, "name": "requestInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequest" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19316 }, "name": "titleAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19300 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19332 }, "name": "titleSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19290 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19306 }, "name": "titleAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19322 }, "name": "titleSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19249 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinition" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetListStreamDefinitionOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequest": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequest", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18982 }, "name": "DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequest", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#columns Dashboard#columns}", "stability": "stable", "summary": "columns block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18994 }, "name": "columns", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestColumns" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19000 }, "name": "query", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#response_format Dashboard#response_format}", "stability": "stable", "summary": "Widget response format. Valid values are `event_list`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18988 }, "name": "responseFormat", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequest" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestColumns": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestColumns", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18271 }, "name": "DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestColumns", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#field Dashboard#field}", "stability": "stable", "summary": "Widget column field." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18277 }, "name": "field", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#width Dashboard#width}", "stability": "stable", "summary": "Widget column width. Valid values are `auto`, `compact`, `full`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18283 }, "name": "width", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestColumns" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestColumnsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestColumnsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18413 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18405 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18420 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestColumnsOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestColumnsList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18413 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18413 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18413 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18406 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestColumns" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestColumnsList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestColumnsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestColumnsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18332 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18322 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18380 }, "name": "resetField" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18396 }, "name": "resetWidth" } ], "name": "DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestColumnsOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18384 }, "name": "fieldInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18400 }, "name": "widthInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18374 }, "name": "field", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18390 }, "name": "width", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18336 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestColumns" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestColumnsOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.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": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19142 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19157 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19150 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19150 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19150 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19143 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequest" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19056 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19046 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19120 }, "name": "putColumns", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestColumns" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19133 }, "name": "putQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQuery" } } ] } ], "name": "DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19117 }, "name": "columns", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestColumnsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19130 }, "name": "query", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19124 }, "name": "columnsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestColumns" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19137 }, "name": "queryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19111 }, "name": "responseFormatInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19104 }, "name": "responseFormat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19060 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequest" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18654 }, "name": "DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `logs_stream`, `audit_stream`, `ci_pipeline_stream`, `ci_test_stream`, `rum_issue_stream`, `apm_issue_stream`, `trace_stream`, `logs_issue_stream`, `logs_pattern_stream`, `logs_transaction_stream`, `event_stream`, `rum_stream`, `llm_observability_stream`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "Source from which to query items to display in the stream." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18666 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#clustering_pattern_field_path Dashboard#clustering_pattern_field_path}", "stability": "stable", "summary": "Specifies the field for logs pattern clustering. Can only be used with `logs_pattern_stream`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18660 }, "name": "clusteringPatternFieldPath", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#event_size Dashboard#event_size}", "stability": "stable", "summary": "Size of events displayed in widget. Required if `data_source` is `event_stream`. Valid values are `s`, `l`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18672 }, "name": "eventSize", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18696 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#indexes Dashboard#indexes}", "stability": "stable", "summary": "List of indexes." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18678 }, "name": "indexes", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query_string Dashboard#query_string}", "stability": "stable", "summary": "Widget query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18684 }, "name": "queryString", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort Dashboard#sort}", "stability": "stable", "summary": "sort block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18702 }, "name": "sort", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQuerySort" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#storage Dashboard#storage}", "stability": "stable", "summary": "Storage location (private beta)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18690 }, "name": "storage", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18424 }, "name": "DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "Facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18430 }, "name": "facet", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18528 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18520 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18535 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18528 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18528 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18528 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18521 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18472 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18462 }, "name": "DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18515 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18508 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18476 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18790 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18783 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18955 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18971 }, "name": "putSort", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQuerySort" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18865 }, "name": "resetClusteringPatternFieldPath" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18894 }, "name": "resetEventSize" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18958 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18910 }, "name": "resetIndexes" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18926 }, "name": "resetQueryString" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18974 }, "name": "resetSort" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18942 }, "name": "resetStorage" } ], "name": "DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18952 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18968 }, "name": "sort", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQuerySortOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18869 }, "name": "clusteringPatternFieldPathInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18882 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18898 }, "name": "eventSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18962 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18914 }, "name": "indexesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18930 }, "name": "queryStringInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18978 }, "name": "sortInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQuerySort" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18946 }, "name": "storageInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18859 }, "name": "clusteringPatternFieldPath", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18875 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18888 }, "name": "eventSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18904 }, "name": "indexes", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18920 }, "name": "queryString", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18936 }, "name": "storage", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18794 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQuery" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQuerySort": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQuerySort", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18539 }, "name": "DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQuerySort", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#column Dashboard#column}", "stability": "stable", "summary": "The facet path for the column." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18545 }, "name": "column", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18551 }, "name": "order", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQuerySort" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQuerySortOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQuerySortOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18597 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18590 }, "name": "DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQuerySortOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18637 }, "name": "columnInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18650 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18630 }, "name": "column", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18643 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 18601 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQuerySort" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQuerySortOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetLogStreamDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetLogStreamDefinition", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19464 }, "name": "DashboardWidgetGroupDefinitionWidgetLogStreamDefinition", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#columns Dashboard#columns}", "stability": "stable", "summary": "Stringified list of columns to use, for example: `[\"column1\",\"column2\",\"column3\"]`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19470 }, "name": "columns", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#indexes Dashboard#indexes}", "stability": "stable", "summary": "An array of index names to query in the stream." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19476 }, "name": "indexes", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#live_span Dashboard#live_span}", "stability": "stable", "summary": "The timeframe to use when displaying the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19482 }, "name": "liveSpan", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#message_display Dashboard#message_display}", "stability": "stable", "summary": "The number of log lines to display. Valid values are `inline`, `expanded-md`, `expanded-lg`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19488 }, "name": "messageDisplay", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The query to use in the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19494 }, "name": "query", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#show_date_column Dashboard#show_date_column}", "stability": "stable", "summary": "If the date column should be displayed." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19500 }, "name": "showDateColumn", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#show_message_column Dashboard#show_message_column}", "stability": "stable", "summary": "If the message column should be displayed." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19506 }, "name": "showMessageColumn", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort Dashboard#sort}", "stability": "stable", "summary": "sort block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19530 }, "name": "sort", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetLogStreamDefinitionSort" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title Dashboard#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19512 }, "name": "title", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_align Dashboard#title_align}", "stability": "stable", "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19518 }, "name": "titleAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_size Dashboard#title_size}", "stability": "stable", "summary": "The size of the widget's title (defaults to 16)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19524 }, "name": "titleSize", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetLogStreamDefinition" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetLogStreamDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetLogStreamDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19639 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19632 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19889 }, "name": "putSort", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetLogStreamDefinitionSort" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19732 }, "name": "resetColumns" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19748 }, "name": "resetIndexes" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19764 }, "name": "resetLiveSpan" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19780 }, "name": "resetMessageDisplay" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19796 }, "name": "resetQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19812 }, "name": "resetShowDateColumn" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19828 }, "name": "resetShowMessageColumn" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19892 }, "name": "resetSort" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19844 }, "name": "resetTitle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19860 }, "name": "resetTitleAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19876 }, "name": "resetTitleSize" } ], "name": "DashboardWidgetGroupDefinitionWidgetLogStreamDefinitionOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19886 }, "name": "sort", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetLogStreamDefinitionSortOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19736 }, "name": "columnsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19752 }, "name": "indexesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19768 }, "name": "liveSpanInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19784 }, "name": "messageDisplayInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19800 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19816 }, "name": "showDateColumnInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19832 }, "name": "showMessageColumnInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19896 }, "name": "sortInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetLogStreamDefinitionSort" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19864 }, "name": "titleAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19848 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19880 }, "name": "titleSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19726 }, "name": "columns", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19742 }, "name": "indexes", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19758 }, "name": "liveSpan", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19774 }, "name": "messageDisplay", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19790 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19806 }, "name": "showDateColumn", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19822 }, "name": "showMessageColumn", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19838 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19854 }, "name": "titleAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19870 }, "name": "titleSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19643 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetLogStreamDefinition" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetLogStreamDefinitionOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetLogStreamDefinitionSort": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetLogStreamDefinitionSort", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19349 }, "name": "DashboardWidgetGroupDefinitionWidgetLogStreamDefinitionSort", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#column Dashboard#column}", "stability": "stable", "summary": "The facet path for the column." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19355 }, "name": "column", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19361 }, "name": "order", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetLogStreamDefinitionSort" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetLogStreamDefinitionSortOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetLogStreamDefinitionSortOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19407 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19400 }, "name": "DashboardWidgetGroupDefinitionWidgetLogStreamDefinitionSortOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19447 }, "name": "columnInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19460 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19440 }, "name": "column", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19453 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19411 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetLogStreamDefinitionSort" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetLogStreamDefinitionSortOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetManageStatusDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetManageStatusDefinition", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19900 }, "name": "DashboardWidgetGroupDefinitionWidgetManageStatusDefinition", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The query to use in the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19924 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#color_preference Dashboard#color_preference}", "stability": "stable", "summary": "Whether to colorize text or background. Valid values are `background`, `text`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19906 }, "name": "colorPreference", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#display_format Dashboard#display_format}", "stability": "stable", "summary": "The display setting to use. Valid values are `counts`, `countsAndList`, `list`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19912 }, "name": "displayFormat", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#hide_zero_counts Dashboard#hide_zero_counts}", "stability": "stable", "summary": "A Boolean indicating whether to hide empty categories." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19918 }, "name": "hideZeroCounts", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#show_last_triggered Dashboard#show_last_triggered}", "stability": "stable", "summary": "A Boolean indicating whether to show when monitors/groups last triggered." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19930 }, "name": "showLastTriggered", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#show_priority Dashboard#show_priority}", "stability": "stable", "summary": "Whether to show the priorities column." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19936 }, "name": "showPriority", "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`, `priority,asc`, `priority,desc`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort Dashboard#sort}", "stability": "stable", "summary": "The method to sort the monitors." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19942 }, "name": "sort", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#summary_type Dashboard#summary_type}", "stability": "stable", "summary": "The summary type to use. Valid values are `monitors`, `groups`, `combined`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19948 }, "name": "summaryType", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title Dashboard#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19954 }, "name": "title", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_align Dashboard#title_align}", "stability": "stable", "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19960 }, "name": "titleAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_size Dashboard#title_size}", "stability": "stable", "summary": "The size of the widget's title (defaults to 16)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 19966 }, "name": "titleSize", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetManageStatusDefinition" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetManageStatusDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetManageStatusDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20075 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20068 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20168 }, "name": "resetColorPreference" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20184 }, "name": "resetDisplayFormat" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20200 }, "name": "resetHideZeroCounts" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20229 }, "name": "resetShowLastTriggered" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20245 }, "name": "resetShowPriority" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20261 }, "name": "resetSort" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20277 }, "name": "resetSummaryType" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20293 }, "name": "resetTitle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20309 }, "name": "resetTitleAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20325 }, "name": "resetTitleSize" } ], "name": "DashboardWidgetGroupDefinitionWidgetManageStatusDefinitionOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20172 }, "name": "colorPreferenceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20188 }, "name": "displayFormatInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20204 }, "name": "hideZeroCountsInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20217 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20233 }, "name": "showLastTriggeredInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20249 }, "name": "showPriorityInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20265 }, "name": "sortInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20281 }, "name": "summaryTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20313 }, "name": "titleAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20297 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20329 }, "name": "titleSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20162 }, "name": "colorPreference", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20178 }, "name": "displayFormat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20194 }, "name": "hideZeroCounts", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20210 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20223 }, "name": "showLastTriggered", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20239 }, "name": "showPriority", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20255 }, "name": "sort", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20271 }, "name": "summaryType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20287 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20303 }, "name": "titleAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20319 }, "name": "titleSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20079 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetManageStatusDefinition" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetManageStatusDefinitionOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetNoteDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetNoteDefinition", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20333 }, "name": "DashboardWidgetGroupDefinitionWidgetNoteDefinition", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#content Dashboard#content}", "stability": "stable", "summary": "The content of the note." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20345 }, "name": "content", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#background_color Dashboard#background_color}", "stability": "stable", "summary": "The background color of the note." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20339 }, "name": "backgroundColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#font_size Dashboard#font_size}", "stability": "stable", "summary": "The size of the text." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20351 }, "name": "fontSize", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#has_padding Dashboard#has_padding}", "stability": "stable", "summary": "Whether to add padding or not. Defaults to `true`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20357 }, "name": "hasPadding", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#show_tick Dashboard#show_tick}", "stability": "stable", "summary": "Whether to show a tick or not." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20363 }, "name": "showTick", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#text_align Dashboard#text_align}", "stability": "stable", "summary": "The alignment of the widget's text. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20369 }, "name": "textAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Valid values are `bottom`, `left`, `right`, `top`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#tick_edge Dashboard#tick_edge}", "stability": "stable", "summary": "When `tick = true`, a string indicating on which side of the widget the tick should be displayed." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20375 }, "name": "tickEdge", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#tick_pos Dashboard#tick_pos}", "stability": "stable", "summary": "When `tick = true`, a string with a percent sign indicating the position of the tick, for example: `tick_pos = \"50%\"` is centered alignment." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20381 }, "name": "tickPos", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#vertical_align Dashboard#vertical_align}", "stability": "stable", "summary": "The vertical alignment for the widget. Valid values are `center`, `top`, `bottom`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20387 }, "name": "verticalAlign", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetNoteDefinition" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetNoteDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetNoteDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20482 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20475 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20563 }, "name": "resetBackgroundColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20592 }, "name": "resetFontSize" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20608 }, "name": "resetHasPadding" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20624 }, "name": "resetShowTick" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20640 }, "name": "resetTextAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20656 }, "name": "resetTickEdge" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20672 }, "name": "resetTickPos" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20688 }, "name": "resetVerticalAlign" } ], "name": "DashboardWidgetGroupDefinitionWidgetNoteDefinitionOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20567 }, "name": "backgroundColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20580 }, "name": "contentInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20596 }, "name": "fontSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20612 }, "name": "hasPaddingInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20628 }, "name": "showTickInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20644 }, "name": "textAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20660 }, "name": "tickEdgeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20676 }, "name": "tickPosInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20692 }, "name": "verticalAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20557 }, "name": "backgroundColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20573 }, "name": "content", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20586 }, "name": "fontSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20602 }, "name": "hasPadding", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20618 }, "name": "showTick", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20634 }, "name": "textAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20650 }, "name": "tickEdge", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20666 }, "name": "tickPos", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20682 }, "name": "verticalAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20486 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetNoteDefinition" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetNoteDefinitionOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24317 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24307 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24553 }, "name": "putAlertGraphDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetAlertGraphDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24569 }, "name": "putAlertValueDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetAlertValueDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24585 }, "name": "putChangeDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24601 }, "name": "putCheckStatusDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetCheckStatusDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24617 }, "name": "putDistributionDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24633 }, "name": "putEventStreamDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetEventStreamDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24649 }, "name": "putEventTimelineDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetEventTimelineDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24665 }, "name": "putFreeTextDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetFreeTextDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24681 }, "name": "putGeomapDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24697 }, "name": "putHeatmapDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24713 }, "name": "putHostmapDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24729 }, "name": "putIframeDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetIframeDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24745 }, "name": "putImageDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetImageDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24761 }, "name": "putListStreamDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24777 }, "name": "putLogStreamDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetLogStreamDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24793 }, "name": "putManageStatusDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetManageStatusDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24809 }, "name": "putNoteDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetNoteDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24825 }, "name": "putPowerpackDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetPowerpackDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24841 }, "name": "putQueryTableDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24857 }, "name": "putQueryValueDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24873 }, "name": "putRunWorkflowDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24889 }, "name": "putScatterplotDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24905 }, "name": "putServiceLevelObjectiveDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetServiceLevelObjectiveDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24921 }, "name": "putServicemapDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetServicemapDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24937 }, "name": "putSloListDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSloListDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24953 }, "name": "putSplitGraphDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24969 }, "name": "putSunburstDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24985 }, "name": "putTimeseriesDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25001 }, "name": "putToplistDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25017 }, "name": "putTopologyMapDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTopologyMapDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25033 }, "name": "putTraceServiceDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTraceServiceDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25049 }, "name": "putTreemapDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25065 }, "name": "putWidgetLayout", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetWidgetLayout" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24556 }, "name": "resetAlertGraphDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24572 }, "name": "resetAlertValueDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24588 }, "name": "resetChangeDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24604 }, "name": "resetCheckStatusDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24620 }, "name": "resetDistributionDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24636 }, "name": "resetEventStreamDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24652 }, "name": "resetEventTimelineDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24668 }, "name": "resetFreeTextDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24684 }, "name": "resetGeomapDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24700 }, "name": "resetHeatmapDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24716 }, "name": "resetHostmapDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24732 }, "name": "resetIframeDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24748 }, "name": "resetImageDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24764 }, "name": "resetListStreamDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24780 }, "name": "resetLogStreamDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24796 }, "name": "resetManageStatusDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24812 }, "name": "resetNoteDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24828 }, "name": "resetPowerpackDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24844 }, "name": "resetQueryTableDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24860 }, "name": "resetQueryValueDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24876 }, "name": "resetRunWorkflowDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24892 }, "name": "resetScatterplotDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24908 }, "name": "resetServiceLevelObjectiveDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24924 }, "name": "resetServicemapDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24940 }, "name": "resetSloListDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24956 }, "name": "resetSplitGraphDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24972 }, "name": "resetSunburstDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24988 }, "name": "resetTimeseriesDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25004 }, "name": "resetToplistDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25020 }, "name": "resetTopologyMapDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25036 }, "name": "resetTraceServiceDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25052 }, "name": "resetTreemapDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25068 }, "name": "resetWidgetLayout" } ], "name": "DashboardWidgetGroupDefinitionWidgetOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24550 }, "name": "alertGraphDefinition", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetAlertGraphDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24566 }, "name": "alertValueDefinition", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetAlertValueDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24582 }, "name": "changeDefinition", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24598 }, "name": "checkStatusDefinition", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetCheckStatusDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24614 }, "name": "distributionDefinition", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24630 }, "name": "eventStreamDefinition", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetEventStreamDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24646 }, "name": "eventTimelineDefinition", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetEventTimelineDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24662 }, "name": "freeTextDefinition", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetFreeTextDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24678 }, "name": "geomapDefinition", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24694 }, "name": "heatmapDefinition", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24710 }, "name": "hostmapDefinition", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24544 }, "name": "id", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24726 }, "name": "iframeDefinition", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetIframeDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24742 }, "name": "imageDefinition", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetImageDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24758 }, "name": "listStreamDefinition", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24774 }, "name": "logStreamDefinition", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetLogStreamDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24790 }, "name": "manageStatusDefinition", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetManageStatusDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24806 }, "name": "noteDefinition", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetNoteDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24822 }, "name": "powerpackDefinition", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24838 }, "name": "queryTableDefinition", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24854 }, "name": "queryValueDefinition", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24870 }, "name": "runWorkflowDefinition", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24886 }, "name": "scatterplotDefinition", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24902 }, "name": "serviceLevelObjectiveDefinition", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24918 }, "name": "servicemapDefinition", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetServicemapDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24934 }, "name": "sloListDefinition", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSloListDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24950 }, "name": "splitGraphDefinition", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24966 }, "name": "sunburstDefinition", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24982 }, "name": "timeseriesDefinition", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24998 }, "name": "toplistDefinition", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25014 }, "name": "topologyMapDefinition", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25030 }, "name": "traceServiceDefinition", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTraceServiceDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25046 }, "name": "treemapDefinition", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25062 }, "name": "widgetLayout", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetWidgetLayoutOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24560 }, "name": "alertGraphDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetAlertGraphDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24576 }, "name": "alertValueDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetAlertValueDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24592 }, "name": "changeDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24608 }, "name": "checkStatusDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetCheckStatusDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24624 }, "name": "distributionDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24640 }, "name": "eventStreamDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetEventStreamDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24656 }, "name": "eventTimelineDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetEventTimelineDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24672 }, "name": "freeTextDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetFreeTextDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24688 }, "name": "geomapDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24704 }, "name": "heatmapDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24720 }, "name": "hostmapDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24736 }, "name": "iframeDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetIframeDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24752 }, "name": "imageDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetImageDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24768 }, "name": "listStreamDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24784 }, "name": "logStreamDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetLogStreamDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24800 }, "name": "manageStatusDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetManageStatusDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24816 }, "name": "noteDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetNoteDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24832 }, "name": "powerpackDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetPowerpackDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24848 }, "name": "queryTableDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24864 }, "name": "queryValueDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24880 }, "name": "runWorkflowDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24896 }, "name": "scatterplotDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24912 }, "name": "serviceLevelObjectiveDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetServiceLevelObjectiveDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24928 }, "name": "servicemapDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetServicemapDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24944 }, "name": "sloListDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSloListDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24960 }, "name": "splitGraphDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24976 }, "name": "sunburstDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24992 }, "name": "timeseriesDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25008 }, "name": "toplistDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25024 }, "name": "topologyMapDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTopologyMapDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25040 }, "name": "traceServiceDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTraceServiceDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25056 }, "name": "treemapDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25072 }, "name": "widgetLayoutInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetWidgetLayout" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 24321 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidget" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetPowerpackDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetPowerpackDefinition", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21181 }, "name": "DashboardWidgetGroupDefinitionWidgetPowerpackDefinition", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#powerpack_id Dashboard#powerpack_id}", "stability": "stable", "summary": "UUID of the associated powerpack." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21199 }, "name": "powerpackId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#background_color Dashboard#background_color}", "stability": "stable", "summary": "The background color of the powerpack title." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21187 }, "name": "backgroundColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#banner_img Dashboard#banner_img}", "stability": "stable", "summary": "URL of image to display as a banner for the powerpack." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21193 }, "name": "bannerImg", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#show_title Dashboard#show_title}", "stability": "stable", "summary": "Whether to show the title of the powerpack." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21205 }, "name": "showTitle", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#template_variables Dashboard#template_variables}", "stability": "stable", "summary": "template_variables block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21217 }, "name": "templateVariables", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariables" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title Dashboard#title}", "stability": "stable", "summary": "Title of the powerpack." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21211 }, "name": "title", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetPowerpackDefinition" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21291 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21284 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21428 }, "name": "putTemplateVariables", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariables" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21354 }, "name": "resetBackgroundColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21370 }, "name": "resetBannerImg" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21399 }, "name": "resetShowTitle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21431 }, "name": "resetTemplateVariables" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21415 }, "name": "resetTitle" } ], "name": "DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21425 }, "name": "templateVariables", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariablesOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21358 }, "name": "backgroundColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21374 }, "name": "bannerImgInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21387 }, "name": "powerpackIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21403 }, "name": "showTitleInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21435 }, "name": "templateVariablesInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariables" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21419 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21348 }, "name": "backgroundColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21364 }, "name": "bannerImg", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21380 }, "name": "powerpackId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21393 }, "name": "showTitle", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21409 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21295 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetPowerpackDefinition" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariables": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariables", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21060 }, "name": "DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariables", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#controlled_by_powerpack Dashboard#controlled_by_powerpack}", "stability": "stable", "summary": "controlled_by_powerpack block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21066 }, "name": "controlledByPowerpack", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariablesControlledByPowerpack" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#controlled_externally Dashboard#controlled_externally}", "stability": "stable", "summary": "controlled_externally block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21072 }, "name": "controlledExternally", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariablesControlledExternally" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariables" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariablesControlledByPowerpack": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariablesControlledByPowerpack", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20696 }, "name": "DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariablesControlledByPowerpack", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of the variable." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20702 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#values Dashboard#values}", "stability": "stable", "summary": "One or many template variable values within the saved view, which will be unioned together using `OR` if more than one is specified." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20714 }, "name": "values", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#prefix Dashboard#prefix}", "stability": "stable", "summary": "The tag prefix associated with the variable. Only tags with this prefix appear in the variable dropdown." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20708 }, "name": "prefix", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariablesControlledByPowerpack" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariablesControlledByPowerpackList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariablesControlledByPowerpackList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20867 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20859 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20874 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariablesControlledByPowerpackOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariablesControlledByPowerpackList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20867 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20867 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20867 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20860 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariablesControlledByPowerpack" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariablesControlledByPowerpackList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariablesControlledByPowerpackOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariablesControlledByPowerpackOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20770 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20760 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20837 }, "name": "resetPrefix" } ], "name": "DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariablesControlledByPowerpackOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20825 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20841 }, "name": "prefixInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20854 }, "name": "valuesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20818 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20831 }, "name": "prefix", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20847 }, "name": "values", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20774 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariablesControlledByPowerpack" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariablesControlledByPowerpackOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariablesControlledExternally": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariablesControlledExternally", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20878 }, "name": "DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariablesControlledExternally", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of the variable." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20884 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#values Dashboard#values}", "stability": "stable", "summary": "One or many template variable values within the saved view, which will be unioned together using `OR` if more than one is specified." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20896 }, "name": "values", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#prefix Dashboard#prefix}", "stability": "stable", "summary": "The tag prefix associated with the variable. Only tags with this prefix appear in the variable dropdown." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20890 }, "name": "prefix", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariablesControlledExternally" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariablesControlledExternallyList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariablesControlledExternallyList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21049 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21041 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21056 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariablesControlledExternallyOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariablesControlledExternallyList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21049 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21049 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21049 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21042 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariablesControlledExternally" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariablesControlledExternallyList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariablesControlledExternallyOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariablesControlledExternallyOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20952 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20942 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21019 }, "name": "resetPrefix" } ], "name": "DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariablesControlledExternallyOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21007 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21023 }, "name": "prefixInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21036 }, "name": "valuesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21000 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21013 }, "name": "prefix", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21029 }, "name": "values", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 20956 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariablesControlledExternally" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariablesControlledExternallyOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariablesOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariablesOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21118 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21111 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21154 }, "name": "putControlledByPowerpack", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariablesControlledByPowerpack" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21170 }, "name": "putControlledExternally", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariablesControlledExternally" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21157 }, "name": "resetControlledByPowerpack" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21173 }, "name": "resetControlledExternally" } ], "name": "DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariablesOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21151 }, "name": "controlledByPowerpack", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariablesControlledByPowerpackList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21167 }, "name": "controlledExternally", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariablesControlledExternallyList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21161 }, "name": "controlledByPowerpackInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariablesControlledByPowerpack" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21177 }, "name": "controlledExternallyInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariablesControlledExternally" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21122 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariables" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariablesOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinition", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8253 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinition", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_link Dashboard#custom_link}", "stability": "stable", "summary": "custom_link block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8289 }, "name": "customLink", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#has_search_bar Dashboard#has_search_bar}", "stability": "stable", "summary": "Controls the display of the search bar. Valid values are `always`, `never`, `auto`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8259 }, "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`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#live_span Dashboard#live_span}", "stability": "stable", "summary": "The timeframe to use when displaying the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8265 }, "name": "liveSpan", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#request Dashboard#request}", "stability": "stable", "summary": "request block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8295 }, "name": "request", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequest" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title Dashboard#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8271 }, "name": "title", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_align Dashboard#title_align}", "stability": "stable", "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8277 }, "name": "titleAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_size Dashboard#title_size}", "stability": "stable", "summary": "The size of the widget's title (defaults to 16)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8283 }, "name": "titleSize", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinition" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionCustomLink": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionCustomLink", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21439 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionCustomLink", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_hidden Dashboard#is_hidden}", "stability": "stable", "summary": "The flag for toggling context menu link visibility." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21445 }, "name": "isHidden", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "The label for the custom link URL." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21451 }, "name": "label", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#link Dashboard#link}", "stability": "stable", "summary": "The URL of the custom link." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21457 }, "name": "link", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#override_label Dashboard#override_label}", "stability": "stable", "summary": "The label ID that refers to a context menu link item." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21463 }, "name": "overrideLabel", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionCustomLink" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionCustomLinkList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionCustomLinkList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21651 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21643 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21658 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionCustomLinkOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionCustomLinkList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21651 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21651 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21651 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21644 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionCustomLink" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionCustomLinkList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionCustomLinkOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionCustomLinkOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21526 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21516 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21586 }, "name": "resetIsHidden" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21602 }, "name": "resetLabel" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21618 }, "name": "resetLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21634 }, "name": "resetOverrideLabel" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionCustomLinkOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21590 }, "name": "isHiddenInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21606 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21622 }, "name": "linkInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21638 }, "name": "overrideLabelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21580 }, "name": "isHidden", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21596 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21612 }, "name": "link", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21628 }, "name": "overrideLabel", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21530 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionCustomLink" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionCustomLinkOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8376 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8369 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8522 }, "name": "putCustomLink", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionCustomLink" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8538 }, "name": "putRequest", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequest" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8525 }, "name": "resetCustomLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8445 }, "name": "resetHasSearchBar" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8461 }, "name": "resetLiveSpan" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8541 }, "name": "resetRequest" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8477 }, "name": "resetTitle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8493 }, "name": "resetTitleAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8509 }, "name": "resetTitleSize" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8519 }, "name": "customLink", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionCustomLinkList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8535 }, "name": "request", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8529 }, "name": "customLinkInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8449 }, "name": "hasSearchBarInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8465 }, "name": "liveSpanInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8545 }, "name": "requestInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequest" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8497 }, "name": "titleAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8481 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8513 }, "name": "titleSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8439 }, "name": "hasSearchBar", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8455 }, "name": "liveSpan", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8471 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8487 }, "name": "titleAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8503 }, "name": "titleSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8380 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinition" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequest": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequest", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 7610 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequest", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregator to use for time aggregation. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 7616 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#alias Dashboard#alias}", "stability": "stable", "summary": "The alias for the column name (defaults to metric name)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 7622 }, "name": "alias", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_query Dashboard#apm_query}", "stability": "stable", "summary": "apm_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 7652 }, "name": "apmQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_stats_query Dashboard#apm_stats_query}", "stability": "stable", "summary": "apm_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 7658 }, "name": "apmStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cell_display_mode Dashboard#cell_display_mode}", "stability": "stable", "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 7628 }, "name": "cellDisplayMode", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#conditional_formats Dashboard#conditional_formats}", "stability": "stable", "summary": "conditional_formats block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 7664 }, "name": "conditionalFormats", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormats" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#formula Dashboard#formula}", "stability": "stable", "summary": "formula block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 7670 }, "name": "formula", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormula" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The number of lines to show in the table." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 7634 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#log_query Dashboard#log_query}", "stability": "stable", "summary": "log_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 7676 }, "name": "logQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "The sort order for the rows. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 7640 }, "name": "order", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#process_query Dashboard#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 7682 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#q Dashboard#q}", "stability": "stable", "summary": "The metric query to use for this widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 7646 }, "name": "q", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 7688 }, "name": "query", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuery" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#rum_query Dashboard#rum_query}", "stability": "stable", "summary": "rum_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 7694 }, "name": "rumQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#security_query Dashboard#security_query}", "stability": "stable", "summary": "security_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 7700 }, "name": "securityQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#text_formats Dashboard#text_formats}", "stability": "stable", "summary": "text_formats block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 7706 }, "name": "textFormats", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormats" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequest" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22338 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22344 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22356 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22362 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22368 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22350 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21662 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21668 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21674 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21680 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21733 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21726 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21791 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21807 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21779 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21795 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21811 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21772 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21785 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21801 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21737 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21965 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21971 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21977 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21983 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22142 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22134 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22149 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22142 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22142 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22142 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22135 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22039 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22029 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22122 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22093 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22109 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22125 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22119 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22097 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22113 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22129 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22087 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22103 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22043 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21815 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21821 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21833 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21827 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21886 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21879 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21944 }, "name": "resetFacet" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21932 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21948 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21961 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21925 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21938 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21954 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 21890 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22153 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22159 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22165 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22171 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22327 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22319 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22334 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22327 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22327 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22327 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22320 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22227 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22217 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22294 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22310 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22282 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22298 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22314 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22275 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22288 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22304 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22231 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22435 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22428 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22518 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22534 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22550 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22521 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22537 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22553 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22505 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22515 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22531 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22547 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22525 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22541 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22493 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22557 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22509 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22486 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22499 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22439 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQuery" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22781 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#env Dashboard#env}", "stability": "stable", "summary": "The environment name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22787 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The operation name associated with the service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22793 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag Dashboard#primary_tag}", "stability": "stable", "summary": "The organization's host group name and value." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22799 }, "name": "primaryTag", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#row_type Dashboard#row_type}", "stability": "stable", "summary": "The level of detail for the request. Valid values are `service`, `resource`, `span`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22811 }, "name": "rowType", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#service Dashboard#service}", "stability": "stable", "summary": "The service name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22817 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#columns Dashboard#columns}", "stability": "stable", "summary": "columns block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22823 }, "name": "columns", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryColumns" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#resource Dashboard#resource}", "stability": "stable", "summary": "The resource name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22805 }, "name": "resource", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryColumns": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryColumns", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22561 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryColumns", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The column name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22579 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#alias Dashboard#alias}", "stability": "stable", "summary": "A user-assigned alias for the column." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22567 }, "name": "alias", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cell_display_mode Dashboard#cell_display_mode}", "stability": "stable", "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22573 }, "name": "cellDisplayMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22585 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryColumns" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryColumnsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryColumnsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22770 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22762 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22777 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryColumnsOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryColumnsList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22770 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22770 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22770 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22763 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryColumns" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryColumnsList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryColumnsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryColumnsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22648 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22638 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22708 }, "name": "resetAlias" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22724 }, "name": "resetCellDisplayMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22753 }, "name": "resetOrder" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryColumnsOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22712 }, "name": "aliasInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22728 }, "name": "cellDisplayModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22741 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22757 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22702 }, "name": "alias", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22718 }, "name": "cellDisplayMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22734 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22747 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22652 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryColumns" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryColumnsOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22904 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22897 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23051 }, "name": "putColumns", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryColumns" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23054 }, "name": "resetColumns" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23012 }, "name": "resetResource" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23048 }, "name": "columns", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryColumnsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23058 }, "name": "columnsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryColumns" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22974 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22987 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23000 }, "name": "primaryTagInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23016 }, "name": "resourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23029 }, "name": "rowTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23042 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22967 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22980 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22993 }, "name": "primaryTag", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23006 }, "name": "resource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23022 }, "name": "rowType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23035 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 22908 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQuery" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormats": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormats", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23062 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormats", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#comparator Dashboard#comparator}", "stability": "stable", "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23068 }, "name": "comparator", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "The color palette to apply." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23104 }, "name": "palette", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#value Dashboard#value}", "stability": "stable", "summary": "A value for the comparator." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23116 }, "name": "value", "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}", "stability": "stable", "summary": "The color palette to apply to the background, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23074 }, "name": "customBgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}", "stability": "stable", "summary": "The color palette to apply to the foreground, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23080 }, "name": "customFgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#hide_value Dashboard#hide_value}", "stability": "stable", "summary": "Setting this to True hides values." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23086 }, "name": "hideValue", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#image_url Dashboard#image_url}", "stability": "stable", "summary": "Displays an image as the background." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23092 }, "name": "imageUrl", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The metric from the request to correlate with this conditional format." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23098 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#timeframe Dashboard#timeframe}", "stability": "stable", "summary": "Defines the displayed timeframe." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23110 }, "name": "timeframe", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormats" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormatsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormatsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23440 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23432 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23447 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormatsOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormatsList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23440 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23440 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23440 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23433 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormats" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormatsList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormatsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormatsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23214 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23204 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23317 }, "name": "resetCustomBgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23333 }, "name": "resetCustomFgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23349 }, "name": "resetHideValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23365 }, "name": "resetImageUrl" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23381 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23410 }, "name": "resetTimeframe" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormatsOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23305 }, "name": "comparatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23321 }, "name": "customBgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23337 }, "name": "customFgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23353 }, "name": "hideValueInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23369 }, "name": "imageUrlInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23385 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23398 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23414 }, "name": "timeframeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23427 }, "name": "valueInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23298 }, "name": "comparator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23311 }, "name": "customBgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23327 }, "name": "customFgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23343 }, "name": "hideValue", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23359 }, "name": "imageUrl", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23375 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23391 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23404 }, "name": "timeframe", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23420 }, "name": "value", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23218 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormats" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormatsOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormula": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormula", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 484 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormula", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#formula_expression Dashboard#formula_expression}", "stability": "stable", "summary": "A string expression built from queries, formulas, and functions." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 502 }, "name": "formulaExpression", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#alias Dashboard#alias}", "stability": "stable", "summary": "An expression alias." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 490 }, "name": "alias", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cell_display_mode Dashboard#cell_display_mode}", "stability": "stable", "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 496 }, "name": "cellDisplayMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cell_display_mode_options Dashboard#cell_display_mode_options}", "stability": "stable", "summary": "cell_display_mode_options block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 508 }, "name": "cellDisplayModeOptions", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptions" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#conditional_formats Dashboard#conditional_formats}", "stability": "stable", "summary": "conditional_formats block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 514 }, "name": "conditionalFormats", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "limit block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 520 }, "name": "limit", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaLimit" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#number_format Dashboard#number_format}", "stability": "stable", "summary": "number_format block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 526 }, "name": "numberFormat", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormat" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#style Dashboard#style}", "stability": "stable", "summary": "style block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 532 }, "name": "style", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaStyle" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormula" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptions": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptions", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23451 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptions", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#trend_type Dashboard#trend_type}", "stability": "stable", "summary": "The type of trend line to display. Valid values are `area`, `line`, `bars`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23457 }, "name": "trendType", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#y_scale Dashboard#y_scale}", "stability": "stable", "summary": "The scale of the y-axis. Valid values are `shared`, `independent`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23463 }, "name": "yScale", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptions" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptionsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptionsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23509 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23502 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23548 }, "name": "resetTrendType" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23564 }, "name": "resetYScale" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptionsOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23552 }, "name": "trendTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23568 }, "name": "yScaleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23542 }, "name": "trendType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23558 }, "name": "yScale", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23513 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptions" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptionsOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaConditionalFormats": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaConditionalFormats", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23572 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaConditionalFormats", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#comparator Dashboard#comparator}", "stability": "stable", "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23578 }, "name": "comparator", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "The color palette to apply." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23614 }, "name": "palette", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#value Dashboard#value}", "stability": "stable", "summary": "A value for the comparator." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23626 }, "name": "value", "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}", "stability": "stable", "summary": "The color palette to apply to the background, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23584 }, "name": "customBgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}", "stability": "stable", "summary": "The color palette to apply to the foreground, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23590 }, "name": "customFgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#hide_value Dashboard#hide_value}", "stability": "stable", "summary": "Setting this to True hides values." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23596 }, "name": "hideValue", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#image_url Dashboard#image_url}", "stability": "stable", "summary": "Displays an image as the background." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23602 }, "name": "imageUrl", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The metric from the request to correlate with this conditional format." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23608 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#timeframe Dashboard#timeframe}", "stability": "stable", "summary": "Defines the displayed timeframe." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23620 }, "name": "timeframe", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaConditionalFormats" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaConditionalFormatsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaConditionalFormatsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23950 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23942 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23957 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaConditionalFormatsOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaConditionalFormatsList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23950 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23950 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23950 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23943 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaConditionalFormatsList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaConditionalFormatsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaConditionalFormatsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23724 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23714 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23827 }, "name": "resetCustomBgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23843 }, "name": "resetCustomFgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23859 }, "name": "resetHideValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23875 }, "name": "resetImageUrl" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23891 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23920 }, "name": "resetTimeframe" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaConditionalFormatsOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23815 }, "name": "comparatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23831 }, "name": "customBgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23847 }, "name": "customFgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23863 }, "name": "hideValueInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23879 }, "name": "imageUrlInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23895 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23908 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23924 }, "name": "timeframeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23937 }, "name": "valueInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23808 }, "name": "comparator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23821 }, "name": "customBgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23837 }, "name": "customFgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23853 }, "name": "hideValue", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23869 }, "name": "imageUrl", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23885 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23901 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23914 }, "name": "timeframe", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23930 }, "name": "value", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23728 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaConditionalFormats" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaConditionalFormatsOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaLimit": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaLimit", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23961 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaLimit", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#count Dashboard#count}", "stability": "stable", "summary": "The number of results to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23967 }, "name": "count", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 23973 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaLimit" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaLimitOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaLimitOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 24019 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 24012 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 24058 }, "name": "resetCount" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 24074 }, "name": "resetOrder" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaLimitOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 24062 }, "name": "countInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 24078 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 24052 }, "name": "count", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 24068 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 24023 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaLimit" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaLimitOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 833 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 825 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 840 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 833 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 833 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 833 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 826 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormula" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormat": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormat", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 245 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormat", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit Dashboard#unit}", "stability": "stable", "summary": "unit block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 251 }, "name": "unit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnit" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_scale Dashboard#unit_scale}", "stability": "stable", "summary": "unit_scale block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 257 }, "name": "unitScale", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScale" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormat" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 303 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 296 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 339 }, "name": "putUnit", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnit" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 352 }, "name": "putUnitScale", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScale" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 355 }, "name": "resetUnitScale" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 336 }, "name": "unit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 349 }, "name": "unitScale", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScaleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 343 }, "name": "unitInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnit" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 359 }, "name": "unitScaleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScale" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 307 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormat" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnit": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnit", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 43 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnit", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#canonical Dashboard#canonical}", "stability": "stable", "summary": "canonical block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 49 }, "name": "canonical", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom Dashboard#custom}", "stability": "stable", "summary": "custom block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 55 }, "name": "custom", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustom" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnit" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 24082 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_name Dashboard#unit_name}", "stability": "stable", "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 24094 }, "name": "unitName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#per_unit_name Dashboard#per_unit_name}", "stability": "stable", "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 24088 }, "name": "perUnitName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 24140 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 24133 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 24179 }, "name": "resetPerUnitName" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 24183 }, "name": "perUnitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 24196 }, "name": "unitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 24173 }, "name": "perUnitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 24189 }, "name": "unitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 24144 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustom": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustom", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 24200 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustom", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "Unit label." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 24206 }, "name": "label", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustom" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustomOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 24245 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 24238 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustomOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 24279 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 24272 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs800.ts", "line": 24249 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustom" } } ], "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustomOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 101 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 94 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 137 }, "name": "putCanonical", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 153 }, "name": "putCustom", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustom" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 140 }, "name": "resetCanonical" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 156 }, "name": "resetCustom" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 134 }, "name": "canonical", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 150 }, "name": "custom", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustomOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 144 }, "name": "canonicalInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 160 }, "name": "customInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustom" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 105 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnit" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScale": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScale", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 164 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScale", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_name Dashboard#unit_name}." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 168 }, "name": "unitName", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScale" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScaleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 207 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 200 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScaleOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 241 }, "name": "unitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 234 }, "name": "unitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 211 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScale" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScaleOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 623 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 613 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 749 }, "name": "putCellDisplayModeOptions", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptions" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 765 }, "name": "putConditionalFormats", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 781 }, "name": "putLimit", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaLimit" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 797 }, "name": "putNumberFormat", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormat" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 813 }, "name": "putStyle", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaStyle" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 707 }, "name": "resetAlias" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 723 }, "name": "resetCellDisplayMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 752 }, "name": "resetCellDisplayModeOptions" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 768 }, "name": "resetConditionalFormats" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 784 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 800 }, "name": "resetNumberFormat" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 816 }, "name": "resetStyle" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 746 }, "name": "cellDisplayModeOptions", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptionsOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 762 }, "name": "conditionalFormats", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaConditionalFormatsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 778 }, "name": "limit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaLimitOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 794 }, "name": "numberFormat", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 810 }, "name": "style", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaStyleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 711 }, "name": "aliasInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 727 }, "name": "cellDisplayModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 756 }, "name": "cellDisplayModeOptionsInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptions" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 772 }, "name": "conditionalFormatsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 740 }, "name": "formulaExpressionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 788 }, "name": "limitInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaLimit" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 804 }, "name": "numberFormatInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormat" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 820 }, "name": "styleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaStyle" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 701 }, "name": "alias", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 717 }, "name": "cellDisplayMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 733 }, "name": "formulaExpression", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 627 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormula" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaStyle": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaStyle", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 363 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaStyle", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "The color palette used to display the formula." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 369 }, "name": "palette", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette_index Dashboard#palette_index}", "stability": "stable", "summary": "Index specifying which color to use within the palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 375 }, "name": "paletteIndex", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaStyle" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaStyleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaStyleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 421 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 414 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 460 }, "name": "resetPalette" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 476 }, "name": "resetPaletteIndex" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaStyleOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 480 }, "name": "paletteIndexInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 464 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 454 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 470 }, "name": "paletteIndex", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 425 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaStyle" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaStyleOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8242 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8234 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8249 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8242 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8242 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8242 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8235 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequest" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1520 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1526 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1538 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1544 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1550 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1532 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 844 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 850 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 856 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 862 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 915 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 908 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 973 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 989 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 961 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 977 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 993 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 954 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 967 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 983 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 919 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1147 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1153 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1159 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1165 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1324 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1316 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1331 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1324 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1324 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1324 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1317 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1221 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1211 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1304 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1275 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1291 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1307 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1301 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1279 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1295 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1311 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1269 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1285 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1225 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 997 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1003 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1015 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1009 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1068 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1061 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1126 }, "name": "resetFacet" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1114 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1130 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1143 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1107 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1120 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1136 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1072 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1335 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1341 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1347 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1353 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1509 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1501 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1516 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1509 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1509 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1509 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1502 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1409 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1399 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1476 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1492 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1464 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1480 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1496 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1457 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1470 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1486 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1413 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1617 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1610 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1700 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1716 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1732 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1703 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1719 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1735 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1687 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1697 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1713 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1729 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1707 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1723 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1675 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1739 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1691 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1668 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1681 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1621 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.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" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 7843 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8078 }, "name": "putApmQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8094 }, "name": "putApmStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8110 }, "name": "putConditionalFormats", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormats" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8126 }, "name": "putFormula", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormula" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8142 }, "name": "putLogQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8158 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8174 }, "name": "putQuery", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuery" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8190 }, "name": "putRumQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8206 }, "name": "putSecurityQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8222 }, "name": "putTextFormats", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormats" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 7985 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8001 }, "name": "resetAlias" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8081 }, "name": "resetApmQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8097 }, "name": "resetApmStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8017 }, "name": "resetCellDisplayMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8113 }, "name": "resetConditionalFormats" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8129 }, "name": "resetFormula" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8033 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8145 }, "name": "resetLogQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8049 }, "name": "resetOrder" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8161 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8065 }, "name": "resetQ" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8177 }, "name": "resetQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8193 }, "name": "resetRumQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8209 }, "name": "resetSecurityQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8225 }, "name": "resetTextFormats" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8075 }, "name": "apmQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8091 }, "name": "apmStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8107 }, "name": "conditionalFormats", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormatsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8123 }, "name": "formula", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8139 }, "name": "logQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8155 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8171 }, "name": "query", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8187 }, "name": "rumQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8203 }, "name": "securityQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8219 }, "name": "textFormats", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 7989 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8005 }, "name": "aliasInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8085 }, "name": "apmQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8101 }, "name": "apmStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8021 }, "name": "cellDisplayModeInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8117 }, "name": "conditionalFormatsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormats" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8133 }, "name": "formulaInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormula" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8037 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8149 }, "name": "logQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8053 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8165 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8069 }, "name": "qInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8181 }, "name": "queryInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuery" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8197 }, "name": "rumQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8213 }, "name": "securityQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8229 }, "name": "textFormatsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormats" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 7979 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 7995 }, "name": "alias", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8011 }, "name": "cellDisplayMode", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8027 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8043 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8059 }, "name": "q", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 7857 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequest" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1743 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestProcessQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "Your chosen metric." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1761 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#filter_by Dashboard#filter_by}", "stability": "stable", "summary": "A list of processes." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1749 }, "name": "filterBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The max number of items in the filter list." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1755 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_by Dashboard#search_by}", "stability": "stable", "summary": "Your chosen search term." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1767 }, "name": "searchBy", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestProcessQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1827 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1820 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1878 }, "name": "resetFilterBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1894 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1923 }, "name": "resetSearchBy" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestProcessQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1882 }, "name": "filterByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1898 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1911 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1927 }, "name": "searchByInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1872 }, "name": "filterBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1888 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1904 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1917 }, "name": "searchBy", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1831 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestProcessQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestProcessQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4846 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_dependency_stats_query Dashboard#apm_dependency_stats_query}", "stability": "stable", "summary": "apm_dependency_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4852 }, "name": "apmDependencyStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_resource_stats_query Dashboard#apm_resource_stats_query}", "stability": "stable", "summary": "apm_resource_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4858 }, "name": "apmResourceStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmResourceStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cloud_cost_query Dashboard#cloud_cost_query}", "stability": "stable", "summary": "cloud_cost_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4864 }, "name": "cloudCostQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryCloudCostQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#event_query Dashboard#event_query}", "stability": "stable", "summary": "event_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4870 }, "name": "eventQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric_query Dashboard#metric_query}", "stability": "stable", "summary": "metric_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4876 }, "name": "metricQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryMetricQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#process_query Dashboard#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4882 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_query Dashboard#slo_query}", "stability": "stable", "summary": "slo_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4888 }, "name": "sloQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuerySloQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1931 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1943 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#env Dashboard#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1949 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1961 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#operation_name Dashboard#operation_name}", "stability": "stable", "summary": "Name of operation on service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1967 }, "name": "operationName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#resource_name Dashboard#resource_name}", "stability": "stable", "summary": "APM resource." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1985 }, "name": "resourceName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#service Dashboard#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1991 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#stat Dashboard#stat}", "stability": "stable", "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1997 }, "name": "stat", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1937 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_upstream Dashboard#is_upstream}", "stability": "stable", "summary": "Determines whether stats for upstream or downstream dependencies should be queried." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1955 }, "name": "isUpstream", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}", "stability": "stable", "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1973 }, "name": "primaryTagName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}", "stability": "stable", "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 1979 }, "name": "primaryTagValue", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 2106 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 2099 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 2199 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 2241 }, "name": "resetIsUpstream" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 2283 }, "name": "resetPrimaryTagName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 2299 }, "name": "resetPrimaryTagValue" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 2203 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 2216 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 2229 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 2245 }, "name": "isUpstreamInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 2258 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 2271 }, "name": "operationNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 2287 }, "name": "primaryTagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 2303 }, "name": "primaryTagValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 2316 }, "name": "resourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 2329 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 2342 }, "name": "statInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 2193 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 2209 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 2222 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 2235 }, "name": "isUpstream", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 2251 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 2264 }, "name": "operationName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 2277 }, "name": "primaryTagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 2293 }, "name": "primaryTagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 2309 }, "name": "resourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 2322 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 2335 }, "name": "stat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 2110 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmResourceStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmResourceStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 2346 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmResourceStatsQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 2358 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#env Dashboard#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 2364 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 2376 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#service Dashboard#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 2406 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#stat Dashboard#stat}", "stability": "stable", "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 2412 }, "name": "stat", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 2352 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "Array of fields to group results by." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 2370 }, "name": "groupBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#operation_name Dashboard#operation_name}", "stability": "stable", "summary": "Name of operation on service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 2382 }, "name": "operationName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}", "stability": "stable", "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 2388 }, "name": "primaryTagName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}", "stability": "stable", "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 2394 }, "name": "primaryTagValue", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#resource_name Dashboard#resource_name}", "stability": "stable", "summary": "APM resource." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 2400 }, "name": "resourceName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmResourceStatsQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmResourceStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmResourceStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 2521 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 2514 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 2614 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 2656 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 2685 }, "name": "resetOperationName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 2701 }, "name": "resetPrimaryTagName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 2717 }, "name": "resetPrimaryTagValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 2733 }, "name": "resetResourceName" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmResourceStatsQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 2618 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 2631 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 2644 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 2660 }, "name": "groupByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 2673 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 2689 }, "name": "operationNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 2705 }, "name": "primaryTagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 2721 }, "name": "primaryTagValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 2737 }, "name": "resourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 2750 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 2763 }, "name": "statInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 2608 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 2624 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 2637 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 2650 }, "name": "groupBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 2666 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 2679 }, "name": "operationName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 2695 }, "name": "primaryTagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 2711 }, "name": "primaryTagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 2727 }, "name": "resourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 2743 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 2756 }, "name": "stat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 2525 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmResourceStatsQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmResourceStatsQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryCloudCostQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryCloudCostQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 2767 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryCloudCostQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 2785 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 2791 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The cloud cost query definition." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 2797 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 2773 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 2779 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryCloudCostQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryCloudCostQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryCloudCostQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 2864 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 2857 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 2921 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 2937 }, "name": "resetCrossOrgUuids" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryCloudCostQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 2925 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 2941 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 2954 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 2967 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 2980 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 2915 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 2931 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 2947 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 2960 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 2973 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 2868 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryCloudCostQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryCloudCostQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3590 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute Dashboard#compute}", "stability": "stable", "summary": "compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3626 }, "name": "compute", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for event platform-based queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3602 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3614 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3596 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3632 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#indexes Dashboard#indexes}", "stability": "stable", "summary": "An array of index names to query in the stream." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3608 }, "name": "indexes", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search Dashboard#search}", "stability": "stable", "summary": "search block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3638 }, "name": "search", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuerySearch" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#storage Dashboard#storage}", "stability": "stable", "summary": "Storage location (private beta)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3620 }, "name": "storage", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 2984 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation methods for event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 2990 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "A time interval in milliseconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 2996 }, "name": "interval", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The measurable attribute to compute." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3002 }, "name": "metric", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3158 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3150 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3165 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3158 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3158 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3158 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3151 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3058 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3048 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3125 }, "name": "resetInterval" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3141 }, "name": "resetMetric" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3113 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3129 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3145 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3106 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3119 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3135 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3062 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3322 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The event facet." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3328 }, "name": "facet", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The number of groups to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3334 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort Dashboard#sort}", "stability": "stable", "summary": "sort block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3340 }, "name": "sort", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySort" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3496 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3488 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3503 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3496 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3496 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3496 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3489 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3396 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3386 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3476 }, "name": "putSort", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySort" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3463 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3479 }, "name": "resetSort" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3473 }, "name": "sort", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySortOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3451 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3467 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3483 }, "name": "sortInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySort" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3444 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3457 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3400 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySort": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySort", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3169 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySort", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation methods for the event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3175 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The metric used for sorting group by results." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3181 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Direction of sort. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3187 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySort" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySortOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySortOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3240 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3233 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3298 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3314 }, "name": "resetOrder" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySortOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3286 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3302 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3318 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3279 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3292 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3308 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3244 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySort" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySortOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3726 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3719 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3872 }, "name": "putCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3885 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3901 }, "name": "putSearch", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuerySearch" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3801 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3888 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3830 }, "name": "resetIndexes" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3904 }, "name": "resetSearch" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3859 }, "name": "resetStorage" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3869 }, "name": "compute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3882 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3898 }, "name": "search", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuerySearchOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3876 }, "name": "computeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3805 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3818 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3892 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3834 }, "name": "indexesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3847 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3908 }, "name": "searchInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuerySearch" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3863 }, "name": "storageInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3795 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3811 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3824 }, "name": "indexes", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3840 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3853 }, "name": "storage", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3730 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuerySearch": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuerySearch", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3507 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuerySearch", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The events search string." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3513 }, "name": "query", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuerySearch" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuerySearchOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuerySearchOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3552 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3545 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuerySearchOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3586 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3579 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3556 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuerySearch" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuerySearchOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5163 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5155 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5170 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5163 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5163 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5163 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5156 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuery" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryMetricQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryMetricQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3912 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryMetricQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3936 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The metrics query definition." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3942 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3918 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3924 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for metrics queries. Defaults to `\"metrics\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 3930 }, "name": "dataSource", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryMetricQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryMetricQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryMetricQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4009 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4002 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4066 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4082 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4098 }, "name": "resetDataSource" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryMetricQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4070 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4086 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4102 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4115 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4128 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4060 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4076 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4092 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4108 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4121 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4013 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryMetricQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryMetricQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4972 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4962 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5047 }, "name": "putApmDependencyStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5063 }, "name": "putApmResourceStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmResourceStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5079 }, "name": "putCloudCostQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryCloudCostQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5095 }, "name": "putEventQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5111 }, "name": "putMetricQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryMetricQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5127 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5143 }, "name": "putSloQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuerySloQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5050 }, "name": "resetApmDependencyStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5066 }, "name": "resetApmResourceStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5082 }, "name": "resetCloudCostQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5098 }, "name": "resetEventQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5114 }, "name": "resetMetricQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5130 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5146 }, "name": "resetSloQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5044 }, "name": "apmDependencyStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5060 }, "name": "apmResourceStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmResourceStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5076 }, "name": "cloudCostQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryCloudCostQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5092 }, "name": "eventQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5108 }, "name": "metricQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryMetricQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5124 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5140 }, "name": "sloQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuerySloQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5054 }, "name": "apmDependencyStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5070 }, "name": "apmResourceStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmResourceStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5086 }, "name": "cloudCostQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryCloudCostQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5102 }, "name": "eventQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5118 }, "name": "metricQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryMetricQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5134 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5150 }, "name": "sloQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuerySloQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4976 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuery" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4132 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryProcessQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for process queries. Valid values are `process`, `container`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4150 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The process metric name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4168 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4174 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4138 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4144 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_normalized_cpu Dashboard#is_normalized_cpu}", "stability": "stable", "summary": "Whether to normalize the CPU percentages." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4156 }, "name": "isNormalizedCpu", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The number of hits to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4162 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort Dashboard#sort}", "stability": "stable", "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4180 }, "name": "sort", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#tag_filters Dashboard#tag_filters}", "stability": "stable", "summary": "An array of tags to filter by." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4186 }, "name": "tagFilters", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#text_filter Dashboard#text_filter}", "stability": "stable", "summary": "The text to use as a filter." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4192 }, "name": "textFilter", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryProcessQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4294 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4287 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4381 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4397 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4426 }, "name": "resetIsNormalizedCpu" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4442 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4484 }, "name": "resetSort" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4500 }, "name": "resetTagFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4516 }, "name": "resetTextFilter" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryProcessQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4385 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4401 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4414 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4430 }, "name": "isNormalizedCpuInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4446 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4459 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4472 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4488 }, "name": "sortInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4504 }, "name": "tagFiltersInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4520 }, "name": "textFilterInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4375 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4391 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4407 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4420 }, "name": "isNormalizedCpu", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4436 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4452 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4465 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4478 }, "name": "sort", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4494 }, "name": "tagFilters", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4510 }, "name": "textFilter", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4298 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryProcessQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryProcessQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuerySloQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuerySloQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4524 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuerySloQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for SLO queries. Valid values are `slo`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4542 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#measure Dashboard#measure}", "stability": "stable", "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4554 }, "name": "measure", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_id Dashboard#slo_id}", "stability": "stable", "summary": "ID of an SLO to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4566 }, "name": "sloId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#additional_query_filters Dashboard#additional_query_filters}", "stability": "stable", "summary": "Additional filters applied to the SLO query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4530 }, "name": "additionalQueryFilters", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4536 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_mode Dashboard#group_mode}", "stability": "stable", "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4548 }, "name": "groupMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4560 }, "name": "name", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_query_type Dashboard#slo_query_type}", "stability": "stable", "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4572 }, "name": "sloQueryType", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuerySloQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuerySloQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuerySloQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4660 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4653 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4735 }, "name": "resetAdditionalQueryFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4751 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4780 }, "name": "resetGroupMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4809 }, "name": "resetName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4838 }, "name": "resetSloQueryType" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuerySloQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4739 }, "name": "additionalQueryFiltersInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4755 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4768 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4784 }, "name": "groupModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4797 }, "name": "measureInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4813 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4826 }, "name": "sloIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4842 }, "name": "sloQueryTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4729 }, "name": "additionalQueryFilters", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4745 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4761 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4774 }, "name": "groupMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4790 }, "name": "measure", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4803 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4819 }, "name": "sloId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4832 }, "name": "sloQueryType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 4664 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuerySloQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuerySloQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5850 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5856 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5868 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5874 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5880 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5862 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5174 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5180 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5186 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5192 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5245 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5238 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5303 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5319 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5291 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5307 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5323 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5284 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5297 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5313 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5249 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5477 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5483 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5489 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5495 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5654 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5646 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5661 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5654 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5654 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5654 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5647 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5551 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5541 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5634 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5605 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5621 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5637 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5631 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5609 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5625 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5641 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5599 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5615 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5555 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5327 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5333 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5345 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5339 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5398 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5391 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5456 }, "name": "resetFacet" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5444 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5460 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5473 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5437 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5450 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5466 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5402 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5665 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5671 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5677 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5683 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5839 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5831 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5846 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5839 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5839 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5839 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5832 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.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": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5729 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5806 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5822 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5794 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5810 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5826 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5787 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5800 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5816 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5743 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-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" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5940 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6030 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6046 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6062 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6033 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6049 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6065 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6017 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6027 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6043 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6059 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6037 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6053 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6005 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6069 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6021 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5998 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6011 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 5951 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6749 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6755 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6767 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6773 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6779 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6761 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6073 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6079 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6085 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6091 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6144 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6137 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6202 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6218 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6190 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6206 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6222 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6183 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6196 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6212 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6148 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6376 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6382 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6388 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6394 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6553 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6545 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6560 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6553 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6553 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6553 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6546 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6450 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6440 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6533 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6504 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6520 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6536 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6530 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6508 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6524 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6540 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6498 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6514 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6454 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6226 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6232 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6244 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6238 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6297 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6290 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6355 }, "name": "resetFacet" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6343 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6359 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6372 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6336 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6349 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6365 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6301 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6564 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6570 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6576 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6582 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6738 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6730 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6745 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6738 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6738 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6738 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6731 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6638 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6628 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6705 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6721 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6693 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6709 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6725 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6686 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6699 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6715 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6642 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6846 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6839 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6929 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6945 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6961 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6932 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6948 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6964 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6916 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6926 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6942 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6958 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6936 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6952 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6904 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6968 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6920 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6897 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6910 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6850 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormats": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormats", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 7492 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormats", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#text_format Dashboard#text_format}", "stability": "stable", "summary": "text_format block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 7498 }, "name": "textFormat", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormat" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormats" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.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" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 7591 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 7606 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 7599 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 7599 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 7599 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 7592 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormats" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 7540 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 7530 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 7579 }, "name": "putTextFormat", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormat" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 7582 }, "name": "resetTextFormat" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 7576 }, "name": "textFormat", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 7586 }, "name": "textFormatInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormat" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 7544 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormats" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormat": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormat", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 7237 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormat", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#match Dashboard#match}", "stability": "stable", "summary": "match block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 7261 }, "name": "match", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatch" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}", "stability": "stable", "summary": "The custom color palette to apply to the background." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 7243 }, "name": "customBgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}", "stability": "stable", "summary": "The custom color palette to apply to the foreground text." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 7249 }, "name": "customFgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "The color palette to apply. Valid values are `white_on_red`, `white_on_yellow`, `white_on_green`, `black_on_light_red`, `black_on_light_yellow`, `black_on_light_green`, `red_on_white`, `yellow_on_white`, `green_on_white`, `custom_bg`, `custom_text`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 7255 }, "name": "palette", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#replace Dashboard#replace}", "stability": "stable", "summary": "replace block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 7267 }, "name": "replace", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplace" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormat" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 7481 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 7473 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 7488 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 7481 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 7481 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 7481 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 7474 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormat" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatch": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatch", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6972 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatch", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#type Dashboard#type}", "stability": "stable", "summary": "Match or compare option. Valid values are `is`, `is_not`, `contains`, `does_not_contain`, `starts_with`, `ends_with`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6978 }, "name": "type", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#value Dashboard#value}", "stability": "stable", "summary": "Table Widget Match String." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 6984 }, "name": "value", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatch" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatchOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatchOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 7030 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 7023 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatchOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 7070 }, "name": "typeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 7083 }, "name": "valueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 7063 }, "name": "type", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 7076 }, "name": "value", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 7034 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatch" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatchOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-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" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 7327 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 7448 }, "name": "putMatch", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatch" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 7461 }, "name": "putReplace", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplace" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 7403 }, "name": "resetCustomBgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 7419 }, "name": "resetCustomFgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 7435 }, "name": "resetPalette" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 7464 }, "name": "resetReplace" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 7445 }, "name": "match", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatchOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 7458 }, "name": "replace", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplaceOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 7407 }, "name": "customBgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 7423 }, "name": "customFgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 7452 }, "name": "matchInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatch" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 7439 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 7468 }, "name": "replaceInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplace" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 7397 }, "name": "customBgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 7413 }, "name": "customFgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 7429 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 7341 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormat" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplace": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplace", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 7087 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplace", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#type Dashboard#type}", "stability": "stable", "summary": "Table widget text format replace all type." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 7099 }, "name": "type", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#with Dashboard#with}", "stability": "stable", "summary": "Table Widget Match String." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 7105 }, "name": "with", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#substring Dashboard#substring}", "stability": "stable", "summary": "Text that will be replaced. Must be used with type `substring`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 7093 }, "name": "substring", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplace" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplaceOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplaceOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 7158 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 7151 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 7203 }, "name": "resetSubstring" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplaceOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 7207 }, "name": "substringInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 7220 }, "name": "typeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 7233 }, "name": "withInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 7197 }, "name": "substring", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 7213 }, "name": "type", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 7226 }, "name": "with", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 7162 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplace" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplaceOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinition", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19376 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinition", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#autoscale Dashboard#autoscale}", "stability": "stable", "summary": "A Boolean indicating whether to automatically scale the tile." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19382 }, "name": "autoscale", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_link Dashboard#custom_link}", "stability": "stable", "summary": "custom_link block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19430 }, "name": "customLink", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_unit Dashboard#custom_unit}", "stability": "stable", "summary": "The unit for the value displayed in the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19388 }, "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`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#live_span Dashboard#live_span}", "stability": "stable", "summary": "The timeframe to use when displaying the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19394 }, "name": "liveSpan", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#precision Dashboard#precision}", "stability": "stable", "summary": "The precision to use when displaying the tile." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19400 }, "name": "precision", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#request Dashboard#request}", "stability": "stable", "summary": "request block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19436 }, "name": "request", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequest" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#text_align Dashboard#text_align}", "stability": "stable", "summary": "The alignment of the widget's text. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19406 }, "name": "textAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#timeseries_background Dashboard#timeseries_background}", "stability": "stable", "summary": "timeseries_background block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19442 }, "name": "timeseriesBackground", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackground" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title Dashboard#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19412 }, "name": "title", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_align Dashboard#title_align}", "stability": "stable", "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19418 }, "name": "titleAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_size Dashboard#title_size}", "stability": "stable", "summary": "The size of the widget's title (defaults to 16)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19424 }, "name": "titleSize", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinition" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionCustomLink": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionCustomLink", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8549 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionCustomLink", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_hidden Dashboard#is_hidden}", "stability": "stable", "summary": "The flag for toggling context menu link visibility." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8555 }, "name": "isHidden", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "The label for the custom link URL." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8561 }, "name": "label", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#link Dashboard#link}", "stability": "stable", "summary": "The URL of the custom link." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8567 }, "name": "link", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#override_label Dashboard#override_label}", "stability": "stable", "summary": "The label ID that refers to a context menu link item." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8573 }, "name": "overrideLabel", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionCustomLink" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionCustomLinkList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionCustomLinkList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8761 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8753 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8768 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionCustomLinkOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionCustomLinkList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8761 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8761 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8761 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8754 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionCustomLink" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionCustomLinkList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionCustomLinkOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionCustomLinkOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8636 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8626 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8696 }, "name": "resetIsHidden" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8712 }, "name": "resetLabel" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8728 }, "name": "resetLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8744 }, "name": "resetOverrideLabel" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionCustomLinkOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8700 }, "name": "isHiddenInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8716 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8732 }, "name": "linkInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8748 }, "name": "overrideLabelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8690 }, "name": "isHidden", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8706 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8722 }, "name": "link", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8738 }, "name": "overrideLabel", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8640 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionCustomLink" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionCustomLinkOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19551 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19544 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19769 }, "name": "putCustomLink", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionCustomLink" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19785 }, "name": "putRequest", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequest" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19801 }, "name": "putTimeseriesBackground", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackground" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19644 }, "name": "resetAutoscale" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19772 }, "name": "resetCustomLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19660 }, "name": "resetCustomUnit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19676 }, "name": "resetLiveSpan" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19692 }, "name": "resetPrecision" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19788 }, "name": "resetRequest" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19708 }, "name": "resetTextAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19804 }, "name": "resetTimeseriesBackground" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19724 }, "name": "resetTitle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19740 }, "name": "resetTitleAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19756 }, "name": "resetTitleSize" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19766 }, "name": "customLink", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionCustomLinkList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19782 }, "name": "request", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19798 }, "name": "timeseriesBackground", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackgroundOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19648 }, "name": "autoscaleInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19776 }, "name": "customLinkInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19664 }, "name": "customUnitInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19680 }, "name": "liveSpanInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19696 }, "name": "precisionInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19792 }, "name": "requestInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequest" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19712 }, "name": "textAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19808 }, "name": "timeseriesBackgroundInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackground" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19744 }, "name": "titleAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19728 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19760 }, "name": "titleSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19638 }, "name": "autoscale", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19654 }, "name": "customUnit", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19670 }, "name": "liveSpan", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19686 }, "name": "precision", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19702 }, "name": "textAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19718 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19734 }, "name": "titleAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19750 }, "name": "titleSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19555 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinition" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequest": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequest", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18564 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequest", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregator to use for time aggregation. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18570 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_query Dashboard#apm_query}", "stability": "stable", "summary": "apm_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18582 }, "name": "apmQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#audit_query Dashboard#audit_query}", "stability": "stable", "summary": "audit_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18588 }, "name": "auditQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#conditional_formats Dashboard#conditional_formats}", "stability": "stable", "summary": "conditional_formats block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18594 }, "name": "conditionalFormats", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormats" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#formula Dashboard#formula}", "stability": "stable", "summary": "formula block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18600 }, "name": "formula", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormula" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#log_query Dashboard#log_query}", "stability": "stable", "summary": "log_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18606 }, "name": "logQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#process_query Dashboard#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18612 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#q Dashboard#q}", "stability": "stable", "summary": "The metric query to use for this widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18576 }, "name": "q", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18618 }, "name": "query", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuery" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#rum_query Dashboard#rum_query}", "stability": "stable", "summary": "rum_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18624 }, "name": "rumQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#security_query Dashboard#security_query}", "stability": "stable", "summary": "security_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18630 }, "name": "securityQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequest" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9448 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9454 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9466 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9472 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9478 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9460 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8772 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8778 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8784 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8790 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8843 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8836 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8901 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8917 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8889 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8905 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8921 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8882 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8895 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8911 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8847 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9075 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9081 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9087 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9093 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9252 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9244 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9259 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9252 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9252 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9252 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9245 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9149 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9139 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9232 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9203 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9219 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9235 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9229 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9207 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9223 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9239 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9197 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9213 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9153 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8925 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8931 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8943 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8937 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8996 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 8989 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9054 }, "name": "resetFacet" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9042 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9058 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9071 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9035 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9048 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9064 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9000 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9263 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9269 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9275 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9281 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9437 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9429 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9444 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9437 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9437 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9437 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9430 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9337 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9327 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9404 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9420 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9392 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9408 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9424 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9385 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9398 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9414 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9341 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9545 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9538 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9628 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9644 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9660 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9631 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9647 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9663 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9615 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9625 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9641 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9657 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9635 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9651 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9603 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9667 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9619 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9596 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9609 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9549 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10347 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10353 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10365 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10371 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10377 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10359 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9671 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9677 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9683 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9689 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9742 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9735 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9800 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9816 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9788 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9804 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9820 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9781 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9794 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9810 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9746 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9974 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9980 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9986 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9992 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10151 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10143 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10158 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10151 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10151 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10151 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10144 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10048 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10038 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10131 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10102 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10118 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10134 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10128 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10106 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10122 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10138 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10096 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10112 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10052 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9824 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9830 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9842 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9836 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9895 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9888 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9953 }, "name": "resetFacet" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9941 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9957 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9970 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9934 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9947 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9963 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 9899 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10162 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10168 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10174 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10180 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-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/index-structs/structs1200.ts", "line": 10328 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-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.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-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/index-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/index-structs/structs1200.ts", "line": 10336 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10329 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-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/index-structs/structs1200.ts", "line": 10226 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10303 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10319 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10291 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10307 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10323 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10284 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10297 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10313 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10240 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.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/index-structs/structs1200.ts", "line": 10437 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10527 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10543 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10559 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10530 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10546 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10562 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10514 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10524 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10540 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10556 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10534 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10550 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10502 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10566 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10518 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10495 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10508 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10448 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormats": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormats", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10570 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormats", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#comparator Dashboard#comparator}", "stability": "stable", "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10576 }, "name": "comparator", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "The color palette to apply." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10612 }, "name": "palette", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#value Dashboard#value}", "stability": "stable", "summary": "A value for the comparator." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10624 }, "name": "value", "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}", "stability": "stable", "summary": "The color palette to apply to the background, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10582 }, "name": "customBgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}", "stability": "stable", "summary": "The color palette to apply to the foreground, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10588 }, "name": "customFgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#hide_value Dashboard#hide_value}", "stability": "stable", "summary": "Setting this to True hides values." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10594 }, "name": "hideValue", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#image_url Dashboard#image_url}", "stability": "stable", "summary": "Displays an image as the background." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10600 }, "name": "imageUrl", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The metric from the request to correlate with this conditional format." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10606 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#timeframe Dashboard#timeframe}", "stability": "stable", "summary": "Defines the displayed timeframe." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10618 }, "name": "timeframe", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormats" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormatsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormatsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10948 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10940 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10955 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormatsOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormatsList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10948 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10948 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10948 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10941 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormats" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormatsList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormatsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormatsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10722 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10712 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10825 }, "name": "resetCustomBgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10841 }, "name": "resetCustomFgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10857 }, "name": "resetHideValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10873 }, "name": "resetImageUrl" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10889 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10918 }, "name": "resetTimeframe" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormatsOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10813 }, "name": "comparatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10829 }, "name": "customBgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10845 }, "name": "customFgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10861 }, "name": "hideValueInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10877 }, "name": "imageUrlInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10893 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10906 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10922 }, "name": "timeframeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10935 }, "name": "valueInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10806 }, "name": "comparator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10819 }, "name": "customBgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10835 }, "name": "customFgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10851 }, "name": "hideValue", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10867 }, "name": "imageUrl", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10883 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10899 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10912 }, "name": "timeframe", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10928 }, "name": "value", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10726 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormats" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormatsOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormula": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormula", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12111 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormula", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#formula_expression Dashboard#formula_expression}", "stability": "stable", "summary": "A string expression built from queries, formulas, and functions." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12129 }, "name": "formulaExpression", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#alias Dashboard#alias}", "stability": "stable", "summary": "An expression alias." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12117 }, "name": "alias", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cell_display_mode Dashboard#cell_display_mode}", "stability": "stable", "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12123 }, "name": "cellDisplayMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#conditional_formats Dashboard#conditional_formats}", "stability": "stable", "summary": "conditional_formats block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12135 }, "name": "conditionalFormats", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "limit block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12141 }, "name": "limit", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaLimit" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#number_format Dashboard#number_format}", "stability": "stable", "summary": "number_format block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12147 }, "name": "numberFormat", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormat" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#style Dashboard#style}", "stability": "stable", "summary": "style block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12153 }, "name": "style", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaStyle" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormula" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaConditionalFormats": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaConditionalFormats", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10959 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaConditionalFormats", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#comparator Dashboard#comparator}", "stability": "stable", "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10965 }, "name": "comparator", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "The color palette to apply." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11001 }, "name": "palette", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#value Dashboard#value}", "stability": "stable", "summary": "A value for the comparator." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11013 }, "name": "value", "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}", "stability": "stable", "summary": "The color palette to apply to the background, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10971 }, "name": "customBgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}", "stability": "stable", "summary": "The color palette to apply to the foreground, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10977 }, "name": "customFgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#hide_value Dashboard#hide_value}", "stability": "stable", "summary": "Setting this to True hides values." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10983 }, "name": "hideValue", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#image_url Dashboard#image_url}", "stability": "stable", "summary": "Displays an image as the background." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10989 }, "name": "imageUrl", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The metric from the request to correlate with this conditional format." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 10995 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#timeframe Dashboard#timeframe}", "stability": "stable", "summary": "Defines the displayed timeframe." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11007 }, "name": "timeframe", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaConditionalFormats" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaConditionalFormatsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaConditionalFormatsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11337 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11329 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11344 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaConditionalFormatsOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaConditionalFormatsList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11337 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11337 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11337 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11330 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaConditionalFormatsList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaConditionalFormatsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaConditionalFormatsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.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": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11101 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11214 }, "name": "resetCustomBgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11230 }, "name": "resetCustomFgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11246 }, "name": "resetHideValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11262 }, "name": "resetImageUrl" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11278 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11307 }, "name": "resetTimeframe" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaConditionalFormatsOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11202 }, "name": "comparatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11218 }, "name": "customBgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11234 }, "name": "customFgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11250 }, "name": "hideValueInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11266 }, "name": "imageUrlInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11282 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11295 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11311 }, "name": "timeframeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11324 }, "name": "valueInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11195 }, "name": "comparator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11208 }, "name": "customBgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11224 }, "name": "customFgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11240 }, "name": "hideValue", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11256 }, "name": "imageUrl", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11272 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11288 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11301 }, "name": "timeframe", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11317 }, "name": "value", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11115 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaConditionalFormats" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaConditionalFormatsOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaLimit": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaLimit", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11348 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaLimit", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#count Dashboard#count}", "stability": "stable", "summary": "The number of results to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11354 }, "name": "count", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11360 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaLimit" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaLimitOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaLimitOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11406 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11399 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11445 }, "name": "resetCount" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11461 }, "name": "resetOrder" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaLimitOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11449 }, "name": "countInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11465 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11439 }, "name": "count", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11455 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11410 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaLimit" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaLimitOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12425 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12417 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12432 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12425 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12425 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12425 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12418 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormula" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormat": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormat", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11872 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormat", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit Dashboard#unit}", "stability": "stable", "summary": "unit block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11878 }, "name": "unit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnit" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_scale Dashboard#unit_scale}", "stability": "stable", "summary": "unit_scale block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11884 }, "name": "unitScale", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScale" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormat" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.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" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11923 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11966 }, "name": "putUnit", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnit" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11979 }, "name": "putUnitScale", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScale" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11982 }, "name": "resetUnitScale" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11963 }, "name": "unit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11976 }, "name": "unitScale", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScaleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11970 }, "name": "unitInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnit" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11986 }, "name": "unitScaleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScale" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11934 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormat" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnit": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnit", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11670 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnit", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#canonical Dashboard#canonical}", "stability": "stable", "summary": "canonical block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11676 }, "name": "canonical", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom Dashboard#custom}", "stability": "stable", "summary": "custom block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11682 }, "name": "custom", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustom" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnit" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11469 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_name Dashboard#unit_name}", "stability": "stable", "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11481 }, "name": "unitName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#per_unit_name Dashboard#per_unit_name}", "stability": "stable", "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11475 }, "name": "perUnitName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11527 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11520 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11566 }, "name": "resetPerUnitName" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11570 }, "name": "perUnitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11583 }, "name": "unitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11560 }, "name": "perUnitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11576 }, "name": "unitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11531 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustom": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustom", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11587 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustom", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "Unit label." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11593 }, "name": "label", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustom" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustomOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11632 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11625 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustomOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11666 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11659 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11636 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustom" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustomOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11728 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11721 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11764 }, "name": "putCanonical", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11780 }, "name": "putCustom", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustom" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11767 }, "name": "resetCanonical" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11783 }, "name": "resetCustom" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11761 }, "name": "canonical", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11777 }, "name": "custom", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustomOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11771 }, "name": "canonicalInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11787 }, "name": "customInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustom" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11732 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnit" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScale": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScale", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11791 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScale", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_name Dashboard#unit_name}." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11795 }, "name": "unitName", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScale" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScaleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11834 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11827 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScaleOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11868 }, "name": "unitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11861 }, "name": "unitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11838 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScale" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScaleOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12237 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12227 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12357 }, "name": "putConditionalFormats", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12373 }, "name": "putLimit", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaLimit" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12389 }, "name": "putNumberFormat", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormat" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12405 }, "name": "putStyle", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaStyle" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12315 }, "name": "resetAlias" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12331 }, "name": "resetCellDisplayMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12360 }, "name": "resetConditionalFormats" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12376 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12392 }, "name": "resetNumberFormat" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12408 }, "name": "resetStyle" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12354 }, "name": "conditionalFormats", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaConditionalFormatsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12370 }, "name": "limit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaLimitOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12386 }, "name": "numberFormat", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12402 }, "name": "style", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaStyleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12319 }, "name": "aliasInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12335 }, "name": "cellDisplayModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12364 }, "name": "conditionalFormatsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12348 }, "name": "formulaExpressionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12380 }, "name": "limitInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaLimit" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12396 }, "name": "numberFormatInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormat" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12412 }, "name": "styleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaStyle" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12309 }, "name": "alias", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12325 }, "name": "cellDisplayMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12341 }, "name": "formulaExpression", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12241 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormula" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaStyle": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaStyle", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11990 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaStyle", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "The color palette used to display the formula." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 11996 }, "name": "palette", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette_index Dashboard#palette_index}", "stability": "stable", "summary": "Index specifying which color to use within the palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12002 }, "name": "paletteIndex", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaStyle" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaStyleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaStyleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12048 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12041 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12087 }, "name": "resetPalette" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12103 }, "name": "resetPaletteIndex" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaStyleOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12107 }, "name": "paletteIndexInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12091 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12081 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12097 }, "name": "paletteIndex", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12052 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaStyle" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaStyleOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19021 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19013 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19028 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19021 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19021 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19021 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19014 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequest" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13112 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13118 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13130 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13136 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13142 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13124 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12436 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12442 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12448 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12454 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12507 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12500 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12565 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12581 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12553 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12569 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12585 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12546 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12559 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12575 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12511 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12739 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12745 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12751 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12757 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12916 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12908 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12923 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12916 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12916 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12916 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12909 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.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/index-structs/structs1200.ts", "line": 12803 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12896 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12867 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12883 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12899 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12893 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12871 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12887 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12903 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12861 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12877 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12817 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12589 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12595 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12607 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12601 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12660 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12653 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12718 }, "name": "resetFacet" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12706 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12722 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12735 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12699 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12712 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12728 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12664 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12927 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12933 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12939 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12945 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13101 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13093 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13108 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13101 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13101 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13101 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13094 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13001 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 12991 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13068 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13084 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13056 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13072 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13088 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13049 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13062 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13078 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13005 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13209 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13202 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13292 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13308 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13324 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13295 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13311 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13327 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13279 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13289 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13305 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13321 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13299 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13315 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13267 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13331 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13283 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13260 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13273 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13213 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18742 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18732 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18873 }, "name": "putApmQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18889 }, "name": "putAuditQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18905 }, "name": "putConditionalFormats", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormats" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18921 }, "name": "putFormula", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormula" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18937 }, "name": "putLogQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18953 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18969 }, "name": "putQuery", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuery" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18985 }, "name": "putRumQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19001 }, "name": "putSecurityQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18844 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18876 }, "name": "resetApmQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18892 }, "name": "resetAuditQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18908 }, "name": "resetConditionalFormats" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18924 }, "name": "resetFormula" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18940 }, "name": "resetLogQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18956 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18860 }, "name": "resetQ" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18972 }, "name": "resetQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18988 }, "name": "resetRumQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19004 }, "name": "resetSecurityQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18870 }, "name": "apmQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18886 }, "name": "auditQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18902 }, "name": "conditionalFormats", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormatsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18918 }, "name": "formula", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18934 }, "name": "logQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18950 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18966 }, "name": "query", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18982 }, "name": "rumQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18998 }, "name": "securityQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18848 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18880 }, "name": "apmQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18896 }, "name": "auditQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18912 }, "name": "conditionalFormatsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormats" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18928 }, "name": "formulaInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormula" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18944 }, "name": "logQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18960 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18864 }, "name": "qInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18976 }, "name": "queryInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuery" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18992 }, "name": "rumQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19008 }, "name": "securityQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18838 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18854 }, "name": "q", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18746 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequest" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13335 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestProcessQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "Your chosen metric." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13353 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#filter_by Dashboard#filter_by}", "stability": "stable", "summary": "A list of processes." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13341 }, "name": "filterBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The max number of items in the filter list." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13347 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_by Dashboard#search_by}", "stability": "stable", "summary": "Your chosen search term." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13359 }, "name": "searchBy", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestProcessQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13419 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13412 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13470 }, "name": "resetFilterBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13486 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13515 }, "name": "resetSearchBy" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestProcessQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13474 }, "name": "filterByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13490 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13503 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13519 }, "name": "searchByInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13464 }, "name": "filterBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13480 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13496 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13509 }, "name": "searchBy", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13423 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestProcessQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestProcessQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16438 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_dependency_stats_query Dashboard#apm_dependency_stats_query}", "stability": "stable", "summary": "apm_dependency_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16444 }, "name": "apmDependencyStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_resource_stats_query Dashboard#apm_resource_stats_query}", "stability": "stable", "summary": "apm_resource_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16450 }, "name": "apmResourceStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmResourceStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cloud_cost_query Dashboard#cloud_cost_query}", "stability": "stable", "summary": "cloud_cost_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16456 }, "name": "cloudCostQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryCloudCostQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#event_query Dashboard#event_query}", "stability": "stable", "summary": "event_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16462 }, "name": "eventQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric_query Dashboard#metric_query}", "stability": "stable", "summary": "metric_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16468 }, "name": "metricQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryMetricQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#process_query Dashboard#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16474 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_query Dashboard#slo_query}", "stability": "stable", "summary": "slo_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16480 }, "name": "sloQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuerySloQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13523 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13535 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#env Dashboard#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13541 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13553 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#operation_name Dashboard#operation_name}", "stability": "stable", "summary": "Name of operation on service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13559 }, "name": "operationName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#resource_name Dashboard#resource_name}", "stability": "stable", "summary": "APM resource." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13577 }, "name": "resourceName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#service Dashboard#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13583 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#stat Dashboard#stat}", "stability": "stable", "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13589 }, "name": "stat", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13529 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_upstream Dashboard#is_upstream}", "stability": "stable", "summary": "Determines whether stats for upstream or downstream dependencies should be queried." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13547 }, "name": "isUpstream", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}", "stability": "stable", "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13565 }, "name": "primaryTagName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}", "stability": "stable", "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13571 }, "name": "primaryTagValue", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13698 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13691 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13791 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13833 }, "name": "resetIsUpstream" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13875 }, "name": "resetPrimaryTagName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13891 }, "name": "resetPrimaryTagValue" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13795 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13808 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13821 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13837 }, "name": "isUpstreamInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13850 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13863 }, "name": "operationNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13879 }, "name": "primaryTagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13895 }, "name": "primaryTagValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13908 }, "name": "resourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13921 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13934 }, "name": "statInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13785 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13801 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13814 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13827 }, "name": "isUpstream", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13843 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13856 }, "name": "operationName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13869 }, "name": "primaryTagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13885 }, "name": "primaryTagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13901 }, "name": "resourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13914 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13927 }, "name": "stat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13702 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmResourceStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmResourceStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13938 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmResourceStatsQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13950 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#env Dashboard#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13956 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13968 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#service Dashboard#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13998 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#stat Dashboard#stat}", "stability": "stable", "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 14004 }, "name": "stat", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13944 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "Array of fields to group results by." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13962 }, "name": "groupBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#operation_name Dashboard#operation_name}", "stability": "stable", "summary": "Name of operation on service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13974 }, "name": "operationName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}", "stability": "stable", "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13980 }, "name": "primaryTagName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}", "stability": "stable", "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13986 }, "name": "primaryTagValue", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#resource_name Dashboard#resource_name}", "stability": "stable", "summary": "APM resource." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 13992 }, "name": "resourceName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmResourceStatsQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmResourceStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmResourceStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 14113 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 14106 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 14206 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 14248 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 14277 }, "name": "resetOperationName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 14293 }, "name": "resetPrimaryTagName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 14309 }, "name": "resetPrimaryTagValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 14325 }, "name": "resetResourceName" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmResourceStatsQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 14210 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 14223 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 14236 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 14252 }, "name": "groupByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 14265 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 14281 }, "name": "operationNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 14297 }, "name": "primaryTagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 14313 }, "name": "primaryTagValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 14329 }, "name": "resourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 14342 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 14355 }, "name": "statInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 14200 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 14216 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 14229 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 14242 }, "name": "groupBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 14258 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 14271 }, "name": "operationName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 14287 }, "name": "primaryTagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 14303 }, "name": "primaryTagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 14319 }, "name": "resourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 14335 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 14348 }, "name": "stat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 14117 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmResourceStatsQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmResourceStatsQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryCloudCostQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryCloudCostQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 14359 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryCloudCostQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 14377 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 14383 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The cloud cost query definition." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 14389 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 14365 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 14371 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryCloudCostQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryCloudCostQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryCloudCostQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 14456 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 14449 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 14513 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 14529 }, "name": "resetCrossOrgUuids" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryCloudCostQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 14517 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 14533 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 14546 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 14559 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 14572 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 14507 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 14523 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 14539 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 14552 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 14565 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 14460 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryCloudCostQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryCloudCostQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15182 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute Dashboard#compute}", "stability": "stable", "summary": "compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15218 }, "name": "compute", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for event platform-based queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15194 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15206 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15188 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15224 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#indexes Dashboard#indexes}", "stability": "stable", "summary": "An array of index names to query in the stream." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15200 }, "name": "indexes", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search Dashboard#search}", "stability": "stable", "summary": "search block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15230 }, "name": "search", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuerySearch" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#storage Dashboard#storage}", "stability": "stable", "summary": "Storage location (private beta)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15212 }, "name": "storage", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 14576 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation methods for event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 14582 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "A time interval in milliseconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 14588 }, "name": "interval", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The measurable attribute to compute." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 14594 }, "name": "metric", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 14750 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 14742 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 14757 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 14750 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 14750 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 14750 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 14743 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 14650 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 14640 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 14717 }, "name": "resetInterval" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 14733 }, "name": "resetMetric" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 14705 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 14721 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 14737 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 14698 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 14711 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 14727 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 14654 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 14914 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The event facet." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 14920 }, "name": "facet", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The number of groups to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 14926 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort Dashboard#sort}", "stability": "stable", "summary": "sort block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 14932 }, "name": "sort", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySort" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15088 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15080 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15095 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15088 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15088 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15088 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15081 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 14988 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 14978 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15068 }, "name": "putSort", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySort" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15055 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15071 }, "name": "resetSort" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15065 }, "name": "sort", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySortOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15043 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15059 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15075 }, "name": "sortInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySort" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15036 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15049 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 14992 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySort": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySort", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 14761 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySort", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation methods for the event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 14767 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The metric used for sorting group by results." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 14773 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Direction of sort. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 14779 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySort" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySortOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySortOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 14832 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 14825 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 14890 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 14906 }, "name": "resetOrder" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySortOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 14878 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 14894 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 14910 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 14871 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 14884 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 14900 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 14836 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySort" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySortOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15318 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15311 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15464 }, "name": "putCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15477 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15493 }, "name": "putSearch", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuerySearch" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15393 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15480 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15422 }, "name": "resetIndexes" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15496 }, "name": "resetSearch" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15451 }, "name": "resetStorage" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15461 }, "name": "compute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15474 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15490 }, "name": "search", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuerySearchOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15468 }, "name": "computeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15397 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15410 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15484 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15426 }, "name": "indexesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15439 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15500 }, "name": "searchInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuerySearch" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15455 }, "name": "storageInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15387 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15403 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15416 }, "name": "indexes", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15432 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15445 }, "name": "storage", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15322 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuerySearch": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuerySearch", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15099 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuerySearch", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The events search string." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15105 }, "name": "query", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuerySearch" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuerySearchOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuerySearchOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15144 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15137 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuerySearchOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15178 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15171 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15148 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuerySearch" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuerySearchOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.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/index-structs/structs1200.ts", "line": 16747 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.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.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16755 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.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/index-structs/structs1200.ts", "line": 16755 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16748 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuery" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryMetricQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryMetricQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15504 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryMetricQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15528 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The metrics query definition." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15534 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15510 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15516 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for metrics queries. Defaults to `\"metrics\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15522 }, "name": "dataSource", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryMetricQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryMetricQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryMetricQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15601 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15594 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15658 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15674 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15690 }, "name": "resetDataSource" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryMetricQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15662 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15678 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15694 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15707 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15720 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15652 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15668 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15684 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15700 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15713 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15605 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryMetricQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryMetricQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16564 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16554 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16639 }, "name": "putApmDependencyStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16655 }, "name": "putApmResourceStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmResourceStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16671 }, "name": "putCloudCostQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryCloudCostQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16687 }, "name": "putEventQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16703 }, "name": "putMetricQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryMetricQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16719 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16735 }, "name": "putSloQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuerySloQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16642 }, "name": "resetApmDependencyStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16658 }, "name": "resetApmResourceStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16674 }, "name": "resetCloudCostQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16690 }, "name": "resetEventQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16706 }, "name": "resetMetricQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16722 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16738 }, "name": "resetSloQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16636 }, "name": "apmDependencyStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16652 }, "name": "apmResourceStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmResourceStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16668 }, "name": "cloudCostQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryCloudCostQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16684 }, "name": "eventQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16700 }, "name": "metricQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryMetricQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16716 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16732 }, "name": "sloQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuerySloQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16646 }, "name": "apmDependencyStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16662 }, "name": "apmResourceStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmResourceStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16678 }, "name": "cloudCostQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryCloudCostQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16694 }, "name": "eventQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16710 }, "name": "metricQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryMetricQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16726 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16742 }, "name": "sloQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuerySloQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16568 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuery" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15724 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryProcessQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for process queries. Valid values are `process`, `container`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15742 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The process metric name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15760 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15766 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15730 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15736 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_normalized_cpu Dashboard#is_normalized_cpu}", "stability": "stable", "summary": "Whether to normalize the CPU percentages." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15748 }, "name": "isNormalizedCpu", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The number of hits to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15754 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort Dashboard#sort}", "stability": "stable", "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15772 }, "name": "sort", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#tag_filters Dashboard#tag_filters}", "stability": "stable", "summary": "An array of tags to filter by." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15778 }, "name": "tagFilters", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#text_filter Dashboard#text_filter}", "stability": "stable", "summary": "The text to use as a filter." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15784 }, "name": "textFilter", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryProcessQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15886 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15879 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15973 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15989 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16018 }, "name": "resetIsNormalizedCpu" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16034 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16076 }, "name": "resetSort" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16092 }, "name": "resetTagFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16108 }, "name": "resetTextFilter" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryProcessQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15977 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15993 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16006 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16022 }, "name": "isNormalizedCpuInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16038 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16051 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16064 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16080 }, "name": "sortInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16096 }, "name": "tagFiltersInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16112 }, "name": "textFilterInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15967 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15983 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15999 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16012 }, "name": "isNormalizedCpu", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16028 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16044 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16057 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16070 }, "name": "sort", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16086 }, "name": "tagFilters", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16102 }, "name": "textFilter", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 15890 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryProcessQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryProcessQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuerySloQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuerySloQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16116 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuerySloQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for SLO queries. Valid values are `slo`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16134 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#measure Dashboard#measure}", "stability": "stable", "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16146 }, "name": "measure", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_id Dashboard#slo_id}", "stability": "stable", "summary": "ID of an SLO to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16158 }, "name": "sloId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#additional_query_filters Dashboard#additional_query_filters}", "stability": "stable", "summary": "Additional filters applied to the SLO query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16122 }, "name": "additionalQueryFilters", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16128 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_mode Dashboard#group_mode}", "stability": "stable", "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16140 }, "name": "groupMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16152 }, "name": "name", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_query_type Dashboard#slo_query_type}", "stability": "stable", "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16164 }, "name": "sloQueryType", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuerySloQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuerySloQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuerySloQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16252 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16245 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16327 }, "name": "resetAdditionalQueryFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16343 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16372 }, "name": "resetGroupMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16401 }, "name": "resetName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16430 }, "name": "resetSloQueryType" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuerySloQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16331 }, "name": "additionalQueryFiltersInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16347 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16360 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16376 }, "name": "groupModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16389 }, "name": "measureInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16405 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16418 }, "name": "sloIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16434 }, "name": "sloQueryTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16321 }, "name": "additionalQueryFilters", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16337 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16353 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16366 }, "name": "groupMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16382 }, "name": "measure", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16395 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16411 }, "name": "sloId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16424 }, "name": "sloQueryType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16256 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuerySloQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuerySloQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17442 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17448 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17460 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17466 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17472 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17454 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16766 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16772 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16778 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16784 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16837 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16830 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16895 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16911 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16883 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16899 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16915 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16876 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16889 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16905 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16841 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17069 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17075 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17081 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17087 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17246 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17238 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17253 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17246 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17246 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17246 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17239 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17143 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17133 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17226 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17197 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17213 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17229 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17223 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17201 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17217 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17233 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17191 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17207 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17147 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16919 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16925 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16937 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16931 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16990 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16983 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17048 }, "name": "resetFacet" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17036 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17052 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17065 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17029 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17042 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17058 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 16994 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17257 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17263 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17269 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17275 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17431 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17423 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17438 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17431 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17431 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17431 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17424 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17331 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17321 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17398 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17414 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17386 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17402 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17418 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17379 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17392 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17408 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17335 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17539 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17532 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17622 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17638 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17654 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17625 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17641 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17657 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17609 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17619 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17635 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17651 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17629 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17645 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17597 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17661 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17613 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17590 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17603 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17543 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18341 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18347 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18359 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18365 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18371 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18353 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17665 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17671 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17677 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17683 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17736 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17729 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17794 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17810 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17782 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17798 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17814 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17775 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17788 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17804 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17740 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17968 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17974 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17980 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17986 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18145 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18137 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18152 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18145 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18145 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18145 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18138 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18042 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18032 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18125 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18096 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18112 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18128 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18122 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18100 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18116 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18132 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18090 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18106 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18046 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17818 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17824 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17836 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17830 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17889 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17882 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17947 }, "name": "resetFacet" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17935 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17951 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17964 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17928 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17941 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17957 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 17893 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18156 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18162 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18168 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18174 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.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/index-structs/structs1200.ts", "line": 18322 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.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.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18330 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.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/index-structs/structs1200.ts", "line": 18330 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18323 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18230 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18220 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18297 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18313 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18285 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18301 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18317 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18278 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18291 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18307 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18234 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18438 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18431 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18521 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18537 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18553 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18524 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18540 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18556 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18508 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18518 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18534 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18550 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18528 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18544 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18496 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18560 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18512 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18489 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18502 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 18442 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackground": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackground", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19258 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackground", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#type Dashboard#type}", "stability": "stable", "summary": "Whether the Timeseries is made using an area or bars. Valid values are `bars`, `area`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19264 }, "name": "type", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#yaxis Dashboard#yaxis}", "stability": "stable", "summary": "yaxis block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19270 }, "name": "yaxis", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackgroundYaxis" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackground" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackgroundOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackgroundOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19316 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19309 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19365 }, "name": "putYaxis", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackgroundYaxis" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19368 }, "name": "resetYaxis" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackgroundOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19362 }, "name": "yaxis", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackgroundYaxisOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19356 }, "name": "typeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19372 }, "name": "yaxisInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackgroundYaxis" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19349 }, "name": "type", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19320 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackground" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackgroundOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackgroundYaxis": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackgroundYaxis", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19032 }, "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackgroundYaxis", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#include_zero Dashboard#include_zero}", "stability": "stable", "summary": "Always include zero or fit the axis to the data range." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19038 }, "name": "includeZero", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "The label of the axis to display on the graph." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19044 }, "name": "label", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#max Dashboard#max}", "stability": "stable", "summary": "Specify the maximum value to show on the Y-axis." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19050 }, "name": "max", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#min Dashboard#min}", "stability": "stable", "summary": "Specify the minimum value to show on the Y-axis." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19056 }, "name": "min", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#scale Dashboard#scale}", "stability": "stable", "summary": "Specify the scale type, options: `linear`, `log`, `pow`, `sqrt`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19062 }, "name": "scale", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackgroundYaxis" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackgroundYaxisOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackgroundYaxisOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19129 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19122 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19186 }, "name": "resetIncludeZero" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19202 }, "name": "resetLabel" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19218 }, "name": "resetMax" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19234 }, "name": "resetMin" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19250 }, "name": "resetScale" } ], "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackgroundYaxisOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19190 }, "name": "includeZeroInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19206 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19222 }, "name": "maxInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19238 }, "name": "minInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19254 }, "name": "scaleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19180 }, "name": "includeZero", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19196 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19212 }, "name": "max", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19228 }, "name": "min", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19244 }, "name": "scale", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19133 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackgroundYaxis" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackgroundYaxisOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinition", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20182 }, "name": "DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinition", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#workflow_id Dashboard#workflow_id}", "stability": "stable", "summary": "Workflow ID." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20212 }, "name": "workflowId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_link Dashboard#custom_link}", "stability": "stable", "summary": "custom_link block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20218 }, "name": "customLink", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#input Dashboard#input}", "stability": "stable", "summary": "input block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20224 }, "name": "input", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinitionInput" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#live_span Dashboard#live_span}", "stability": "stable", "summary": "The timeframe to use when displaying the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20188 }, "name": "liveSpan", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title Dashboard#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20194 }, "name": "title", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_align Dashboard#title_align}", "stability": "stable", "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20200 }, "name": "titleAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_size Dashboard#title_size}", "stability": "stable", "summary": "The size of the widget's title (defaults to 16)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20206 }, "name": "titleSize", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinition" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinitionCustomLink": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinitionCustomLink", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19812 }, "name": "DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinitionCustomLink", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_hidden Dashboard#is_hidden}", "stability": "stable", "summary": "The flag for toggling context menu link visibility." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19818 }, "name": "isHidden", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "The label for the custom link URL." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19824 }, "name": "label", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#link Dashboard#link}", "stability": "stable", "summary": "The URL of the custom link." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19830 }, "name": "link", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#override_label Dashboard#override_label}", "stability": "stable", "summary": "The label ID that refers to a context menu link item." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19836 }, "name": "overrideLabel", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinitionCustomLink" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinitionCustomLinkList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinitionCustomLinkList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20024 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20016 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20031 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinitionCustomLinkOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinitionCustomLinkList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20024 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20024 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20024 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20017 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinitionCustomLink" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinitionCustomLinkList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinitionCustomLinkOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinitionCustomLinkOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19899 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19889 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19959 }, "name": "resetIsHidden" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19975 }, "name": "resetLabel" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19991 }, "name": "resetLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20007 }, "name": "resetOverrideLabel" } ], "name": "DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinitionCustomLinkOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19963 }, "name": "isHiddenInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19979 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19995 }, "name": "linkInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20011 }, "name": "overrideLabelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19953 }, "name": "isHidden", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19969 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19985 }, "name": "link", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20001 }, "name": "overrideLabel", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 19903 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinitionCustomLink" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinitionCustomLinkOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinitionInput": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinitionInput", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20035 }, "name": "DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinitionInput", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "Name of the workflow input." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20041 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#value Dashboard#value}", "stability": "stable", "summary": "Dashboard template variable. Can be suffixed with `.value` or `.key`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20047 }, "name": "value", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinitionInput" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinitionInputList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinitionInputList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20171 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20163 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20178 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinitionInputOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinitionInputList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20171 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20171 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20171 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20164 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinitionInput" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinitionInputList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinitionInputOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinitionInputOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20096 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20086 }, "name": "DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinitionInputOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20145 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20158 }, "name": "valueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20138 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20151 }, "name": "value", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20100 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinitionInput" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinitionInputOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20305 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20298 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20448 }, "name": "putCustomLink", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinitionCustomLink" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20464 }, "name": "putInput", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinitionInput" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20451 }, "name": "resetCustomLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20467 }, "name": "resetInput" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20374 }, "name": "resetLiveSpan" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20390 }, "name": "resetTitle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20406 }, "name": "resetTitleAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20422 }, "name": "resetTitleSize" } ], "name": "DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinitionOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20445 }, "name": "customLink", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinitionCustomLinkList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20461 }, "name": "input", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinitionInputList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20455 }, "name": "customLinkInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20471 }, "name": "inputInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinitionInput" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20378 }, "name": "liveSpanInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20410 }, "name": "titleAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20394 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20426 }, "name": "titleSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20439 }, "name": "workflowIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20368 }, "name": "liveSpan", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20384 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20400 }, "name": "titleAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20416 }, "name": "titleSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20432 }, "name": "workflowId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20309 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinition" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinitionOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinition", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7288 }, "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinition", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#color_by_groups Dashboard#color_by_groups}", "stability": "stable", "summary": "List of groups used for colors." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7294 }, "name": "colorByGroups", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_link Dashboard#custom_link}", "stability": "stable", "summary": "custom_link block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7324 }, "name": "customLink", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#live_span Dashboard#live_span}", "stability": "stable", "summary": "The timeframe to use when displaying the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7300 }, "name": "liveSpan", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#request Dashboard#request}", "stability": "stable", "summary": "request block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7330 }, "name": "request", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequest" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title Dashboard#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7306 }, "name": "title", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_align Dashboard#title_align}", "stability": "stable", "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7312 }, "name": "titleAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_size Dashboard#title_size}", "stability": "stable", "summary": "The size of the widget's title (defaults to 16)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7318 }, "name": "titleSize", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#xaxis Dashboard#xaxis}", "stability": "stable", "summary": "xaxis block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7336 }, "name": "xaxis", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionXaxis" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#yaxis Dashboard#yaxis}", "stability": "stable", "summary": "yaxis block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7342 }, "name": "yaxis", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionYaxis" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinition" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionCustomLink": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionCustomLink", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20475 }, "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionCustomLink", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_hidden Dashboard#is_hidden}", "stability": "stable", "summary": "The flag for toggling context menu link visibility." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20481 }, "name": "isHidden", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "The label for the custom link URL." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20487 }, "name": "label", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#link Dashboard#link}", "stability": "stable", "summary": "The URL of the custom link." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20493 }, "name": "link", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#override_label Dashboard#override_label}", "stability": "stable", "summary": "The label ID that refers to a context menu link item." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20499 }, "name": "overrideLabel", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionCustomLink" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionCustomLinkList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionCustomLinkList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20687 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20679 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20694 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionCustomLinkOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionCustomLinkList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20687 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20687 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20687 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20680 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionCustomLink" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionCustomLinkList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionCustomLinkOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionCustomLinkOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20562 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20552 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20622 }, "name": "resetIsHidden" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20638 }, "name": "resetLabel" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20654 }, "name": "resetLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20670 }, "name": "resetOverrideLabel" } ], "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionCustomLinkOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20626 }, "name": "isHiddenInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20642 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20658 }, "name": "linkInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20674 }, "name": "overrideLabelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20616 }, "name": "isHidden", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20632 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20648 }, "name": "link", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20664 }, "name": "overrideLabel", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20566 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionCustomLink" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionCustomLinkOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7437 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7430 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7595 }, "name": "putCustomLink", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionCustomLink" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7611 }, "name": "putRequest", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequest" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7627 }, "name": "putXaxis", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionXaxis" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7643 }, "name": "putYaxis", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionYaxis" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7518 }, "name": "resetColorByGroups" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7598 }, "name": "resetCustomLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7534 }, "name": "resetLiveSpan" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7614 }, "name": "resetRequest" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7550 }, "name": "resetTitle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7566 }, "name": "resetTitleAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7582 }, "name": "resetTitleSize" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7630 }, "name": "resetXaxis" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7646 }, "name": "resetYaxis" } ], "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7592 }, "name": "customLink", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionCustomLinkList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7608 }, "name": "request", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7624 }, "name": "xaxis", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionXaxisOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7640 }, "name": "yaxis", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionYaxisOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7522 }, "name": "colorByGroupsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7602 }, "name": "customLinkInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7538 }, "name": "liveSpanInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7618 }, "name": "requestInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequest" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7570 }, "name": "titleAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7554 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7586 }, "name": "titleSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7634 }, "name": "xaxisInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionXaxis" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7650 }, "name": "yaxisInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionYaxis" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7512 }, "name": "colorByGroups", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7528 }, "name": "liveSpan", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7544 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7560 }, "name": "titleAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7576 }, "name": "titleSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7441 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinition" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequest": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequest", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6680 }, "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequest", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#scatterplot_table Dashboard#scatterplot_table}", "stability": "stable", "summary": "scatterplot_table block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6686 }, "name": "scatterplotTable", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTable" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#x Dashboard#x}", "stability": "stable", "summary": "x block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6692 }, "name": "x", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestX" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#y Dashboard#y}", "stability": "stable", "summary": "y block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6698 }, "name": "y", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestY" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequest" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6751 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6744 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6793 }, "name": "putScatterplotTable", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTable" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6809 }, "name": "putX", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestX" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6825 }, "name": "putY", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestY" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6796 }, "name": "resetScatterplotTable" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6812 }, "name": "resetX" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6828 }, "name": "resetY" } ], "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6790 }, "name": "scatterplotTable", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6806 }, "name": "x", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6822 }, "name": "y", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6800 }, "name": "scatterplotTableInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTable" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6816 }, "name": "xInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestX" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6832 }, "name": "yInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestY" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6755 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequest" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTable": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTable", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24123 }, "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTable", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#formula Dashboard#formula}", "stability": "stable", "summary": "formula block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24129 }, "name": "formula", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableFormula" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24135 }, "name": "query", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQuery" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTable" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableFormula": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableFormula", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20698 }, "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableFormula", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#dimension Dashboard#dimension}", "stability": "stable", "summary": "Dimension of the Scatterplot. Valid values are `x`, `y`, `radius`, `color`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20710 }, "name": "dimension", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#formula_expression Dashboard#formula_expression}", "stability": "stable", "summary": "A string expression built from queries, formulas, and functions." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20716 }, "name": "formulaExpression", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#alias Dashboard#alias}", "stability": "stable", "summary": "An expression alias." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20704 }, "name": "alias", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableFormula" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableFormulaList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableFormulaList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20869 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20861 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20876 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableFormulaOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableFormulaList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20869 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20869 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20869 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20862 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableFormula" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableFormulaList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableFormulaOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableFormulaOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20772 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20762 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20826 }, "name": "resetAlias" } ], "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableFormulaOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20830 }, "name": "aliasInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20843 }, "name": "dimensionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20856 }, "name": "formulaExpressionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20820 }, "name": "alias", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20836 }, "name": "dimension", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20849 }, "name": "formulaExpression", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20776 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableFormula" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableFormulaOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24265 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24257 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24272 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24265 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24265 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24265 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24258 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTable" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24184 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24174 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24229 }, "name": "putFormula", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableFormula" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24245 }, "name": "putQuery", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQuery" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24232 }, "name": "resetFormula" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24248 }, "name": "resetQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24226 }, "name": "formula", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableFormulaList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24242 }, "name": "query", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24236 }, "name": "formulaInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableFormula" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24252 }, "name": "queryInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQuery" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24188 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTable" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23795 }, "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_dependency_stats_query Dashboard#apm_dependency_stats_query}", "stability": "stable", "summary": "apm_dependency_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23801 }, "name": "apmDependencyStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_resource_stats_query Dashboard#apm_resource_stats_query}", "stability": "stable", "summary": "apm_resource_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23807 }, "name": "apmResourceStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cloud_cost_query Dashboard#cloud_cost_query}", "stability": "stable", "summary": "cloud_cost_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23813 }, "name": "cloudCostQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#event_query Dashboard#event_query}", "stability": "stable", "summary": "event_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23819 }, "name": "eventQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric_query Dashboard#metric_query}", "stability": "stable", "summary": "metric_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23825 }, "name": "metricQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#process_query Dashboard#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23831 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_query Dashboard#slo_query}", "stability": "stable", "summary": "slo_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23837 }, "name": "sloQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20880 }, "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20892 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#env Dashboard#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20898 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20910 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#operation_name Dashboard#operation_name}", "stability": "stable", "summary": "Name of operation on service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20916 }, "name": "operationName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#resource_name Dashboard#resource_name}", "stability": "stable", "summary": "APM resource." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20934 }, "name": "resourceName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#service Dashboard#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20940 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#stat Dashboard#stat}", "stability": "stable", "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20946 }, "name": "stat", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20886 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_upstream Dashboard#is_upstream}", "stability": "stable", "summary": "Determines whether stats for upstream or downstream dependencies should be queried." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20904 }, "name": "isUpstream", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}", "stability": "stable", "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20922 }, "name": "primaryTagName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}", "stability": "stable", "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 20928 }, "name": "primaryTagValue", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21055 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21048 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21148 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21190 }, "name": "resetIsUpstream" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21232 }, "name": "resetPrimaryTagName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21248 }, "name": "resetPrimaryTagValue" } ], "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21152 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21165 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21178 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21194 }, "name": "isUpstreamInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21207 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21220 }, "name": "operationNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21236 }, "name": "primaryTagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21252 }, "name": "primaryTagValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21265 }, "name": "resourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21278 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21291 }, "name": "statInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21142 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21158 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21171 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21184 }, "name": "isUpstream", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21200 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21213 }, "name": "operationName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21226 }, "name": "primaryTagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21242 }, "name": "primaryTagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21258 }, "name": "resourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21271 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21284 }, "name": "stat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21059 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21295 }, "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21307 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#env Dashboard#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21313 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21325 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#service Dashboard#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21355 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#stat Dashboard#stat}", "stability": "stable", "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21361 }, "name": "stat", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21301 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "Array of fields to group results by." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21319 }, "name": "groupBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#operation_name Dashboard#operation_name}", "stability": "stable", "summary": "Name of operation on service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21331 }, "name": "operationName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}", "stability": "stable", "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21337 }, "name": "primaryTagName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}", "stability": "stable", "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21343 }, "name": "primaryTagValue", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#resource_name Dashboard#resource_name}", "stability": "stable", "summary": "APM resource." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21349 }, "name": "resourceName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21470 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21463 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21563 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21605 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21634 }, "name": "resetOperationName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21650 }, "name": "resetPrimaryTagName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21666 }, "name": "resetPrimaryTagValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21682 }, "name": "resetResourceName" } ], "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21567 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21580 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21593 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21609 }, "name": "groupByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21622 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21638 }, "name": "operationNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21654 }, "name": "primaryTagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21670 }, "name": "primaryTagValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21686 }, "name": "resourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21699 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21712 }, "name": "statInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21557 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21573 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21586 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21599 }, "name": "groupBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21615 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21628 }, "name": "operationName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21644 }, "name": "primaryTagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21660 }, "name": "primaryTagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21676 }, "name": "resourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21692 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21705 }, "name": "stat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21474 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21716 }, "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21734 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21740 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The cloud cost query definition." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21746 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21722 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21728 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21813 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21806 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21870 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21886 }, "name": "resetCrossOrgUuids" } ], "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21874 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21890 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21903 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21916 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21929 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21864 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21880 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21896 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21909 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21922 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21817 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22539 }, "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute Dashboard#compute}", "stability": "stable", "summary": "compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22575 }, "name": "compute", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for event platform-based queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22551 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22563 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22545 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22581 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#indexes Dashboard#indexes}", "stability": "stable", "summary": "An array of index names to query in the stream." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22557 }, "name": "indexes", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search Dashboard#search}", "stability": "stable", "summary": "search block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22587 }, "name": "search", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#storage Dashboard#storage}", "stability": "stable", "summary": "Storage location (private beta)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22569 }, "name": "storage", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21933 }, "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation methods for event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21939 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "A time interval in milliseconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21945 }, "name": "interval", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The measurable attribute to compute." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21951 }, "name": "metric", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22107 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22099 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22114 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22107 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22107 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22107 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22100 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22007 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 21997 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22074 }, "name": "resetInterval" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22090 }, "name": "resetMetric" } ], "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22062 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22078 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22094 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22055 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22068 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22084 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22011 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22271 }, "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The event facet." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22277 }, "name": "facet", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The number of groups to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22283 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort Dashboard#sort}", "stability": "stable", "summary": "sort block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22289 }, "name": "sort", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22445 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22437 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22452 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22445 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22445 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22445 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22438 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22345 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22335 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22425 }, "name": "putSort", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22412 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22428 }, "name": "resetSort" } ], "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22422 }, "name": "sort", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22400 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22416 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22432 }, "name": "sortInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22393 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22406 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22349 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22118 }, "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation methods for the event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22124 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The metric used for sorting group by results." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22130 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Direction of sort. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22136 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22189 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22182 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22247 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22263 }, "name": "resetOrder" } ], "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22235 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22251 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22267 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22228 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22241 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22257 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22193 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22675 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22668 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22821 }, "name": "putCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22834 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22850 }, "name": "putSearch", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22750 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22837 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22779 }, "name": "resetIndexes" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22853 }, "name": "resetSearch" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22808 }, "name": "resetStorage" } ], "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22818 }, "name": "compute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22831 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22847 }, "name": "search", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22825 }, "name": "computeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22754 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22767 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22841 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22783 }, "name": "indexesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22796 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22857 }, "name": "searchInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22812 }, "name": "storageInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22744 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22760 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22773 }, "name": "indexes", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22789 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22802 }, "name": "storage", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22679 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22456 }, "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The events search string." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22462 }, "name": "query", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22501 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22494 }, "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22535 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22528 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22505 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24112 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24104 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24119 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24112 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24112 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24112 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24105 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQuery" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22861 }, "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22885 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The metrics query definition." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22891 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22867 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22873 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for metrics queries. Defaults to `\"metrics\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22879 }, "name": "dataSource", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22958 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22951 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23015 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23031 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23047 }, "name": "resetDataSource" } ], "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23019 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23035 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23051 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23064 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23077 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23009 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23025 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23041 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23057 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23070 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 22962 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23921 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23911 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23996 }, "name": "putApmDependencyStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24012 }, "name": "putApmResourceStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24028 }, "name": "putCloudCostQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24044 }, "name": "putEventQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24060 }, "name": "putMetricQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24076 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24092 }, "name": "putSloQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23999 }, "name": "resetApmDependencyStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24015 }, "name": "resetApmResourceStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24031 }, "name": "resetCloudCostQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24047 }, "name": "resetEventQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24063 }, "name": "resetMetricQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24079 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24095 }, "name": "resetSloQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23993 }, "name": "apmDependencyStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24009 }, "name": "apmResourceStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24025 }, "name": "cloudCostQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24041 }, "name": "eventQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24057 }, "name": "metricQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24073 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24089 }, "name": "sloQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24003 }, "name": "apmDependencyStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24019 }, "name": "apmResourceStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24035 }, "name": "cloudCostQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24051 }, "name": "eventQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24067 }, "name": "metricQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24083 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24099 }, "name": "sloQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23925 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQuery" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23081 }, "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for process queries. Valid values are `process`, `container`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23099 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The process metric name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23117 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23123 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23087 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23093 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_normalized_cpu Dashboard#is_normalized_cpu}", "stability": "stable", "summary": "Whether to normalize the CPU percentages." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23105 }, "name": "isNormalizedCpu", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The number of hits to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23111 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort Dashboard#sort}", "stability": "stable", "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23129 }, "name": "sort", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#tag_filters Dashboard#tag_filters}", "stability": "stable", "summary": "An array of tags to filter by." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23135 }, "name": "tagFilters", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#text_filter Dashboard#text_filter}", "stability": "stable", "summary": "The text to use as a filter." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23141 }, "name": "textFilter", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23243 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23236 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23330 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23346 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23375 }, "name": "resetIsNormalizedCpu" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23391 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23433 }, "name": "resetSort" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23449 }, "name": "resetTagFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23465 }, "name": "resetTextFilter" } ], "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23334 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23350 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23363 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23379 }, "name": "isNormalizedCpuInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23395 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23408 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23421 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23437 }, "name": "sortInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23453 }, "name": "tagFiltersInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23469 }, "name": "textFilterInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23324 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23340 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23356 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23369 }, "name": "isNormalizedCpu", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23385 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23401 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23414 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23427 }, "name": "sort", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23443 }, "name": "tagFilters", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23459 }, "name": "textFilter", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23247 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23473 }, "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for SLO queries. Valid values are `slo`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23491 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#measure Dashboard#measure}", "stability": "stable", "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23503 }, "name": "measure", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_id Dashboard#slo_id}", "stability": "stable", "summary": "ID of an SLO to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23515 }, "name": "sloId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#additional_query_filters Dashboard#additional_query_filters}", "stability": "stable", "summary": "Additional filters applied to the SLO query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23479 }, "name": "additionalQueryFilters", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23485 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_mode Dashboard#group_mode}", "stability": "stable", "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23497 }, "name": "groupMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23509 }, "name": "name", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_query_type Dashboard#slo_query_type}", "stability": "stable", "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23521 }, "name": "sloQueryType", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23609 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23602 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23684 }, "name": "resetAdditionalQueryFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23700 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23729 }, "name": "resetGroupMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23758 }, "name": "resetName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23787 }, "name": "resetSloQueryType" } ], "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23688 }, "name": "additionalQueryFiltersInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23704 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23717 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23733 }, "name": "groupModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23746 }, "name": "measureInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23762 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23775 }, "name": "sloIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23791 }, "name": "sloQueryTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23678 }, "name": "additionalQueryFilters", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23694 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23710 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23723 }, "name": "groupMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23739 }, "name": "measure", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23752 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23768 }, "name": "sloId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23781 }, "name": "sloQueryType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 23613 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestX": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestX", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2240 }, "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestX", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "Aggregator used for the request. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2246 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_query Dashboard#apm_query}", "stability": "stable", "summary": "apm_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2258 }, "name": "apmQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#log_query Dashboard#log_query}", "stability": "stable", "summary": "log_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2264 }, "name": "logQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#process_query Dashboard#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2270 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#q Dashboard#q}", "stability": "stable", "summary": "The metric query to use for this widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2252 }, "name": "q", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#rum_query Dashboard#rum_query}", "stability": "stable", "summary": "rum_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2276 }, "name": "rumQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#security_query Dashboard#security_query}", "stability": "stable", "summary": "security_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2282 }, "name": "securityQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestX" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24952 }, "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24958 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24970 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24976 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24982 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24964 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24276 }, "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24282 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24288 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24294 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24347 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24340 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24405 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24421 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24393 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24409 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24425 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24386 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24399 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24415 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24351 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24579 }, "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24585 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24591 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24597 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24756 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24748 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24763 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24756 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24756 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24756 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24749 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24653 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24643 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24736 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24707 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24723 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24739 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24733 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24711 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24727 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24743 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24701 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24717 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24657 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24429 }, "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24435 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24447 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24441 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24500 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24493 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24558 }, "name": "resetFacet" } ], "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24546 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24562 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24575 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24539 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24552 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24568 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24504 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24767 }, "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24773 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24779 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24785 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24941 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24933 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24948 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24941 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24941 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24941 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24934 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24841 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24831 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24908 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24924 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24896 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24912 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24928 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24889 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24902 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24918 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 24845 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 25049 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 25042 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 25132 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 25148 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 25164 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 25135 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 25151 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 25167 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 25119 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 25129 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 25145 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 25161 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 25139 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 25155 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 25107 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 25171 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 25123 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 25100 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 25113 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 25053 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2557 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2549 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2564 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2557 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2557 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2557 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2550 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestX" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 31 }, "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 37 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 49 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 55 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 61 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 43 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 25175 }, "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 25181 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 25187 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 25193 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 25246 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 25239 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 25304 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 25320 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 25292 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 25308 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 25324 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 25285 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 25298 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 25314 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 25250 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 25478 }, "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 25484 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 25490 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 25496 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 25655 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 25647 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 25662 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 25655 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 25655 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 25655 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 25648 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 25552 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 25542 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 25635 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 25606 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 25622 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 25638 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 25632 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 25610 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 25626 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 25642 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 25600 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 25616 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 25556 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 25328 }, "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 25334 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 25346 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 25340 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 25399 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 25392 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 25457 }, "name": "resetFacet" } ], "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 25445 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 25461 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 25474 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 25438 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 25451 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 25467 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 25403 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 25666 }, "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 25672 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 25678 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 25684 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 25840 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 25832 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 25847 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 25840 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 25840 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 25840 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 25833 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 25740 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 25730 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 25807 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 25823 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 25795 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 25811 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 25827 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 25788 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 25801 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 25817 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1200.ts", "line": 25744 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.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" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 121 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 211 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 227 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 243 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 214 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 230 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 246 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 198 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 208 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 224 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 240 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 218 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 234 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 186 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 250 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 202 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 179 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 192 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 132 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2366 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2356 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2473 }, "name": "putApmQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2489 }, "name": "putLogQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2505 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2521 }, "name": "putRumQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2537 }, "name": "putSecurityQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2444 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2476 }, "name": "resetApmQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2492 }, "name": "resetLogQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2508 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2460 }, "name": "resetQ" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2524 }, "name": "resetRumQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2540 }, "name": "resetSecurityQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2470 }, "name": "apmQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2486 }, "name": "logQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2502 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2518 }, "name": "rumQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2534 }, "name": "securityQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2448 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2480 }, "name": "apmQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2496 }, "name": "logQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2512 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2464 }, "name": "qInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2528 }, "name": "rumQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2544 }, "name": "securityQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2438 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2454 }, "name": "q", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2370 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestX" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 254 }, "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXProcessQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "Your chosen metric." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 272 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#filter_by Dashboard#filter_by}", "stability": "stable", "summary": "A list of processes." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 260 }, "name": "filterBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The max number of items in the filter list." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 266 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_by Dashboard#search_by}", "stability": "stable", "summary": "Your chosen search term." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 278 }, "name": "searchBy", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXProcessQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 338 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 331 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 389 }, "name": "resetFilterBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 405 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 434 }, "name": "resetSearchBy" } ], "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXProcessQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 393 }, "name": "filterByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 409 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 422 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 438 }, "name": "searchByInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 383 }, "name": "filterBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 399 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 415 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 428 }, "name": "searchBy", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 342 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXProcessQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXProcessQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1118 }, "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1124 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1136 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1142 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1148 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1130 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 442 }, "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 448 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 454 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 460 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.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/index-structs/structs1600.ts", "line": 506 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 571 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 587 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 559 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 575 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 591 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 552 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 565 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 581 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 517 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 745 }, "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 751 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 757 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 763 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 922 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 914 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 929 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 922 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 922 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 922 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 915 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 819 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 809 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 902 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 873 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 889 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 905 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 899 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 877 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 893 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 909 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 867 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 883 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 823 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 595 }, "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 601 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 613 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 607 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 666 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 659 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 724 }, "name": "resetFacet" } ], "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 712 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 728 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 741 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 705 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 718 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 734 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 670 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 933 }, "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 939 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 945 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 951 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1107 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1099 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1114 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1107 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1107 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1107 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1100 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1007 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 997 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1074 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1090 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1062 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1078 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1094 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1055 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1068 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1084 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1011 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1215 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1208 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1298 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1314 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1330 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1301 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1317 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1333 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1285 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1295 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1311 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1327 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1305 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1321 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1273 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1337 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1289 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1266 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1279 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1219 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2017 }, "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2023 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2035 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2041 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2047 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2029 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1341 }, "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1347 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1353 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1359 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1412 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1405 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1470 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1486 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1458 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1474 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1490 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1451 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1464 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1480 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1416 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1644 }, "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1650 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1656 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1662 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.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": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1813 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1828 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1821 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1821 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1821 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1814 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1718 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1708 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1801 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1772 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1788 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1804 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1798 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1776 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1792 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1808 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1766 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1782 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1722 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1494 }, "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1500 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1512 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1506 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1565 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1558 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1623 }, "name": "resetFacet" } ], "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1611 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1627 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1640 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1604 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1617 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1633 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1569 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1832 }, "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1838 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1844 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1850 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.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": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1998 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2013 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2006 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2006 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2006 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1999 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1906 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1896 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1973 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1989 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1961 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1977 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1993 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1954 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1967 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1983 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 1910 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.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" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2107 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2197 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2213 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2229 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2200 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2216 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2232 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2184 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2194 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2210 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2226 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2204 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2220 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2172 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2236 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2188 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2165 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2178 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2118 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestY": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestY", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6352 }, "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestY", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "Aggregator used for the request. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6358 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_query Dashboard#apm_query}", "stability": "stable", "summary": "apm_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6370 }, "name": "apmQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#log_query Dashboard#log_query}", "stability": "stable", "summary": "log_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6376 }, "name": "logQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#process_query Dashboard#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6382 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#q Dashboard#q}", "stability": "stable", "summary": "The metric query to use for this widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6364 }, "name": "q", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#rum_query Dashboard#rum_query}", "stability": "stable", "summary": "rum_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6388 }, "name": "rumQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#security_query Dashboard#security_query}", "stability": "stable", "summary": "security_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6394 }, "name": "securityQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestY" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3244 }, "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3250 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3262 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3268 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3274 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3256 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2568 }, "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2574 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2580 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2586 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2639 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2632 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2697 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2713 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2685 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2701 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2717 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2678 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2691 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2707 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2643 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2871 }, "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2877 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2883 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2889 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3048 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3040 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3055 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3048 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3048 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3048 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3041 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2945 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2935 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3028 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2999 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3015 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3031 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3025 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3003 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3019 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3035 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2993 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3009 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2949 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2721 }, "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2727 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2739 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2733 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2792 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2785 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2850 }, "name": "resetFacet" } ], "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2838 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2854 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2867 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2831 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2844 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2860 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 2796 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3059 }, "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3065 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3071 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3077 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.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" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3225 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3240 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3233 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3233 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3233 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3226 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3133 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3123 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3200 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3216 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3188 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3204 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3220 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3181 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3194 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3210 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3137 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3341 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3334 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3424 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3440 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3456 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3427 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3443 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3459 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3411 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3421 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3437 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3453 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3431 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3447 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3399 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3463 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3415 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3392 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3405 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3345 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6669 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6661 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6676 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6669 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6669 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6669 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6662 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestY" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4143 }, "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4149 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4161 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4167 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4173 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4155 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3467 }, "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3473 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3479 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3485 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3538 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3531 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3596 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3612 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3584 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3600 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3616 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3577 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3590 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3606 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3542 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3770 }, "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3776 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3782 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3788 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3947 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3939 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3954 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3947 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3947 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3947 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3940 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.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" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3834 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3927 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3898 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3914 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3930 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3924 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3902 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3918 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3934 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3892 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3908 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3848 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3620 }, "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3626 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3638 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3632 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3691 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3684 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3749 }, "name": "resetFacet" } ], "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3737 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3753 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3766 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3730 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3743 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3759 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3695 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3958 }, "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3964 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3970 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 3976 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4132 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4124 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4139 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4132 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4132 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4132 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4125 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4032 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4022 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4099 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4115 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4087 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4103 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4119 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4080 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4093 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4109 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4036 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4240 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4233 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4323 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4339 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4355 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4326 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4342 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4358 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4310 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4320 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4336 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4352 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4330 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4346 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4298 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4362 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4314 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4291 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4304 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4244 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6478 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6468 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6585 }, "name": "putApmQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6601 }, "name": "putLogQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6617 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6633 }, "name": "putRumQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6649 }, "name": "putSecurityQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6556 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6588 }, "name": "resetApmQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6604 }, "name": "resetLogQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6620 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6572 }, "name": "resetQ" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6636 }, "name": "resetRumQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6652 }, "name": "resetSecurityQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6582 }, "name": "apmQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6598 }, "name": "logQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6614 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6630 }, "name": "rumQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6646 }, "name": "securityQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6560 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6592 }, "name": "apmQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6608 }, "name": "logQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6624 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6576 }, "name": "qInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6640 }, "name": "rumQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6656 }, "name": "securityQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6550 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6566 }, "name": "q", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6482 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestY" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4366 }, "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYProcessQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "Your chosen metric." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4384 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#filter_by Dashboard#filter_by}", "stability": "stable", "summary": "A list of processes." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4372 }, "name": "filterBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The max number of items in the filter list." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4378 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_by Dashboard#search_by}", "stability": "stable", "summary": "Your chosen search term." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4390 }, "name": "searchBy", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYProcessQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4450 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4443 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4501 }, "name": "resetFilterBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4517 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4546 }, "name": "resetSearchBy" } ], "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYProcessQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4505 }, "name": "filterByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4521 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4534 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4550 }, "name": "searchByInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4495 }, "name": "filterBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4511 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4527 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4540 }, "name": "searchBy", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4454 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYProcessQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYProcessQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5230 }, "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5236 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5248 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5254 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5260 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5242 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4554 }, "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4560 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4566 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4572 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4625 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4618 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4683 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4699 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4671 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4687 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4703 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4664 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4677 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4693 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4629 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4857 }, "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4863 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4869 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4875 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.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/index-structs/structs1600.ts", "line": 5026 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.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.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5034 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.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/index-structs/structs1600.ts", "line": 5034 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5027 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4931 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4921 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5014 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4985 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5001 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5017 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5011 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4989 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5005 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5021 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4979 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4995 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4935 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4707 }, "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4713 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4725 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4719 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4778 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4771 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4836 }, "name": "resetFacet" } ], "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4824 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4840 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4853 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4817 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4830 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4846 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 4782 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5045 }, "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5051 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5057 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5063 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5219 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5211 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5226 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5219 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5219 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5219 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5212 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5119 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5109 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5186 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5202 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5174 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5190 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5206 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5167 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5180 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5196 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5123 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5327 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5320 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5410 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5426 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5442 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5413 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5429 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5445 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5397 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5407 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5423 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5439 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5417 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5433 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5385 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5449 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5401 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5378 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5391 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5331 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6129 }, "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6135 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6147 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6153 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6159 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6141 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5453 }, "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5459 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5465 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5471 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.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/dashboard/index-structs/structs1600.ts", "line": 5517 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5582 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5598 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5570 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5586 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5602 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5563 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5576 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5592 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5528 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5756 }, "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5762 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5768 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5774 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5933 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5925 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5940 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5933 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5933 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5933 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5926 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5830 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5820 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5913 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5884 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5900 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5916 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5910 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5888 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5904 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5920 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5878 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5894 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5834 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5606 }, "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5612 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5624 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5618 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5677 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5670 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5735 }, "name": "resetFacet" } ], "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5723 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5739 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5752 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5716 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5729 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5745 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5681 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5944 }, "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5950 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5956 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 5962 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6118 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6110 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6125 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6118 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6118 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6118 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6111 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6018 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6008 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6085 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6101 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6073 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6089 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6105 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6066 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6079 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6095 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6022 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6226 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6219 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6309 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6325 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6341 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6312 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6328 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6344 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6296 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6306 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6322 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6338 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6316 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6332 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6284 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6348 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6300 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6277 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6290 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6230 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionXaxis": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionXaxis", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6836 }, "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionXaxis", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#include_zero Dashboard#include_zero}", "stability": "stable", "summary": "Always include zero or fit the axis to the data range." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6842 }, "name": "includeZero", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "The label of the axis to display on the graph." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6848 }, "name": "label", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#max Dashboard#max}", "stability": "stable", "summary": "Specify the maximum value to show on the Y-axis." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6854 }, "name": "max", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#min Dashboard#min}", "stability": "stable", "summary": "Specify the minimum value to show on the Y-axis." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6860 }, "name": "min", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#scale Dashboard#scale}", "stability": "stable", "summary": "Specify the scale type, options: `linear`, `log`, `pow`, `sqrt`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6866 }, "name": "scale", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionXaxis" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionXaxisOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionXaxisOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6933 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6926 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6990 }, "name": "resetIncludeZero" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7006 }, "name": "resetLabel" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7022 }, "name": "resetMax" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7038 }, "name": "resetMin" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7054 }, "name": "resetScale" } ], "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionXaxisOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6994 }, "name": "includeZeroInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7010 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7026 }, "name": "maxInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7042 }, "name": "minInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7058 }, "name": "scaleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6984 }, "name": "includeZero", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7000 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7016 }, "name": "max", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7032 }, "name": "min", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7048 }, "name": "scale", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 6937 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionXaxis" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionXaxisOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionYaxis": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionYaxis", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7062 }, "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionYaxis", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#include_zero Dashboard#include_zero}", "stability": "stable", "summary": "Always include zero or fit the axis to the data range." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7068 }, "name": "includeZero", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "The label of the axis to display on the graph." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7074 }, "name": "label", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#max Dashboard#max}", "stability": "stable", "summary": "Specify the maximum value to show on the Y-axis." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7080 }, "name": "max", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#min Dashboard#min}", "stability": "stable", "summary": "Specify the minimum value to show on the Y-axis." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7086 }, "name": "min", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#scale Dashboard#scale}", "stability": "stable", "summary": "Specify the scale type, options: `linear`, `log`, `pow`, `sqrt`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7092 }, "name": "scale", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionYaxis" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionYaxisOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionYaxisOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7159 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7152 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7216 }, "name": "resetIncludeZero" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7232 }, "name": "resetLabel" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7248 }, "name": "resetMax" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7264 }, "name": "resetMin" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7280 }, "name": "resetScale" } ], "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionYaxisOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7220 }, "name": "includeZeroInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7236 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7252 }, "name": "maxInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7268 }, "name": "minInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7284 }, "name": "scaleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7210 }, "name": "includeZero", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7226 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7242 }, "name": "max", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7258 }, "name": "min", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7274 }, "name": "scale", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7163 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionYaxis" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionYaxisOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetServiceLevelObjectiveDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetServiceLevelObjectiveDefinition", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7654 }, "name": "DashboardWidgetGroupDefinitionWidgetServiceLevelObjectiveDefinition", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_id Dashboard#slo_id}", "stability": "stable", "summary": "The ID of the service level objective used by the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7678 }, "name": "sloId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Valid values are `7d`, `30d`, `90d`, `week_to_date`, `previous_week`, `month_to_date`, `previous_month`, `global_time`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#time_windows Dashboard#time_windows}", "stability": "stable", "summary": "A list of time windows to display in the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7684 }, "name": "timeWindows", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#view_mode Dashboard#view_mode}", "stability": "stable", "summary": "The view mode for the widget. Valid values are `overall`, `component`, `both`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7708 }, "name": "viewMode", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#view_type Dashboard#view_type}", "stability": "stable", "summary": "The type of view to use when displaying the widget. Only `detail` is supported." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7714 }, "name": "viewType", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#additional_query_filters Dashboard#additional_query_filters}", "stability": "stable", "summary": "Additional filters applied to the SLO query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7660 }, "name": "additionalQueryFilters", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#global_time_target Dashboard#global_time_target}", "stability": "stable", "summary": "The global time target of the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7666 }, "name": "globalTimeTarget", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#show_error_budget Dashboard#show_error_budget}", "stability": "stable", "summary": "Whether to show the error budget or not." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7672 }, "name": "showErrorBudget", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title Dashboard#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7690 }, "name": "title", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_align Dashboard#title_align}", "stability": "stable", "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7696 }, "name": "titleAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_size Dashboard#title_size}", "stability": "stable", "summary": "The size of the widget's title (defaults to 16)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7702 }, "name": "titleSize", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetServiceLevelObjectiveDefinition" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7816 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7809 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7903 }, "name": "resetAdditionalQueryFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7919 }, "name": "resetGlobalTimeTarget" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7935 }, "name": "resetShowErrorBudget" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7977 }, "name": "resetTitle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7993 }, "name": "resetTitleAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8009 }, "name": "resetTitleSize" } ], "name": "DashboardWidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7907 }, "name": "additionalQueryFiltersInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7923 }, "name": "globalTimeTargetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7939 }, "name": "showErrorBudgetInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7952 }, "name": "sloIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7965 }, "name": "timeWindowsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7997 }, "name": "titleAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7981 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8013 }, "name": "titleSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8026 }, "name": "viewModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8039 }, "name": "viewTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7897 }, "name": "additionalQueryFilters", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7913 }, "name": "globalTimeTarget", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7929 }, "name": "showErrorBudget", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7945 }, "name": "sloId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7958 }, "name": "timeWindows", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7971 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7987 }, "name": "titleAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8003 }, "name": "titleSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8019 }, "name": "viewMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8032 }, "name": "viewType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 7820 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetServiceLevelObjectiveDefinition" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetServicemapDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetServicemapDefinition", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8266 }, "name": "DashboardWidgetGroupDefinitionWidgetServicemapDefinition", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#filters Dashboard#filters}", "stability": "stable", "summary": "Your environment and primary tag (or `*` if enabled for your account)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8272 }, "name": "filters", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#service Dashboard#service}", "stability": "stable", "summary": "The ID of the service to map." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8278 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_link Dashboard#custom_link}", "stability": "stable", "summary": "custom_link block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8302 }, "name": "customLink", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetServicemapDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title Dashboard#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8284 }, "name": "title", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_align Dashboard#title_align}", "stability": "stable", "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8290 }, "name": "titleAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_size Dashboard#title_size}", "stability": "stable", "summary": "The size of the widget's title (defaults to 16)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8296 }, "name": "titleSize", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetServicemapDefinition" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetServicemapDefinitionCustomLink": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetServicemapDefinitionCustomLink", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8043 }, "name": "DashboardWidgetGroupDefinitionWidgetServicemapDefinitionCustomLink", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_hidden Dashboard#is_hidden}", "stability": "stable", "summary": "The flag for toggling context menu link visibility." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8049 }, "name": "isHidden", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "The label for the custom link URL." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8055 }, "name": "label", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#link Dashboard#link}", "stability": "stable", "summary": "The URL of the custom link." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8061 }, "name": "link", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#override_label Dashboard#override_label}", "stability": "stable", "summary": "The label ID that refers to a context menu link item." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8067 }, "name": "overrideLabel", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetServicemapDefinitionCustomLink" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetServicemapDefinitionCustomLinkList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetServicemapDefinitionCustomLinkList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8255 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8247 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8262 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetServicemapDefinitionCustomLinkOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetServicemapDefinitionCustomLinkList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8255 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8255 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8255 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8248 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetServicemapDefinitionCustomLink" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetServicemapDefinitionCustomLinkList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetServicemapDefinitionCustomLinkOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetServicemapDefinitionCustomLinkOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8130 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8120 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8190 }, "name": "resetIsHidden" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8206 }, "name": "resetLabel" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8222 }, "name": "resetLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8238 }, "name": "resetOverrideLabel" } ], "name": "DashboardWidgetGroupDefinitionWidgetServicemapDefinitionCustomLinkOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8194 }, "name": "isHiddenInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8210 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8226 }, "name": "linkInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8242 }, "name": "overrideLabelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8184 }, "name": "isHidden", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8200 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8216 }, "name": "link", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8232 }, "name": "overrideLabel", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8134 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetServicemapDefinitionCustomLink" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetServicemapDefinitionCustomLinkOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetServicemapDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetServicemapDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8376 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8369 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8510 }, "name": "putCustomLink", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetServicemapDefinitionCustomLink" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8513 }, "name": "resetCustomLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8465 }, "name": "resetTitle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8481 }, "name": "resetTitleAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8497 }, "name": "resetTitleSize" } ], "name": "DashboardWidgetGroupDefinitionWidgetServicemapDefinitionOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8507 }, "name": "customLink", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetServicemapDefinitionCustomLinkList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8517 }, "name": "customLinkInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetServicemapDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8440 }, "name": "filtersInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8453 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8485 }, "name": "titleAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8469 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8501 }, "name": "titleSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8433 }, "name": "filters", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8446 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8459 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8475 }, "name": "titleAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8491 }, "name": "titleSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8380 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetServicemapDefinition" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetServicemapDefinitionOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSloListDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSloListDefinition", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8904 }, "name": "DashboardWidgetGroupDefinitionWidgetSloListDefinition", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#request Dashboard#request}", "stability": "stable", "summary": "request block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8928 }, "name": "request", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSloListDefinitionRequest" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title Dashboard#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8910 }, "name": "title", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_align Dashboard#title_align}", "stability": "stable", "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8916 }, "name": "titleAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_size Dashboard#title_size}", "stability": "stable", "summary": "The size of the widget's title (defaults to 16)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8922 }, "name": "titleSize", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSloListDefinition" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSloListDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSloListDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8988 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8981 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9084 }, "name": "putRequest", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSloListDefinitionRequest" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9039 }, "name": "resetTitle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9055 }, "name": "resetTitleAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9071 }, "name": "resetTitleSize" } ], "name": "DashboardWidgetGroupDefinitionWidgetSloListDefinitionOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9081 }, "name": "request", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSloListDefinitionRequestOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9088 }, "name": "requestInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSloListDefinitionRequest" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9059 }, "name": "titleAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9043 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9075 }, "name": "titleSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9033 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9049 }, "name": "titleAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9065 }, "name": "titleSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8992 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSloListDefinition" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSloListDefinitionOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSloListDefinitionRequest": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSloListDefinitionRequest", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8789 }, "name": "DashboardWidgetGroupDefinitionWidgetSloListDefinitionRequest", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8801 }, "name": "query", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSloListDefinitionRequestQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#request_type Dashboard#request_type}", "stability": "stable", "summary": "The request type for the SLO List request. Valid values are `slo_list`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8795 }, "name": "requestType", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSloListDefinitionRequest" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSloListDefinitionRequestOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSloListDefinitionRequestOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8847 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8840 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8896 }, "name": "putQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSloListDefinitionRequestQuery" } } ] } ], "name": "DashboardWidgetGroupDefinitionWidgetSloListDefinitionRequestOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8893 }, "name": "query", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSloListDefinitionRequestQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8900 }, "name": "queryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSloListDefinitionRequestQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8887 }, "name": "requestTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8880 }, "name": "requestType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8851 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSloListDefinitionRequest" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSloListDefinitionRequestOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSloListDefinitionRequestQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSloListDefinitionRequestQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8636 }, "name": "DashboardWidgetGroupDefinitionWidgetSloListDefinitionRequestQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query_string Dashboard#query_string}", "stability": "stable", "summary": "Widget query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8648 }, "name": "queryString", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "Maximum number of results to display in the table. Defaults to `100`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8642 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort Dashboard#sort}", "stability": "stable", "summary": "sort block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8654 }, "name": "sort", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSloListDefinitionRequestQuerySort" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSloListDefinitionRequestQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSloListDefinitionRequestQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSloListDefinitionRequestQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8707 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8700 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8778 }, "name": "putSort", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSloListDefinitionRequestQuerySort" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8752 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8781 }, "name": "resetSort" } ], "name": "DashboardWidgetGroupDefinitionWidgetSloListDefinitionRequestQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8775 }, "name": "sort", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSloListDefinitionRequestQuerySortOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8756 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8769 }, "name": "queryStringInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8785 }, "name": "sortInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSloListDefinitionRequestQuerySort" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8746 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8762 }, "name": "queryString", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8711 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSloListDefinitionRequestQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSloListDefinitionRequestQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSloListDefinitionRequestQuerySort": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSloListDefinitionRequestQuerySort", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8521 }, "name": "DashboardWidgetGroupDefinitionWidgetSloListDefinitionRequestQuerySort", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#column Dashboard#column}", "stability": "stable", "summary": "The facet path for the column." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8527 }, "name": "column", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8533 }, "name": "order", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSloListDefinitionRequestQuerySort" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSloListDefinitionRequestQuerySortOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSloListDefinitionRequestQuerySortOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8579 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8572 }, "name": "DashboardWidgetGroupDefinitionWidgetSloListDefinitionRequestQuerySortOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8619 }, "name": "columnInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8632 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8612 }, "name": "column", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8625 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 8583 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSloListDefinitionRequestQuerySort" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSloListDefinitionRequestQuerySortOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinition", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5181 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinition", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#size Dashboard#size}", "stability": "stable", "summary": "Size of the individual graphs in the split." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5199 }, "name": "size", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#source_widget_definition Dashboard#source_widget_definition}", "stability": "stable", "summary": "source_widget_definition block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5211 }, "name": "sourceWidgetDefinition", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#split_config Dashboard#split_config}", "stability": "stable", "summary": "split_config block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5217 }, "name": "splitConfig", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfig" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#has_uniform_y_axes Dashboard#has_uniform_y_axes}", "stability": "stable", "summary": "Normalize y axes across graphs." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5187 }, "name": "hasUniformYAxes", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#live_span Dashboard#live_span}", "stability": "stable", "summary": "The timeframe to use when displaying the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5193 }, "name": "liveSpan", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title Dashboard#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5205 }, "name": "title", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinition" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5291 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5284 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5412 }, "name": "putSourceWidgetDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5425 }, "name": "putSplitConfig", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfig" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5354 }, "name": "resetHasUniformYAxes" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5370 }, "name": "resetLiveSpan" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5399 }, "name": "resetTitle" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5409 }, "name": "sourceWidgetDefinition", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5422 }, "name": "splitConfig", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5358 }, "name": "hasUniformYAxesInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5374 }, "name": "liveSpanInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5387 }, "name": "sizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5416 }, "name": "sourceWidgetDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5429 }, "name": "splitConfigInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfig" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5403 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5348 }, "name": "hasUniformYAxes", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5364 }, "name": "liveSpan", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5380 }, "name": "size", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5393 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5295 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinition" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinition", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4053 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinition", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#change_definition Dashboard#change_definition}", "stability": "stable", "summary": "change_definition block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4059 }, "name": "changeDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#geomap_definition Dashboard#geomap_definition}", "stability": "stable", "summary": "geomap_definition block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4065 }, "name": "geomapDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query_table_definition Dashboard#query_table_definition}", "stability": "stable", "summary": "query_table_definition block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4071 }, "name": "queryTableDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query_value_definition Dashboard#query_value_definition}", "stability": "stable", "summary": "query_value_definition block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4077 }, "name": "queryValueDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#scatterplot_definition Dashboard#scatterplot_definition}", "stability": "stable", "summary": "scatterplot_definition block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4083 }, "name": "scatterplotDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sunburst_definition Dashboard#sunburst_definition}", "stability": "stable", "summary": "sunburst_definition block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4089 }, "name": "sunburstDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#timeseries_definition Dashboard#timeseries_definition}", "stability": "stable", "summary": "timeseries_definition block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4095 }, "name": "timeseriesDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#toplist_definition Dashboard#toplist_definition}", "stability": "stable", "summary": "toplist_definition block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4101 }, "name": "toplistDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#treemap_definition Dashboard#treemap_definition}", "stability": "stable", "summary": "treemap_definition block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4107 }, "name": "treemapDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinition" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinition" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinition", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18392 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinition", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_link Dashboard#custom_link}", "stability": "stable", "summary": "custom_link block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18422 }, "name": "customLink", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#live_span Dashboard#live_span}", "stability": "stable", "summary": "The timeframe to use when displaying the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18398 }, "name": "liveSpan", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#request Dashboard#request}", "stability": "stable", "summary": "request block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18428 }, "name": "request", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequest" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title Dashboard#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18404 }, "name": "title", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_align Dashboard#title_align}", "stability": "stable", "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18410 }, "name": "titleAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_size Dashboard#title_size}", "stability": "stable", "summary": "The size of the widget's title (defaults to 16)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18416 }, "name": "titleSize", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinition" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionCustomLink": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionCustomLink", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9092 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionCustomLink", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_hidden Dashboard#is_hidden}", "stability": "stable", "summary": "The flag for toggling context menu link visibility." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9098 }, "name": "isHidden", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "The label for the custom link URL." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9104 }, "name": "label", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#link Dashboard#link}", "stability": "stable", "summary": "The URL of the custom link." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9110 }, "name": "link", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#override_label Dashboard#override_label}", "stability": "stable", "summary": "The label ID that refers to a context menu link item." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9116 }, "name": "overrideLabel", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionCustomLink" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionCustomLinkList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionCustomLinkList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9304 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9296 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9311 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionCustomLinkOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionCustomLinkList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9304 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9304 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9304 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9297 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionCustomLink" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionCustomLinkList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionCustomLinkOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionCustomLinkOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9179 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9169 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9239 }, "name": "resetIsHidden" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9255 }, "name": "resetLabel" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9271 }, "name": "resetLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9287 }, "name": "resetOverrideLabel" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionCustomLinkOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9243 }, "name": "isHiddenInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9259 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9275 }, "name": "linkInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9291 }, "name": "overrideLabelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9233 }, "name": "isHidden", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9249 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9265 }, "name": "link", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9281 }, "name": "overrideLabel", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9183 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionCustomLink" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionCustomLinkOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18502 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18495 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18626 }, "name": "putCustomLink", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionCustomLink" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18642 }, "name": "putRequest", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequest" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18629 }, "name": "resetCustomLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18565 }, "name": "resetLiveSpan" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18645 }, "name": "resetRequest" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18581 }, "name": "resetTitle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18597 }, "name": "resetTitleAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18613 }, "name": "resetTitleSize" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18623 }, "name": "customLink", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionCustomLinkList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18639 }, "name": "request", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18633 }, "name": "customLinkInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18569 }, "name": "liveSpanInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18649 }, "name": "requestInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequest" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18601 }, "name": "titleAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18585 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18617 }, "name": "titleSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18559 }, "name": "liveSpan", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18575 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18591 }, "name": "titleAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18607 }, "name": "titleSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18506 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinition" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequest": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequest", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17819 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequest", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_query Dashboard#apm_query}", "stability": "stable", "summary": "apm_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17867 }, "name": "apmQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#change_type Dashboard#change_type}", "stability": "stable", "summary": "Whether to show absolute or relative change. Valid values are `absolute`, `relative`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17825 }, "name": "changeType", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compare_to Dashboard#compare_to}", "stability": "stable", "summary": "Choose from when to compare current data to. Valid values are `hour_before`, `day_before`, `week_before`, `month_before`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17831 }, "name": "compareTo", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#formula Dashboard#formula}", "stability": "stable", "summary": "formula block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17873 }, "name": "formula", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormula" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#increase_good Dashboard#increase_good}", "stability": "stable", "summary": "A Boolean indicating whether an increase in the value is good (displayed in green) or not (displayed in red)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17837 }, "name": "increaseGood", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#log_query Dashboard#log_query}", "stability": "stable", "summary": "log_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17879 }, "name": "logQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order_by Dashboard#order_by}", "stability": "stable", "summary": "What to order by. Valid values are `change`, `name`, `present`, `past`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17843 }, "name": "orderBy", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order_dir Dashboard#order_dir}", "stability": "stable", "summary": "Widget sorting method. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17849 }, "name": "orderDir", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#process_query Dashboard#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17885 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#q Dashboard#q}", "stability": "stable", "summary": "The metric query to use for this widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17855 }, "name": "q", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17891 }, "name": "query", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuery" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#rum_query Dashboard#rum_query}", "stability": "stable", "summary": "rum_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17897 }, "name": "rumQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#security_query Dashboard#security_query}", "stability": "stable", "summary": "security_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17903 }, "name": "securityQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#show_present Dashboard#show_present}", "stability": "stable", "summary": "If set to `true`, displays the current value." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17861 }, "name": "showPresent", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequest" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9991 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9997 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10009 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10015 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10021 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10003 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9315 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9321 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9327 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9333 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9386 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9379 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9444 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9460 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9432 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9448 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9464 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9425 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9438 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9454 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9390 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9618 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9624 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9630 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9636 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.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" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9787 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9802 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9795 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9795 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9795 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9788 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9692 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9682 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9775 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9746 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9762 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9778 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9772 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9750 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9766 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9782 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9740 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9756 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9696 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9468 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9474 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9486 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9480 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9539 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9532 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9597 }, "name": "resetFacet" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9585 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9601 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9614 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9578 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9591 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9607 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9543 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9806 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9812 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9818 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9824 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.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/index-structs/structs1600.ts", "line": 9972 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.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.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9980 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.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/index-structs/structs1600.ts", "line": 9980 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9973 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.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/index-structs/structs1600.ts", "line": 9870 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9947 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9963 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9935 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9951 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9967 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9928 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9941 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9957 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 9884 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10088 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10081 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10171 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10187 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10203 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10174 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10190 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10206 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10158 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10168 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10184 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10200 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10178 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10194 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10146 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10210 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10162 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10139 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10152 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10092 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormula": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormula", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11366 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormula", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#formula_expression Dashboard#formula_expression}", "stability": "stable", "summary": "A string expression built from queries, formulas, and functions." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11384 }, "name": "formulaExpression", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#alias Dashboard#alias}", "stability": "stable", "summary": "An expression alias." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11372 }, "name": "alias", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cell_display_mode Dashboard#cell_display_mode}", "stability": "stable", "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11378 }, "name": "cellDisplayMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#conditional_formats Dashboard#conditional_formats}", "stability": "stable", "summary": "conditional_formats block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11390 }, "name": "conditionalFormats", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "limit block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11396 }, "name": "limit", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaLimit" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#number_format Dashboard#number_format}", "stability": "stable", "summary": "number_format block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11402 }, "name": "numberFormat", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormat" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#style Dashboard#style}", "stability": "stable", "summary": "style block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11408 }, "name": "style", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaStyle" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormula" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaConditionalFormats": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaConditionalFormats", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10214 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaConditionalFormats", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#comparator Dashboard#comparator}", "stability": "stable", "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10220 }, "name": "comparator", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "The color palette to apply." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10256 }, "name": "palette", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#value Dashboard#value}", "stability": "stable", "summary": "A value for the comparator." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10268 }, "name": "value", "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}", "stability": "stable", "summary": "The color palette to apply to the background, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10226 }, "name": "customBgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}", "stability": "stable", "summary": "The color palette to apply to the foreground, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10232 }, "name": "customFgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#hide_value Dashboard#hide_value}", "stability": "stable", "summary": "Setting this to True hides values." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10238 }, "name": "hideValue", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#image_url Dashboard#image_url}", "stability": "stable", "summary": "Displays an image as the background." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10244 }, "name": "imageUrl", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The metric from the request to correlate with this conditional format." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10250 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#timeframe Dashboard#timeframe}", "stability": "stable", "summary": "Defines the displayed timeframe." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10262 }, "name": "timeframe", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaConditionalFormats" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaConditionalFormatsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaConditionalFormatsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10592 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10584 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10599 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaConditionalFormatsOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaConditionalFormatsList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10592 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10592 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10592 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10585 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaConditionalFormatsList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaConditionalFormatsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaConditionalFormatsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10366 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10356 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10469 }, "name": "resetCustomBgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10485 }, "name": "resetCustomFgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10501 }, "name": "resetHideValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10517 }, "name": "resetImageUrl" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10533 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10562 }, "name": "resetTimeframe" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaConditionalFormatsOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10457 }, "name": "comparatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10473 }, "name": "customBgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10489 }, "name": "customFgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10505 }, "name": "hideValueInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10521 }, "name": "imageUrlInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10537 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10550 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10566 }, "name": "timeframeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10579 }, "name": "valueInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10450 }, "name": "comparator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10463 }, "name": "customBgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10479 }, "name": "customFgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10495 }, "name": "hideValue", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10511 }, "name": "imageUrl", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10527 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10543 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10556 }, "name": "timeframe", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10572 }, "name": "value", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10370 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaConditionalFormats" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaConditionalFormatsOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaLimit": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaLimit", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10603 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaLimit", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#count Dashboard#count}", "stability": "stable", "summary": "The number of results to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10609 }, "name": "count", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10615 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaLimit" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaLimitOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaLimitOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10661 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10654 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10700 }, "name": "resetCount" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10716 }, "name": "resetOrder" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaLimitOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10704 }, "name": "countInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10720 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10694 }, "name": "count", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10710 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10665 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaLimit" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaLimitOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11680 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11672 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11687 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11680 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11680 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11680 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11673 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormula" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormat": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormat", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11127 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormat", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit Dashboard#unit}", "stability": "stable", "summary": "unit block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11133 }, "name": "unit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnit" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_scale Dashboard#unit_scale}", "stability": "stable", "summary": "unit_scale block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11139 }, "name": "unitScale", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitScale" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormat" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11185 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11178 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11221 }, "name": "putUnit", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnit" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11234 }, "name": "putUnitScale", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitScale" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11237 }, "name": "resetUnitScale" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11218 }, "name": "unit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11231 }, "name": "unitScale", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitScaleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11225 }, "name": "unitInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnit" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11241 }, "name": "unitScaleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitScale" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11189 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormat" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnit": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnit", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10925 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnit", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#canonical Dashboard#canonical}", "stability": "stable", "summary": "canonical block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10931 }, "name": "canonical", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCanonical" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom Dashboard#custom}", "stability": "stable", "summary": "custom block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10937 }, "name": "custom", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCustom" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnit" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCanonical": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCanonical", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10724 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCanonical", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_name Dashboard#unit_name}", "stability": "stable", "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10736 }, "name": "unitName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#per_unit_name Dashboard#per_unit_name}", "stability": "stable", "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10730 }, "name": "perUnitName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCanonical" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10782 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10775 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10821 }, "name": "resetPerUnitName" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10825 }, "name": "perUnitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10838 }, "name": "unitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10815 }, "name": "perUnitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10831 }, "name": "unitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10786 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCanonical" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCustom": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCustom", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10842 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCustom", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "Unit label." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10848 }, "name": "label", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCustom" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCustomOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10887 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10880 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCustomOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10921 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10914 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10891 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCustom" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCustomOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10983 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10976 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11019 }, "name": "putCanonical", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCanonical" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11035 }, "name": "putCustom", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCustom" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11022 }, "name": "resetCanonical" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11038 }, "name": "resetCustom" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11016 }, "name": "canonical", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11032 }, "name": "custom", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCustomOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11026 }, "name": "canonicalInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCanonical" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11042 }, "name": "customInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCustom" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 10987 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnit" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitScale": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitScale", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11046 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitScale", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_name Dashboard#unit_name}." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11050 }, "name": "unitName", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitScale" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitScaleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11089 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11082 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitScaleOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11123 }, "name": "unitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11116 }, "name": "unitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11093 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitScale" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitScaleOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11492 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11482 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11612 }, "name": "putConditionalFormats", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11628 }, "name": "putLimit", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaLimit" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11644 }, "name": "putNumberFormat", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormat" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11660 }, "name": "putStyle", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaStyle" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11570 }, "name": "resetAlias" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11586 }, "name": "resetCellDisplayMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11615 }, "name": "resetConditionalFormats" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11631 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11647 }, "name": "resetNumberFormat" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11663 }, "name": "resetStyle" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11609 }, "name": "conditionalFormats", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaConditionalFormatsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11625 }, "name": "limit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaLimitOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11641 }, "name": "numberFormat", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11657 }, "name": "style", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaStyleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11574 }, "name": "aliasInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11590 }, "name": "cellDisplayModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11619 }, "name": "conditionalFormatsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11603 }, "name": "formulaExpressionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11635 }, "name": "limitInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaLimit" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11651 }, "name": "numberFormatInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormat" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11667 }, "name": "styleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaStyle" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11564 }, "name": "alias", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11580 }, "name": "cellDisplayMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11596 }, "name": "formulaExpression", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11496 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormula" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaStyle": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaStyle", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11245 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaStyle", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "The color palette used to display the formula." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11251 }, "name": "palette", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette_index Dashboard#palette_index}", "stability": "stable", "summary": "Index specifying which color to use within the palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11257 }, "name": "paletteIndex", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaStyle" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaStyleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaStyleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11303 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11296 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11342 }, "name": "resetPalette" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11358 }, "name": "resetPaletteIndex" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaStyleOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11362 }, "name": "paletteIndexInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11346 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11336 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11352 }, "name": "paletteIndex", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11307 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaStyle" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaStyleOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18381 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18373 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18388 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18381 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18381 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18381 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18374 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequest" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12367 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12373 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12385 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12391 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12397 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12379 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11691 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11697 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11703 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11709 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11762 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11755 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11820 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11836 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11808 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11824 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11840 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11801 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11814 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11830 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11766 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11994 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12000 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12006 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12012 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12171 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12163 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12178 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12171 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12171 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12171 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12164 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12068 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12058 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12151 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12122 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12138 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12154 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12148 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12126 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12142 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12158 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12116 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12132 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12072 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11844 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11850 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11862 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11856 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11915 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11908 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11973 }, "name": "resetFacet" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11961 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11977 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11990 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11954 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11967 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11983 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 11919 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12182 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12188 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12194 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12200 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12356 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12348 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12363 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12356 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12356 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12356 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12349 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12256 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12246 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12323 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12339 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12311 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12327 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12343 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12304 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12317 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12333 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12260 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12464 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12457 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12547 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12563 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12579 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12550 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12566 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12582 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12534 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12544 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12560 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12576 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12554 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12570 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12522 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12586 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12538 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12515 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12528 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12468 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18036 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18026 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18265 }, "name": "putApmQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18281 }, "name": "putFormula", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormula" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18297 }, "name": "putLogQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18313 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18329 }, "name": "putQuery", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuery" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18345 }, "name": "putRumQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18361 }, "name": "putSecurityQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18268 }, "name": "resetApmQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18156 }, "name": "resetChangeType" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18172 }, "name": "resetCompareTo" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18284 }, "name": "resetFormula" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18188 }, "name": "resetIncreaseGood" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18300 }, "name": "resetLogQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18204 }, "name": "resetOrderBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18220 }, "name": "resetOrderDir" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18316 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18236 }, "name": "resetQ" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18332 }, "name": "resetQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18348 }, "name": "resetRumQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18364 }, "name": "resetSecurityQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18252 }, "name": "resetShowPresent" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18262 }, "name": "apmQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18278 }, "name": "formula", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18294 }, "name": "logQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18310 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18326 }, "name": "query", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18342 }, "name": "rumQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18358 }, "name": "securityQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18272 }, "name": "apmQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18160 }, "name": "changeTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18176 }, "name": "compareToInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18288 }, "name": "formulaInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormula" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18192 }, "name": "increaseGoodInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18304 }, "name": "logQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18208 }, "name": "orderByInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18224 }, "name": "orderDirInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18320 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18240 }, "name": "qInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18336 }, "name": "queryInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuery" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18352 }, "name": "rumQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18368 }, "name": "securityQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18256 }, "name": "showPresentInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18150 }, "name": "changeType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18166 }, "name": "compareTo", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18182 }, "name": "increaseGood", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18198 }, "name": "orderBy", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18214 }, "name": "orderDir", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18230 }, "name": "q", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18246 }, "name": "showPresent", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18040 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequest" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12590 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestProcessQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "Your chosen metric." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12608 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#filter_by Dashboard#filter_by}", "stability": "stable", "summary": "A list of processes." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12596 }, "name": "filterBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The max number of items in the filter list." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12602 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_by Dashboard#search_by}", "stability": "stable", "summary": "Your chosen search term." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12614 }, "name": "searchBy", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestProcessQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12674 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12667 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12725 }, "name": "resetFilterBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12741 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12770 }, "name": "resetSearchBy" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestProcessQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12729 }, "name": "filterByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12745 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12758 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12774 }, "name": "searchByInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12719 }, "name": "filterBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12735 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12751 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12764 }, "name": "searchBy", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12678 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestProcessQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestProcessQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15693 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_dependency_stats_query Dashboard#apm_dependency_stats_query}", "stability": "stable", "summary": "apm_dependency_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15699 }, "name": "apmDependencyStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmDependencyStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_resource_stats_query Dashboard#apm_resource_stats_query}", "stability": "stable", "summary": "apm_resource_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15705 }, "name": "apmResourceStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmResourceStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cloud_cost_query Dashboard#cloud_cost_query}", "stability": "stable", "summary": "cloud_cost_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15711 }, "name": "cloudCostQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryCloudCostQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#event_query Dashboard#event_query}", "stability": "stable", "summary": "event_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15717 }, "name": "eventQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric_query Dashboard#metric_query}", "stability": "stable", "summary": "metric_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15723 }, "name": "metricQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryMetricQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#process_query Dashboard#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15729 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_query Dashboard#slo_query}", "stability": "stable", "summary": "slo_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15735 }, "name": "sloQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuerySloQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmDependencyStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmDependencyStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12778 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmDependencyStatsQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12790 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#env Dashboard#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12796 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12808 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#operation_name Dashboard#operation_name}", "stability": "stable", "summary": "Name of operation on service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12814 }, "name": "operationName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#resource_name Dashboard#resource_name}", "stability": "stable", "summary": "APM resource." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12832 }, "name": "resourceName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#service Dashboard#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12838 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#stat Dashboard#stat}", "stability": "stable", "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12844 }, "name": "stat", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12784 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_upstream Dashboard#is_upstream}", "stability": "stable", "summary": "Determines whether stats for upstream or downstream dependencies should be queried." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12802 }, "name": "isUpstream", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}", "stability": "stable", "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12820 }, "name": "primaryTagName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}", "stability": "stable", "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12826 }, "name": "primaryTagValue", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmDependencyStatsQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmDependencyStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmDependencyStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12953 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12946 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13046 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13088 }, "name": "resetIsUpstream" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13130 }, "name": "resetPrimaryTagName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13146 }, "name": "resetPrimaryTagValue" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmDependencyStatsQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13050 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13063 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13076 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13092 }, "name": "isUpstreamInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13105 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13118 }, "name": "operationNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13134 }, "name": "primaryTagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13150 }, "name": "primaryTagValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13163 }, "name": "resourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13176 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13189 }, "name": "statInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13040 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13056 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13069 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13082 }, "name": "isUpstream", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13098 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13111 }, "name": "operationName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13124 }, "name": "primaryTagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13140 }, "name": "primaryTagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13156 }, "name": "resourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13169 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13182 }, "name": "stat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 12957 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmDependencyStatsQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmDependencyStatsQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmResourceStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmResourceStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13193 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmResourceStatsQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13205 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#env Dashboard#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13211 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13223 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#service Dashboard#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13253 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#stat Dashboard#stat}", "stability": "stable", "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13259 }, "name": "stat", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13199 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "Array of fields to group results by." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13217 }, "name": "groupBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#operation_name Dashboard#operation_name}", "stability": "stable", "summary": "Name of operation on service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13229 }, "name": "operationName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}", "stability": "stable", "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13235 }, "name": "primaryTagName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}", "stability": "stable", "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13241 }, "name": "primaryTagValue", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#resource_name Dashboard#resource_name}", "stability": "stable", "summary": "APM resource." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13247 }, "name": "resourceName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmResourceStatsQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmResourceStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmResourceStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13368 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13361 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13461 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13503 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13532 }, "name": "resetOperationName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13548 }, "name": "resetPrimaryTagName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13564 }, "name": "resetPrimaryTagValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13580 }, "name": "resetResourceName" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmResourceStatsQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13465 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13478 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13491 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13507 }, "name": "groupByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13520 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13536 }, "name": "operationNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13552 }, "name": "primaryTagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13568 }, "name": "primaryTagValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13584 }, "name": "resourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13597 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13610 }, "name": "statInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13455 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13471 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13484 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13497 }, "name": "groupBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13513 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13526 }, "name": "operationName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13542 }, "name": "primaryTagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13558 }, "name": "primaryTagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13574 }, "name": "resourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13590 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13603 }, "name": "stat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13372 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmResourceStatsQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmResourceStatsQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryCloudCostQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryCloudCostQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13614 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryCloudCostQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13632 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13638 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The cloud cost query definition." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13644 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13620 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13626 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryCloudCostQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryCloudCostQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryCloudCostQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13711 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13704 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13768 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13784 }, "name": "resetCrossOrgUuids" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryCloudCostQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13772 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13788 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13801 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13814 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13827 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13762 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13778 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13794 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13807 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13820 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13715 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryCloudCostQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryCloudCostQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14437 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute Dashboard#compute}", "stability": "stable", "summary": "compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14473 }, "name": "compute", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for event platform-based queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14449 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14461 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14443 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14479 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#indexes Dashboard#indexes}", "stability": "stable", "summary": "An array of index names to query in the stream." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14455 }, "name": "indexes", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search Dashboard#search}", "stability": "stable", "summary": "search block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14485 }, "name": "search", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuerySearch" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#storage Dashboard#storage}", "stability": "stable", "summary": "Storage location (private beta)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14467 }, "name": "storage", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13831 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation methods for event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13837 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "A time interval in milliseconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13843 }, "name": "interval", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The measurable attribute to compute." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13849 }, "name": "metric", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14005 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13997 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14012 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14005 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14005 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14005 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13998 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13905 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13895 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13972 }, "name": "resetInterval" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13988 }, "name": "resetMetric" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13960 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13976 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13992 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13953 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13966 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13982 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 13909 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14169 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The event facet." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14175 }, "name": "facet", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The number of groups to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14181 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort Dashboard#sort}", "stability": "stable", "summary": "sort block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14187 }, "name": "sort", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBySort" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14343 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14335 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14350 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14343 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14343 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14343 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14336 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14243 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14233 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14323 }, "name": "putSort", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBySort" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14310 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14326 }, "name": "resetSort" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14320 }, "name": "sort", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBySortOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14298 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14314 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14330 }, "name": "sortInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBySort" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14291 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14304 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14247 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBySort": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBySort", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14016 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBySort", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation methods for the event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14022 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The metric used for sorting group by results." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14028 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Direction of sort. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14034 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBySort" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBySortOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBySortOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14087 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14080 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14145 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14161 }, "name": "resetOrder" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBySortOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14133 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14149 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14165 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14126 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14139 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14155 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14091 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBySort" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBySortOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14573 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14566 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14719 }, "name": "putCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14732 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14748 }, "name": "putSearch", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuerySearch" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14648 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14735 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14677 }, "name": "resetIndexes" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14751 }, "name": "resetSearch" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14706 }, "name": "resetStorage" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14716 }, "name": "compute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14729 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14745 }, "name": "search", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuerySearchOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14723 }, "name": "computeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14652 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14665 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14739 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14681 }, "name": "indexesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14694 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14755 }, "name": "searchInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuerySearch" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14710 }, "name": "storageInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14642 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14658 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14671 }, "name": "indexes", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14687 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14700 }, "name": "storage", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14577 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuerySearch": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuerySearch", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14354 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuerySearch", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The events search string." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14360 }, "name": "query", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuerySearch" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuerySearchOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuerySearchOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.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" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14392 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuerySearchOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14433 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14426 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14403 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuerySearch" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuerySearchOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16010 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16002 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16017 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16010 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16010 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16010 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16003 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuery" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryMetricQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryMetricQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14759 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryMetricQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14783 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The metrics query definition." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14789 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14765 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14771 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for metrics queries. Defaults to `\"metrics\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14777 }, "name": "dataSource", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryMetricQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryMetricQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryMetricQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14856 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14849 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14913 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14929 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14945 }, "name": "resetDataSource" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryMetricQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14917 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14933 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14949 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14962 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14975 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14907 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14923 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14939 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14955 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14968 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14860 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryMetricQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryMetricQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15819 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15809 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15894 }, "name": "putApmDependencyStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmDependencyStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15910 }, "name": "putApmResourceStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmResourceStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15926 }, "name": "putCloudCostQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryCloudCostQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15942 }, "name": "putEventQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15958 }, "name": "putMetricQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryMetricQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15974 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15990 }, "name": "putSloQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuerySloQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15897 }, "name": "resetApmDependencyStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15913 }, "name": "resetApmResourceStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15929 }, "name": "resetCloudCostQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15945 }, "name": "resetEventQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15961 }, "name": "resetMetricQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15977 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15993 }, "name": "resetSloQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15891 }, "name": "apmDependencyStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmDependencyStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15907 }, "name": "apmResourceStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmResourceStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15923 }, "name": "cloudCostQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryCloudCostQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15939 }, "name": "eventQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15955 }, "name": "metricQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryMetricQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15971 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15987 }, "name": "sloQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuerySloQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15901 }, "name": "apmDependencyStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmDependencyStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15917 }, "name": "apmResourceStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmResourceStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15933 }, "name": "cloudCostQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryCloudCostQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15949 }, "name": "eventQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15965 }, "name": "metricQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryMetricQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15981 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15997 }, "name": "sloQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuerySloQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15823 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuery" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14979 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryProcessQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for process queries. Valid values are `process`, `container`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14997 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The process metric name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15015 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15021 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14985 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 14991 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_normalized_cpu Dashboard#is_normalized_cpu}", "stability": "stable", "summary": "Whether to normalize the CPU percentages." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15003 }, "name": "isNormalizedCpu", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The number of hits to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15009 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort Dashboard#sort}", "stability": "stable", "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15027 }, "name": "sort", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#tag_filters Dashboard#tag_filters}", "stability": "stable", "summary": "An array of tags to filter by." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15033 }, "name": "tagFilters", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#text_filter Dashboard#text_filter}", "stability": "stable", "summary": "The text to use as a filter." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15039 }, "name": "textFilter", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryProcessQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15141 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15134 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15228 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15244 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15273 }, "name": "resetIsNormalizedCpu" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15289 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15331 }, "name": "resetSort" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15347 }, "name": "resetTagFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15363 }, "name": "resetTextFilter" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryProcessQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15232 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15248 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15261 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15277 }, "name": "isNormalizedCpuInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15293 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15306 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15319 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15335 }, "name": "sortInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15351 }, "name": "tagFiltersInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15367 }, "name": "textFilterInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15222 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15238 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15254 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15267 }, "name": "isNormalizedCpu", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15283 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15299 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15312 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15325 }, "name": "sort", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15341 }, "name": "tagFilters", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15357 }, "name": "textFilter", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15145 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryProcessQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryProcessQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuerySloQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuerySloQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15371 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuerySloQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for SLO queries. Valid values are `slo`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15389 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#measure Dashboard#measure}", "stability": "stable", "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15401 }, "name": "measure", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_id Dashboard#slo_id}", "stability": "stable", "summary": "ID of an SLO to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15413 }, "name": "sloId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#additional_query_filters Dashboard#additional_query_filters}", "stability": "stable", "summary": "Additional filters applied to the SLO query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15377 }, "name": "additionalQueryFilters", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15383 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_mode Dashboard#group_mode}", "stability": "stable", "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15395 }, "name": "groupMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15407 }, "name": "name", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_query_type Dashboard#slo_query_type}", "stability": "stable", "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15419 }, "name": "sloQueryType", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuerySloQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuerySloQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuerySloQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.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/index-structs/structs1600.ts", "line": 15500 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15582 }, "name": "resetAdditionalQueryFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15598 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15627 }, "name": "resetGroupMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15656 }, "name": "resetName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15685 }, "name": "resetSloQueryType" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuerySloQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15586 }, "name": "additionalQueryFiltersInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15602 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15615 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15631 }, "name": "groupModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15644 }, "name": "measureInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15660 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15673 }, "name": "sloIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15689 }, "name": "sloQueryTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15576 }, "name": "additionalQueryFilters", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15592 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15608 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15621 }, "name": "groupMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15637 }, "name": "measure", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15650 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15666 }, "name": "sloId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15679 }, "name": "sloQueryType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 15511 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuerySloQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuerySloQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16697 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16703 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16715 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16721 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16727 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16709 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16021 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16027 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16033 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16039 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16092 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16085 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16150 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16166 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16138 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16154 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16170 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16131 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16144 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16160 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16096 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16324 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16330 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16336 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16342 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16501 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16493 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16508 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16501 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16501 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16501 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16494 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16398 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16388 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16481 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16452 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16468 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16484 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16478 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16456 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16472 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16488 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16446 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16462 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16402 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16174 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16180 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16192 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16186 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16245 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16238 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16303 }, "name": "resetFacet" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16291 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16307 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16320 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16284 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16297 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16313 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16249 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16512 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16518 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16524 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16530 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16686 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16678 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16693 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16686 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16686 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16686 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16679 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.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": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16576 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16653 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16669 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16641 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16657 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16673 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16634 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16647 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16663 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16590 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16794 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16787 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16877 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16893 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16909 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16880 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16896 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16912 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16864 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16874 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16890 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16906 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16884 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16900 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16852 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16916 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16868 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16845 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16858 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16798 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17596 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17602 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17614 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17620 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17626 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17608 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16920 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16926 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16932 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16938 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16991 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16984 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17049 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17065 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17037 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17053 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17069 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17030 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17043 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17059 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 16995 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17223 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17229 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17235 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17241 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17400 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17392 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17407 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17400 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17400 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17400 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17393 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17297 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17287 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17380 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17351 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17367 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17383 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17377 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17355 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17371 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17387 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17345 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17361 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17301 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17073 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17079 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17091 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17085 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17144 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17137 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17202 }, "name": "resetFacet" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17190 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17206 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17219 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17183 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17196 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17212 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17148 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17411 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17417 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17423 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17429 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17585 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17577 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17592 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17585 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17585 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17585 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17578 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17485 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17475 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17552 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17568 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17540 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17556 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17572 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17533 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17546 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17562 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17489 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17693 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17686 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17776 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17792 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17808 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17779 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17795 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17811 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17763 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17773 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17789 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17805 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17783 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17799 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17751 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17815 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17767 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17744 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17757 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 17697 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinition", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1083 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinition", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#view Dashboard#view}", "stability": "stable", "summary": "view block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1131 }, "name": "view", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionView" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_link Dashboard#custom_link}", "stability": "stable", "summary": "custom_link block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1113 }, "name": "customLink", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#live_span Dashboard#live_span}", "stability": "stable", "summary": "The timeframe to use when displaying the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1089 }, "name": "liveSpan", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#request Dashboard#request}", "stability": "stable", "summary": "request block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1119 }, "name": "request", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequest" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#style Dashboard#style}", "stability": "stable", "summary": "style block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1125 }, "name": "style", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionStyle" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title Dashboard#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1095 }, "name": "title", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_align Dashboard#title_align}", "stability": "stable", "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1101 }, "name": "titleAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_size Dashboard#title_size}", "stability": "stable", "summary": "The size of the widget's title (defaults to 16)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1107 }, "name": "titleSize", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinition" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionCustomLink": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionCustomLink", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18653 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionCustomLink", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_hidden Dashboard#is_hidden}", "stability": "stable", "summary": "The flag for toggling context menu link visibility." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18659 }, "name": "isHidden", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "The label for the custom link URL." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18665 }, "name": "label", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#link Dashboard#link}", "stability": "stable", "summary": "The URL of the custom link." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18671 }, "name": "link", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#override_label Dashboard#override_label}", "stability": "stable", "summary": "The label ID that refers to a context menu link item." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18677 }, "name": "overrideLabel", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionCustomLink" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionCustomLinkList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionCustomLinkList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.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" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18857 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18872 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionCustomLinkOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionCustomLinkList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18865 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18865 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18865 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18858 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionCustomLink" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionCustomLinkList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionCustomLinkOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionCustomLinkOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18740 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18730 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18800 }, "name": "resetIsHidden" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18816 }, "name": "resetLabel" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18832 }, "name": "resetLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18848 }, "name": "resetOverrideLabel" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionCustomLinkOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18804 }, "name": "isHiddenInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18820 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18836 }, "name": "linkInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18852 }, "name": "overrideLabelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18794 }, "name": "isHidden", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18810 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18826 }, "name": "link", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18842 }, "name": "overrideLabel", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18744 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionCustomLink" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionCustomLinkOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1219 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1212 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1355 }, "name": "putCustomLink", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionCustomLink" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1371 }, "name": "putRequest", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequest" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1387 }, "name": "putStyle", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionStyle" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1403 }, "name": "putView", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionView" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1358 }, "name": "resetCustomLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1294 }, "name": "resetLiveSpan" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1374 }, "name": "resetRequest" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1390 }, "name": "resetStyle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1310 }, "name": "resetTitle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1326 }, "name": "resetTitleAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1342 }, "name": "resetTitleSize" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1352 }, "name": "customLink", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionCustomLinkList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1368 }, "name": "request", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1384 }, "name": "style", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionStyleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1400 }, "name": "view", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionViewOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1362 }, "name": "customLinkInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1298 }, "name": "liveSpanInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1378 }, "name": "requestInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequest" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1394 }, "name": "styleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionStyle" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1330 }, "name": "titleAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1314 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1346 }, "name": "titleSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1407 }, "name": "viewInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionView" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1288 }, "name": "liveSpan", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1304 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1320 }, "name": "titleAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1336 }, "name": "titleSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1223 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinition" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequest": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequest", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 627 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequest", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#formula Dashboard#formula}", "stability": "stable", "summary": "formula block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 639 }, "name": "formula", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormula" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#log_query Dashboard#log_query}", "stability": "stable", "summary": "log_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 645 }, "name": "logQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#q Dashboard#q}", "stability": "stable", "summary": "The metric query to use for this widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 633 }, "name": "q", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 651 }, "name": "query", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuery" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#rum_query Dashboard#rum_query}", "stability": "stable", "summary": "rum_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 657 }, "name": "rumQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequest" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormula": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormula", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20028 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormula", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#formula_expression Dashboard#formula_expression}", "stability": "stable", "summary": "A string expression built from queries, formulas, and functions." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20046 }, "name": "formulaExpression", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#alias Dashboard#alias}", "stability": "stable", "summary": "An expression alias." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20034 }, "name": "alias", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cell_display_mode Dashboard#cell_display_mode}", "stability": "stable", "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20040 }, "name": "cellDisplayMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#conditional_formats Dashboard#conditional_formats}", "stability": "stable", "summary": "conditional_formats block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20052 }, "name": "conditionalFormats", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "limit block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20058 }, "name": "limit", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaLimit" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#number_format Dashboard#number_format}", "stability": "stable", "summary": "number_format block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20064 }, "name": "numberFormat", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormat" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#style Dashboard#style}", "stability": "stable", "summary": "style block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20070 }, "name": "style", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaStyle" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormula" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaConditionalFormats": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaConditionalFormats", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18876 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaConditionalFormats", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#comparator Dashboard#comparator}", "stability": "stable", "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18882 }, "name": "comparator", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "The color palette to apply." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18918 }, "name": "palette", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#value Dashboard#value}", "stability": "stable", "summary": "A value for the comparator." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18930 }, "name": "value", "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}", "stability": "stable", "summary": "The color palette to apply to the background, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18888 }, "name": "customBgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}", "stability": "stable", "summary": "The color palette to apply to the foreground, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18894 }, "name": "customFgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#hide_value Dashboard#hide_value}", "stability": "stable", "summary": "Setting this to True hides values." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18900 }, "name": "hideValue", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#image_url Dashboard#image_url}", "stability": "stable", "summary": "Displays an image as the background." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18906 }, "name": "imageUrl", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The metric from the request to correlate with this conditional format." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18912 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#timeframe Dashboard#timeframe}", "stability": "stable", "summary": "Defines the displayed timeframe." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 18924 }, "name": "timeframe", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaConditionalFormats" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaConditionalFormatsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaConditionalFormatsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19254 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19246 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19261 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaConditionalFormatsOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaConditionalFormatsList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19254 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19254 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19254 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19247 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaConditionalFormatsList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaConditionalFormatsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaConditionalFormatsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19028 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19018 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19131 }, "name": "resetCustomBgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19147 }, "name": "resetCustomFgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19163 }, "name": "resetHideValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19179 }, "name": "resetImageUrl" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19195 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19224 }, "name": "resetTimeframe" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaConditionalFormatsOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19119 }, "name": "comparatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19135 }, "name": "customBgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19151 }, "name": "customFgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19167 }, "name": "hideValueInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19183 }, "name": "imageUrlInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19199 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19212 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19228 }, "name": "timeframeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19241 }, "name": "valueInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19112 }, "name": "comparator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19125 }, "name": "customBgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19141 }, "name": "customFgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19157 }, "name": "hideValue", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19173 }, "name": "imageUrl", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19189 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19205 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19218 }, "name": "timeframe", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19234 }, "name": "value", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19032 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaConditionalFormats" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaConditionalFormatsOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaLimit": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaLimit", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19265 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaLimit", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#count Dashboard#count}", "stability": "stable", "summary": "The number of results to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19271 }, "name": "count", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19277 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaLimit" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaLimitOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaLimitOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19323 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19316 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19362 }, "name": "resetCount" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19378 }, "name": "resetOrder" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaLimitOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19366 }, "name": "countInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19382 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19356 }, "name": "count", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19372 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19327 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaLimit" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaLimitOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20342 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20334 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20349 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20342 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20342 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20342 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20335 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormula" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormat": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormat", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19789 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormat", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit Dashboard#unit}", "stability": "stable", "summary": "unit block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19795 }, "name": "unit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnit" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_scale Dashboard#unit_scale}", "stability": "stable", "summary": "unit_scale block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19801 }, "name": "unitScale", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitScale" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormat" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19847 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19840 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19883 }, "name": "putUnit", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnit" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19896 }, "name": "putUnitScale", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitScale" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19899 }, "name": "resetUnitScale" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19880 }, "name": "unit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19893 }, "name": "unitScale", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19887 }, "name": "unitInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnit" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19903 }, "name": "unitScaleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitScale" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19851 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormat" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnit": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnit", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19587 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnit", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#canonical Dashboard#canonical}", "stability": "stable", "summary": "canonical block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19593 }, "name": "canonical", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCanonical" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom Dashboard#custom}", "stability": "stable", "summary": "custom block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19599 }, "name": "custom", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCustom" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnit" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCanonical": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCanonical", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19386 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCanonical", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_name Dashboard#unit_name}", "stability": "stable", "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19398 }, "name": "unitName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#per_unit_name Dashboard#per_unit_name}", "stability": "stable", "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19392 }, "name": "perUnitName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCanonical" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19444 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19437 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19483 }, "name": "resetPerUnitName" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19487 }, "name": "perUnitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19500 }, "name": "unitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19477 }, "name": "perUnitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19493 }, "name": "unitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19448 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCanonical" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCustom": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCustom", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19504 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCustom", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "Unit label." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19510 }, "name": "label", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCustom" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19549 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19542 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19583 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19576 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19553 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCustom" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19645 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19638 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19681 }, "name": "putCanonical", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCanonical" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19697 }, "name": "putCustom", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCustom" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19684 }, "name": "resetCanonical" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19700 }, "name": "resetCustom" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19678 }, "name": "canonical", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19694 }, "name": "custom", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19688 }, "name": "canonicalInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCanonical" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19704 }, "name": "customInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCustom" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19649 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnit" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitScale": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitScale", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19708 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitScale", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_name Dashboard#unit_name}." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19712 }, "name": "unitName", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitScale" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19751 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19744 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19785 }, "name": "unitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19778 }, "name": "unitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19755 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitScale" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20154 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20144 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20274 }, "name": "putConditionalFormats", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20290 }, "name": "putLimit", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaLimit" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20306 }, "name": "putNumberFormat", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormat" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20322 }, "name": "putStyle", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaStyle" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20232 }, "name": "resetAlias" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20248 }, "name": "resetCellDisplayMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20277 }, "name": "resetConditionalFormats" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20293 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20309 }, "name": "resetNumberFormat" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20325 }, "name": "resetStyle" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20271 }, "name": "conditionalFormats", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaConditionalFormatsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20287 }, "name": "limit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaLimitOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20303 }, "name": "numberFormat", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20319 }, "name": "style", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaStyleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20236 }, "name": "aliasInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20252 }, "name": "cellDisplayModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20281 }, "name": "conditionalFormatsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20265 }, "name": "formulaExpressionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20297 }, "name": "limitInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaLimit" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20313 }, "name": "numberFormatInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormat" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20329 }, "name": "styleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaStyle" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20226 }, "name": "alias", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20242 }, "name": "cellDisplayMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20258 }, "name": "formulaExpression", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20158 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormula" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaStyle": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaStyle", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19907 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaStyle", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "The color palette used to display the formula." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19913 }, "name": "palette", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette_index Dashboard#palette_index}", "stability": "stable", "summary": "Index specifying which color to use within the palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19919 }, "name": "paletteIndex", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaStyle" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaStyleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaStyleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19965 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19958 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20004 }, "name": "resetPalette" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20020 }, "name": "resetPaletteIndex" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaStyleOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20024 }, "name": "paletteIndexInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20008 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19998 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20014 }, "name": "paletteIndex", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 19969 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaStyle" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaStyleOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 874 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 866 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 881 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 874 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 874 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 874 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 867 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequest" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21029 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21035 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21047 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21053 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21059 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21041 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20353 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20359 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20365 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20371 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20424 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20417 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20482 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20498 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20470 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20486 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20502 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20463 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20476 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20492 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20428 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20656 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20662 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20668 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20674 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20833 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20825 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20840 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20833 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20833 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20833 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20826 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20730 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20720 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20813 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20784 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20800 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20816 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20810 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20788 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20804 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20820 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20778 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20794 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20734 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20506 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20512 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20524 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20518 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20577 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20570 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20635 }, "name": "resetFacet" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20623 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20639 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20652 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20616 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20629 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20645 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20581 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20844 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20850 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20856 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20862 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21018 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21010 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21025 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21018 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21018 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21018 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21011 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20918 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20908 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20985 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21001 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20973 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20989 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21005 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20966 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20979 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20995 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 20922 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21126 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21119 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21209 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21225 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21241 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21212 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21228 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21244 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21196 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21206 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21222 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21238 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21216 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21232 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21184 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21248 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21200 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21177 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21190 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21130 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 727 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 717 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 806 }, "name": "putFormula", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormula" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 822 }, "name": "putLogQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 838 }, "name": "putQuery", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuery" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 854 }, "name": "putRumQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 809 }, "name": "resetFormula" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 825 }, "name": "resetLogQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 793 }, "name": "resetQ" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 841 }, "name": "resetQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 857 }, "name": "resetRumQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 803 }, "name": "formula", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 819 }, "name": "logQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 835 }, "name": "query", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 851 }, "name": "rumQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 813 }, "name": "formulaInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormula" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 829 }, "name": "logQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 797 }, "name": "qInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 845 }, "name": "queryInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuery" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 861 }, "name": "rumQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 787 }, "name": "q", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 731 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequest" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 24167 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_dependency_stats_query Dashboard#apm_dependency_stats_query}", "stability": "stable", "summary": "apm_dependency_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 24173 }, "name": "apmDependencyStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmDependencyStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_resource_stats_query Dashboard#apm_resource_stats_query}", "stability": "stable", "summary": "apm_resource_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 24179 }, "name": "apmResourceStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmResourceStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cloud_cost_query Dashboard#cloud_cost_query}", "stability": "stable", "summary": "cloud_cost_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 24185 }, "name": "cloudCostQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryCloudCostQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#event_query Dashboard#event_query}", "stability": "stable", "summary": "event_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 24191 }, "name": "eventQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric_query Dashboard#metric_query}", "stability": "stable", "summary": "metric_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 24197 }, "name": "metricQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryMetricQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#process_query Dashboard#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 24203 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_query Dashboard#slo_query}", "stability": "stable", "summary": "slo_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 24209 }, "name": "sloQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuerySloQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmDependencyStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmDependencyStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21252 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmDependencyStatsQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21264 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#env Dashboard#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21270 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21282 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#operation_name Dashboard#operation_name}", "stability": "stable", "summary": "Name of operation on service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21288 }, "name": "operationName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#resource_name Dashboard#resource_name}", "stability": "stable", "summary": "APM resource." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21306 }, "name": "resourceName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#service Dashboard#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21312 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#stat Dashboard#stat}", "stability": "stable", "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21318 }, "name": "stat", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21258 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_upstream Dashboard#is_upstream}", "stability": "stable", "summary": "Determines whether stats for upstream or downstream dependencies should be queried." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21276 }, "name": "isUpstream", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}", "stability": "stable", "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21294 }, "name": "primaryTagName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}", "stability": "stable", "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21300 }, "name": "primaryTagValue", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmDependencyStatsQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmDependencyStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmDependencyStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21427 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21420 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21520 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21562 }, "name": "resetIsUpstream" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21604 }, "name": "resetPrimaryTagName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21620 }, "name": "resetPrimaryTagValue" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmDependencyStatsQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21524 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21537 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21550 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21566 }, "name": "isUpstreamInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21579 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21592 }, "name": "operationNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21608 }, "name": "primaryTagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21624 }, "name": "primaryTagValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21637 }, "name": "resourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21650 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21663 }, "name": "statInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21514 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21530 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21543 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21556 }, "name": "isUpstream", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21572 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21585 }, "name": "operationName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21598 }, "name": "primaryTagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21614 }, "name": "primaryTagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21630 }, "name": "resourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21643 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21656 }, "name": "stat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21431 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmDependencyStatsQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmDependencyStatsQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmResourceStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmResourceStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21667 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmResourceStatsQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21679 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#env Dashboard#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21685 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21697 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#service Dashboard#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21727 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#stat Dashboard#stat}", "stability": "stable", "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21733 }, "name": "stat", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21673 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "Array of fields to group results by." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21691 }, "name": "groupBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#operation_name Dashboard#operation_name}", "stability": "stable", "summary": "Name of operation on service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21703 }, "name": "operationName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}", "stability": "stable", "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21709 }, "name": "primaryTagName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}", "stability": "stable", "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21715 }, "name": "primaryTagValue", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#resource_name Dashboard#resource_name}", "stability": "stable", "summary": "APM resource." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21721 }, "name": "resourceName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmResourceStatsQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmResourceStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmResourceStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21842 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21835 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21935 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21977 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22006 }, "name": "resetOperationName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22022 }, "name": "resetPrimaryTagName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22038 }, "name": "resetPrimaryTagValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22054 }, "name": "resetResourceName" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmResourceStatsQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21939 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21952 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21965 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21981 }, "name": "groupByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21994 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22010 }, "name": "operationNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22026 }, "name": "primaryTagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22042 }, "name": "primaryTagValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22058 }, "name": "resourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22071 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22084 }, "name": "statInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21929 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21945 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21958 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21971 }, "name": "groupBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21987 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22000 }, "name": "operationName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22016 }, "name": "primaryTagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22032 }, "name": "primaryTagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22048 }, "name": "resourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22064 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22077 }, "name": "stat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 21846 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmResourceStatsQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmResourceStatsQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryCloudCostQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryCloudCostQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22088 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryCloudCostQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22106 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22112 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The cloud cost query definition." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22118 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22094 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22100 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryCloudCostQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryCloudCostQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryCloudCostQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22185 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22178 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22242 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22258 }, "name": "resetCrossOrgUuids" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryCloudCostQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22246 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22262 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22275 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22288 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22301 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22236 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22252 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22268 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22281 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22294 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22189 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryCloudCostQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryCloudCostQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22911 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute Dashboard#compute}", "stability": "stable", "summary": "compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22947 }, "name": "compute", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for event platform-based queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22923 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22935 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22917 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22953 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#indexes Dashboard#indexes}", "stability": "stable", "summary": "An array of index names to query in the stream." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22929 }, "name": "indexes", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search Dashboard#search}", "stability": "stable", "summary": "search block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22959 }, "name": "search", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuerySearch" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#storage Dashboard#storage}", "stability": "stable", "summary": "Storage location (private beta)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22941 }, "name": "storage", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22305 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation methods for event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22311 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "A time interval in milliseconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22317 }, "name": "interval", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The measurable attribute to compute." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22323 }, "name": "metric", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22479 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22471 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22486 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22479 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22479 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22479 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22472 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22379 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22369 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22446 }, "name": "resetInterval" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22462 }, "name": "resetMetric" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22434 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22450 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22466 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22427 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22440 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22456 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22383 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22643 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The event facet." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22649 }, "name": "facet", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The number of groups to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22655 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort Dashboard#sort}", "stability": "stable", "summary": "sort block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22661 }, "name": "sort", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBySort" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22817 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22809 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22824 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22817 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22817 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22817 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22810 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22717 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22707 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22797 }, "name": "putSort", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBySort" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22784 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22800 }, "name": "resetSort" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22794 }, "name": "sort", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBySortOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22772 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22788 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22804 }, "name": "sortInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBySort" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22765 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22778 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22721 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBySort": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBySort", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22490 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBySort", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation methods for the event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22496 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The metric used for sorting group by results." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22502 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Direction of sort. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22508 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBySort" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBySortOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBySortOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22561 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22554 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22619 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22635 }, "name": "resetOrder" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBySortOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22607 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22623 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22639 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22600 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22613 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22629 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22565 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBySort" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBySortOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23047 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23040 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23193 }, "name": "putCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23206 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23222 }, "name": "putSearch", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuerySearch" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23122 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23209 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23151 }, "name": "resetIndexes" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23225 }, "name": "resetSearch" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23180 }, "name": "resetStorage" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23190 }, "name": "compute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23203 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23219 }, "name": "search", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuerySearchOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23197 }, "name": "computeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23126 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23139 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23213 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23155 }, "name": "indexesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23168 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23229 }, "name": "searchInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuerySearch" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23184 }, "name": "storageInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23116 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23132 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23145 }, "name": "indexes", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23161 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23174 }, "name": "storage", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23051 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuerySearch": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuerySearch", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22828 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuerySearch", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The events search string." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22834 }, "name": "query", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuerySearch" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuerySearchOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuerySearchOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22873 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22866 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuerySearchOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22907 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22900 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 22877 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuerySearch" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuerySearchOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 24484 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 24476 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 24491 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 24484 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 24484 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 24484 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 24477 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuery" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryMetricQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryMetricQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23233 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryMetricQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23257 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The metrics query definition." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23263 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23239 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23245 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for metrics queries. Defaults to `\"metrics\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23251 }, "name": "dataSource", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryMetricQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryMetricQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryMetricQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23330 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23323 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23387 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23403 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23419 }, "name": "resetDataSource" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryMetricQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23391 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23407 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23423 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23436 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23449 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23381 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23397 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23413 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23429 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23442 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23334 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryMetricQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryMetricQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 24293 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 24283 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 24368 }, "name": "putApmDependencyStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmDependencyStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 24384 }, "name": "putApmResourceStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmResourceStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 24400 }, "name": "putCloudCostQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryCloudCostQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 24416 }, "name": "putEventQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 24432 }, "name": "putMetricQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryMetricQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 24448 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 24464 }, "name": "putSloQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuerySloQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 24371 }, "name": "resetApmDependencyStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 24387 }, "name": "resetApmResourceStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 24403 }, "name": "resetCloudCostQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 24419 }, "name": "resetEventQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 24435 }, "name": "resetMetricQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 24451 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 24467 }, "name": "resetSloQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 24365 }, "name": "apmDependencyStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmDependencyStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 24381 }, "name": "apmResourceStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmResourceStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 24397 }, "name": "cloudCostQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryCloudCostQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 24413 }, "name": "eventQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 24429 }, "name": "metricQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryMetricQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 24445 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 24461 }, "name": "sloQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuerySloQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 24375 }, "name": "apmDependencyStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmDependencyStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 24391 }, "name": "apmResourceStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmResourceStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 24407 }, "name": "cloudCostQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryCloudCostQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 24423 }, "name": "eventQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 24439 }, "name": "metricQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryMetricQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 24455 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 24471 }, "name": "sloQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuerySloQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 24297 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuery" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23453 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryProcessQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for process queries. Valid values are `process`, `container`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23471 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The process metric name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23489 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23495 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23459 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23465 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_normalized_cpu Dashboard#is_normalized_cpu}", "stability": "stable", "summary": "Whether to normalize the CPU percentages." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23477 }, "name": "isNormalizedCpu", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The number of hits to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23483 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort Dashboard#sort}", "stability": "stable", "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23501 }, "name": "sort", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#tag_filters Dashboard#tag_filters}", "stability": "stable", "summary": "An array of tags to filter by." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23507 }, "name": "tagFilters", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#text_filter Dashboard#text_filter}", "stability": "stable", "summary": "The text to use as a filter." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23513 }, "name": "textFilter", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryProcessQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23615 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23608 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23702 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23718 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23747 }, "name": "resetIsNormalizedCpu" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23763 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23805 }, "name": "resetSort" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23821 }, "name": "resetTagFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23837 }, "name": "resetTextFilter" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryProcessQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23706 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23722 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23735 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23751 }, "name": "isNormalizedCpuInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23767 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23780 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23793 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23809 }, "name": "sortInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23825 }, "name": "tagFiltersInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23841 }, "name": "textFilterInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23696 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23712 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23728 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23741 }, "name": "isNormalizedCpu", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23757 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23773 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23786 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23799 }, "name": "sort", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23815 }, "name": "tagFilters", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23831 }, "name": "textFilter", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23619 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryProcessQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryProcessQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuerySloQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuerySloQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23845 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuerySloQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for SLO queries. Valid values are `slo`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23863 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#measure Dashboard#measure}", "stability": "stable", "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23875 }, "name": "measure", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_id Dashboard#slo_id}", "stability": "stable", "summary": "ID of an SLO to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23887 }, "name": "sloId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#additional_query_filters Dashboard#additional_query_filters}", "stability": "stable", "summary": "Additional filters applied to the SLO query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23851 }, "name": "additionalQueryFilters", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23857 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_mode Dashboard#group_mode}", "stability": "stable", "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23869 }, "name": "groupMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23881 }, "name": "name", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_query_type Dashboard#slo_query_type}", "stability": "stable", "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23893 }, "name": "sloQueryType", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuerySloQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuerySloQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuerySloQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23981 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23974 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 24056 }, "name": "resetAdditionalQueryFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 24072 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 24101 }, "name": "resetGroupMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 24130 }, "name": "resetName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 24159 }, "name": "resetSloQueryType" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuerySloQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 24060 }, "name": "additionalQueryFiltersInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 24076 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 24089 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 24105 }, "name": "groupModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 24118 }, "name": "measureInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 24134 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 24147 }, "name": "sloIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 24163 }, "name": "sloQueryTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 24050 }, "name": "additionalQueryFilters", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 24066 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 24082 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 24095 }, "name": "groupMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 24111 }, "name": "measure", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 24124 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 24140 }, "name": "sloId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 24153 }, "name": "sloQueryType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 23985 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuerySloQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuerySloQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 404 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 410 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 422 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 428 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 434 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 416 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 24495 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 24501 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 24507 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 24513 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 24566 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 24559 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 24624 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 24640 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 24612 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 24628 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 24644 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 24605 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 24618 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 24634 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 24570 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 31 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 37 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 43 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 49 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 208 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 200 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 215 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 208 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 208 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 208 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 201 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.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": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 95 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 188 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 159 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 175 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 191 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 185 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 163 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 179 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 195 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 153 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 169 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 109 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 24648 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 24654 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 24666 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 24660 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 24719 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 24712 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 24777 }, "name": "resetFacet" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 24765 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 24781 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 24794 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 24758 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 24771 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 24787 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs1600.ts", "line": 24723 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 219 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 225 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 231 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 237 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.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" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 385 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 400 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 393 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 393 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 393 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 386 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 293 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 283 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 360 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 376 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 348 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 364 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 380 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 341 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 354 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 370 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 297 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 501 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 494 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 584 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 600 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 616 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 587 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 603 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 619 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 571 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 581 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 597 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 613 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 591 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 607 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 559 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 623 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 575 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 552 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 565 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 505 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionStyle": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionStyle", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 885 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionStyle", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "The color palette to apply to the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 891 }, "name": "palette", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette_flip Dashboard#palette_flip}", "stability": "stable", "summary": "A Boolean indicating whether to flip the palette tones." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 897 }, "name": "paletteFlip", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionStyle" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionStyleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionStyleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 943 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 936 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionStyleOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 996 }, "name": "paletteFlipInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 983 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 976 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 989 }, "name": "paletteFlip", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 947 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionStyle" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionStyleOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionView": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionView", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1000 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionView", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#focus Dashboard#focus}", "stability": "stable", "summary": "The two-letter ISO code of a country to focus the map on (or `WORLD`)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1006 }, "name": "focus", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionView" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionViewOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionViewOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.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" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1038 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionViewOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1079 }, "name": "focusInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1072 }, "name": "focus", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1049 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionView" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionViewOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.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" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4195 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4280 }, "name": "putChangeDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4296 }, "name": "putGeomapDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4312 }, "name": "putQueryTableDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4328 }, "name": "putQueryValueDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4344 }, "name": "putScatterplotDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4360 }, "name": "putSunburstDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4376 }, "name": "putTimeseriesDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4392 }, "name": "putToplistDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4408 }, "name": "putTreemapDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4283 }, "name": "resetChangeDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4299 }, "name": "resetGeomapDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4315 }, "name": "resetQueryTableDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4331 }, "name": "resetQueryValueDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4347 }, "name": "resetScatterplotDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4363 }, "name": "resetSunburstDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4379 }, "name": "resetTimeseriesDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4395 }, "name": "resetToplistDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4411 }, "name": "resetTreemapDefinition" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4277 }, "name": "changeDefinition", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4293 }, "name": "geomapDefinition", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4309 }, "name": "queryTableDefinition", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4325 }, "name": "queryValueDefinition", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4341 }, "name": "scatterplotDefinition", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4357 }, "name": "sunburstDefinition", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4373 }, "name": "timeseriesDefinition", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4389 }, "name": "toplistDefinition", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4405 }, "name": "treemapDefinition", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4287 }, "name": "changeDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4303 }, "name": "geomapDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4319 }, "name": "queryTableDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4335 }, "name": "queryValueDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4351 }, "name": "scatterplotDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4367 }, "name": "sunburstDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4383 }, "name": "timeseriesDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4399 }, "name": "toplistDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4415 }, "name": "treemapDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinition" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4206 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinition" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinition", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12465 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinition", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_link Dashboard#custom_link}", "stability": "stable", "summary": "custom_link block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12501 }, "name": "customLink", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#has_search_bar Dashboard#has_search_bar}", "stability": "stable", "summary": "Controls the display of the search bar. Valid values are `always`, `never`, `auto`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12471 }, "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`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#live_span Dashboard#live_span}", "stability": "stable", "summary": "The timeframe to use when displaying the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12477 }, "name": "liveSpan", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#request Dashboard#request}", "stability": "stable", "summary": "request block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12507 }, "name": "request", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequest" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title Dashboard#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12483 }, "name": "title", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_align Dashboard#title_align}", "stability": "stable", "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12489 }, "name": "titleAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_size Dashboard#title_size}", "stability": "stable", "summary": "The size of the widget's title (defaults to 16)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12495 }, "name": "titleSize", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinition" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionCustomLink": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionCustomLink", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1411 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionCustomLink", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_hidden Dashboard#is_hidden}", "stability": "stable", "summary": "The flag for toggling context menu link visibility." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1417 }, "name": "isHidden", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "The label for the custom link URL." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1423 }, "name": "label", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#link Dashboard#link}", "stability": "stable", "summary": "The URL of the custom link." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1429 }, "name": "link", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#override_label Dashboard#override_label}", "stability": "stable", "summary": "The label ID that refers to a context menu link item." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1435 }, "name": "overrideLabel", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionCustomLink" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionCustomLinkList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionCustomLinkList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1623 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1615 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1630 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionCustomLinkOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionCustomLinkList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1623 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1623 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1623 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1616 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionCustomLink" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionCustomLinkList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionCustomLinkOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionCustomLinkOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1498 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1488 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1558 }, "name": "resetIsHidden" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1574 }, "name": "resetLabel" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1590 }, "name": "resetLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1606 }, "name": "resetOverrideLabel" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionCustomLinkOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1562 }, "name": "isHiddenInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1578 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1594 }, "name": "linkInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1610 }, "name": "overrideLabelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1552 }, "name": "isHidden", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1568 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1584 }, "name": "link", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1600 }, "name": "overrideLabel", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1502 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionCustomLink" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionCustomLinkOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12588 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12581 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12734 }, "name": "putCustomLink", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionCustomLink" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12750 }, "name": "putRequest", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequest" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12737 }, "name": "resetCustomLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12657 }, "name": "resetHasSearchBar" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12673 }, "name": "resetLiveSpan" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12753 }, "name": "resetRequest" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12689 }, "name": "resetTitle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12705 }, "name": "resetTitleAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12721 }, "name": "resetTitleSize" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12731 }, "name": "customLink", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionCustomLinkList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12747 }, "name": "request", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12741 }, "name": "customLinkInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12661 }, "name": "hasSearchBarInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12677 }, "name": "liveSpanInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12757 }, "name": "requestInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequest" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12709 }, "name": "titleAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12693 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12725 }, "name": "titleSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12651 }, "name": "hasSearchBar", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12667 }, "name": "liveSpan", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12683 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12699 }, "name": "titleAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12715 }, "name": "titleSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12592 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinition" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequest": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequest", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11822 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequest", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregator to use for time aggregation. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11828 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#alias Dashboard#alias}", "stability": "stable", "summary": "The alias for the column name (defaults to metric name)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11834 }, "name": "alias", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_query Dashboard#apm_query}", "stability": "stable", "summary": "apm_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11864 }, "name": "apmQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_stats_query Dashboard#apm_stats_query}", "stability": "stable", "summary": "apm_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11870 }, "name": "apmStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cell_display_mode Dashboard#cell_display_mode}", "stability": "stable", "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11840 }, "name": "cellDisplayMode", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#conditional_formats Dashboard#conditional_formats}", "stability": "stable", "summary": "conditional_formats block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11876 }, "name": "conditionalFormats", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestConditionalFormats" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#formula Dashboard#formula}", "stability": "stable", "summary": "formula block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11882 }, "name": "formula", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormula" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The number of lines to show in the table." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11846 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#log_query Dashboard#log_query}", "stability": "stable", "summary": "log_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11888 }, "name": "logQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "The sort order for the rows. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11852 }, "name": "order", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#process_query Dashboard#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11894 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#q Dashboard#q}", "stability": "stable", "summary": "The metric query to use for this widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11858 }, "name": "q", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11900 }, "name": "query", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuery" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#rum_query Dashboard#rum_query}", "stability": "stable", "summary": "rum_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11906 }, "name": "rumQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#security_query Dashboard#security_query}", "stability": "stable", "summary": "security_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11912 }, "name": "securityQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#text_formats Dashboard#text_formats}", "stability": "stable", "summary": "text_formats block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11918 }, "name": "textFormats", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormats" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequest" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2310 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2316 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2328 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2334 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2340 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2322 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1634 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1640 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1646 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1652 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1705 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1698 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1763 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1779 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1751 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1767 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1783 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1744 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1757 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1773 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1709 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1937 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1943 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1949 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1955 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.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/index-structs/structs2000.ts", "line": 2106 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.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.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2114 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.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/index-structs/structs2000.ts", "line": 2114 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2107 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2011 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2001 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2094 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2065 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2081 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2097 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2091 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2069 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2085 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2101 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2059 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2075 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2015 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1787 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1793 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1805 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1799 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1858 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1851 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1916 }, "name": "resetFacet" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1904 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1920 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1933 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1897 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1910 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1926 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 1862 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2125 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2131 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2137 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2143 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2299 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2291 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2306 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2299 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2299 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2299 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2292 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2199 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2189 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2266 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2282 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2254 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2270 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2286 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2247 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2260 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2276 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2203 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2407 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2400 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2490 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2506 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2522 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2493 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2509 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2525 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2477 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2487 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2503 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2519 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2497 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2513 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2465 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2529 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2481 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2458 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2471 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2411 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2753 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#env Dashboard#env}", "stability": "stable", "summary": "The environment name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2759 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The operation name associated with the service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2765 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag Dashboard#primary_tag}", "stability": "stable", "summary": "The organization's host group name and value." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2771 }, "name": "primaryTag", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#row_type Dashboard#row_type}", "stability": "stable", "summary": "The level of detail for the request. Valid values are `service`, `resource`, `span`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2783 }, "name": "rowType", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#service Dashboard#service}", "stability": "stable", "summary": "The service name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2789 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#columns Dashboard#columns}", "stability": "stable", "summary": "columns block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2795 }, "name": "columns", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryColumns" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#resource Dashboard#resource}", "stability": "stable", "summary": "The resource name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2777 }, "name": "resource", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryColumns": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryColumns", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2533 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryColumns", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The column name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2551 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#alias Dashboard#alias}", "stability": "stable", "summary": "A user-assigned alias for the column." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2539 }, "name": "alias", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cell_display_mode Dashboard#cell_display_mode}", "stability": "stable", "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2545 }, "name": "cellDisplayMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2557 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryColumns" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryColumnsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryColumnsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2742 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2734 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2749 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryColumnsOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryColumnsList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2742 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2742 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2742 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2735 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryColumns" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryColumnsList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryColumnsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryColumnsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2620 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2610 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2680 }, "name": "resetAlias" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2696 }, "name": "resetCellDisplayMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2725 }, "name": "resetOrder" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryColumnsOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2684 }, "name": "aliasInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2700 }, "name": "cellDisplayModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2713 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2729 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2674 }, "name": "alias", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2690 }, "name": "cellDisplayMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2706 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2719 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2624 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryColumns" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryColumnsOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2876 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2869 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3023 }, "name": "putColumns", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryColumns" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3026 }, "name": "resetColumns" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2984 }, "name": "resetResource" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3020 }, "name": "columns", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryColumnsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3030 }, "name": "columnsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryColumns" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2946 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2959 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2972 }, "name": "primaryTagInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2988 }, "name": "resourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3001 }, "name": "rowTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3014 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2939 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2952 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2965 }, "name": "primaryTag", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2978 }, "name": "resource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2994 }, "name": "rowType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3007 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 2880 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestConditionalFormats": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestConditionalFormats", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3034 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestConditionalFormats", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#comparator Dashboard#comparator}", "stability": "stable", "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3040 }, "name": "comparator", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "The color palette to apply." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3076 }, "name": "palette", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#value Dashboard#value}", "stability": "stable", "summary": "A value for the comparator." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3088 }, "name": "value", "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}", "stability": "stable", "summary": "The color palette to apply to the background, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3046 }, "name": "customBgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}", "stability": "stable", "summary": "The color palette to apply to the foreground, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3052 }, "name": "customFgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#hide_value Dashboard#hide_value}", "stability": "stable", "summary": "Setting this to True hides values." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3058 }, "name": "hideValue", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#image_url Dashboard#image_url}", "stability": "stable", "summary": "Displays an image as the background." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3064 }, "name": "imageUrl", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The metric from the request to correlate with this conditional format." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3070 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#timeframe Dashboard#timeframe}", "stability": "stable", "summary": "Defines the displayed timeframe." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3082 }, "name": "timeframe", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestConditionalFormats" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestConditionalFormatsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestConditionalFormatsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3412 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3404 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3419 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestConditionalFormatsOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestConditionalFormatsList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3412 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3412 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3412 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3405 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestConditionalFormats" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestConditionalFormatsList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestConditionalFormatsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestConditionalFormatsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3186 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3176 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3289 }, "name": "resetCustomBgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3305 }, "name": "resetCustomFgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3321 }, "name": "resetHideValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3337 }, "name": "resetImageUrl" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3353 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3382 }, "name": "resetTimeframe" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestConditionalFormatsOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3277 }, "name": "comparatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3293 }, "name": "customBgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3309 }, "name": "customFgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3325 }, "name": "hideValueInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3341 }, "name": "imageUrlInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3357 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3370 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3386 }, "name": "timeframeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3399 }, "name": "valueInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3270 }, "name": "comparator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3283 }, "name": "customBgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3299 }, "name": "customFgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3315 }, "name": "hideValue", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3331 }, "name": "imageUrl", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3347 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3363 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3376 }, "name": "timeframe", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3392 }, "name": "value", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3190 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestConditionalFormats" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestConditionalFormatsOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormula": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormula", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4696 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormula", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#formula_expression Dashboard#formula_expression}", "stability": "stable", "summary": "A string expression built from queries, formulas, and functions." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4714 }, "name": "formulaExpression", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#alias Dashboard#alias}", "stability": "stable", "summary": "An expression alias." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4702 }, "name": "alias", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cell_display_mode Dashboard#cell_display_mode}", "stability": "stable", "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4708 }, "name": "cellDisplayMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cell_display_mode_options Dashboard#cell_display_mode_options}", "stability": "stable", "summary": "cell_display_mode_options block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4720 }, "name": "cellDisplayModeOptions", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaCellDisplayModeOptions" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#conditional_formats Dashboard#conditional_formats}", "stability": "stable", "summary": "conditional_formats block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4726 }, "name": "conditionalFormats", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "limit block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4732 }, "name": "limit", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaLimit" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#number_format Dashboard#number_format}", "stability": "stable", "summary": "number_format block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4738 }, "name": "numberFormat", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormat" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#style Dashboard#style}", "stability": "stable", "summary": "style block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4744 }, "name": "style", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaStyle" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormula" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaCellDisplayModeOptions": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaCellDisplayModeOptions", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3423 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaCellDisplayModeOptions", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#trend_type Dashboard#trend_type}", "stability": "stable", "summary": "The type of trend line to display. Valid values are `area`, `line`, `bars`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3429 }, "name": "trendType", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#y_scale Dashboard#y_scale}", "stability": "stable", "summary": "The scale of the y-axis. Valid values are `shared`, `independent`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3435 }, "name": "yScale", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaCellDisplayModeOptions" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaCellDisplayModeOptionsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaCellDisplayModeOptionsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3481 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3474 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3520 }, "name": "resetTrendType" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3536 }, "name": "resetYScale" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaCellDisplayModeOptionsOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3524 }, "name": "trendTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3540 }, "name": "yScaleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3514 }, "name": "trendType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3530 }, "name": "yScale", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3485 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaCellDisplayModeOptions" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaCellDisplayModeOptionsOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaConditionalFormats": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaConditionalFormats", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3544 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaConditionalFormats", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#comparator Dashboard#comparator}", "stability": "stable", "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3550 }, "name": "comparator", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "The color palette to apply." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3586 }, "name": "palette", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#value Dashboard#value}", "stability": "stable", "summary": "A value for the comparator." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3598 }, "name": "value", "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}", "stability": "stable", "summary": "The color palette to apply to the background, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3556 }, "name": "customBgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}", "stability": "stable", "summary": "The color palette to apply to the foreground, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3562 }, "name": "customFgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#hide_value Dashboard#hide_value}", "stability": "stable", "summary": "Setting this to True hides values." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3568 }, "name": "hideValue", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#image_url Dashboard#image_url}", "stability": "stable", "summary": "Displays an image as the background." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3574 }, "name": "imageUrl", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The metric from the request to correlate with this conditional format." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3580 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#timeframe Dashboard#timeframe}", "stability": "stable", "summary": "Defines the displayed timeframe." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3592 }, "name": "timeframe", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaConditionalFormats" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaConditionalFormatsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaConditionalFormatsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3922 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3914 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3929 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaConditionalFormatsOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaConditionalFormatsList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3922 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3922 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3922 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3915 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaConditionalFormatsList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaConditionalFormatsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaConditionalFormatsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3696 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3686 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3799 }, "name": "resetCustomBgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3815 }, "name": "resetCustomFgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3831 }, "name": "resetHideValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3847 }, "name": "resetImageUrl" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3863 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3892 }, "name": "resetTimeframe" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaConditionalFormatsOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3787 }, "name": "comparatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3803 }, "name": "customBgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3819 }, "name": "customFgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3835 }, "name": "hideValueInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3851 }, "name": "imageUrlInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3867 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3880 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3896 }, "name": "timeframeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3909 }, "name": "valueInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3780 }, "name": "comparator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3793 }, "name": "customBgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3809 }, "name": "customFgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3825 }, "name": "hideValue", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3841 }, "name": "imageUrl", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3857 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3873 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3886 }, "name": "timeframe", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3902 }, "name": "value", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3700 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaConditionalFormats" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaConditionalFormatsOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaLimit": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaLimit", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3933 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaLimit", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#count Dashboard#count}", "stability": "stable", "summary": "The number of results to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3939 }, "name": "count", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3945 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaLimit" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaLimitOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaLimitOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3991 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3984 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4030 }, "name": "resetCount" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4046 }, "name": "resetOrder" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaLimitOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4034 }, "name": "countInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4050 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4024 }, "name": "count", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4040 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 3995 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaLimit" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaLimitOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5045 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5037 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5052 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5045 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5045 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5045 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5038 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormula" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormat": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormat", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4457 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormat", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit Dashboard#unit}", "stability": "stable", "summary": "unit block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4463 }, "name": "unit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnit" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_scale Dashboard#unit_scale}", "stability": "stable", "summary": "unit_scale block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4469 }, "name": "unitScale", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitScale" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormat" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.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" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4508 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4551 }, "name": "putUnit", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnit" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4564 }, "name": "putUnitScale", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitScale" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4567 }, "name": "resetUnitScale" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4548 }, "name": "unit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4561 }, "name": "unitScale", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitScaleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4555 }, "name": "unitInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnit" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4571 }, "name": "unitScaleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitScale" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4519 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormat" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnit": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnit", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4255 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnit", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#canonical Dashboard#canonical}", "stability": "stable", "summary": "canonical block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4261 }, "name": "canonical", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom Dashboard#custom}", "stability": "stable", "summary": "custom block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4267 }, "name": "custom", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCustom" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnit" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4054 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_name Dashboard#unit_name}", "stability": "stable", "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4066 }, "name": "unitName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#per_unit_name Dashboard#per_unit_name}", "stability": "stable", "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4060 }, "name": "perUnitName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4112 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4105 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4151 }, "name": "resetPerUnitName" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4155 }, "name": "perUnitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4168 }, "name": "unitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4145 }, "name": "perUnitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4161 }, "name": "unitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4116 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCustom": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCustom", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4172 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCustom", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "Unit label." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4178 }, "name": "label", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCustom" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCustomOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.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" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4210 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCustomOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4251 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4244 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4221 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCustom" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCustomOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4313 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4306 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4349 }, "name": "putCanonical", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4365 }, "name": "putCustom", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCustom" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4352 }, "name": "resetCanonical" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4368 }, "name": "resetCustom" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4346 }, "name": "canonical", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4362 }, "name": "custom", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCustomOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4356 }, "name": "canonicalInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4372 }, "name": "customInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCustom" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4317 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnit" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitScale": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitScale", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4376 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitScale", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_name Dashboard#unit_name}." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4380 }, "name": "unitName", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitScale" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitScaleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4419 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4412 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitScaleOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4453 }, "name": "unitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4446 }, "name": "unitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4423 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitScale" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitScaleOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4835 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4825 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4961 }, "name": "putCellDisplayModeOptions", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaCellDisplayModeOptions" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4977 }, "name": "putConditionalFormats", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4993 }, "name": "putLimit", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaLimit" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5009 }, "name": "putNumberFormat", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormat" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5025 }, "name": "putStyle", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaStyle" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4919 }, "name": "resetAlias" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4935 }, "name": "resetCellDisplayMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4964 }, "name": "resetCellDisplayModeOptions" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4980 }, "name": "resetConditionalFormats" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4996 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5012 }, "name": "resetNumberFormat" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5028 }, "name": "resetStyle" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4958 }, "name": "cellDisplayModeOptions", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaCellDisplayModeOptionsOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4974 }, "name": "conditionalFormats", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaConditionalFormatsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4990 }, "name": "limit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaLimitOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5006 }, "name": "numberFormat", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5022 }, "name": "style", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaStyleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4923 }, "name": "aliasInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4939 }, "name": "cellDisplayModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4968 }, "name": "cellDisplayModeOptionsInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaCellDisplayModeOptions" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4984 }, "name": "conditionalFormatsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4952 }, "name": "formulaExpressionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5000 }, "name": "limitInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaLimit" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5016 }, "name": "numberFormatInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormat" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5032 }, "name": "styleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaStyle" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4913 }, "name": "alias", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4929 }, "name": "cellDisplayMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4945 }, "name": "formulaExpression", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4839 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormula" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaStyle": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaStyle", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4575 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaStyle", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "The color palette used to display the formula." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4581 }, "name": "palette", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette_index Dashboard#palette_index}", "stability": "stable", "summary": "Index specifying which color to use within the palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4587 }, "name": "paletteIndex", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaStyle" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaStyleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaStyleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4633 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4626 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4672 }, "name": "resetPalette" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4688 }, "name": "resetPaletteIndex" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaStyleOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4692 }, "name": "paletteIndexInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4676 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4666 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4682 }, "name": "paletteIndex", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 4637 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaStyle" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaStyleOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12454 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12446 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12461 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12454 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12454 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12454 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12447 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequest" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5732 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5738 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5750 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5756 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5762 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5744 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5056 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5062 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5068 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5074 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5127 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5120 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5185 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5201 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5173 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5189 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5205 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5166 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5179 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5195 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5131 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5359 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5365 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5371 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5377 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5536 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5528 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5543 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5536 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5536 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5536 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5529 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5433 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5423 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5516 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5487 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5503 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5519 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5513 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5491 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5507 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5523 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5481 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5497 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5437 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5209 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5215 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5227 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5221 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5280 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5273 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5338 }, "name": "resetFacet" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5326 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5342 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5355 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5319 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5332 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5348 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5284 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5547 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5553 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5559 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5565 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.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" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5713 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5728 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5721 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5721 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5721 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5714 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5621 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5611 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5688 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5704 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5676 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5692 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5708 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5669 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5682 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5698 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5625 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.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/index-structs/structs2000.ts", "line": 5822 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5912 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5928 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5944 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5915 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5931 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5947 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5899 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5909 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5925 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5941 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5919 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5935 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5887 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5951 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5903 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5880 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5893 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5833 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12065 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12055 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12290 }, "name": "putApmQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12306 }, "name": "putApmStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12322 }, "name": "putConditionalFormats", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestConditionalFormats" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12338 }, "name": "putFormula", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormula" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12354 }, "name": "putLogQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12370 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12386 }, "name": "putQuery", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuery" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12402 }, "name": "putRumQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12418 }, "name": "putSecurityQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12434 }, "name": "putTextFormats", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormats" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12197 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12213 }, "name": "resetAlias" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12293 }, "name": "resetApmQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12309 }, "name": "resetApmStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12229 }, "name": "resetCellDisplayMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12325 }, "name": "resetConditionalFormats" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12341 }, "name": "resetFormula" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12245 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12357 }, "name": "resetLogQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12261 }, "name": "resetOrder" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12373 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12277 }, "name": "resetQ" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12389 }, "name": "resetQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12405 }, "name": "resetRumQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12421 }, "name": "resetSecurityQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12437 }, "name": "resetTextFormats" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12287 }, "name": "apmQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12303 }, "name": "apmStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12319 }, "name": "conditionalFormats", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestConditionalFormatsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12335 }, "name": "formula", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12351 }, "name": "logQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12367 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12383 }, "name": "query", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12399 }, "name": "rumQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12415 }, "name": "securityQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12431 }, "name": "textFormats", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12201 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12217 }, "name": "aliasInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12297 }, "name": "apmQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12313 }, "name": "apmStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12233 }, "name": "cellDisplayModeInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12329 }, "name": "conditionalFormatsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestConditionalFormats" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12345 }, "name": "formulaInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormula" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12249 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12361 }, "name": "logQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12265 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12377 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12281 }, "name": "qInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12393 }, "name": "queryInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuery" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12409 }, "name": "rumQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12425 }, "name": "securityQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12441 }, "name": "textFormatsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormats" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12191 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12207 }, "name": "alias", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12223 }, "name": "cellDisplayMode", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12239 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12255 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12271 }, "name": "q", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12069 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequest" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5955 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestProcessQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "Your chosen metric." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5973 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#filter_by Dashboard#filter_by}", "stability": "stable", "summary": "A list of processes." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5961 }, "name": "filterBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The max number of items in the filter list." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5967 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_by Dashboard#search_by}", "stability": "stable", "summary": "Your chosen search term." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 5979 }, "name": "searchBy", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestProcessQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6039 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6032 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6090 }, "name": "resetFilterBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6106 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6135 }, "name": "resetSearchBy" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestProcessQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6094 }, "name": "filterByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6110 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6123 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6139 }, "name": "searchByInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6084 }, "name": "filterBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6100 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6116 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6129 }, "name": "searchBy", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6043 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestProcessQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestProcessQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9058 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_dependency_stats_query Dashboard#apm_dependency_stats_query}", "stability": "stable", "summary": "apm_dependency_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9064 }, "name": "apmDependencyStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmDependencyStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_resource_stats_query Dashboard#apm_resource_stats_query}", "stability": "stable", "summary": "apm_resource_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9070 }, "name": "apmResourceStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmResourceStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cloud_cost_query Dashboard#cloud_cost_query}", "stability": "stable", "summary": "cloud_cost_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9076 }, "name": "cloudCostQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryCloudCostQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#event_query Dashboard#event_query}", "stability": "stable", "summary": "event_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9082 }, "name": "eventQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric_query Dashboard#metric_query}", "stability": "stable", "summary": "metric_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9088 }, "name": "metricQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryMetricQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#process_query Dashboard#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9094 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_query Dashboard#slo_query}", "stability": "stable", "summary": "slo_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9100 }, "name": "sloQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuerySloQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmDependencyStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmDependencyStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6143 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmDependencyStatsQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6155 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#env Dashboard#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6161 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6173 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#operation_name Dashboard#operation_name}", "stability": "stable", "summary": "Name of operation on service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6179 }, "name": "operationName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#resource_name Dashboard#resource_name}", "stability": "stable", "summary": "APM resource." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6197 }, "name": "resourceName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#service Dashboard#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6203 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#stat Dashboard#stat}", "stability": "stable", "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6209 }, "name": "stat", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6149 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_upstream Dashboard#is_upstream}", "stability": "stable", "summary": "Determines whether stats for upstream or downstream dependencies should be queried." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6167 }, "name": "isUpstream", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}", "stability": "stable", "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6185 }, "name": "primaryTagName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}", "stability": "stable", "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6191 }, "name": "primaryTagValue", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmDependencyStatsQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmDependencyStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmDependencyStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6318 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6311 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6411 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6453 }, "name": "resetIsUpstream" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6495 }, "name": "resetPrimaryTagName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6511 }, "name": "resetPrimaryTagValue" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmDependencyStatsQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6415 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6428 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6441 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6457 }, "name": "isUpstreamInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6470 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6483 }, "name": "operationNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6499 }, "name": "primaryTagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6515 }, "name": "primaryTagValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6528 }, "name": "resourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6541 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6554 }, "name": "statInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6405 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6421 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6434 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6447 }, "name": "isUpstream", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6463 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6476 }, "name": "operationName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6489 }, "name": "primaryTagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6505 }, "name": "primaryTagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6521 }, "name": "resourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6534 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6547 }, "name": "stat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6322 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmDependencyStatsQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmDependencyStatsQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmResourceStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmResourceStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6558 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmResourceStatsQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6570 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#env Dashboard#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6576 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6588 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#service Dashboard#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6618 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#stat Dashboard#stat}", "stability": "stable", "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6624 }, "name": "stat", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6564 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "Array of fields to group results by." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6582 }, "name": "groupBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#operation_name Dashboard#operation_name}", "stability": "stable", "summary": "Name of operation on service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6594 }, "name": "operationName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}", "stability": "stable", "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6600 }, "name": "primaryTagName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}", "stability": "stable", "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6606 }, "name": "primaryTagValue", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#resource_name Dashboard#resource_name}", "stability": "stable", "summary": "APM resource." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6612 }, "name": "resourceName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmResourceStatsQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmResourceStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmResourceStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6733 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6726 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6826 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6868 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6897 }, "name": "resetOperationName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6913 }, "name": "resetPrimaryTagName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6929 }, "name": "resetPrimaryTagValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6945 }, "name": "resetResourceName" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmResourceStatsQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6830 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6843 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6856 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6872 }, "name": "groupByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6885 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6901 }, "name": "operationNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6917 }, "name": "primaryTagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6933 }, "name": "primaryTagValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6949 }, "name": "resourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6962 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6975 }, "name": "statInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6820 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6836 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6849 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6862 }, "name": "groupBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6878 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6891 }, "name": "operationName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6907 }, "name": "primaryTagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6923 }, "name": "primaryTagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6939 }, "name": "resourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6955 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6968 }, "name": "stat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6737 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmResourceStatsQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmResourceStatsQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryCloudCostQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryCloudCostQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6979 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryCloudCostQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6997 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 7003 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The cloud cost query definition." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 7009 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6985 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 6991 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryCloudCostQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryCloudCostQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryCloudCostQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 7076 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 7069 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 7133 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 7149 }, "name": "resetCrossOrgUuids" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryCloudCostQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 7137 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 7153 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 7166 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 7179 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 7192 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 7127 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 7143 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 7159 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 7172 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 7185 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 7080 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryCloudCostQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryCloudCostQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 7802 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute Dashboard#compute}", "stability": "stable", "summary": "compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 7838 }, "name": "compute", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for event platform-based queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 7814 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 7826 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 7808 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 7844 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#indexes Dashboard#indexes}", "stability": "stable", "summary": "An array of index names to query in the stream." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 7820 }, "name": "indexes", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search Dashboard#search}", "stability": "stable", "summary": "search block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 7850 }, "name": "search", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuerySearch" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#storage Dashboard#storage}", "stability": "stable", "summary": "Storage location (private beta)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 7832 }, "name": "storage", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 7196 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation methods for event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 7202 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "A time interval in milliseconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 7208 }, "name": "interval", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The measurable attribute to compute." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 7214 }, "name": "metric", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 7370 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 7362 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 7377 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 7370 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 7370 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 7370 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 7363 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 7270 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 7260 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 7337 }, "name": "resetInterval" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 7353 }, "name": "resetMetric" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 7325 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 7341 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 7357 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 7318 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 7331 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 7347 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 7274 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 7534 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The event facet." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 7540 }, "name": "facet", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The number of groups to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 7546 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort Dashboard#sort}", "stability": "stable", "summary": "sort block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 7552 }, "name": "sort", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBySort" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 7708 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 7700 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 7715 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 7708 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 7708 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 7708 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 7701 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 7608 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 7598 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 7688 }, "name": "putSort", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBySort" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 7675 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 7691 }, "name": "resetSort" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 7685 }, "name": "sort", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBySortOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 7663 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 7679 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 7695 }, "name": "sortInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBySort" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 7656 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 7669 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 7612 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBySort": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBySort", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 7381 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBySort", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation methods for the event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 7387 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The metric used for sorting group by results." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 7393 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Direction of sort. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 7399 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBySort" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBySortOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBySortOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 7452 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 7445 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 7510 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 7526 }, "name": "resetOrder" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBySortOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 7498 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 7514 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 7530 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 7491 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 7504 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 7520 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 7456 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBySort" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBySortOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 7938 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 7931 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8084 }, "name": "putCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8097 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8113 }, "name": "putSearch", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuerySearch" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8013 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8100 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8042 }, "name": "resetIndexes" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8116 }, "name": "resetSearch" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8071 }, "name": "resetStorage" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8081 }, "name": "compute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8094 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8110 }, "name": "search", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuerySearchOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8088 }, "name": "computeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8017 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8030 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8104 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8046 }, "name": "indexesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8059 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8120 }, "name": "searchInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuerySearch" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8075 }, "name": "storageInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8007 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8023 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8036 }, "name": "indexes", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8052 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8065 }, "name": "storage", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 7942 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuerySearch": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuerySearch", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 7719 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuerySearch", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The events search string." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 7725 }, "name": "query", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuerySearch" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuerySearchOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuerySearchOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 7764 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 7757 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuerySearchOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 7798 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 7791 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 7768 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuerySearch" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuerySearchOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9375 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9367 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9382 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9375 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9375 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9375 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9368 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuery" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryMetricQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryMetricQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8124 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryMetricQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8148 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The metrics query definition." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8154 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8130 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8136 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for metrics queries. Defaults to `\"metrics\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8142 }, "name": "dataSource", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryMetricQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryMetricQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryMetricQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.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" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8214 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8278 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8294 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8310 }, "name": "resetDataSource" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryMetricQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8282 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8298 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8314 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8327 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8340 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8272 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8288 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8304 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8320 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8333 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8225 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryMetricQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryMetricQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9184 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9174 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9259 }, "name": "putApmDependencyStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmDependencyStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9275 }, "name": "putApmResourceStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmResourceStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9291 }, "name": "putCloudCostQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryCloudCostQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9307 }, "name": "putEventQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9323 }, "name": "putMetricQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryMetricQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9339 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9355 }, "name": "putSloQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuerySloQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9262 }, "name": "resetApmDependencyStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9278 }, "name": "resetApmResourceStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9294 }, "name": "resetCloudCostQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9310 }, "name": "resetEventQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9326 }, "name": "resetMetricQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9342 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9358 }, "name": "resetSloQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9256 }, "name": "apmDependencyStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmDependencyStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9272 }, "name": "apmResourceStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmResourceStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9288 }, "name": "cloudCostQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryCloudCostQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9304 }, "name": "eventQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9320 }, "name": "metricQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryMetricQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9336 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9352 }, "name": "sloQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuerySloQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9266 }, "name": "apmDependencyStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmDependencyStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9282 }, "name": "apmResourceStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmResourceStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9298 }, "name": "cloudCostQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryCloudCostQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9314 }, "name": "eventQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9330 }, "name": "metricQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryMetricQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9346 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9362 }, "name": "sloQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuerySloQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9188 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuery" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8344 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryProcessQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for process queries. Valid values are `process`, `container`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8362 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The process metric name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8380 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8386 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8350 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8356 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_normalized_cpu Dashboard#is_normalized_cpu}", "stability": "stable", "summary": "Whether to normalize the CPU percentages." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8368 }, "name": "isNormalizedCpu", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The number of hits to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8374 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort Dashboard#sort}", "stability": "stable", "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8392 }, "name": "sort", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#tag_filters Dashboard#tag_filters}", "stability": "stable", "summary": "An array of tags to filter by." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8398 }, "name": "tagFilters", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#text_filter Dashboard#text_filter}", "stability": "stable", "summary": "The text to use as a filter." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8404 }, "name": "textFilter", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryProcessQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8506 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8499 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8593 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8609 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8638 }, "name": "resetIsNormalizedCpu" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8654 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8696 }, "name": "resetSort" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8712 }, "name": "resetTagFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8728 }, "name": "resetTextFilter" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryProcessQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8597 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8613 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8626 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8642 }, "name": "isNormalizedCpuInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8658 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8671 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8684 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8700 }, "name": "sortInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8716 }, "name": "tagFiltersInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8732 }, "name": "textFilterInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8587 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8603 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8619 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8632 }, "name": "isNormalizedCpu", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8648 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8664 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8677 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8690 }, "name": "sort", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8706 }, "name": "tagFilters", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8722 }, "name": "textFilter", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8510 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryProcessQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryProcessQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuerySloQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuerySloQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8736 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuerySloQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for SLO queries. Valid values are `slo`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8754 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#measure Dashboard#measure}", "stability": "stable", "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8766 }, "name": "measure", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_id Dashboard#slo_id}", "stability": "stable", "summary": "ID of an SLO to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8778 }, "name": "sloId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#additional_query_filters Dashboard#additional_query_filters}", "stability": "stable", "summary": "Additional filters applied to the SLO query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8742 }, "name": "additionalQueryFilters", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8748 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_mode Dashboard#group_mode}", "stability": "stable", "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8760 }, "name": "groupMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8772 }, "name": "name", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_query_type Dashboard#slo_query_type}", "stability": "stable", "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8784 }, "name": "sloQueryType", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuerySloQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuerySloQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuerySloQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8872 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8865 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8947 }, "name": "resetAdditionalQueryFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8963 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8992 }, "name": "resetGroupMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9021 }, "name": "resetName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9050 }, "name": "resetSloQueryType" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuerySloQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8951 }, "name": "additionalQueryFiltersInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8967 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8980 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8996 }, "name": "groupModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9009 }, "name": "measureInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9025 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9038 }, "name": "sloIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9054 }, "name": "sloQueryTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8941 }, "name": "additionalQueryFilters", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8957 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8973 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8986 }, "name": "groupMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9002 }, "name": "measure", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9015 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9031 }, "name": "sloId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9044 }, "name": "sloQueryType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 8876 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuerySloQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuerySloQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10062 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10068 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10080 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10086 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10092 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10074 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9386 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9392 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9398 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9404 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9457 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9450 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9515 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9531 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9503 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9519 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9535 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9496 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9509 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9525 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9461 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9689 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9695 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9701 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9707 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9866 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9858 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9873 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9866 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9866 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9866 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9859 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9763 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9753 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9846 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9817 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9833 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9849 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9843 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9821 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9837 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9853 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9811 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9827 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9767 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9539 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9545 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9557 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9551 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9610 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9603 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9668 }, "name": "resetFacet" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9656 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9672 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9685 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9649 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9662 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9678 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9614 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9877 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9883 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9889 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9895 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10051 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10043 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10058 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10051 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10051 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10051 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10044 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9951 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9941 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10018 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10034 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10006 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10022 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10038 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9999 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10012 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10028 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 9955 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10159 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10152 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10242 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10258 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10274 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10245 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10261 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10277 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10229 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10239 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10255 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10271 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10249 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10265 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10217 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10281 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10233 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10210 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10223 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10163 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10961 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10967 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10979 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10985 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10991 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10973 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10285 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10291 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10297 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10303 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10356 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10349 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10414 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10430 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10402 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10418 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10434 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10395 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10408 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10424 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10360 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10588 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10594 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10600 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10606 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10765 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10757 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10772 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10765 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10765 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10765 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10758 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10662 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10652 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10745 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10716 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10732 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10748 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10742 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10720 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10736 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10752 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10710 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10726 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10666 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10438 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10444 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10456 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10450 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10509 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10502 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10567 }, "name": "resetFacet" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10555 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10571 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10584 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10548 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10561 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10577 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10513 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10776 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10782 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10788 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10794 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10950 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10942 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10957 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10950 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10950 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10950 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10943 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10850 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10840 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10917 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10933 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10905 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10921 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10937 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10898 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10911 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10927 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 10854 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11058 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11051 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11141 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11157 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11173 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11144 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11160 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11176 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11128 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11138 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11154 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11170 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11148 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11164 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11116 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11180 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11132 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11109 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11122 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11062 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormats": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormats", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11704 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormats", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#text_format Dashboard#text_format}", "stability": "stable", "summary": "text_format block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11710 }, "name": "textFormat", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormat" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormats" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11811 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11803 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11818 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11811 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11811 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11811 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11804 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormats" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11752 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11742 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11791 }, "name": "putTextFormat", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormat" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11794 }, "name": "resetTextFormat" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11788 }, "name": "textFormat", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11798 }, "name": "textFormatInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormat" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11756 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormats" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormat": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormat", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11449 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormat", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#match Dashboard#match}", "stability": "stable", "summary": "match block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11473 }, "name": "match", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatMatch" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}", "stability": "stable", "summary": "The custom color palette to apply to the background." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11455 }, "name": "customBgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}", "stability": "stable", "summary": "The custom color palette to apply to the foreground text." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11461 }, "name": "customFgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "The color palette to apply. Valid values are `white_on_red`, `white_on_yellow`, `white_on_green`, `black_on_light_red`, `black_on_light_yellow`, `black_on_light_green`, `red_on_white`, `yellow_on_white`, `green_on_white`, `custom_bg`, `custom_text`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11467 }, "name": "palette", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#replace Dashboard#replace}", "stability": "stable", "summary": "replace block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11479 }, "name": "replace", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatReplace" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormat" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11693 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11685 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11700 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11693 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11693 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11693 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11686 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormat" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatMatch": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatMatch", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11184 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatMatch", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#type Dashboard#type}", "stability": "stable", "summary": "Match or compare option. Valid values are `is`, `is_not`, `contains`, `does_not_contain`, `starts_with`, `ends_with`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11190 }, "name": "type", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#value Dashboard#value}", "stability": "stable", "summary": "Table Widget Match String." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11196 }, "name": "value", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatMatch" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatMatchOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatMatchOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11242 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11235 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatMatchOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11282 }, "name": "typeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11295 }, "name": "valueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11275 }, "name": "type", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11288 }, "name": "value", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11246 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatMatch" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatMatchOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11549 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11539 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11660 }, "name": "putMatch", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatMatch" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11673 }, "name": "putReplace", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatReplace" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11615 }, "name": "resetCustomBgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11631 }, "name": "resetCustomFgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11647 }, "name": "resetPalette" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11676 }, "name": "resetReplace" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11657 }, "name": "match", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatMatchOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11670 }, "name": "replace", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatReplaceOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11619 }, "name": "customBgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11635 }, "name": "customFgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11664 }, "name": "matchInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatMatch" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11651 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11680 }, "name": "replaceInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatReplace" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11609 }, "name": "customBgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11625 }, "name": "customFgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11641 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11553 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormat" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatReplace": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatReplace", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11299 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatReplace", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#type Dashboard#type}", "stability": "stable", "summary": "Table widget text format replace all type." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11311 }, "name": "type", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#with Dashboard#with}", "stability": "stable", "summary": "Table Widget Match String." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11317 }, "name": "with", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#substring Dashboard#substring}", "stability": "stable", "summary": "Text that will be replaced. Must be used with type `substring`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11305 }, "name": "substring", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatReplace" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatReplaceOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatReplaceOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11370 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11363 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11415 }, "name": "resetSubstring" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatReplaceOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11419 }, "name": "substringInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11432 }, "name": "typeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11445 }, "name": "withInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11409 }, "name": "substring", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11425 }, "name": "type", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11438 }, "name": "with", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 11374 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatReplace" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatReplaceOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinition", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23588 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinition", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#autoscale Dashboard#autoscale}", "stability": "stable", "summary": "A Boolean indicating whether to automatically scale the tile." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23594 }, "name": "autoscale", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_link Dashboard#custom_link}", "stability": "stable", "summary": "custom_link block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23642 }, "name": "customLink", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_unit Dashboard#custom_unit}", "stability": "stable", "summary": "The unit for the value displayed in the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23600 }, "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`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#live_span Dashboard#live_span}", "stability": "stable", "summary": "The timeframe to use when displaying the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23606 }, "name": "liveSpan", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#precision Dashboard#precision}", "stability": "stable", "summary": "The precision to use when displaying the tile." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23612 }, "name": "precision", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#request Dashboard#request}", "stability": "stable", "summary": "request block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23648 }, "name": "request", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequest" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#text_align Dashboard#text_align}", "stability": "stable", "summary": "The alignment of the widget's text. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23618 }, "name": "textAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#timeseries_background Dashboard#timeseries_background}", "stability": "stable", "summary": "timeseries_background block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23654 }, "name": "timeseriesBackground", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackground" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title Dashboard#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23624 }, "name": "title", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_align Dashboard#title_align}", "stability": "stable", "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23630 }, "name": "titleAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_size Dashboard#title_size}", "stability": "stable", "summary": "The size of the widget's title (defaults to 16)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23636 }, "name": "titleSize", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinition" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionCustomLink": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionCustomLink", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12761 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionCustomLink", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_hidden Dashboard#is_hidden}", "stability": "stable", "summary": "The flag for toggling context menu link visibility." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12767 }, "name": "isHidden", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "The label for the custom link URL." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12773 }, "name": "label", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#link Dashboard#link}", "stability": "stable", "summary": "The URL of the custom link." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12779 }, "name": "link", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#override_label Dashboard#override_label}", "stability": "stable", "summary": "The label ID that refers to a context menu link item." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12785 }, "name": "overrideLabel", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionCustomLink" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionCustomLinkList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionCustomLinkList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12973 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12965 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12980 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionCustomLinkOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionCustomLinkList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12973 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12973 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12973 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12966 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionCustomLink" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionCustomLinkList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionCustomLinkOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionCustomLinkOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12848 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12838 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12908 }, "name": "resetIsHidden" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12924 }, "name": "resetLabel" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12940 }, "name": "resetLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12956 }, "name": "resetOverrideLabel" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionCustomLinkOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12912 }, "name": "isHiddenInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12928 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12944 }, "name": "linkInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12960 }, "name": "overrideLabelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12902 }, "name": "isHidden", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12918 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12934 }, "name": "link", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12950 }, "name": "overrideLabel", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12852 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionCustomLink" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionCustomLinkOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23763 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23756 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23981 }, "name": "putCustomLink", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionCustomLink" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23997 }, "name": "putRequest", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequest" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24013 }, "name": "putTimeseriesBackground", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackground" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23856 }, "name": "resetAutoscale" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23984 }, "name": "resetCustomLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23872 }, "name": "resetCustomUnit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23888 }, "name": "resetLiveSpan" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23904 }, "name": "resetPrecision" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24000 }, "name": "resetRequest" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23920 }, "name": "resetTextAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24016 }, "name": "resetTimeseriesBackground" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23936 }, "name": "resetTitle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23952 }, "name": "resetTitleAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23968 }, "name": "resetTitleSize" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23978 }, "name": "customLink", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionCustomLinkList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23994 }, "name": "request", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24010 }, "name": "timeseriesBackground", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackgroundOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23860 }, "name": "autoscaleInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23988 }, "name": "customLinkInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23876 }, "name": "customUnitInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23892 }, "name": "liveSpanInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23908 }, "name": "precisionInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24004 }, "name": "requestInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequest" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23924 }, "name": "textAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24020 }, "name": "timeseriesBackgroundInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackground" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23956 }, "name": "titleAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23940 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23972 }, "name": "titleSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23850 }, "name": "autoscale", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23866 }, "name": "customUnit", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23882 }, "name": "liveSpan", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23898 }, "name": "precision", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23914 }, "name": "textAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23930 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23946 }, "name": "titleAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23962 }, "name": "titleSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23767 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinition" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequest": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequest", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22776 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequest", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregator to use for time aggregation. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22782 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_query Dashboard#apm_query}", "stability": "stable", "summary": "apm_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22794 }, "name": "apmQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#audit_query Dashboard#audit_query}", "stability": "stable", "summary": "audit_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22800 }, "name": "auditQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#conditional_formats Dashboard#conditional_formats}", "stability": "stable", "summary": "conditional_formats block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22806 }, "name": "conditionalFormats", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestConditionalFormats" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#formula Dashboard#formula}", "stability": "stable", "summary": "formula block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22812 }, "name": "formula", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormula" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#log_query Dashboard#log_query}", "stability": "stable", "summary": "log_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22818 }, "name": "logQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#process_query Dashboard#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22824 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#q Dashboard#q}", "stability": "stable", "summary": "The metric query to use for this widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22788 }, "name": "q", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22830 }, "name": "query", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuery" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#rum_query Dashboard#rum_query}", "stability": "stable", "summary": "rum_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22836 }, "name": "rumQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#security_query Dashboard#security_query}", "stability": "stable", "summary": "security_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22842 }, "name": "securityQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequest" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13660 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13666 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13678 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13684 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13690 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13672 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12984 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12990 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 12996 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13002 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13055 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13048 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13113 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13129 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13101 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13117 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13133 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13094 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13107 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13123 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13059 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13287 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13293 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13299 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13305 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13464 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13456 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13471 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13464 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13464 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13464 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13457 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13361 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13351 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13444 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13415 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13431 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13447 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13441 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13419 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13435 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13451 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13409 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13425 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13365 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13137 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13143 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13155 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13149 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13208 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13201 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13266 }, "name": "resetFacet" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13254 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13270 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13283 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13247 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13260 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13276 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13212 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13475 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13481 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13487 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13493 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13649 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13641 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13656 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13649 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13649 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13649 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13642 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13549 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13539 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13616 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13632 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13604 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13620 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13636 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13597 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13610 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13626 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13553 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13757 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13750 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13840 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13856 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13872 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13843 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13859 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13875 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13827 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13837 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13853 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13869 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13847 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13863 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13815 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13879 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13831 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13808 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13821 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13761 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14559 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14565 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14577 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14583 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14589 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14571 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13883 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13889 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13895 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13901 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13954 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13947 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14012 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14028 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14000 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14016 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14032 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13993 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14006 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14022 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 13958 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14186 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14192 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14198 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14204 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14363 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14355 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14370 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14363 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14363 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14363 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14356 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14260 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14250 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14343 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14314 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14330 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14346 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14340 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14318 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14334 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14350 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14308 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14324 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14264 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14036 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14042 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14054 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14048 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14107 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14100 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14165 }, "name": "resetFacet" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14153 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14169 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14182 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14146 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14159 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14175 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14111 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14374 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14380 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14386 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14392 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14548 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14540 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14555 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14548 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14548 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14548 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14541 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14448 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14438 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14515 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14531 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14503 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14519 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14535 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14496 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14509 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14525 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14452 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14656 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14649 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14739 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14755 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14771 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14742 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14758 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14774 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14726 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14736 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14752 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14768 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14746 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14762 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14714 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14778 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14730 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14707 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14720 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14660 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestConditionalFormats": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestConditionalFormats", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14782 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestConditionalFormats", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#comparator Dashboard#comparator}", "stability": "stable", "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14788 }, "name": "comparator", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "The color palette to apply." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14824 }, "name": "palette", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#value Dashboard#value}", "stability": "stable", "summary": "A value for the comparator." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14836 }, "name": "value", "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}", "stability": "stable", "summary": "The color palette to apply to the background, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14794 }, "name": "customBgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}", "stability": "stable", "summary": "The color palette to apply to the foreground, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14800 }, "name": "customFgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#hide_value Dashboard#hide_value}", "stability": "stable", "summary": "Setting this to True hides values." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14806 }, "name": "hideValue", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#image_url Dashboard#image_url}", "stability": "stable", "summary": "Displays an image as the background." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14812 }, "name": "imageUrl", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The metric from the request to correlate with this conditional format." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14818 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#timeframe Dashboard#timeframe}", "stability": "stable", "summary": "Defines the displayed timeframe." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14830 }, "name": "timeframe", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestConditionalFormats" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestConditionalFormatsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestConditionalFormatsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15160 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15152 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15167 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestConditionalFormatsOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestConditionalFormatsList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15160 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15160 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15160 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15153 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestConditionalFormats" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestConditionalFormatsList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestConditionalFormatsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestConditionalFormatsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14934 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14924 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15037 }, "name": "resetCustomBgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15053 }, "name": "resetCustomFgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15069 }, "name": "resetHideValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15085 }, "name": "resetImageUrl" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15101 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15130 }, "name": "resetTimeframe" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestConditionalFormatsOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15025 }, "name": "comparatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15041 }, "name": "customBgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15057 }, "name": "customFgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15073 }, "name": "hideValueInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15089 }, "name": "imageUrlInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15105 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15118 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15134 }, "name": "timeframeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15147 }, "name": "valueInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15018 }, "name": "comparator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15031 }, "name": "customBgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15047 }, "name": "customFgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15063 }, "name": "hideValue", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15079 }, "name": "imageUrl", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15095 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15111 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15124 }, "name": "timeframe", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15140 }, "name": "value", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 14938 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestConditionalFormats" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestConditionalFormatsOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormula": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormula", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16323 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormula", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#formula_expression Dashboard#formula_expression}", "stability": "stable", "summary": "A string expression built from queries, formulas, and functions." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16341 }, "name": "formulaExpression", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#alias Dashboard#alias}", "stability": "stable", "summary": "An expression alias." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16329 }, "name": "alias", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cell_display_mode Dashboard#cell_display_mode}", "stability": "stable", "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16335 }, "name": "cellDisplayMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#conditional_formats Dashboard#conditional_formats}", "stability": "stable", "summary": "conditional_formats block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16347 }, "name": "conditionalFormats", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "limit block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16353 }, "name": "limit", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaLimit" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#number_format Dashboard#number_format}", "stability": "stable", "summary": "number_format block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16359 }, "name": "numberFormat", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormat" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#style Dashboard#style}", "stability": "stable", "summary": "style block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16365 }, "name": "style", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaStyle" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormula" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaConditionalFormats": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaConditionalFormats", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15171 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaConditionalFormats", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#comparator Dashboard#comparator}", "stability": "stable", "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15177 }, "name": "comparator", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "The color palette to apply." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15213 }, "name": "palette", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#value Dashboard#value}", "stability": "stable", "summary": "A value for the comparator." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15225 }, "name": "value", "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}", "stability": "stable", "summary": "The color palette to apply to the background, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15183 }, "name": "customBgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}", "stability": "stable", "summary": "The color palette to apply to the foreground, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15189 }, "name": "customFgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#hide_value Dashboard#hide_value}", "stability": "stable", "summary": "Setting this to True hides values." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15195 }, "name": "hideValue", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#image_url Dashboard#image_url}", "stability": "stable", "summary": "Displays an image as the background." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15201 }, "name": "imageUrl", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The metric from the request to correlate with this conditional format." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15207 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#timeframe Dashboard#timeframe}", "stability": "stable", "summary": "Defines the displayed timeframe." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15219 }, "name": "timeframe", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaConditionalFormats" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaConditionalFormatsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaConditionalFormatsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15549 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15541 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15556 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaConditionalFormatsOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaConditionalFormatsList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15549 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15549 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15549 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15542 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaConditionalFormatsList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaConditionalFormatsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaConditionalFormatsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15323 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15313 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15426 }, "name": "resetCustomBgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15442 }, "name": "resetCustomFgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15458 }, "name": "resetHideValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15474 }, "name": "resetImageUrl" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15490 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15519 }, "name": "resetTimeframe" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaConditionalFormatsOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15414 }, "name": "comparatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15430 }, "name": "customBgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15446 }, "name": "customFgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15462 }, "name": "hideValueInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15478 }, "name": "imageUrlInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15494 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15507 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15523 }, "name": "timeframeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15536 }, "name": "valueInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15407 }, "name": "comparator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15420 }, "name": "customBgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15436 }, "name": "customFgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15452 }, "name": "hideValue", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15468 }, "name": "imageUrl", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15484 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15500 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15513 }, "name": "timeframe", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15529 }, "name": "value", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15327 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaConditionalFormats" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaConditionalFormatsOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaLimit": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaLimit", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15560 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaLimit", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#count Dashboard#count}", "stability": "stable", "summary": "The number of results to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15566 }, "name": "count", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15572 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaLimit" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaLimitOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaLimitOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15618 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15611 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15657 }, "name": "resetCount" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15673 }, "name": "resetOrder" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaLimitOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15661 }, "name": "countInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15677 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15651 }, "name": "count", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15667 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15622 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaLimit" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaLimitOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16637 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16629 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16644 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16637 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16637 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16637 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16630 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormula" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormat": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormat", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16084 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormat", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit Dashboard#unit}", "stability": "stable", "summary": "unit block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16090 }, "name": "unit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnit" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_scale Dashboard#unit_scale}", "stability": "stable", "summary": "unit_scale block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16096 }, "name": "unitScale", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitScale" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormat" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16142 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16135 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16178 }, "name": "putUnit", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnit" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16191 }, "name": "putUnitScale", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitScale" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16194 }, "name": "resetUnitScale" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16175 }, "name": "unit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16188 }, "name": "unitScale", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitScaleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16182 }, "name": "unitInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnit" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16198 }, "name": "unitScaleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitScale" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16146 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormat" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnit": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnit", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15882 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnit", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#canonical Dashboard#canonical}", "stability": "stable", "summary": "canonical block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15888 }, "name": "canonical", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom Dashboard#custom}", "stability": "stable", "summary": "custom block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15894 }, "name": "custom", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCustom" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnit" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15681 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_name Dashboard#unit_name}", "stability": "stable", "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15693 }, "name": "unitName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#per_unit_name Dashboard#per_unit_name}", "stability": "stable", "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15687 }, "name": "perUnitName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15739 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15732 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15778 }, "name": "resetPerUnitName" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15782 }, "name": "perUnitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15795 }, "name": "unitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15772 }, "name": "perUnitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15788 }, "name": "unitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15743 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCustom": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCustom", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15799 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCustom", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "Unit label." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15805 }, "name": "label", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCustom" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCustomOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15844 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15837 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCustomOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15878 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15871 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15848 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCustom" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCustomOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15940 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15933 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15976 }, "name": "putCanonical", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15992 }, "name": "putCustom", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCustom" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15979 }, "name": "resetCanonical" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15995 }, "name": "resetCustom" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15973 }, "name": "canonical", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15989 }, "name": "custom", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCustomOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15983 }, "name": "canonicalInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15999 }, "name": "customInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCustom" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 15944 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnit" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitScale": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitScale", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16003 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitScale", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_name Dashboard#unit_name}." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16007 }, "name": "unitName", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitScale" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitScaleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16046 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16039 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitScaleOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16080 }, "name": "unitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16073 }, "name": "unitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16050 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitScale" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitScaleOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16449 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16439 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16569 }, "name": "putConditionalFormats", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16585 }, "name": "putLimit", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaLimit" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16601 }, "name": "putNumberFormat", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormat" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16617 }, "name": "putStyle", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaStyle" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16527 }, "name": "resetAlias" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16543 }, "name": "resetCellDisplayMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16572 }, "name": "resetConditionalFormats" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16588 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16604 }, "name": "resetNumberFormat" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16620 }, "name": "resetStyle" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16566 }, "name": "conditionalFormats", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaConditionalFormatsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16582 }, "name": "limit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaLimitOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16598 }, "name": "numberFormat", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16614 }, "name": "style", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaStyleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16531 }, "name": "aliasInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16547 }, "name": "cellDisplayModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16576 }, "name": "conditionalFormatsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16560 }, "name": "formulaExpressionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16592 }, "name": "limitInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaLimit" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16608 }, "name": "numberFormatInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormat" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16624 }, "name": "styleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaStyle" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16521 }, "name": "alias", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16537 }, "name": "cellDisplayMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16553 }, "name": "formulaExpression", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16453 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormula" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaStyle": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaStyle", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16202 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaStyle", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "The color palette used to display the formula." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16208 }, "name": "palette", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette_index Dashboard#palette_index}", "stability": "stable", "summary": "Index specifying which color to use within the palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16214 }, "name": "paletteIndex", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaStyle" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaStyleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaStyleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16260 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16253 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16299 }, "name": "resetPalette" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16315 }, "name": "resetPaletteIndex" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaStyleOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16319 }, "name": "paletteIndexInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16303 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16293 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16309 }, "name": "paletteIndex", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16264 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaStyle" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaStyleOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23233 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23225 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23240 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23233 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23233 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23233 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23226 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequest" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17324 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17330 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17342 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17348 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17354 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17336 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16648 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16654 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16660 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16666 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16719 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16712 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16777 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16793 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16765 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16781 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16797 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16758 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16771 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16787 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16723 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16951 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16957 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16963 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16969 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17128 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17120 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17135 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17128 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17128 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17128 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17121 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17025 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17015 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17108 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17079 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17095 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17111 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17105 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17083 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17099 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17115 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17073 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17089 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17029 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16801 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16807 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16819 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16813 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16872 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16865 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16930 }, "name": "resetFacet" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16918 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16934 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16947 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16911 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16924 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16940 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 16876 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17139 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17145 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17151 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17157 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17313 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17305 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17320 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17313 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17313 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17313 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17306 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17213 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17203 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17280 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17296 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17268 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17284 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17300 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17261 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17274 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17290 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17217 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17421 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17414 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17504 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17520 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17536 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17507 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17523 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17539 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17491 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17501 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17517 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17533 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17511 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17527 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17479 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17543 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17495 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17472 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17485 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17425 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22954 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22944 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23085 }, "name": "putApmQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23101 }, "name": "putAuditQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23117 }, "name": "putConditionalFormats", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestConditionalFormats" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23133 }, "name": "putFormula", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormula" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23149 }, "name": "putLogQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23165 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23181 }, "name": "putQuery", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuery" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23197 }, "name": "putRumQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23213 }, "name": "putSecurityQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23056 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23088 }, "name": "resetApmQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23104 }, "name": "resetAuditQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23120 }, "name": "resetConditionalFormats" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23136 }, "name": "resetFormula" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23152 }, "name": "resetLogQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23168 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23072 }, "name": "resetQ" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23184 }, "name": "resetQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23200 }, "name": "resetRumQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23216 }, "name": "resetSecurityQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23082 }, "name": "apmQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23098 }, "name": "auditQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23114 }, "name": "conditionalFormats", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestConditionalFormatsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23130 }, "name": "formula", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23146 }, "name": "logQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23162 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23178 }, "name": "query", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23194 }, "name": "rumQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23210 }, "name": "securityQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23060 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23092 }, "name": "apmQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23108 }, "name": "auditQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23124 }, "name": "conditionalFormatsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestConditionalFormats" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23140 }, "name": "formulaInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormula" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23156 }, "name": "logQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23172 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23076 }, "name": "qInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23188 }, "name": "queryInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuery" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23204 }, "name": "rumQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23220 }, "name": "securityQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23050 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23066 }, "name": "q", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22958 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequest" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17547 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestProcessQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "Your chosen metric." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17565 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#filter_by Dashboard#filter_by}", "stability": "stable", "summary": "A list of processes." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17553 }, "name": "filterBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The max number of items in the filter list." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17559 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_by Dashboard#search_by}", "stability": "stable", "summary": "Your chosen search term." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17571 }, "name": "searchBy", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestProcessQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17631 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17624 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17682 }, "name": "resetFilterBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17698 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17727 }, "name": "resetSearchBy" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestProcessQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17686 }, "name": "filterByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17702 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17715 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17731 }, "name": "searchByInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17676 }, "name": "filterBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17692 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17708 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17721 }, "name": "searchBy", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17635 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestProcessQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestProcessQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20650 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_dependency_stats_query Dashboard#apm_dependency_stats_query}", "stability": "stable", "summary": "apm_dependency_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20656 }, "name": "apmDependencyStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmDependencyStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_resource_stats_query Dashboard#apm_resource_stats_query}", "stability": "stable", "summary": "apm_resource_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20662 }, "name": "apmResourceStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmResourceStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cloud_cost_query Dashboard#cloud_cost_query}", "stability": "stable", "summary": "cloud_cost_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20668 }, "name": "cloudCostQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryCloudCostQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#event_query Dashboard#event_query}", "stability": "stable", "summary": "event_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20674 }, "name": "eventQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric_query Dashboard#metric_query}", "stability": "stable", "summary": "metric_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20680 }, "name": "metricQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryMetricQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#process_query Dashboard#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20686 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_query Dashboard#slo_query}", "stability": "stable", "summary": "slo_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20692 }, "name": "sloQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuerySloQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmDependencyStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmDependencyStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17735 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmDependencyStatsQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17747 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#env Dashboard#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17753 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17765 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#operation_name Dashboard#operation_name}", "stability": "stable", "summary": "Name of operation on service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17771 }, "name": "operationName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#resource_name Dashboard#resource_name}", "stability": "stable", "summary": "APM resource." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17789 }, "name": "resourceName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#service Dashboard#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17795 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#stat Dashboard#stat}", "stability": "stable", "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17801 }, "name": "stat", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17741 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_upstream Dashboard#is_upstream}", "stability": "stable", "summary": "Determines whether stats for upstream or downstream dependencies should be queried." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17759 }, "name": "isUpstream", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}", "stability": "stable", "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17777 }, "name": "primaryTagName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}", "stability": "stable", "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17783 }, "name": "primaryTagValue", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmDependencyStatsQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmDependencyStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmDependencyStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17910 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17903 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18003 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18045 }, "name": "resetIsUpstream" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18087 }, "name": "resetPrimaryTagName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18103 }, "name": "resetPrimaryTagValue" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmDependencyStatsQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18007 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18020 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18033 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18049 }, "name": "isUpstreamInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18062 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18075 }, "name": "operationNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18091 }, "name": "primaryTagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18107 }, "name": "primaryTagValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18120 }, "name": "resourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18133 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18146 }, "name": "statInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17997 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18013 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18026 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18039 }, "name": "isUpstream", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18055 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18068 }, "name": "operationName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18081 }, "name": "primaryTagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18097 }, "name": "primaryTagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18113 }, "name": "resourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18126 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18139 }, "name": "stat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 17914 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmDependencyStatsQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmDependencyStatsQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmResourceStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmResourceStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18150 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmResourceStatsQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18162 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#env Dashboard#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18168 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18180 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#service Dashboard#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18210 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#stat Dashboard#stat}", "stability": "stable", "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18216 }, "name": "stat", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18156 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "Array of fields to group results by." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18174 }, "name": "groupBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#operation_name Dashboard#operation_name}", "stability": "stable", "summary": "Name of operation on service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18186 }, "name": "operationName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}", "stability": "stable", "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18192 }, "name": "primaryTagName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}", "stability": "stable", "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18198 }, "name": "primaryTagValue", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#resource_name Dashboard#resource_name}", "stability": "stable", "summary": "APM resource." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18204 }, "name": "resourceName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmResourceStatsQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmResourceStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmResourceStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18325 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18318 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18418 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18460 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18489 }, "name": "resetOperationName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18505 }, "name": "resetPrimaryTagName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18521 }, "name": "resetPrimaryTagValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18537 }, "name": "resetResourceName" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmResourceStatsQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18422 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18435 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18448 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18464 }, "name": "groupByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18477 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18493 }, "name": "operationNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18509 }, "name": "primaryTagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18525 }, "name": "primaryTagValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18541 }, "name": "resourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18554 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18567 }, "name": "statInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18412 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18428 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18441 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18454 }, "name": "groupBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18470 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18483 }, "name": "operationName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18499 }, "name": "primaryTagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18515 }, "name": "primaryTagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18531 }, "name": "resourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18547 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18560 }, "name": "stat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18329 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmResourceStatsQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmResourceStatsQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryCloudCostQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryCloudCostQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18571 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryCloudCostQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18589 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18595 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The cloud cost query definition." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18601 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18577 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18583 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryCloudCostQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryCloudCostQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryCloudCostQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18668 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18661 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18725 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18741 }, "name": "resetCrossOrgUuids" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryCloudCostQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18729 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18745 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18758 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18771 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18784 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18719 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18735 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18751 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18764 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18777 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18672 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryCloudCostQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryCloudCostQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19394 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute Dashboard#compute}", "stability": "stable", "summary": "compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19430 }, "name": "compute", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for event platform-based queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19406 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19418 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19400 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19436 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#indexes Dashboard#indexes}", "stability": "stable", "summary": "An array of index names to query in the stream." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19412 }, "name": "indexes", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search Dashboard#search}", "stability": "stable", "summary": "search block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19442 }, "name": "search", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuerySearch" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#storage Dashboard#storage}", "stability": "stable", "summary": "Storage location (private beta)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19424 }, "name": "storage", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18788 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation methods for event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18794 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "A time interval in milliseconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18800 }, "name": "interval", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The measurable attribute to compute." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18806 }, "name": "metric", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18962 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18954 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18969 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18962 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18962 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18962 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18955 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18862 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18852 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18929 }, "name": "resetInterval" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18945 }, "name": "resetMetric" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18917 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18933 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18949 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18910 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18923 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18939 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18866 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19126 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The event facet." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19132 }, "name": "facet", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The number of groups to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19138 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort Dashboard#sort}", "stability": "stable", "summary": "sort block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19144 }, "name": "sort", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBySort" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19300 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19292 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19307 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19300 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19300 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19300 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19293 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19200 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19190 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19280 }, "name": "putSort", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBySort" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19267 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19283 }, "name": "resetSort" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19277 }, "name": "sort", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBySortOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19255 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19271 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19287 }, "name": "sortInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBySort" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19248 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19261 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19204 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBySort": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBySort", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18973 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBySort", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation methods for the event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18979 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The metric used for sorting group by results." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18985 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Direction of sort. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 18991 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBySort" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBySortOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBySortOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19044 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19037 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19102 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19118 }, "name": "resetOrder" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBySortOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19090 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19106 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19122 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19083 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19096 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19112 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19048 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBySort" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBySortOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19530 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19523 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19676 }, "name": "putCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19689 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19705 }, "name": "putSearch", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuerySearch" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19605 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19692 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19634 }, "name": "resetIndexes" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19708 }, "name": "resetSearch" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19663 }, "name": "resetStorage" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19673 }, "name": "compute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19686 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19702 }, "name": "search", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuerySearchOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19680 }, "name": "computeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19609 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19622 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19696 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19638 }, "name": "indexesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19651 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19712 }, "name": "searchInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuerySearch" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19667 }, "name": "storageInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19599 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19615 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19628 }, "name": "indexes", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19644 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19657 }, "name": "storage", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19534 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuerySearch": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuerySearch", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19311 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuerySearch", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The events search string." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19317 }, "name": "query", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuerySearch" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuerySearchOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuerySearchOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19356 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19349 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuerySearchOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19390 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19383 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19360 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuerySearch" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuerySearchOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20967 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20959 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20974 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20967 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20967 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20967 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20960 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuery" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryMetricQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryMetricQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19716 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryMetricQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19740 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The metrics query definition." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19746 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19722 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19728 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for metrics queries. Defaults to `\"metrics\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19734 }, "name": "dataSource", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryMetricQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryMetricQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryMetricQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19813 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19806 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19870 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19886 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19902 }, "name": "resetDataSource" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryMetricQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19874 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19890 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19906 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19919 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19932 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19864 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19880 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19896 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19912 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19925 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19817 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryMetricQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryMetricQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20776 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20766 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20851 }, "name": "putApmDependencyStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmDependencyStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20867 }, "name": "putApmResourceStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmResourceStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20883 }, "name": "putCloudCostQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryCloudCostQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20899 }, "name": "putEventQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20915 }, "name": "putMetricQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryMetricQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20931 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20947 }, "name": "putSloQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuerySloQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20854 }, "name": "resetApmDependencyStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20870 }, "name": "resetApmResourceStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20886 }, "name": "resetCloudCostQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20902 }, "name": "resetEventQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20918 }, "name": "resetMetricQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20934 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20950 }, "name": "resetSloQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20848 }, "name": "apmDependencyStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmDependencyStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20864 }, "name": "apmResourceStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmResourceStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20880 }, "name": "cloudCostQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryCloudCostQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20896 }, "name": "eventQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20912 }, "name": "metricQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryMetricQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20928 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20944 }, "name": "sloQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuerySloQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20858 }, "name": "apmDependencyStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmDependencyStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20874 }, "name": "apmResourceStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmResourceStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20890 }, "name": "cloudCostQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryCloudCostQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20906 }, "name": "eventQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20922 }, "name": "metricQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryMetricQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20938 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20954 }, "name": "sloQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuerySloQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20780 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuery" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19936 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryProcessQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for process queries. Valid values are `process`, `container`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19954 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The process metric name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19972 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19978 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19942 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19948 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_normalized_cpu Dashboard#is_normalized_cpu}", "stability": "stable", "summary": "Whether to normalize the CPU percentages." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19960 }, "name": "isNormalizedCpu", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The number of hits to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19966 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort Dashboard#sort}", "stability": "stable", "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19984 }, "name": "sort", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#tag_filters Dashboard#tag_filters}", "stability": "stable", "summary": "An array of tags to filter by." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19990 }, "name": "tagFilters", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#text_filter Dashboard#text_filter}", "stability": "stable", "summary": "The text to use as a filter." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 19996 }, "name": "textFilter", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryProcessQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20098 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20091 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20185 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20201 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20230 }, "name": "resetIsNormalizedCpu" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20246 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20288 }, "name": "resetSort" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20304 }, "name": "resetTagFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20320 }, "name": "resetTextFilter" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryProcessQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20189 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20205 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20218 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20234 }, "name": "isNormalizedCpuInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20250 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20263 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20276 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20292 }, "name": "sortInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20308 }, "name": "tagFiltersInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20324 }, "name": "textFilterInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20179 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20195 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20211 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20224 }, "name": "isNormalizedCpu", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20240 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20256 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20269 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20282 }, "name": "sort", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20298 }, "name": "tagFilters", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20314 }, "name": "textFilter", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20102 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryProcessQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryProcessQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuerySloQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuerySloQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20328 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuerySloQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for SLO queries. Valid values are `slo`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20346 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#measure Dashboard#measure}", "stability": "stable", "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20358 }, "name": "measure", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_id Dashboard#slo_id}", "stability": "stable", "summary": "ID of an SLO to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20370 }, "name": "sloId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#additional_query_filters Dashboard#additional_query_filters}", "stability": "stable", "summary": "Additional filters applied to the SLO query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20334 }, "name": "additionalQueryFilters", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20340 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_mode Dashboard#group_mode}", "stability": "stable", "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20352 }, "name": "groupMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20364 }, "name": "name", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_query_type Dashboard#slo_query_type}", "stability": "stable", "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20376 }, "name": "sloQueryType", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuerySloQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuerySloQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuerySloQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20464 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20457 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20539 }, "name": "resetAdditionalQueryFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20555 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20584 }, "name": "resetGroupMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20613 }, "name": "resetName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20642 }, "name": "resetSloQueryType" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuerySloQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20543 }, "name": "additionalQueryFiltersInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20559 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20572 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20588 }, "name": "groupModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20601 }, "name": "measureInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20617 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20630 }, "name": "sloIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20646 }, "name": "sloQueryTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20533 }, "name": "additionalQueryFilters", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20549 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20565 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20578 }, "name": "groupMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20594 }, "name": "measure", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20607 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20623 }, "name": "sloId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20636 }, "name": "sloQueryType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20468 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuerySloQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuerySloQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21654 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21660 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21672 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21678 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21684 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21666 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20978 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20984 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20990 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 20996 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21049 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21042 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21107 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21123 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21095 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21111 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21127 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21088 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21101 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21117 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21053 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21281 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21287 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21293 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21299 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21458 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21450 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21465 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21458 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21458 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21458 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21451 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21355 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21345 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21438 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21409 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21425 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21441 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21435 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21413 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21429 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21445 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21403 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21419 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21359 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21131 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21137 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21149 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21143 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21202 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21195 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21260 }, "name": "resetFacet" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21248 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21264 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21277 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21241 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21254 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21270 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21206 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21469 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21475 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21481 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21487 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21643 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21635 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21650 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21643 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21643 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21643 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21636 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21543 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21533 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21610 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21626 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21598 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21614 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21630 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21591 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21604 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21620 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21547 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21751 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21744 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21834 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21850 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21866 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21837 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21853 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21869 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21821 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21831 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21847 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21863 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21841 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21857 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21809 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21873 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21825 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21802 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21815 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21755 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22553 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22559 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22571 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22577 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22583 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22565 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21877 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21883 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21889 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21895 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21948 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21941 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22006 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22022 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21994 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22010 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22026 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21987 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22000 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22016 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 21952 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22180 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22186 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22192 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22198 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22357 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22349 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22364 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22357 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22357 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22357 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22350 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22254 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22244 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22337 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22308 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22324 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22340 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22334 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22312 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22328 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22344 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22302 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22318 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22258 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22030 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22036 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22048 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22042 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22101 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22094 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22159 }, "name": "resetFacet" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22147 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22163 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22176 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22140 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22153 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22169 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22105 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22368 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22374 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22380 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22386 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22542 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22534 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22549 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22542 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22542 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22542 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22535 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22442 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22432 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22509 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22525 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22497 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22513 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22529 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22490 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22503 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22519 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22446 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22650 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22643 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22733 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22749 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22765 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22736 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22752 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22768 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22720 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22730 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22746 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22762 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22740 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22756 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22708 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22772 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22724 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22701 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22714 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 22654 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackground": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackground", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23470 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackground", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#type Dashboard#type}", "stability": "stable", "summary": "Whether the Timeseries is made using an area or bars. Valid values are `bars`, `area`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23476 }, "name": "type", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#yaxis Dashboard#yaxis}", "stability": "stable", "summary": "yaxis block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23482 }, "name": "yaxis", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackgroundYaxis" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackground" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackgroundOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackgroundOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23528 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23521 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23577 }, "name": "putYaxis", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackgroundYaxis" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23580 }, "name": "resetYaxis" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackgroundOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23574 }, "name": "yaxis", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackgroundYaxisOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23568 }, "name": "typeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23584 }, "name": "yaxisInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackgroundYaxis" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23561 }, "name": "type", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23532 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackground" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackgroundOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackgroundYaxis": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackgroundYaxis", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23244 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackgroundYaxis", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#include_zero Dashboard#include_zero}", "stability": "stable", "summary": "Always include zero or fit the axis to the data range." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23250 }, "name": "includeZero", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "The label of the axis to display on the graph." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23256 }, "name": "label", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#max Dashboard#max}", "stability": "stable", "summary": "Specify the maximum value to show on the Y-axis." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23262 }, "name": "max", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#min Dashboard#min}", "stability": "stable", "summary": "Specify the minimum value to show on the Y-axis." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23268 }, "name": "min", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#scale Dashboard#scale}", "stability": "stable", "summary": "Specify the scale type, options: `linear`, `log`, `pow`, `sqrt`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23274 }, "name": "scale", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackgroundYaxis" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackgroundYaxisOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackgroundYaxisOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23341 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23334 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23398 }, "name": "resetIncludeZero" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23414 }, "name": "resetLabel" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23430 }, "name": "resetMax" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23446 }, "name": "resetMin" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23462 }, "name": "resetScale" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackgroundYaxisOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23402 }, "name": "includeZeroInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23418 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23434 }, "name": "maxInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23450 }, "name": "minInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23466 }, "name": "scaleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23392 }, "name": "includeZero", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23408 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23424 }, "name": "max", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23440 }, "name": "min", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23456 }, "name": "scale", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 23345 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackgroundYaxis" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackgroundYaxisOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinition", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11021 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinition", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#color_by_groups Dashboard#color_by_groups}", "stability": "stable", "summary": "List of groups used for colors." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11027 }, "name": "colorByGroups", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_link Dashboard#custom_link}", "stability": "stable", "summary": "custom_link block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11057 }, "name": "customLink", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#live_span Dashboard#live_span}", "stability": "stable", "summary": "The timeframe to use when displaying the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11033 }, "name": "liveSpan", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#request Dashboard#request}", "stability": "stable", "summary": "request block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11063 }, "name": "request", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequest" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title Dashboard#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11039 }, "name": "title", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_align Dashboard#title_align}", "stability": "stable", "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11045 }, "name": "titleAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_size Dashboard#title_size}", "stability": "stable", "summary": "The size of the widget's title (defaults to 16)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11051 }, "name": "titleSize", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#xaxis Dashboard#xaxis}", "stability": "stable", "summary": "xaxis block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11069 }, "name": "xaxis", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionXaxis" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#yaxis Dashboard#yaxis}", "stability": "stable", "summary": "yaxis block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11075 }, "name": "yaxis", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionYaxis" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinition" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionCustomLink": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionCustomLink", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24024 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionCustomLink", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_hidden Dashboard#is_hidden}", "stability": "stable", "summary": "The flag for toggling context menu link visibility." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24030 }, "name": "isHidden", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "The label for the custom link URL." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24036 }, "name": "label", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#link Dashboard#link}", "stability": "stable", "summary": "The URL of the custom link." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24042 }, "name": "link", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#override_label Dashboard#override_label}", "stability": "stable", "summary": "The label ID that refers to a context menu link item." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24048 }, "name": "overrideLabel", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionCustomLink" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionCustomLinkList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionCustomLinkList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24236 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24228 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24243 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionCustomLinkOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionCustomLinkList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24236 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24236 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24236 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24229 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionCustomLink" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionCustomLinkList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionCustomLinkOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionCustomLinkOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24111 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24101 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24171 }, "name": "resetIsHidden" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24187 }, "name": "resetLabel" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24203 }, "name": "resetLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24219 }, "name": "resetOverrideLabel" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionCustomLinkOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24175 }, "name": "isHiddenInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24191 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24207 }, "name": "linkInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24223 }, "name": "overrideLabelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24165 }, "name": "isHidden", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24181 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24197 }, "name": "link", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24213 }, "name": "overrideLabel", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24115 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionCustomLink" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionCustomLinkOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11170 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11163 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11328 }, "name": "putCustomLink", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionCustomLink" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11344 }, "name": "putRequest", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequest" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11360 }, "name": "putXaxis", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionXaxis" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11376 }, "name": "putYaxis", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionYaxis" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11251 }, "name": "resetColorByGroups" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11331 }, "name": "resetCustomLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11267 }, "name": "resetLiveSpan" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11347 }, "name": "resetRequest" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11283 }, "name": "resetTitle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11299 }, "name": "resetTitleAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11315 }, "name": "resetTitleSize" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11363 }, "name": "resetXaxis" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11379 }, "name": "resetYaxis" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11325 }, "name": "customLink", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionCustomLinkList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11341 }, "name": "request", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11357 }, "name": "xaxis", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionXaxisOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11373 }, "name": "yaxis", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionYaxisOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11255 }, "name": "colorByGroupsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11335 }, "name": "customLinkInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11271 }, "name": "liveSpanInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11351 }, "name": "requestInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequest" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11303 }, "name": "titleAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11287 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11319 }, "name": "titleSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11367 }, "name": "xaxisInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionXaxis" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11383 }, "name": "yaxisInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionYaxis" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11245 }, "name": "colorByGroups", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11261 }, "name": "liveSpan", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11277 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11293 }, "name": "titleAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11309 }, "name": "titleSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11174 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinition" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequest": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequest", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10413 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequest", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#scatterplot_table Dashboard#scatterplot_table}", "stability": "stable", "summary": "scatterplot_table block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10419 }, "name": "scatterplotTable", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTable" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#x Dashboard#x}", "stability": "stable", "summary": "x block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10425 }, "name": "x", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestX" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#y Dashboard#y}", "stability": "stable", "summary": "y block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10431 }, "name": "y", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestY" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequest" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10484 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10477 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10526 }, "name": "putScatterplotTable", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTable" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10542 }, "name": "putX", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestX" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10558 }, "name": "putY", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestY" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10529 }, "name": "resetScatterplotTable" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10545 }, "name": "resetX" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10561 }, "name": "resetY" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10523 }, "name": "scatterplotTable", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10539 }, "name": "x", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10555 }, "name": "y", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10533 }, "name": "scatterplotTableInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTable" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10549 }, "name": "xInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestX" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10565 }, "name": "yInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestY" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10488 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequest" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTable": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTable", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2036 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTable", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#formula Dashboard#formula}", "stability": "stable", "summary": "formula block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2042 }, "name": "formula", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableFormula" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2048 }, "name": "query", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuery" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTable" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableFormula": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableFormula", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24247 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableFormula", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#dimension Dashboard#dimension}", "stability": "stable", "summary": "Dimension of the Scatterplot. Valid values are `x`, `y`, `radius`, `color`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24259 }, "name": "dimension", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#formula_expression Dashboard#formula_expression}", "stability": "stable", "summary": "A string expression built from queries, formulas, and functions." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24265 }, "name": "formulaExpression", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#alias Dashboard#alias}", "stability": "stable", "summary": "An expression alias." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24253 }, "name": "alias", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableFormula" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableFormulaList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableFormulaList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24418 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24410 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24425 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableFormulaOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableFormulaList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24418 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24418 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24418 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24411 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableFormula" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableFormulaList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableFormulaOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableFormulaOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24321 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24311 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24375 }, "name": "resetAlias" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableFormulaOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24379 }, "name": "aliasInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24392 }, "name": "dimensionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24405 }, "name": "formulaExpressionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24369 }, "name": "alias", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24385 }, "name": "dimension", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24398 }, "name": "formulaExpression", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24325 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableFormula" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableFormulaOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2178 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2170 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2185 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2178 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2178 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2178 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2171 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTable" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2097 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2087 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2142 }, "name": "putFormula", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableFormula" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2158 }, "name": "putQuery", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuery" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2145 }, "name": "resetFormula" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2161 }, "name": "resetQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2139 }, "name": "formula", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableFormulaList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2155 }, "name": "query", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2149 }, "name": "formulaInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableFormula" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2165 }, "name": "queryInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuery" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2101 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTable" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1708 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_dependency_stats_query Dashboard#apm_dependency_stats_query}", "stability": "stable", "summary": "apm_dependency_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1714 }, "name": "apmDependencyStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_resource_stats_query Dashboard#apm_resource_stats_query}", "stability": "stable", "summary": "apm_resource_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1720 }, "name": "apmResourceStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cloud_cost_query Dashboard#cloud_cost_query}", "stability": "stable", "summary": "cloud_cost_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1726 }, "name": "cloudCostQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#event_query Dashboard#event_query}", "stability": "stable", "summary": "event_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1732 }, "name": "eventQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric_query Dashboard#metric_query}", "stability": "stable", "summary": "metric_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1738 }, "name": "metricQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryMetricQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#process_query Dashboard#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1744 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_query Dashboard#slo_query}", "stability": "stable", "summary": "slo_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1750 }, "name": "sloQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuerySloQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24429 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24441 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#env Dashboard#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24447 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24459 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#operation_name Dashboard#operation_name}", "stability": "stable", "summary": "Name of operation on service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24465 }, "name": "operationName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#resource_name Dashboard#resource_name}", "stability": "stable", "summary": "APM resource." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24483 }, "name": "resourceName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#service Dashboard#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24489 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#stat Dashboard#stat}", "stability": "stable", "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24495 }, "name": "stat", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24435 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_upstream Dashboard#is_upstream}", "stability": "stable", "summary": "Determines whether stats for upstream or downstream dependencies should be queried." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24453 }, "name": "isUpstream", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}", "stability": "stable", "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24471 }, "name": "primaryTagName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}", "stability": "stable", "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24477 }, "name": "primaryTagValue", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24604 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24597 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24697 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24739 }, "name": "resetIsUpstream" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24781 }, "name": "resetPrimaryTagName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24797 }, "name": "resetPrimaryTagValue" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24701 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24714 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24727 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24743 }, "name": "isUpstreamInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24756 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24769 }, "name": "operationNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24785 }, "name": "primaryTagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24801 }, "name": "primaryTagValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24814 }, "name": "resourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24827 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24840 }, "name": "statInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24691 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24707 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24720 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24733 }, "name": "isUpstream", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24749 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24762 }, "name": "operationName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24775 }, "name": "primaryTagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24791 }, "name": "primaryTagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24807 }, "name": "resourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24820 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24833 }, "name": "stat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24608 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24844 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24856 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#env Dashboard#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24862 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24874 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#service Dashboard#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24904 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#stat Dashboard#stat}", "stability": "stable", "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24910 }, "name": "stat", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24850 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "Array of fields to group results by." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24868 }, "name": "groupBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#operation_name Dashboard#operation_name}", "stability": "stable", "summary": "Name of operation on service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24880 }, "name": "operationName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}", "stability": "stable", "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24886 }, "name": "primaryTagName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}", "stability": "stable", "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24892 }, "name": "primaryTagValue", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#resource_name Dashboard#resource_name}", "stability": "stable", "summary": "APM resource." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 24898 }, "name": "resourceName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 25019 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 25012 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 25112 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 25154 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 25183 }, "name": "resetOperationName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 25199 }, "name": "resetPrimaryTagName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 25215 }, "name": "resetPrimaryTagValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 25231 }, "name": "resetResourceName" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 25116 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 25129 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 25142 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 25158 }, "name": "groupByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 25171 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 25187 }, "name": "operationNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 25203 }, "name": "primaryTagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 25219 }, "name": "primaryTagValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 25235 }, "name": "resourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 25248 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 25261 }, "name": "statInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 25106 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 25122 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 25135 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 25148 }, "name": "groupBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 25164 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 25177 }, "name": "operationName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 25193 }, "name": "primaryTagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 25209 }, "name": "primaryTagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 25225 }, "name": "resourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 25241 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 25254 }, "name": "stat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 25023 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 25265 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 25283 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 25289 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The cloud cost query definition." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 25295 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 25271 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 25277 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryCloudCostQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryCloudCostQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 25362 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 25355 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 25419 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 25435 }, "name": "resetCrossOrgUuids" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryCloudCostQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 25423 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 25439 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 25452 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 25465 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 25478 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 25413 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 25429 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 25445 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 25458 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 25471 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 25366 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryCloudCostQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 452 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute Dashboard#compute}", "stability": "stable", "summary": "compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 488 }, "name": "compute", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for event platform-based queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 464 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 476 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 458 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 494 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#indexes Dashboard#indexes}", "stability": "stable", "summary": "An array of index names to query in the stream." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 470 }, "name": "indexes", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search Dashboard#search}", "stability": "stable", "summary": "search block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 500 }, "name": "search", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#storage Dashboard#storage}", "stability": "stable", "summary": "Storage location (private beta)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 482 }, "name": "storage", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 25482 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation methods for event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 25488 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "A time interval in milliseconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 25494 }, "name": "interval", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The measurable attribute to compute." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 25500 }, "name": "metric", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 25656 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 25648 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 25663 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 25656 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 25656 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 25656 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 25649 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 25556 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 25546 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 25623 }, "name": "resetInterval" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 25639 }, "name": "resetMetric" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 25611 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 25627 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 25643 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 25604 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 25617 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 25633 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2000.ts", "line": 25560 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 184 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The event facet." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 190 }, "name": "facet", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The number of groups to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 196 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort Dashboard#sort}", "stability": "stable", "summary": "sort block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 202 }, "name": "sort", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 358 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 350 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 365 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 358 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 358 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 358 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 351 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 258 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 248 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 338 }, "name": "putSort", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 325 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 341 }, "name": "resetSort" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 335 }, "name": "sort", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 313 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 329 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 345 }, "name": "sortInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 306 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 319 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 262 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 31 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation methods for the event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 37 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The metric used for sorting group by results." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 43 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Direction of sort. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 49 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 102 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 95 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 160 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 176 }, "name": "resetOrder" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 148 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 164 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 180 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 141 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 154 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 170 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 106 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 588 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 581 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 734 }, "name": "putCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 747 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 763 }, "name": "putSearch", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 663 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 750 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 692 }, "name": "resetIndexes" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 766 }, "name": "resetSearch" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 721 }, "name": "resetStorage" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 731 }, "name": "compute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 744 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 760 }, "name": "search", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 738 }, "name": "computeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 667 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 680 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 754 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 696 }, "name": "indexesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 709 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 770 }, "name": "searchInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 725 }, "name": "storageInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 657 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 673 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 686 }, "name": "indexes", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 702 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 715 }, "name": "storage", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 592 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 369 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The events search string." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 375 }, "name": "query", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 414 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 407 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 448 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 441 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 418 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2025 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2017 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2032 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2025 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2025 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2025 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2018 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuery" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryMetricQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryMetricQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 774 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryMetricQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 798 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The metrics query definition." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 804 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 780 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 786 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for metrics queries. Defaults to `\"metrics\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 792 }, "name": "dataSource", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryMetricQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryMetricQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryMetricQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 871 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 864 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 928 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 944 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 960 }, "name": "resetDataSource" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryMetricQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 932 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 948 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 964 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 977 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 990 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 922 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 938 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 954 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 970 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 983 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 875 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryMetricQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryMetricQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.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/index-structs/structs2400.ts", "line": 1824 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1909 }, "name": "putApmDependencyStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1925 }, "name": "putApmResourceStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1941 }, "name": "putCloudCostQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1957 }, "name": "putEventQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1973 }, "name": "putMetricQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryMetricQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1989 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2005 }, "name": "putSloQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuerySloQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1912 }, "name": "resetApmDependencyStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1928 }, "name": "resetApmResourceStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1944 }, "name": "resetCloudCostQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1960 }, "name": "resetEventQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1976 }, "name": "resetMetricQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1992 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2008 }, "name": "resetSloQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1906 }, "name": "apmDependencyStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1922 }, "name": "apmResourceStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1938 }, "name": "cloudCostQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryCloudCostQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1954 }, "name": "eventQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1970 }, "name": "metricQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryMetricQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1986 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2002 }, "name": "sloQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuerySloQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1916 }, "name": "apmDependencyStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1932 }, "name": "apmResourceStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1948 }, "name": "cloudCostQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1964 }, "name": "eventQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1980 }, "name": "metricQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryMetricQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1996 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2012 }, "name": "sloQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuerySloQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1838 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuery" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 994 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryProcessQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for process queries. Valid values are `process`, `container`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1012 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The process metric name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1030 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1036 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1000 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1006 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_normalized_cpu Dashboard#is_normalized_cpu}", "stability": "stable", "summary": "Whether to normalize the CPU percentages." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1018 }, "name": "isNormalizedCpu", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The number of hits to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1024 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort Dashboard#sort}", "stability": "stable", "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1042 }, "name": "sort", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#tag_filters Dashboard#tag_filters}", "stability": "stable", "summary": "An array of tags to filter by." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1048 }, "name": "tagFilters", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#text_filter Dashboard#text_filter}", "stability": "stable", "summary": "The text to use as a filter." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1054 }, "name": "textFilter", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryProcessQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1156 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1149 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1243 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1259 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1288 }, "name": "resetIsNormalizedCpu" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1304 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1346 }, "name": "resetSort" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1362 }, "name": "resetTagFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1378 }, "name": "resetTextFilter" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryProcessQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1247 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1263 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1276 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1292 }, "name": "isNormalizedCpuInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1308 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1321 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1334 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1350 }, "name": "sortInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1366 }, "name": "tagFiltersInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1382 }, "name": "textFilterInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1237 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1253 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1269 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1282 }, "name": "isNormalizedCpu", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1298 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1314 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1327 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1340 }, "name": "sort", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1356 }, "name": "tagFilters", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1372 }, "name": "textFilter", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1160 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryProcessQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryProcessQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuerySloQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuerySloQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1386 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuerySloQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for SLO queries. Valid values are `slo`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1404 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#measure Dashboard#measure}", "stability": "stable", "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1416 }, "name": "measure", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_id Dashboard#slo_id}", "stability": "stable", "summary": "ID of an SLO to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1428 }, "name": "sloId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#additional_query_filters Dashboard#additional_query_filters}", "stability": "stable", "summary": "Additional filters applied to the SLO query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1392 }, "name": "additionalQueryFilters", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1398 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_mode Dashboard#group_mode}", "stability": "stable", "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1410 }, "name": "groupMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1422 }, "name": "name", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_query_type Dashboard#slo_query_type}", "stability": "stable", "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1434 }, "name": "sloQueryType", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuerySloQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuerySloQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuerySloQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1522 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1515 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1597 }, "name": "resetAdditionalQueryFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1613 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1642 }, "name": "resetGroupMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1671 }, "name": "resetName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1700 }, "name": "resetSloQueryType" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuerySloQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1601 }, "name": "additionalQueryFiltersInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1617 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1630 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1646 }, "name": "groupModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1659 }, "name": "measureInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1675 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1688 }, "name": "sloIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1704 }, "name": "sloQueryTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1591 }, "name": "additionalQueryFilters", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1607 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1623 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1636 }, "name": "groupMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1652 }, "name": "measure", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1665 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1681 }, "name": "sloId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1694 }, "name": "sloQueryType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 1526 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuerySloQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuerySloQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestX": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestX", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5973 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestX", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "Aggregator used for the request. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5979 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_query Dashboard#apm_query}", "stability": "stable", "summary": "apm_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5991 }, "name": "apmQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#log_query Dashboard#log_query}", "stability": "stable", "summary": "log_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5997 }, "name": "logQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#process_query Dashboard#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6003 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#q Dashboard#q}", "stability": "stable", "summary": "The metric query to use for this widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5985 }, "name": "q", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#rum_query Dashboard#rum_query}", "stability": "stable", "summary": "rum_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6009 }, "name": "rumQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#security_query Dashboard#security_query}", "stability": "stable", "summary": "security_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6015 }, "name": "securityQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestX" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2865 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2871 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2883 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2889 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2895 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2877 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2189 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2195 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2201 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2207 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2260 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2253 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2318 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2334 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2306 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2322 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2338 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2299 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2312 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2328 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2264 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2492 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2498 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2504 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2510 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2669 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2661 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2676 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2669 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2669 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2669 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2662 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2566 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2556 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2649 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2620 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2636 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2652 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2646 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2624 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2640 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2656 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2614 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2630 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2570 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2342 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2348 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2360 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2354 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2413 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2406 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2471 }, "name": "resetFacet" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2459 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2475 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2488 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2452 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2465 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2481 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2417 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2680 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2686 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2692 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2698 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2854 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2846 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2861 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2854 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2854 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2854 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2847 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2754 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2744 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2821 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2837 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2809 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2825 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2841 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2802 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2815 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2831 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2758 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2962 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2955 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3045 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3061 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3077 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3048 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3064 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3080 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3032 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3042 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3058 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3074 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3052 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3068 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3020 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3084 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3036 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3013 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3026 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 2966 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6290 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6282 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6297 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6290 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6290 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6290 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6283 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestX" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3764 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3770 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3782 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3788 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3794 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3776 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3088 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3094 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3100 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3106 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3159 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3152 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3217 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3233 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3205 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3221 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3237 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3198 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3211 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3227 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3163 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3391 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3397 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3403 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3409 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3568 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3560 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3575 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3568 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3568 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3568 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3561 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3465 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3455 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3548 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3519 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3535 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3551 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3545 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3523 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3539 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3555 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3513 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3529 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3469 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3241 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3247 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3259 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3253 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3312 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3305 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3370 }, "name": "resetFacet" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3358 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3374 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3387 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3351 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3364 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3380 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3316 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3579 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3585 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3591 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3597 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3753 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3745 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3760 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3753 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3753 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3753 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3746 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3653 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3643 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3720 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3736 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3708 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3724 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3740 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3701 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3714 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3730 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3657 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3861 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3854 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3944 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3960 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3976 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3947 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3963 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3979 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3931 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3941 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3957 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3973 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3951 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3967 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3919 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3983 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3935 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3912 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3925 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3865 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6099 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6089 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6206 }, "name": "putApmQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6222 }, "name": "putLogQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6238 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6254 }, "name": "putRumQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6270 }, "name": "putSecurityQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6177 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6209 }, "name": "resetApmQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6225 }, "name": "resetLogQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6241 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6193 }, "name": "resetQ" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6257 }, "name": "resetRumQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6273 }, "name": "resetSecurityQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6203 }, "name": "apmQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6219 }, "name": "logQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6235 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6251 }, "name": "rumQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6267 }, "name": "securityQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6181 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6213 }, "name": "apmQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6229 }, "name": "logQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6245 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6197 }, "name": "qInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6261 }, "name": "rumQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6277 }, "name": "securityQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6171 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6187 }, "name": "q", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6103 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestX" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3987 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXProcessQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "Your chosen metric." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4005 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#filter_by Dashboard#filter_by}", "stability": "stable", "summary": "A list of processes." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3993 }, "name": "filterBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The max number of items in the filter list." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 3999 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_by Dashboard#search_by}", "stability": "stable", "summary": "Your chosen search term." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4011 }, "name": "searchBy", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXProcessQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4071 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4064 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4122 }, "name": "resetFilterBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4138 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4167 }, "name": "resetSearchBy" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXProcessQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4126 }, "name": "filterByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4142 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4155 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4171 }, "name": "searchByInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4116 }, "name": "filterBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4132 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4148 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4161 }, "name": "searchBy", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4075 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXProcessQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXProcessQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4851 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4857 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4869 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4875 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4881 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4863 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4175 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4181 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4187 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4193 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4246 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4239 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4304 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4320 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4292 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4308 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4324 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4285 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4298 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4314 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4250 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4478 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4484 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4490 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4496 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4655 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4647 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4662 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4655 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4655 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4655 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4648 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4552 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4542 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4635 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4606 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4622 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4638 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4632 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4610 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4626 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4642 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4600 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4616 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4556 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4328 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4334 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4346 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4340 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4399 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4392 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4457 }, "name": "resetFacet" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4445 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4461 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4474 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4438 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4451 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4467 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4403 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4666 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4672 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4678 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4684 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4840 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4832 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4847 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4840 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4840 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4840 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4833 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4740 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4730 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4807 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4823 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4795 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4811 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4827 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4788 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4801 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4817 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4744 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4948 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4941 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5031 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5047 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5063 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5034 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5050 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5066 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5018 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5028 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5044 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5060 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5038 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5054 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5006 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5070 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5022 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4999 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5012 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 4952 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5750 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5756 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5768 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5774 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5780 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5762 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5074 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5080 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5086 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5092 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5145 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5138 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5203 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5219 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5191 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5207 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5223 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5184 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5197 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5213 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5149 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5377 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5383 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5389 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5395 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5554 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5546 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5561 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5554 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5554 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5554 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5547 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5451 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5441 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5534 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5505 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5521 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5537 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5531 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5509 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5525 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5541 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5499 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5515 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5455 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5227 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5233 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5245 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5239 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5298 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5291 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5356 }, "name": "resetFacet" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5344 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5360 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5373 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5337 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5350 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5366 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5302 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5565 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5571 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5577 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5583 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-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/index-structs/structs2400.ts", "line": 5731 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-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.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-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/index-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/index-structs/structs2400.ts", "line": 5739 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5732 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5639 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5629 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5706 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5722 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5694 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5710 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5726 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5687 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5700 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5716 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5643 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5847 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5840 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5930 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5946 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5962 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5933 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5949 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5965 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5917 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5927 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5943 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5959 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5937 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5953 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5905 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5969 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5921 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5898 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5911 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 5851 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestY": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestY", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10085 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestY", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "Aggregator used for the request. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10091 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_query Dashboard#apm_query}", "stability": "stable", "summary": "apm_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10103 }, "name": "apmQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#log_query Dashboard#log_query}", "stability": "stable", "summary": "log_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10109 }, "name": "logQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#process_query Dashboard#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10115 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#q Dashboard#q}", "stability": "stable", "summary": "The metric query to use for this widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10097 }, "name": "q", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#rum_query Dashboard#rum_query}", "stability": "stable", "summary": "rum_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10121 }, "name": "rumQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#security_query Dashboard#security_query}", "stability": "stable", "summary": "security_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10127 }, "name": "securityQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestY" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6977 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6983 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6995 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7001 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7007 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6989 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6301 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6307 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6313 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6319 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.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" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6365 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6430 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6446 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6418 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6434 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6450 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6411 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6424 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6440 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6376 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6604 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6610 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6616 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6622 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6781 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6773 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6788 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6781 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6781 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6781 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6774 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6678 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6668 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6761 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6732 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6748 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6764 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6758 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6736 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6752 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6768 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6726 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6742 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6682 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6454 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6460 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6472 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6466 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6525 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6518 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6583 }, "name": "resetFacet" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6571 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6587 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6600 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6564 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6577 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6593 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6529 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6792 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6798 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6804 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6810 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6966 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6958 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6973 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6966 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6966 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6966 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6959 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6866 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6856 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6933 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6949 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6921 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6937 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6953 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6914 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6927 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6943 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 6870 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7074 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7067 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7157 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7173 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7189 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7160 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7176 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7192 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7144 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7154 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7170 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7186 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7164 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7180 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7132 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7196 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7148 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7125 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7138 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7078 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10402 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10394 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10409 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10402 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10402 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10402 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10395 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestY" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7876 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7882 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7894 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7900 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7906 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7888 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7200 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7206 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7212 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7218 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.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" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7264 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7329 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7345 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7317 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7333 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7349 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7310 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7323 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7339 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7275 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7503 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7509 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7515 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7521 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7680 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7672 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7687 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7680 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7680 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7680 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7673 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7577 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7567 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7660 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7631 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7647 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7663 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7657 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7635 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7651 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7667 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7625 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7641 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7581 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7353 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7359 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7371 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7365 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7424 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7417 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7482 }, "name": "resetFacet" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7470 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7486 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7499 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7463 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7476 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7492 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7428 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7691 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7697 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7703 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7709 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7865 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7857 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7872 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7865 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7865 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7865 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7858 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7765 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7755 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7832 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7848 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7820 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7836 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7852 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7813 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7826 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7842 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7769 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7973 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7966 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8056 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8072 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8088 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8059 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8075 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8091 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8043 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8053 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8069 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8085 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8063 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8079 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8031 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8095 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8047 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8024 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8037 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 7977 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10211 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10201 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10318 }, "name": "putApmQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10334 }, "name": "putLogQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10350 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10366 }, "name": "putRumQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10382 }, "name": "putSecurityQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10289 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10321 }, "name": "resetApmQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10337 }, "name": "resetLogQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10353 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10305 }, "name": "resetQ" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10369 }, "name": "resetRumQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10385 }, "name": "resetSecurityQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10315 }, "name": "apmQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10331 }, "name": "logQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10347 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10363 }, "name": "rumQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10379 }, "name": "securityQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10293 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10325 }, "name": "apmQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10341 }, "name": "logQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10357 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10309 }, "name": "qInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10373 }, "name": "rumQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10389 }, "name": "securityQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10283 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10299 }, "name": "q", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10215 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestY" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8099 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYProcessQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "Your chosen metric." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8117 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#filter_by Dashboard#filter_by}", "stability": "stable", "summary": "A list of processes." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8105 }, "name": "filterBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The max number of items in the filter list." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8111 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_by Dashboard#search_by}", "stability": "stable", "summary": "Your chosen search term." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8123 }, "name": "searchBy", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYProcessQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8183 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8176 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8234 }, "name": "resetFilterBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8250 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8279 }, "name": "resetSearchBy" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYProcessQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8238 }, "name": "filterByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8254 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8267 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8283 }, "name": "searchByInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8228 }, "name": "filterBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8244 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8260 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8273 }, "name": "searchBy", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8187 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYProcessQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYProcessQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8963 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8969 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8981 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8987 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8993 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8975 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8287 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8293 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8299 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8305 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8358 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8351 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8416 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8432 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8404 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8420 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8436 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8397 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8410 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8426 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8362 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8590 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8596 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8602 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8608 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8767 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8759 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8774 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8767 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8767 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8767 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8760 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8664 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8654 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8747 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8718 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8734 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8750 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8744 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8722 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8738 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8754 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8712 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8728 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8668 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8440 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8446 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8458 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8452 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8511 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8504 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8569 }, "name": "resetFacet" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8557 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8573 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8586 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8550 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8563 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8579 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8515 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8778 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8784 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8790 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8796 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.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" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8944 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8959 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8952 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8952 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8952 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8945 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8852 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8842 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8919 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8935 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8907 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8923 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8939 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8900 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8913 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8929 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 8856 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9060 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9053 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9143 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9159 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9175 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9146 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9162 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9178 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9130 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9140 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9156 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9172 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9150 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9166 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9118 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9182 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9134 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9111 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9124 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9064 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9862 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9868 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9880 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9886 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9892 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9874 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9186 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9192 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9198 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9204 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9257 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9250 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9315 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9331 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9303 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9319 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9335 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9296 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9309 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9325 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9261 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9489 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9495 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9501 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9507 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9666 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9658 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9673 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9666 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9666 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9666 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9659 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9563 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9553 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9646 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9617 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9633 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9649 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9643 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9621 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9637 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9653 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9611 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9627 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9567 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9339 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9345 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9357 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9351 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9410 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9403 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9468 }, "name": "resetFacet" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9456 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9472 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9485 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9449 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9462 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9478 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9414 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9677 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9683 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9689 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9695 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9851 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9843 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9858 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9851 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9851 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9851 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9844 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9751 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9741 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9818 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9834 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9806 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9822 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9838 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9799 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9812 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9828 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9755 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9959 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9952 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10042 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10058 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10074 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10045 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10061 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10077 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10029 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10039 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10055 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10071 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10049 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10065 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10017 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10081 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10033 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10010 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10023 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 9963 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionXaxis": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionXaxis", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10569 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionXaxis", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#include_zero Dashboard#include_zero}", "stability": "stable", "summary": "Always include zero or fit the axis to the data range." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10575 }, "name": "includeZero", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "The label of the axis to display on the graph." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10581 }, "name": "label", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#max Dashboard#max}", "stability": "stable", "summary": "Specify the maximum value to show on the Y-axis." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10587 }, "name": "max", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#min Dashboard#min}", "stability": "stable", "summary": "Specify the minimum value to show on the Y-axis." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10593 }, "name": "min", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#scale Dashboard#scale}", "stability": "stable", "summary": "Specify the scale type, options: `linear`, `log`, `pow`, `sqrt`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10599 }, "name": "scale", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionXaxis" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionXaxisOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionXaxisOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10666 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10659 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10723 }, "name": "resetIncludeZero" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10739 }, "name": "resetLabel" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10755 }, "name": "resetMax" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10771 }, "name": "resetMin" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10787 }, "name": "resetScale" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionXaxisOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10727 }, "name": "includeZeroInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10743 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10759 }, "name": "maxInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10775 }, "name": "minInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10791 }, "name": "scaleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10717 }, "name": "includeZero", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10733 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10749 }, "name": "max", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10765 }, "name": "min", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10781 }, "name": "scale", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10670 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionXaxis" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionXaxisOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionYaxis": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionYaxis", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10795 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionYaxis", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#include_zero Dashboard#include_zero}", "stability": "stable", "summary": "Always include zero or fit the axis to the data range." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10801 }, "name": "includeZero", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "The label of the axis to display on the graph." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10807 }, "name": "label", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#max Dashboard#max}", "stability": "stable", "summary": "Specify the maximum value to show on the Y-axis." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10813 }, "name": "max", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#min Dashboard#min}", "stability": "stable", "summary": "Specify the minimum value to show on the Y-axis." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10819 }, "name": "min", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#scale Dashboard#scale}", "stability": "stable", "summary": "Specify the scale type, options: `linear`, `log`, `pow`, `sqrt`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10825 }, "name": "scale", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionYaxis" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionYaxisOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionYaxisOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10892 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10885 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10949 }, "name": "resetIncludeZero" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10965 }, "name": "resetLabel" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10981 }, "name": "resetMax" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10997 }, "name": "resetMin" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11013 }, "name": "resetScale" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionYaxisOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10953 }, "name": "includeZeroInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10969 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10985 }, "name": "maxInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11001 }, "name": "minInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11017 }, "name": "scaleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10943 }, "name": "includeZero", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10959 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10975 }, "name": "max", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10991 }, "name": "min", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11007 }, "name": "scale", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 10896 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionYaxis" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionYaxisOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinition", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22702 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinition", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_link Dashboard#custom_link}", "stability": "stable", "summary": "custom_link block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22738 }, "name": "customLink", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#hide_total Dashboard#hide_total}", "stability": "stable", "summary": "Whether or not to show the total value in the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22708 }, "name": "hideTotal", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#legend_inline Dashboard#legend_inline}", "stability": "stable", "summary": "legend_inline block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22744 }, "name": "legendInline", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendInline" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#legend_table Dashboard#legend_table}", "stability": "stable", "summary": "legend_table block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22750 }, "name": "legendTable", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendTable" } }, { "abstract": true, "docs": { "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#live_span Dashboard#live_span}", "stability": "stable", "summary": "The timeframe to use when displaying the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22714 }, "name": "liveSpan", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#request Dashboard#request}", "stability": "stable", "summary": "request block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22756 }, "name": "request", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequest" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title Dashboard#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22720 }, "name": "title", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_align Dashboard#title_align}", "stability": "stable", "summary": "The alignment of the widget's title. One of `left`, `center`, or `right`. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22726 }, "name": "titleAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_size Dashboard#title_size}", "stability": "stable", "summary": "The size of the widget's title. Default is 16." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22732 }, "name": "titleSize", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinition" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionCustomLink": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionCustomLink", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11387 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionCustomLink", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_hidden Dashboard#is_hidden}", "stability": "stable", "summary": "The flag for toggling context menu link visibility." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11393 }, "name": "isHidden", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "The label for the custom link URL." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11399 }, "name": "label", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#link Dashboard#link}", "stability": "stable", "summary": "The URL of the custom link." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11405 }, "name": "link", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#override_label Dashboard#override_label}", "stability": "stable", "summary": "The label ID that refers to a context menu link item." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11411 }, "name": "overrideLabel", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionCustomLink" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionCustomLinkList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionCustomLinkList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11599 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11591 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11606 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionCustomLinkOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionCustomLinkList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11599 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11599 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11599 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11592 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionCustomLink" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionCustomLinkList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionCustomLinkOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionCustomLinkOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11474 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11464 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11534 }, "name": "resetIsHidden" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11550 }, "name": "resetLabel" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11566 }, "name": "resetLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11582 }, "name": "resetOverrideLabel" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionCustomLinkOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11538 }, "name": "isHiddenInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11554 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11570 }, "name": "linkInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11586 }, "name": "overrideLabelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11528 }, "name": "isHidden", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11544 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11560 }, "name": "link", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11576 }, "name": "overrideLabel", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11478 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionCustomLink" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionCustomLinkOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendInline": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendInline", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11610 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendInline", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#type Dashboard#type}", "stability": "stable", "summary": "The type of legend (inline or automatic). Valid values are `inline`, `automatic`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11628 }, "name": "type", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#hide_percent Dashboard#hide_percent}", "stability": "stable", "summary": "Whether to hide the percentages of the groups." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11616 }, "name": "hidePercent", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#hide_value Dashboard#hide_value}", "stability": "stable", "summary": "Whether to hide the values of the groups." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11622 }, "name": "hideValue", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendInline" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendInlineOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendInlineOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11681 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11674 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11726 }, "name": "resetHidePercent" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11742 }, "name": "resetHideValue" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendInlineOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11730 }, "name": "hidePercentInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11746 }, "name": "hideValueInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11759 }, "name": "typeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11720 }, "name": "hidePercent", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11736 }, "name": "hideValue", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11752 }, "name": "type", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11685 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendInline" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendInlineOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendTable": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendTable", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11763 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendTable", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#type Dashboard#type}", "stability": "stable", "summary": "The type of legend (table or none). Valid values are `table`, `none`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11769 }, "name": "type", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendTable" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendTableOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendTableOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11808 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11801 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendTableOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11842 }, "name": "typeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11835 }, "name": "type", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11812 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendTable" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendTableOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22851 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22844 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23009 }, "name": "putCustomLink", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionCustomLink" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23025 }, "name": "putLegendInline", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendInline" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23041 }, "name": "putLegendTable", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendTable" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23057 }, "name": "putRequest", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequest" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23012 }, "name": "resetCustomLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22932 }, "name": "resetHideTotal" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23028 }, "name": "resetLegendInline" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23044 }, "name": "resetLegendTable" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22948 }, "name": "resetLiveSpan" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23060 }, "name": "resetRequest" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22964 }, "name": "resetTitle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22980 }, "name": "resetTitleAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22996 }, "name": "resetTitleSize" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23006 }, "name": "customLink", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionCustomLinkList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23022 }, "name": "legendInline", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendInlineOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23038 }, "name": "legendTable", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendTableOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23054 }, "name": "request", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23016 }, "name": "customLinkInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22936 }, "name": "hideTotalInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23032 }, "name": "legendInlineInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendInline" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23048 }, "name": "legendTableInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendTable" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22952 }, "name": "liveSpanInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23064 }, "name": "requestInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequest" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22984 }, "name": "titleAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22968 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23000 }, "name": "titleSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22926 }, "name": "hideTotal", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22942 }, "name": "liveSpan", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22958 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22974 }, "name": "titleAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22990 }, "name": "titleSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22855 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinition" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequest": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequest", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22234 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequest", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_query Dashboard#apm_query}", "stability": "stable", "summary": "apm_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22246 }, "name": "apmQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#audit_query Dashboard#audit_query}", "stability": "stable", "summary": "audit_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22252 }, "name": "auditQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#formula Dashboard#formula}", "stability": "stable", "summary": "formula block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22258 }, "name": "formula", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormula" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#log_query Dashboard#log_query}", "stability": "stable", "summary": "log_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22264 }, "name": "logQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#network_query Dashboard#network_query}", "stability": "stable", "summary": "network_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22270 }, "name": "networkQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#process_query Dashboard#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22276 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#q Dashboard#q}", "stability": "stable", "summary": "The metric query to use for this widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22240 }, "name": "q", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22282 }, "name": "query", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuery" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#rum_query Dashboard#rum_query}", "stability": "stable", "summary": "rum_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22288 }, "name": "rumQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#security_query Dashboard#security_query}", "stability": "stable", "summary": "security_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22294 }, "name": "securityQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#style Dashboard#style}", "stability": "stable", "summary": "style block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22300 }, "name": "style", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestStyle" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequest" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12522 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12528 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12540 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12546 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12552 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12534 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11846 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11852 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11858 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11864 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11917 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11910 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11975 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11991 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11963 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11979 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11995 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11956 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11969 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11985 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11921 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12149 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12155 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12161 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12167 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12326 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12318 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12333 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12326 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12326 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12326 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12319 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12223 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12213 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12306 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12277 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12293 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12309 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12303 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12281 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12297 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12313 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12271 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12287 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12227 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 11999 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12005 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12017 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12011 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12070 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12063 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12128 }, "name": "resetFacet" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12116 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12132 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12145 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12109 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12122 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12138 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12074 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12337 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12343 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12349 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12355 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12511 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12503 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12518 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12511 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12511 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12511 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12504 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12411 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12401 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12478 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12494 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12466 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12482 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12498 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12459 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12472 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12488 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12415 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12619 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12612 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12702 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12718 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12734 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12705 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12721 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12737 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12689 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12699 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12715 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12731 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12709 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12725 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12677 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12741 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12693 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12670 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12683 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12623 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13421 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13427 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13439 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13445 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13451 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13433 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12745 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12751 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12757 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12763 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12816 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12809 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12874 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12890 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12862 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12878 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12894 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12855 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12868 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12884 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12820 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13048 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13054 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13060 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13066 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13225 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13217 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13232 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13225 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13225 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13225 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13218 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13122 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13112 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13205 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13176 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13192 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13208 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13202 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13180 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13196 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13212 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13170 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13186 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13126 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12898 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12904 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12916 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12910 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12969 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12962 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13027 }, "name": "resetFacet" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13015 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13031 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13044 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13008 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13021 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13037 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 12973 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13236 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13242 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13248 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13254 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-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": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13402 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13417 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13410 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13410 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13410 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13403 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13310 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13300 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13377 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13393 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13365 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13381 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13397 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13358 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13371 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13387 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13314 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.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/index-structs/structs2400.ts", "line": 13511 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13601 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13617 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13633 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13604 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13620 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13636 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13588 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13598 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13614 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13630 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13608 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13624 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13576 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13640 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13592 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13569 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13582 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13522 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormula": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormula", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 14796 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormula", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#formula_expression Dashboard#formula_expression}", "stability": "stable", "summary": "A string expression built from queries, formulas, and functions." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 14814 }, "name": "formulaExpression", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#alias Dashboard#alias}", "stability": "stable", "summary": "An expression alias." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 14802 }, "name": "alias", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cell_display_mode Dashboard#cell_display_mode}", "stability": "stable", "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 14808 }, "name": "cellDisplayMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#conditional_formats Dashboard#conditional_formats}", "stability": "stable", "summary": "conditional_formats block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 14820 }, "name": "conditionalFormats", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "limit block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 14826 }, "name": "limit", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaLimit" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#number_format Dashboard#number_format}", "stability": "stable", "summary": "number_format block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 14832 }, "name": "numberFormat", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormat" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#style Dashboard#style}", "stability": "stable", "summary": "style block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 14838 }, "name": "style", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaStyle" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormula" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaConditionalFormats": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaConditionalFormats", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13644 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaConditionalFormats", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#comparator Dashboard#comparator}", "stability": "stable", "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13650 }, "name": "comparator", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "The color palette to apply." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13686 }, "name": "palette", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#value Dashboard#value}", "stability": "stable", "summary": "A value for the comparator." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13698 }, "name": "value", "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}", "stability": "stable", "summary": "The color palette to apply to the background, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13656 }, "name": "customBgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}", "stability": "stable", "summary": "The color palette to apply to the foreground, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13662 }, "name": "customFgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#hide_value Dashboard#hide_value}", "stability": "stable", "summary": "Setting this to True hides values." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13668 }, "name": "hideValue", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#image_url Dashboard#image_url}", "stability": "stable", "summary": "Displays an image as the background." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13674 }, "name": "imageUrl", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The metric from the request to correlate with this conditional format." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13680 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#timeframe Dashboard#timeframe}", "stability": "stable", "summary": "Defines the displayed timeframe." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13692 }, "name": "timeframe", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaConditionalFormats" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaConditionalFormatsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaConditionalFormatsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 14022 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 14014 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 14029 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaConditionalFormatsOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaConditionalFormatsList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 14022 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 14022 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 14022 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 14015 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaConditionalFormatsList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaConditionalFormatsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaConditionalFormatsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13796 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13786 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13899 }, "name": "resetCustomBgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13915 }, "name": "resetCustomFgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13931 }, "name": "resetHideValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13947 }, "name": "resetImageUrl" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13963 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13992 }, "name": "resetTimeframe" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaConditionalFormatsOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13887 }, "name": "comparatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13903 }, "name": "customBgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13919 }, "name": "customFgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13935 }, "name": "hideValueInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13951 }, "name": "imageUrlInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13967 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13980 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13996 }, "name": "timeframeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 14009 }, "name": "valueInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13880 }, "name": "comparator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13893 }, "name": "customBgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13909 }, "name": "customFgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13925 }, "name": "hideValue", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13941 }, "name": "imageUrl", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13957 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13973 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13986 }, "name": "timeframe", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 14002 }, "name": "value", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 13800 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaConditionalFormats" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaConditionalFormatsOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaLimit": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaLimit", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 14033 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaLimit", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#count Dashboard#count}", "stability": "stable", "summary": "The number of results to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 14039 }, "name": "count", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 14045 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaLimit" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaLimitOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaLimitOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 14091 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 14084 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 14130 }, "name": "resetCount" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 14146 }, "name": "resetOrder" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaLimitOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 14134 }, "name": "countInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 14150 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 14124 }, "name": "count", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 14140 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 14095 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaLimit" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaLimitOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15110 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15102 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15117 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15110 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15110 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15110 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15103 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormula" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormat": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormat", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 14557 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormat", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit Dashboard#unit}", "stability": "stable", "summary": "unit block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 14563 }, "name": "unit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnit" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_scale Dashboard#unit_scale}", "stability": "stable", "summary": "unit_scale block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 14569 }, "name": "unitScale", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitScale" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormat" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 14615 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 14608 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 14651 }, "name": "putUnit", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnit" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 14664 }, "name": "putUnitScale", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitScale" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 14667 }, "name": "resetUnitScale" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 14648 }, "name": "unit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 14661 }, "name": "unitScale", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitScaleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 14655 }, "name": "unitInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnit" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 14671 }, "name": "unitScaleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitScale" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 14619 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormat" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnit": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnit", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 14355 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnit", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#canonical Dashboard#canonical}", "stability": "stable", "summary": "canonical block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 14361 }, "name": "canonical", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCanonical" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom Dashboard#custom}", "stability": "stable", "summary": "custom block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 14367 }, "name": "custom", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCustom" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnit" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCanonical": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCanonical", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 14154 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCanonical", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_name Dashboard#unit_name}", "stability": "stable", "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 14166 }, "name": "unitName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#per_unit_name Dashboard#per_unit_name}", "stability": "stable", "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 14160 }, "name": "perUnitName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCanonical" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 14212 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 14205 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 14251 }, "name": "resetPerUnitName" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 14255 }, "name": "perUnitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 14268 }, "name": "unitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 14245 }, "name": "perUnitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 14261 }, "name": "unitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 14216 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCanonical" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCustom": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCustom", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 14272 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCustom", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "Unit label." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 14278 }, "name": "label", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCustom" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCustomOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.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" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 14310 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCustomOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 14351 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 14344 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 14321 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCustom" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCustomOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 14413 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 14406 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 14449 }, "name": "putCanonical", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCanonical" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 14465 }, "name": "putCustom", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCustom" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 14452 }, "name": "resetCanonical" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 14468 }, "name": "resetCustom" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 14446 }, "name": "canonical", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 14462 }, "name": "custom", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCustomOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 14456 }, "name": "canonicalInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCanonical" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 14472 }, "name": "customInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCustom" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 14417 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnit" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitScale": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitScale", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 14476 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitScale", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_name Dashboard#unit_name}." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 14480 }, "name": "unitName", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitScale" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitScaleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 14519 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 14512 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitScaleOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 14553 }, "name": "unitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 14546 }, "name": "unitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 14523 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitScale" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitScaleOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.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/index-structs/structs2400.ts", "line": 14912 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15042 }, "name": "putConditionalFormats", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15058 }, "name": "putLimit", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaLimit" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15074 }, "name": "putNumberFormat", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormat" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15090 }, "name": "putStyle", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaStyle" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15000 }, "name": "resetAlias" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15016 }, "name": "resetCellDisplayMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15045 }, "name": "resetConditionalFormats" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15061 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15077 }, "name": "resetNumberFormat" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15093 }, "name": "resetStyle" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15039 }, "name": "conditionalFormats", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaConditionalFormatsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15055 }, "name": "limit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaLimitOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15071 }, "name": "numberFormat", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15087 }, "name": "style", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaStyleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15004 }, "name": "aliasInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15020 }, "name": "cellDisplayModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15049 }, "name": "conditionalFormatsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15033 }, "name": "formulaExpressionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15065 }, "name": "limitInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaLimit" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15081 }, "name": "numberFormatInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormat" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15097 }, "name": "styleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaStyle" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 14994 }, "name": "alias", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15010 }, "name": "cellDisplayMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15026 }, "name": "formulaExpression", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 14926 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormula" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaStyle": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaStyle", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 14675 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaStyle", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "The color palette used to display the formula." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 14681 }, "name": "palette", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette_index Dashboard#palette_index}", "stability": "stable", "summary": "Index specifying which color to use within the palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 14687 }, "name": "paletteIndex", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaStyle" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaStyleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaStyleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 14733 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 14726 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 14772 }, "name": "resetPalette" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 14788 }, "name": "resetPaletteIndex" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaStyleOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 14792 }, "name": "paletteIndexInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 14776 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 14766 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 14782 }, "name": "paletteIndex", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 14737 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaStyle" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaStyleOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22691 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22683 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22698 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22691 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22691 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22691 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22684 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequest" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15797 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15803 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15815 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15821 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15827 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15809 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15121 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15127 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15133 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15139 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.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/index-structs/structs2400.ts", "line": 15185 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15250 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15266 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15238 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15254 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15270 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15231 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15244 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15260 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15196 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15424 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15430 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15436 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15442 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15601 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15593 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15608 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15601 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15601 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15601 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15594 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15498 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15488 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15581 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15552 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15568 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15584 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15578 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15556 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15572 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15588 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15546 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15562 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15502 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15274 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15280 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15292 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15286 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15345 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15338 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15403 }, "name": "resetFacet" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15391 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15407 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15420 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15384 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15397 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15413 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15349 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15612 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15618 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15624 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15630 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15786 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15778 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15793 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15786 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15786 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15786 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15779 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15686 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15676 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15753 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15769 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15741 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15757 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15773 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15734 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15747 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15763 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15690 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.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/index-structs/structs2400.ts", "line": 15887 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15977 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15993 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16009 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15980 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15996 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16012 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15964 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15974 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15990 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16006 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15984 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16000 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15952 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16016 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15968 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15945 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15958 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 15898 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16696 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16702 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16714 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16720 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16726 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16708 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16020 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16026 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16032 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16038 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16091 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16084 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16149 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16165 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16137 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16153 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16169 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16130 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16143 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16159 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16095 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16323 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16329 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16335 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16341 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16500 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16492 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16507 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16500 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16500 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16500 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16493 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16397 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16387 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16480 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16451 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16467 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16483 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16477 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16455 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16471 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16487 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16445 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16461 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16401 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16173 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16179 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16191 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16185 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16244 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16237 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16302 }, "name": "resetFacet" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16290 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16306 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16319 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16283 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16296 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16312 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16248 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16511 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16517 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16523 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16529 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16685 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16677 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16692 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16685 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16685 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16685 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16678 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16585 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16575 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16652 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16668 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16640 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16656 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16672 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16633 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16646 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16662 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16589 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16793 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16786 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16876 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16892 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16908 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16879 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16895 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16911 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16863 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16873 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16889 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16905 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16883 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16899 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16851 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16915 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16867 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16844 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16857 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16797 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22412 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22402 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22527 }, "name": "putApmQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22543 }, "name": "putAuditQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22559 }, "name": "putFormula", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormula" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22575 }, "name": "putLogQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22591 }, "name": "putNetworkQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22607 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22623 }, "name": "putQuery", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuery" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22639 }, "name": "putRumQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22655 }, "name": "putSecurityQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22671 }, "name": "putStyle", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestStyle" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22530 }, "name": "resetApmQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22546 }, "name": "resetAuditQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22562 }, "name": "resetFormula" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22578 }, "name": "resetLogQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22594 }, "name": "resetNetworkQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22610 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22514 }, "name": "resetQ" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22626 }, "name": "resetQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22642 }, "name": "resetRumQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22658 }, "name": "resetSecurityQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22674 }, "name": "resetStyle" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22524 }, "name": "apmQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22540 }, "name": "auditQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22556 }, "name": "formula", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22572 }, "name": "logQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22588 }, "name": "networkQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22604 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22620 }, "name": "query", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22636 }, "name": "rumQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22652 }, "name": "securityQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22668 }, "name": "style", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestStyleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22534 }, "name": "apmQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22550 }, "name": "auditQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22566 }, "name": "formulaInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormula" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22582 }, "name": "logQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22598 }, "name": "networkQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22614 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22518 }, "name": "qInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22630 }, "name": "queryInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuery" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22646 }, "name": "rumQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22662 }, "name": "securityQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22678 }, "name": "styleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestStyle" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22508 }, "name": "q", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22416 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequest" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16919 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestProcessQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "Your chosen metric." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16937 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#filter_by Dashboard#filter_by}", "stability": "stable", "summary": "A list of processes." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16925 }, "name": "filterBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The max number of items in the filter list." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16931 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_by Dashboard#search_by}", "stability": "stable", "summary": "Your chosen search term." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16943 }, "name": "searchBy", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestProcessQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17003 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 16996 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17054 }, "name": "resetFilterBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17070 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17099 }, "name": "resetSearchBy" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestProcessQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17058 }, "name": "filterByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17074 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17087 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17103 }, "name": "searchByInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17048 }, "name": "filterBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17064 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17080 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17093 }, "name": "searchBy", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17007 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestProcessQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestProcessQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20022 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_dependency_stats_query Dashboard#apm_dependency_stats_query}", "stability": "stable", "summary": "apm_dependency_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20028 }, "name": "apmDependencyStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmDependencyStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_resource_stats_query Dashboard#apm_resource_stats_query}", "stability": "stable", "summary": "apm_resource_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20034 }, "name": "apmResourceStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmResourceStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cloud_cost_query Dashboard#cloud_cost_query}", "stability": "stable", "summary": "cloud_cost_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20040 }, "name": "cloudCostQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryCloudCostQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#event_query Dashboard#event_query}", "stability": "stable", "summary": "event_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20046 }, "name": "eventQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric_query Dashboard#metric_query}", "stability": "stable", "summary": "metric_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20052 }, "name": "metricQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryMetricQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#process_query Dashboard#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20058 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_query Dashboard#slo_query}", "stability": "stable", "summary": "slo_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20064 }, "name": "sloQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuerySloQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmDependencyStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmDependencyStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17107 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmDependencyStatsQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17119 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#env Dashboard#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17125 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17137 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#operation_name Dashboard#operation_name}", "stability": "stable", "summary": "Name of operation on service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17143 }, "name": "operationName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#resource_name Dashboard#resource_name}", "stability": "stable", "summary": "APM resource." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17161 }, "name": "resourceName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#service Dashboard#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17167 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#stat Dashboard#stat}", "stability": "stable", "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17173 }, "name": "stat", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17113 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_upstream Dashboard#is_upstream}", "stability": "stable", "summary": "Determines whether stats for upstream or downstream dependencies should be queried." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17131 }, "name": "isUpstream", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}", "stability": "stable", "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17149 }, "name": "primaryTagName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}", "stability": "stable", "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17155 }, "name": "primaryTagValue", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmDependencyStatsQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmDependencyStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmDependencyStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17282 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17275 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17375 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17417 }, "name": "resetIsUpstream" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17459 }, "name": "resetPrimaryTagName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17475 }, "name": "resetPrimaryTagValue" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmDependencyStatsQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17379 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17392 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17405 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17421 }, "name": "isUpstreamInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17434 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17447 }, "name": "operationNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17463 }, "name": "primaryTagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17479 }, "name": "primaryTagValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17492 }, "name": "resourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17505 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17518 }, "name": "statInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17369 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17385 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17398 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17411 }, "name": "isUpstream", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17427 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17440 }, "name": "operationName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17453 }, "name": "primaryTagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17469 }, "name": "primaryTagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17485 }, "name": "resourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17498 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17511 }, "name": "stat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17286 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmDependencyStatsQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmDependencyStatsQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmResourceStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmResourceStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17522 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmResourceStatsQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17534 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#env Dashboard#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17540 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17552 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#service Dashboard#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17582 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#stat Dashboard#stat}", "stability": "stable", "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17588 }, "name": "stat", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17528 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "Array of fields to group results by." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17546 }, "name": "groupBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#operation_name Dashboard#operation_name}", "stability": "stable", "summary": "Name of operation on service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17558 }, "name": "operationName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}", "stability": "stable", "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17564 }, "name": "primaryTagName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}", "stability": "stable", "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17570 }, "name": "primaryTagValue", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#resource_name Dashboard#resource_name}", "stability": "stable", "summary": "APM resource." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17576 }, "name": "resourceName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmResourceStatsQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmResourceStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmResourceStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17697 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17690 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17790 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17832 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17861 }, "name": "resetOperationName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17877 }, "name": "resetPrimaryTagName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17893 }, "name": "resetPrimaryTagValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17909 }, "name": "resetResourceName" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmResourceStatsQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17794 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17807 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17820 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17836 }, "name": "groupByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17849 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17865 }, "name": "operationNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17881 }, "name": "primaryTagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17897 }, "name": "primaryTagValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17913 }, "name": "resourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17926 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17939 }, "name": "statInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17784 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17800 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17813 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17826 }, "name": "groupBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17842 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17855 }, "name": "operationName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17871 }, "name": "primaryTagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17887 }, "name": "primaryTagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17903 }, "name": "resourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17919 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17932 }, "name": "stat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17701 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmResourceStatsQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmResourceStatsQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryCloudCostQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryCloudCostQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17943 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryCloudCostQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17961 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17967 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The cloud cost query definition." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17973 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17949 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 17955 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryCloudCostQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryCloudCostQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryCloudCostQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18040 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18033 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18097 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18113 }, "name": "resetCrossOrgUuids" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryCloudCostQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18101 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18117 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18130 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18143 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18156 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18091 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18107 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18123 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18136 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18149 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18044 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryCloudCostQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryCloudCostQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18766 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute Dashboard#compute}", "stability": "stable", "summary": "compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18802 }, "name": "compute", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for event platform-based queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18778 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18790 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18772 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18808 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#indexes Dashboard#indexes}", "stability": "stable", "summary": "An array of index names to query in the stream." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18784 }, "name": "indexes", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search Dashboard#search}", "stability": "stable", "summary": "search block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18814 }, "name": "search", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuerySearch" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#storage Dashboard#storage}", "stability": "stable", "summary": "Storage location (private beta)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18796 }, "name": "storage", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18160 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation methods for event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18166 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "A time interval in milliseconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18172 }, "name": "interval", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The measurable attribute to compute." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18178 }, "name": "metric", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18334 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18326 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18341 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18334 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18334 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18334 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18327 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18234 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18224 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18301 }, "name": "resetInterval" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18317 }, "name": "resetMetric" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18289 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18305 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18321 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18282 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18295 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18311 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18238 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18498 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The event facet." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18504 }, "name": "facet", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The number of groups to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18510 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort Dashboard#sort}", "stability": "stable", "summary": "sort block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18516 }, "name": "sort", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBySort" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18672 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18664 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18679 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18672 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18672 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18672 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18665 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18572 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18562 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18652 }, "name": "putSort", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBySort" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18639 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18655 }, "name": "resetSort" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18649 }, "name": "sort", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBySortOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18627 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18643 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18659 }, "name": "sortInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBySort" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18620 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18633 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18576 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBySort": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBySort", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18345 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBySort", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation methods for the event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18351 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The metric used for sorting group by results." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18357 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Direction of sort. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18363 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBySort" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBySortOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBySortOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18416 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18409 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18474 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18490 }, "name": "resetOrder" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBySortOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18462 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18478 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18494 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18455 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18468 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18484 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18420 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBySort" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBySortOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18902 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18895 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19048 }, "name": "putCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19061 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19077 }, "name": "putSearch", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuerySearch" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18977 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19064 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19006 }, "name": "resetIndexes" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19080 }, "name": "resetSearch" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19035 }, "name": "resetStorage" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19045 }, "name": "compute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19058 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19074 }, "name": "search", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuerySearchOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19052 }, "name": "computeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18981 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18994 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19068 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19010 }, "name": "indexesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19023 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19084 }, "name": "searchInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuerySearch" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19039 }, "name": "storageInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18971 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18987 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19000 }, "name": "indexes", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19016 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19029 }, "name": "storage", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18906 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuerySearch": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuerySearch", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18683 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuerySearch", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The events search string." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18689 }, "name": "query", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuerySearch" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuerySearchOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuerySearchOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18728 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18721 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuerySearchOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18762 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18755 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 18732 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuerySearch" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuerySearchOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20339 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20331 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20346 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20339 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20339 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20339 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20332 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuery" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryMetricQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryMetricQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19088 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryMetricQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19112 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The metrics query definition." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19118 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19094 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19100 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for metrics queries. Defaults to `\"metrics\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19106 }, "name": "dataSource", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryMetricQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryMetricQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryMetricQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19185 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19178 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19242 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19258 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19274 }, "name": "resetDataSource" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryMetricQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19246 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19262 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19278 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19291 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19304 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19236 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19252 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19268 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19284 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19297 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19189 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryMetricQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryMetricQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20148 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20138 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20223 }, "name": "putApmDependencyStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmDependencyStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20239 }, "name": "putApmResourceStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmResourceStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20255 }, "name": "putCloudCostQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryCloudCostQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20271 }, "name": "putEventQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20287 }, "name": "putMetricQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryMetricQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20303 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20319 }, "name": "putSloQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuerySloQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20226 }, "name": "resetApmDependencyStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20242 }, "name": "resetApmResourceStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20258 }, "name": "resetCloudCostQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20274 }, "name": "resetEventQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20290 }, "name": "resetMetricQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20306 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20322 }, "name": "resetSloQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20220 }, "name": "apmDependencyStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmDependencyStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20236 }, "name": "apmResourceStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmResourceStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20252 }, "name": "cloudCostQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryCloudCostQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20268 }, "name": "eventQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20284 }, "name": "metricQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryMetricQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20300 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20316 }, "name": "sloQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuerySloQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20230 }, "name": "apmDependencyStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmDependencyStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20246 }, "name": "apmResourceStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmResourceStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20262 }, "name": "cloudCostQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryCloudCostQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20278 }, "name": "eventQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20294 }, "name": "metricQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryMetricQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20310 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20326 }, "name": "sloQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuerySloQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20152 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuery" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19308 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryProcessQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for process queries. Valid values are `process`, `container`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19326 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The process metric name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19344 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19350 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19314 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19320 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_normalized_cpu Dashboard#is_normalized_cpu}", "stability": "stable", "summary": "Whether to normalize the CPU percentages." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19332 }, "name": "isNormalizedCpu", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The number of hits to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19338 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort Dashboard#sort}", "stability": "stable", "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19356 }, "name": "sort", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#tag_filters Dashboard#tag_filters}", "stability": "stable", "summary": "An array of tags to filter by." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19362 }, "name": "tagFilters", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#text_filter Dashboard#text_filter}", "stability": "stable", "summary": "The text to use as a filter." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19368 }, "name": "textFilter", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryProcessQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19470 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19463 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19557 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19573 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19602 }, "name": "resetIsNormalizedCpu" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19618 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19660 }, "name": "resetSort" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19676 }, "name": "resetTagFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19692 }, "name": "resetTextFilter" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryProcessQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19561 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19577 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19590 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19606 }, "name": "isNormalizedCpuInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19622 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19635 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19648 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19664 }, "name": "sortInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19680 }, "name": "tagFiltersInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19696 }, "name": "textFilterInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19551 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19567 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19583 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19596 }, "name": "isNormalizedCpu", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19612 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19628 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19641 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19654 }, "name": "sort", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19670 }, "name": "tagFilters", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19686 }, "name": "textFilter", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19474 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryProcessQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryProcessQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuerySloQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuerySloQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19700 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuerySloQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for SLO queries. Valid values are `slo`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19718 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#measure Dashboard#measure}", "stability": "stable", "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19730 }, "name": "measure", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_id Dashboard#slo_id}", "stability": "stable", "summary": "ID of an SLO to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19742 }, "name": "sloId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#additional_query_filters Dashboard#additional_query_filters}", "stability": "stable", "summary": "Additional filters applied to the SLO query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19706 }, "name": "additionalQueryFilters", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19712 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_mode Dashboard#group_mode}", "stability": "stable", "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19724 }, "name": "groupMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19736 }, "name": "name", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_query_type Dashboard#slo_query_type}", "stability": "stable", "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19748 }, "name": "sloQueryType", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuerySloQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuerySloQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuerySloQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19836 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19829 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19911 }, "name": "resetAdditionalQueryFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19927 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19956 }, "name": "resetGroupMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19985 }, "name": "resetName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20014 }, "name": "resetSloQueryType" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuerySloQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19915 }, "name": "additionalQueryFiltersInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19931 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19944 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19960 }, "name": "groupModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19973 }, "name": "measureInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19989 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20002 }, "name": "sloIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20018 }, "name": "sloQueryTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19905 }, "name": "additionalQueryFilters", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19921 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19937 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19950 }, "name": "groupMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19966 }, "name": "measure", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19979 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19995 }, "name": "sloId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20008 }, "name": "sloQueryType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 19840 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuerySloQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuerySloQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21026 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21032 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21044 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21050 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21056 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21038 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20350 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20356 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20362 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20368 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20421 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20414 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20479 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20495 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20467 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20483 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20499 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20460 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20473 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20489 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20425 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20653 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20659 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20665 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20671 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20830 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20822 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20837 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20830 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20830 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20830 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20823 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20727 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20717 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20810 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20781 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20797 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20813 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20807 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20785 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20801 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20817 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20775 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20791 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20731 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20503 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20509 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20521 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20515 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20574 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20567 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20632 }, "name": "resetFacet" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20620 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20636 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20649 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20613 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20626 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20642 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20578 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20841 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20847 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20853 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20859 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21015 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21007 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21022 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21015 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21015 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21015 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21008 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20915 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20905 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20982 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20998 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20970 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20986 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21002 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20963 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20976 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20992 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 20919 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21123 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21116 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21206 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21222 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21238 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21209 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21225 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21241 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21193 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21203 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21219 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21235 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21213 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21229 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21181 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21245 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21197 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21174 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21187 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21127 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21925 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21931 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21943 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21949 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21955 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21937 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21249 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21255 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21261 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21267 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21320 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21313 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21378 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21394 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21366 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21382 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21398 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21359 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21372 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21388 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21324 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21552 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21558 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21564 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21570 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21729 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21721 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21736 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21729 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21729 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21729 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21722 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21626 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21616 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21709 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21680 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21696 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21712 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21706 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21684 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21700 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21716 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21674 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21690 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21630 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21402 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21408 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21420 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21414 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21473 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21466 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21531 }, "name": "resetFacet" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21519 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21535 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21548 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21512 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21525 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21541 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21477 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21740 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21746 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21752 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21758 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21914 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21906 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21921 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21914 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21914 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21914 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21907 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21814 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21804 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21881 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21897 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21869 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21885 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21901 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21862 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21875 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21891 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 21818 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22022 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22015 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22105 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22121 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22137 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22108 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22124 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22140 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22092 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22102 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22118 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22134 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22112 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22128 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22080 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22144 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22096 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22073 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22086 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22026 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestStyle": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestStyle", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22148 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestStyle", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22154 }, "name": "palette", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestStyle" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestStyleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestStyleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22193 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22186 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22226 }, "name": "resetPalette" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestStyleOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22230 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22220 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 22197 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestStyle" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestStyleOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinition", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11503 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinition", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_link Dashboard#custom_link}", "stability": "stable", "summary": "custom_link block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11557 }, "name": "customLink", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#event Dashboard#event}", "stability": "stable", "summary": "event block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11563 }, "name": "event", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionEvent" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#legend_columns Dashboard#legend_columns}", "stability": "stable", "summary": "A list of columns to display in the legend. Valid values are `value`, `avg`, `sum`, `min`, `max`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11509 }, "name": "legendColumns", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#legend_layout Dashboard#legend_layout}", "stability": "stable", "summary": "The layout of the legend displayed in the widget. Valid values are `auto`, `horizontal`, `vertical`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11515 }, "name": "legendLayout", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#legend_size Dashboard#legend_size}", "stability": "stable", "summary": "The size of the legend displayed in the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11521 }, "name": "legendSize", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#live_span Dashboard#live_span}", "stability": "stable", "summary": "The timeframe to use when displaying the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11527 }, "name": "liveSpan", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#marker Dashboard#marker}", "stability": "stable", "summary": "marker block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11569 }, "name": "marker", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionMarker" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#request Dashboard#request}", "stability": "stable", "summary": "request block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11575 }, "name": "request", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequest" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#right_yaxis Dashboard#right_yaxis}", "stability": "stable", "summary": "right_yaxis block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11581 }, "name": "rightYaxis", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRightYaxis" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#show_legend Dashboard#show_legend}", "stability": "stable", "summary": "Whether or not to show the legend on this widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11533 }, "name": "showLegend", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title Dashboard#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11539 }, "name": "title", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_align Dashboard#title_align}", "stability": "stable", "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11545 }, "name": "titleAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_size Dashboard#title_size}", "stability": "stable", "summary": "The size of the widget's title (defaults to 16)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11551 }, "name": "titleSize", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#yaxis Dashboard#yaxis}", "stability": "stable", "summary": "yaxis block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11587 }, "name": "yaxis", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionYaxis" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinition" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionCustomLink": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionCustomLink", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23068 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionCustomLink", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_hidden Dashboard#is_hidden}", "stability": "stable", "summary": "The flag for toggling context menu link visibility." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23074 }, "name": "isHidden", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "The label for the custom link URL." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23080 }, "name": "label", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#link Dashboard#link}", "stability": "stable", "summary": "The URL of the custom link." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23086 }, "name": "link", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#override_label Dashboard#override_label}", "stability": "stable", "summary": "The label ID that refers to a context menu link item." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23092 }, "name": "overrideLabel", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionCustomLink" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionCustomLinkList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionCustomLinkList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23280 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23272 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23287 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionCustomLinkOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionCustomLinkList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23280 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23280 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23280 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23273 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionCustomLink" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionCustomLinkList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionCustomLinkOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionCustomLinkOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23155 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23145 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23215 }, "name": "resetIsHidden" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23231 }, "name": "resetLabel" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23247 }, "name": "resetLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23263 }, "name": "resetOverrideLabel" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionCustomLinkOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23219 }, "name": "isHiddenInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23235 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23251 }, "name": "linkInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23267 }, "name": "overrideLabelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23209 }, "name": "isHidden", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23225 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23241 }, "name": "link", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23257 }, "name": "overrideLabel", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23159 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionCustomLink" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionCustomLinkOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionEvent": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionEvent", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23291 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionEvent", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#q Dashboard#q}", "stability": "stable", "summary": "The event query to use in the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23297 }, "name": "q", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#tags_execution Dashboard#tags_execution}", "stability": "stable", "summary": "The execution method for multi-value filters." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23303 }, "name": "tagsExecution", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionEvent" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionEventList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionEventList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23430 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23422 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23437 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionEventOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionEventList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23430 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23430 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23430 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23423 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionEvent" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionEventList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionEventOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionEventOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23352 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23342 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23413 }, "name": "resetTagsExecution" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionEventOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23401 }, "name": "qInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23417 }, "name": "tagsExecutionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23394 }, "name": "q", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23407 }, "name": "tagsExecution", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23356 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionEvent" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionEventOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionMarker": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionMarker", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23441 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionMarker", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#value Dashboard#value}", "stability": "stable", "summary": "A mathematical expression describing the marker, for example: `y > 1`, `-5 < y < 0`, `y = 19`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23459 }, "name": "value", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Example: `error dashed`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#display_type Dashboard#display_type}", "stability": "stable", "summary": "How the marker lines are displayed, options are one of {`error`, `warning`, `info`, `ok`} combined with one of {`dashed`, `solid`, `bold`}." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23447 }, "name": "displayType", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "A label for the line or range." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23453 }, "name": "label", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionMarker" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionMarkerList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionMarkerList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23615 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23607 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23622 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionMarkerOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionMarkerList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23615 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23615 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23615 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23608 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionMarker" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionMarkerList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionMarkerOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionMarkerOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23515 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23505 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23569 }, "name": "resetDisplayType" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23585 }, "name": "resetLabel" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionMarkerOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23573 }, "name": "displayTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23589 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23602 }, "name": "valueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23563 }, "name": "displayType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23579 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23595 }, "name": "value", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23519 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionMarker" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionMarkerOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11717 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11710 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11953 }, "name": "putCustomLink", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionCustomLink" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11969 }, "name": "putEvent", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionEvent" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11985 }, "name": "putMarker", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionMarker" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12001 }, "name": "putRequest", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequest" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12017 }, "name": "putRightYaxis", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRightYaxis" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12033 }, "name": "putYaxis", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionYaxis" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11956 }, "name": "resetCustomLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11972 }, "name": "resetEvent" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11828 }, "name": "resetLegendColumns" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11844 }, "name": "resetLegendLayout" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11860 }, "name": "resetLegendSize" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11876 }, "name": "resetLiveSpan" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11988 }, "name": "resetMarker" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12004 }, "name": "resetRequest" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12020 }, "name": "resetRightYaxis" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11892 }, "name": "resetShowLegend" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11908 }, "name": "resetTitle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11924 }, "name": "resetTitleAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11940 }, "name": "resetTitleSize" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12036 }, "name": "resetYaxis" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11950 }, "name": "customLink", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionCustomLinkList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11966 }, "name": "event", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionEventList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11982 }, "name": "marker", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionMarkerList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11998 }, "name": "request", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12014 }, "name": "rightYaxis", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRightYaxisOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12030 }, "name": "yaxis", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionYaxisOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11960 }, "name": "customLinkInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11976 }, "name": "eventInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionEvent" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11832 }, "name": "legendColumnsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11848 }, "name": "legendLayoutInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11864 }, "name": "legendSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11880 }, "name": "liveSpanInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11992 }, "name": "markerInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionMarker" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12008 }, "name": "requestInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequest" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12024 }, "name": "rightYaxisInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRightYaxis" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11896 }, "name": "showLegendInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11928 }, "name": "titleAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11912 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11944 }, "name": "titleSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12040 }, "name": "yaxisInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionYaxis" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11822 }, "name": "legendColumns", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11838 }, "name": "legendLayout", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11854 }, "name": "legendSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11870 }, "name": "liveSpan", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11886 }, "name": "showLegend", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11902 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11918 }, "name": "titleAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11934 }, "name": "titleSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11721 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinition" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequest": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequest", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10478 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequest", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_query Dashboard#apm_query}", "stability": "stable", "summary": "apm_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10502 }, "name": "apmQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#audit_query Dashboard#audit_query}", "stability": "stable", "summary": "audit_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10508 }, "name": "auditQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#display_type Dashboard#display_type}", "stability": "stable", "summary": "How to display the marker lines. Valid values are `area`, `bars`, `line`, `overlay`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10484 }, "name": "displayType", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#formula Dashboard#formula}", "stability": "stable", "summary": "formula block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10514 }, "name": "formula", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormula" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#log_query Dashboard#log_query}", "stability": "stable", "summary": "log_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10520 }, "name": "logQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metadata Dashboard#metadata}", "stability": "stable", "summary": "metadata block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10526 }, "name": "metadata", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestMetadata" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#network_query Dashboard#network_query}", "stability": "stable", "summary": "network_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10532 }, "name": "networkQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#on_right_yaxis Dashboard#on_right_yaxis}", "stability": "stable", "summary": "A Boolean indicating whether the request uses the right or left Y-Axis." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10490 }, "name": "onRightYaxis", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#process_query Dashboard#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10538 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#q Dashboard#q}", "stability": "stable", "summary": "The metric query to use for this widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10496 }, "name": "q", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10544 }, "name": "query", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuery" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#rum_query Dashboard#rum_query}", "stability": "stable", "summary": "rum_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10550 }, "name": "rumQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#security_query Dashboard#security_query}", "stability": "stable", "summary": "security_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10556 }, "name": "securityQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#style Dashboard#style}", "stability": "stable", "summary": "style block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10562 }, "name": "style", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestStyle" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequest" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 546 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 552 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 564 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 570 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 576 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 558 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23626 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23632 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23638 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23644 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23697 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23690 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23755 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23771 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23743 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23759 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23775 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23736 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23749 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23765 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2400.ts", "line": 23701 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 173 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 179 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 185 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 191 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 350 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 342 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 357 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 350 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 350 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 350 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 343 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.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/dashboard/index-structs/structs2800.ts", "line": 237 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 330 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 301 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 317 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 333 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 327 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 305 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 321 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 337 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 295 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 311 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 251 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 29 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 41 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 35 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.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" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 87 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 152 }, "name": "resetFacet" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 140 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 156 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 169 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 133 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 146 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 162 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 98 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 361 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 367 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 373 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 379 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 535 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 527 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 542 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 535 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 535 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 535 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 528 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 435 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 425 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 502 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 518 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 490 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 506 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 522 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 483 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 496 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 512 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 439 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 643 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 636 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 726 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 742 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 758 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 729 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 745 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 761 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 713 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 723 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 739 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 755 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 733 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 749 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 701 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 765 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 717 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 694 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 707 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 647 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1445 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1451 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1463 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1469 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1475 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1457 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 769 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 775 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 781 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 787 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 840 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 833 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 898 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 914 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 886 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 902 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 918 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 879 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 892 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 908 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 844 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1072 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1078 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1084 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1090 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1249 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1241 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1256 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1249 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1249 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1249 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1242 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.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" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1136 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1229 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1200 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1216 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1232 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1226 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1204 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1220 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1236 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1194 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1210 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1150 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 922 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 928 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 940 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 934 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 993 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 986 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1051 }, "name": "resetFacet" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1039 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1055 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1068 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1032 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1045 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1061 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 997 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1260 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1266 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1272 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1278 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.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" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1426 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1441 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1434 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1434 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1434 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1427 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1334 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1324 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1401 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1417 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1389 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1405 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1421 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1382 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1395 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1411 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1338 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.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" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1535 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1625 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1641 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1657 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1628 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1644 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1660 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1612 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1622 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1638 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1654 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1632 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1648 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1600 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1664 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1616 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1593 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1606 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1546 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormula": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormula", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2820 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormula", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#formula_expression Dashboard#formula_expression}", "stability": "stable", "summary": "A string expression built from queries, formulas, and functions." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2838 }, "name": "formulaExpression", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#alias Dashboard#alias}", "stability": "stable", "summary": "An expression alias." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2826 }, "name": "alias", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cell_display_mode Dashboard#cell_display_mode}", "stability": "stable", "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2832 }, "name": "cellDisplayMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#conditional_formats Dashboard#conditional_formats}", "stability": "stable", "summary": "conditional_formats block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2844 }, "name": "conditionalFormats", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "limit block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2850 }, "name": "limit", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaLimit" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#number_format Dashboard#number_format}", "stability": "stable", "summary": "number_format block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2856 }, "name": "numberFormat", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormat" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#style Dashboard#style}", "stability": "stable", "summary": "style block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2862 }, "name": "style", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaStyle" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormula" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaConditionalFormats": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaConditionalFormats", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1668 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaConditionalFormats", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#comparator Dashboard#comparator}", "stability": "stable", "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1674 }, "name": "comparator", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "The color palette to apply." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1710 }, "name": "palette", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#value Dashboard#value}", "stability": "stable", "summary": "A value for the comparator." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1722 }, "name": "value", "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}", "stability": "stable", "summary": "The color palette to apply to the background, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1680 }, "name": "customBgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}", "stability": "stable", "summary": "The color palette to apply to the foreground, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1686 }, "name": "customFgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#hide_value Dashboard#hide_value}", "stability": "stable", "summary": "Setting this to True hides values." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1692 }, "name": "hideValue", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#image_url Dashboard#image_url}", "stability": "stable", "summary": "Displays an image as the background." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1698 }, "name": "imageUrl", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The metric from the request to correlate with this conditional format." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1704 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#timeframe Dashboard#timeframe}", "stability": "stable", "summary": "Defines the displayed timeframe." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1716 }, "name": "timeframe", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaConditionalFormats" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaConditionalFormatsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaConditionalFormatsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2046 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2038 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2053 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaConditionalFormatsOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaConditionalFormatsList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2046 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2046 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2046 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2039 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaConditionalFormatsList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaConditionalFormatsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaConditionalFormatsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1820 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1810 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1923 }, "name": "resetCustomBgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1939 }, "name": "resetCustomFgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1955 }, "name": "resetHideValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1971 }, "name": "resetImageUrl" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1987 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2016 }, "name": "resetTimeframe" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaConditionalFormatsOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1911 }, "name": "comparatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1927 }, "name": "customBgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1943 }, "name": "customFgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1959 }, "name": "hideValueInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1975 }, "name": "imageUrlInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1991 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2004 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2020 }, "name": "timeframeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2033 }, "name": "valueInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1904 }, "name": "comparator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1917 }, "name": "customBgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1933 }, "name": "customFgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1949 }, "name": "hideValue", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1965 }, "name": "imageUrl", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1981 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1997 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2010 }, "name": "timeframe", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2026 }, "name": "value", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 1824 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaConditionalFormats" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaConditionalFormatsOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaLimit": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaLimit", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2057 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaLimit", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#count Dashboard#count}", "stability": "stable", "summary": "The number of results to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2063 }, "name": "count", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2069 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaLimit" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaLimitOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaLimitOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2115 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2108 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2154 }, "name": "resetCount" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2170 }, "name": "resetOrder" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaLimitOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2158 }, "name": "countInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2174 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2148 }, "name": "count", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2164 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2119 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaLimit" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaLimitOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3134 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3126 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3141 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3134 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3134 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3134 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3127 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormula" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormat": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormat", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2581 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormat", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit Dashboard#unit}", "stability": "stable", "summary": "unit block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2587 }, "name": "unit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnit" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_scale Dashboard#unit_scale}", "stability": "stable", "summary": "unit_scale block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2593 }, "name": "unitScale", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitScale" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormat" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2639 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2632 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2675 }, "name": "putUnit", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnit" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2688 }, "name": "putUnitScale", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitScale" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2691 }, "name": "resetUnitScale" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2672 }, "name": "unit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2685 }, "name": "unitScale", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitScaleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2679 }, "name": "unitInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnit" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2695 }, "name": "unitScaleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitScale" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2643 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormat" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnit": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnit", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2379 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnit", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#canonical Dashboard#canonical}", "stability": "stable", "summary": "canonical block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2385 }, "name": "canonical", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom Dashboard#custom}", "stability": "stable", "summary": "custom block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2391 }, "name": "custom", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnit" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2178 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_name Dashboard#unit_name}", "stability": "stable", "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2190 }, "name": "unitName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#per_unit_name Dashboard#per_unit_name}", "stability": "stable", "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2184 }, "name": "perUnitName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2236 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2229 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2275 }, "name": "resetPerUnitName" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2279 }, "name": "perUnitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2292 }, "name": "unitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2269 }, "name": "perUnitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2285 }, "name": "unitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2240 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2296 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "Unit label." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2302 }, "name": "label", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCustomOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2341 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2334 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCustomOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2375 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2368 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2345 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCustomOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2437 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2430 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2473 }, "name": "putCanonical", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2489 }, "name": "putCustom", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2476 }, "name": "resetCanonical" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2492 }, "name": "resetCustom" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2470 }, "name": "canonical", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2486 }, "name": "custom", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCustomOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2480 }, "name": "canonicalInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2496 }, "name": "customInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2441 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnit" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitScale": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitScale", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2500 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitScale", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_name Dashboard#unit_name}." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2504 }, "name": "unitName", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitScale" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitScaleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2543 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2536 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitScaleOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2577 }, "name": "unitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2570 }, "name": "unitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2547 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitScale" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitScaleOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2946 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2936 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3066 }, "name": "putConditionalFormats", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3082 }, "name": "putLimit", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaLimit" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3098 }, "name": "putNumberFormat", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormat" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3114 }, "name": "putStyle", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaStyle" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3024 }, "name": "resetAlias" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3040 }, "name": "resetCellDisplayMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3069 }, "name": "resetConditionalFormats" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3085 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3101 }, "name": "resetNumberFormat" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3117 }, "name": "resetStyle" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3063 }, "name": "conditionalFormats", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaConditionalFormatsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3079 }, "name": "limit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaLimitOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3095 }, "name": "numberFormat", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3111 }, "name": "style", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaStyleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3028 }, "name": "aliasInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3044 }, "name": "cellDisplayModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3073 }, "name": "conditionalFormatsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3057 }, "name": "formulaExpressionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3089 }, "name": "limitInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaLimit" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3105 }, "name": "numberFormatInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormat" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3121 }, "name": "styleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaStyle" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3018 }, "name": "alias", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3034 }, "name": "cellDisplayMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3050 }, "name": "formulaExpression", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2950 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormula" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaStyle": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaStyle", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2699 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaStyle", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "The color palette used to display the formula." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2705 }, "name": "palette", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette_index Dashboard#palette_index}", "stability": "stable", "summary": "Index specifying which color to use within the palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2711 }, "name": "paletteIndex", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaStyle" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaStyleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaStyleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2757 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2750 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2796 }, "name": "resetPalette" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2812 }, "name": "resetPaletteIndex" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaStyleOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2816 }, "name": "paletteIndexInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2800 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2790 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2806 }, "name": "paletteIndex", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 2761 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaStyle" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaStyleOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11040 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11032 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11047 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11040 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11040 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11040 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11033 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequest" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3821 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3827 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3839 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3845 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3851 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3833 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3145 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3151 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3157 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3163 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3216 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3209 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3274 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3290 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3262 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3278 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3294 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3255 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3268 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3284 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3220 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3448 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3454 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3460 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3466 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3625 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3617 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3632 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3625 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3625 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3625 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3618 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3522 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3512 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3605 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3576 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3592 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3608 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3602 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3580 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3596 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3612 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3570 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3586 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3526 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3298 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3304 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3316 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3310 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3369 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3362 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3427 }, "name": "resetFacet" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3415 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3431 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3444 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3408 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3421 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3437 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3373 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3636 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3642 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3648 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3654 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3810 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3802 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3817 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3810 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3810 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3810 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3803 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3710 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3700 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3777 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3793 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3765 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3781 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3797 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3758 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3771 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3787 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3714 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3918 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3911 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4001 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4017 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4033 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4004 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4020 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4036 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3988 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3998 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4014 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4030 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4008 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4024 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3976 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4040 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3992 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3969 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3982 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 3922 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestMetadata": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestMetadata", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4044 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestMetadata", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#expression Dashboard#expression}", "stability": "stable", "summary": "The expression name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4056 }, "name": "expression", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#alias_name Dashboard#alias_name}", "stability": "stable", "summary": "The expression alias." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4050 }, "name": "aliasName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestMetadata" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestMetadataList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestMetadataList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4183 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4175 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4190 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestMetadataOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestMetadataList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4183 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4183 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4183 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4176 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestMetadata" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestMetadataList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestMetadataOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestMetadataOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4105 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4095 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4153 }, "name": "resetAliasName" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestMetadataOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4157 }, "name": "aliasNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4170 }, "name": "expressionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4147 }, "name": "aliasName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4163 }, "name": "expression", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4109 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestMetadata" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestMetadataOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4870 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4876 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4888 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4894 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4900 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4882 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4194 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4200 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4206 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4212 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4265 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4258 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4323 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4339 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4311 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4327 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4343 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4304 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4317 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4333 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4269 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4497 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4503 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4509 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4515 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4674 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4666 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4681 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4674 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4674 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4674 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4667 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4571 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4561 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4654 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4625 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4641 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4657 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4651 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4629 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4645 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4661 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4619 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4635 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4575 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4347 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4353 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4365 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4359 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4418 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4411 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4476 }, "name": "resetFacet" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4464 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4480 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4493 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4457 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4470 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4486 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4422 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4685 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4691 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4697 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4703 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4859 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4851 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4866 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4859 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4859 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4859 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4852 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4759 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4749 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4826 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4842 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4814 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4830 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4846 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4807 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4820 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4836 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4763 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4967 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4960 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5050 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5066 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5082 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5053 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5069 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5085 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5037 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5047 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5063 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5079 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5057 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5073 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5025 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5089 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5041 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5018 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5031 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 4971 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10695 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10685 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10860 }, "name": "putApmQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10876 }, "name": "putAuditQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10892 }, "name": "putFormula", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormula" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10908 }, "name": "putLogQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10924 }, "name": "putMetadata", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestMetadata" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10940 }, "name": "putNetworkQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10956 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10972 }, "name": "putQuery", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuery" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10988 }, "name": "putRumQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11004 }, "name": "putSecurityQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11020 }, "name": "putStyle", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestStyle" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10863 }, "name": "resetApmQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10879 }, "name": "resetAuditQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10815 }, "name": "resetDisplayType" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10895 }, "name": "resetFormula" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10911 }, "name": "resetLogQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10927 }, "name": "resetMetadata" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10943 }, "name": "resetNetworkQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10831 }, "name": "resetOnRightYaxis" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10959 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10847 }, "name": "resetQ" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10975 }, "name": "resetQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10991 }, "name": "resetRumQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11007 }, "name": "resetSecurityQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11023 }, "name": "resetStyle" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10857 }, "name": "apmQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10873 }, "name": "auditQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10889 }, "name": "formula", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10905 }, "name": "logQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10921 }, "name": "metadata", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestMetadataList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10937 }, "name": "networkQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10953 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10969 }, "name": "query", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10985 }, "name": "rumQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11001 }, "name": "securityQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11017 }, "name": "style", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestStyleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10867 }, "name": "apmQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10883 }, "name": "auditQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10819 }, "name": "displayTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10899 }, "name": "formulaInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormula" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10915 }, "name": "logQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10931 }, "name": "metadataInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestMetadata" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10947 }, "name": "networkQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10835 }, "name": "onRightYaxisInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10963 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10851 }, "name": "qInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10979 }, "name": "queryInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuery" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10995 }, "name": "rumQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11011 }, "name": "securityQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11027 }, "name": "styleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestStyle" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10809 }, "name": "displayType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10825 }, "name": "onRightYaxis", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10841 }, "name": "q", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10699 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequest" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5093 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProcessQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "Your chosen metric." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5111 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#filter_by Dashboard#filter_by}", "stability": "stable", "summary": "A list of processes." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5099 }, "name": "filterBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The max number of items in the filter list." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5105 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_by Dashboard#search_by}", "stability": "stable", "summary": "Your chosen search term." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5117 }, "name": "searchBy", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProcessQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5177 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5170 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5228 }, "name": "resetFilterBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5244 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5273 }, "name": "resetSearchBy" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProcessQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5232 }, "name": "filterByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5248 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5261 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5277 }, "name": "searchByInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5222 }, "name": "filterBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5238 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5254 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5267 }, "name": "searchBy", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5181 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProcessQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProcessQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8196 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_dependency_stats_query Dashboard#apm_dependency_stats_query}", "stability": "stable", "summary": "apm_dependency_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8202 }, "name": "apmDependencyStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmDependencyStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_resource_stats_query Dashboard#apm_resource_stats_query}", "stability": "stable", "summary": "apm_resource_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8208 }, "name": "apmResourceStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmResourceStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cloud_cost_query Dashboard#cloud_cost_query}", "stability": "stable", "summary": "cloud_cost_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8214 }, "name": "cloudCostQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryCloudCostQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#event_query Dashboard#event_query}", "stability": "stable", "summary": "event_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8220 }, "name": "eventQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric_query Dashboard#metric_query}", "stability": "stable", "summary": "metric_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8226 }, "name": "metricQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryMetricQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#process_query Dashboard#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8232 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_query Dashboard#slo_query}", "stability": "stable", "summary": "slo_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8238 }, "name": "sloQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuerySloQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmDependencyStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmDependencyStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5281 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmDependencyStatsQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5293 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#env Dashboard#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5299 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5311 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#operation_name Dashboard#operation_name}", "stability": "stable", "summary": "Name of operation on service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5317 }, "name": "operationName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#resource_name Dashboard#resource_name}", "stability": "stable", "summary": "APM resource." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5335 }, "name": "resourceName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#service Dashboard#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5341 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#stat Dashboard#stat}", "stability": "stable", "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5347 }, "name": "stat", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5287 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_upstream Dashboard#is_upstream}", "stability": "stable", "summary": "Determines whether stats for upstream or downstream dependencies should be queried." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5305 }, "name": "isUpstream", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}", "stability": "stable", "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5323 }, "name": "primaryTagName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}", "stability": "stable", "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5329 }, "name": "primaryTagValue", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmDependencyStatsQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmDependencyStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmDependencyStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5456 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5449 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5549 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5591 }, "name": "resetIsUpstream" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5633 }, "name": "resetPrimaryTagName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5649 }, "name": "resetPrimaryTagValue" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmDependencyStatsQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5553 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5566 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5579 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5595 }, "name": "isUpstreamInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5608 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5621 }, "name": "operationNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5637 }, "name": "primaryTagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5653 }, "name": "primaryTagValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5666 }, "name": "resourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5679 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5692 }, "name": "statInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5543 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5559 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5572 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5585 }, "name": "isUpstream", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5601 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5614 }, "name": "operationName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5627 }, "name": "primaryTagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5643 }, "name": "primaryTagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5659 }, "name": "resourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5672 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5685 }, "name": "stat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5460 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmDependencyStatsQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmDependencyStatsQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmResourceStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmResourceStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5696 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmResourceStatsQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5708 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#env Dashboard#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5714 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5726 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#service Dashboard#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5756 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#stat Dashboard#stat}", "stability": "stable", "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5762 }, "name": "stat", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5702 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "Array of fields to group results by." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5720 }, "name": "groupBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#operation_name Dashboard#operation_name}", "stability": "stable", "summary": "Name of operation on service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5732 }, "name": "operationName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}", "stability": "stable", "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5738 }, "name": "primaryTagName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}", "stability": "stable", "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5744 }, "name": "primaryTagValue", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#resource_name Dashboard#resource_name}", "stability": "stable", "summary": "APM resource." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5750 }, "name": "resourceName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmResourceStatsQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmResourceStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmResourceStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5871 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5864 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5964 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6006 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6035 }, "name": "resetOperationName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6051 }, "name": "resetPrimaryTagName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6067 }, "name": "resetPrimaryTagValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6083 }, "name": "resetResourceName" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmResourceStatsQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5968 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5981 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5994 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6010 }, "name": "groupByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6023 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6039 }, "name": "operationNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6055 }, "name": "primaryTagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6071 }, "name": "primaryTagValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6087 }, "name": "resourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6100 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6113 }, "name": "statInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5958 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5974 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5987 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6000 }, "name": "groupBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6016 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6029 }, "name": "operationName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6045 }, "name": "primaryTagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6061 }, "name": "primaryTagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6077 }, "name": "resourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6093 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6106 }, "name": "stat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 5875 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmResourceStatsQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmResourceStatsQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryCloudCostQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryCloudCostQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6117 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryCloudCostQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6135 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6141 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The cloud cost query definition." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6147 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6123 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6129 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryCloudCostQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryCloudCostQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryCloudCostQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6214 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6207 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6271 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6287 }, "name": "resetCrossOrgUuids" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryCloudCostQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6275 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6291 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6304 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6317 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6330 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6265 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6281 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6297 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6310 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6323 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6218 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryCloudCostQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryCloudCostQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6940 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute Dashboard#compute}", "stability": "stable", "summary": "compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6976 }, "name": "compute", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for event platform-based queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6952 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6964 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6946 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6982 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#indexes Dashboard#indexes}", "stability": "stable", "summary": "An array of index names to query in the stream." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6958 }, "name": "indexes", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search Dashboard#search}", "stability": "stable", "summary": "search block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6988 }, "name": "search", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuerySearch" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#storage Dashboard#storage}", "stability": "stable", "summary": "Storage location (private beta)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6970 }, "name": "storage", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6334 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation methods for event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6340 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "A time interval in milliseconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6346 }, "name": "interval", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The measurable attribute to compute." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6352 }, "name": "metric", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6508 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6500 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6515 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6508 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6508 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6508 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6501 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6408 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6398 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6475 }, "name": "resetInterval" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6491 }, "name": "resetMetric" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6463 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6479 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6495 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6456 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6469 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6485 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6412 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6672 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The event facet." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6678 }, "name": "facet", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The number of groups to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6684 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort Dashboard#sort}", "stability": "stable", "summary": "sort block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6690 }, "name": "sort", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBySort" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6846 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6838 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6853 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6846 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6846 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6846 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6839 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6746 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6736 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6826 }, "name": "putSort", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBySort" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6813 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6829 }, "name": "resetSort" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6823 }, "name": "sort", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBySortOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6801 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6817 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6833 }, "name": "sortInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBySort" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6794 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6807 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6750 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBySort": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBySort", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6519 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBySort", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation methods for the event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6525 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The metric used for sorting group by results." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6531 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Direction of sort. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6537 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBySort" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBySortOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBySortOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6590 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6583 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6648 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6664 }, "name": "resetOrder" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBySortOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6636 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6652 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6668 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6629 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6642 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6658 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6594 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBySort" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBySortOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7076 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7069 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7222 }, "name": "putCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7235 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7251 }, "name": "putSearch", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuerySearch" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7151 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7238 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7180 }, "name": "resetIndexes" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7254 }, "name": "resetSearch" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7209 }, "name": "resetStorage" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7219 }, "name": "compute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7232 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7248 }, "name": "search", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuerySearchOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7226 }, "name": "computeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7155 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7168 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7242 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7184 }, "name": "indexesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7197 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7258 }, "name": "searchInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuerySearch" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7213 }, "name": "storageInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7145 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7161 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7174 }, "name": "indexes", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7190 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7203 }, "name": "storage", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7080 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuerySearch": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuerySearch", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6857 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuerySearch", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The events search string." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6863 }, "name": "query", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuerySearch" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuerySearchOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuerySearchOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.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" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6895 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuerySearchOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6936 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6929 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 6906 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuerySearch" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuerySearchOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.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": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8505 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8520 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8513 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8513 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8513 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8506 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuery" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryMetricQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryMetricQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7262 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryMetricQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7286 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The metrics query definition." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7292 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7268 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7274 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for metrics queries. Defaults to `\"metrics\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7280 }, "name": "dataSource", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryMetricQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryMetricQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryMetricQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7359 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7352 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7416 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7432 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7448 }, "name": "resetDataSource" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryMetricQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7420 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7436 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7452 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7465 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7478 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7410 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7426 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7442 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7458 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7471 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7363 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryMetricQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryMetricQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.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/index-structs/structs2800.ts", "line": 8312 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8397 }, "name": "putApmDependencyStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmDependencyStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8413 }, "name": "putApmResourceStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmResourceStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8429 }, "name": "putCloudCostQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryCloudCostQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8445 }, "name": "putEventQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8461 }, "name": "putMetricQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryMetricQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8477 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8493 }, "name": "putSloQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuerySloQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8400 }, "name": "resetApmDependencyStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8416 }, "name": "resetApmResourceStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8432 }, "name": "resetCloudCostQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8448 }, "name": "resetEventQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8464 }, "name": "resetMetricQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8480 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8496 }, "name": "resetSloQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8394 }, "name": "apmDependencyStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmDependencyStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8410 }, "name": "apmResourceStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmResourceStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8426 }, "name": "cloudCostQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryCloudCostQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8442 }, "name": "eventQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8458 }, "name": "metricQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryMetricQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8474 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8490 }, "name": "sloQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuerySloQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8404 }, "name": "apmDependencyStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmDependencyStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8420 }, "name": "apmResourceStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmResourceStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8436 }, "name": "cloudCostQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryCloudCostQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8452 }, "name": "eventQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8468 }, "name": "metricQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryMetricQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8484 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8500 }, "name": "sloQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuerySloQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8326 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuery" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7482 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryProcessQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for process queries. Valid values are `process`, `container`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7500 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The process metric name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7518 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7524 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7488 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7494 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_normalized_cpu Dashboard#is_normalized_cpu}", "stability": "stable", "summary": "Whether to normalize the CPU percentages." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7506 }, "name": "isNormalizedCpu", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The number of hits to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7512 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort Dashboard#sort}", "stability": "stable", "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7530 }, "name": "sort", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#tag_filters Dashboard#tag_filters}", "stability": "stable", "summary": "An array of tags to filter by." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7536 }, "name": "tagFilters", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#text_filter Dashboard#text_filter}", "stability": "stable", "summary": "The text to use as a filter." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7542 }, "name": "textFilter", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryProcessQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.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" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7637 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7731 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7747 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7776 }, "name": "resetIsNormalizedCpu" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7792 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7834 }, "name": "resetSort" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7850 }, "name": "resetTagFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7866 }, "name": "resetTextFilter" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryProcessQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7735 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7751 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7764 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7780 }, "name": "isNormalizedCpuInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7796 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7809 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7822 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7838 }, "name": "sortInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7854 }, "name": "tagFiltersInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7870 }, "name": "textFilterInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7725 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7741 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7757 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7770 }, "name": "isNormalizedCpu", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7786 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7802 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7815 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7828 }, "name": "sort", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7844 }, "name": "tagFilters", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7860 }, "name": "textFilter", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7648 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryProcessQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryProcessQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuerySloQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuerySloQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7874 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuerySloQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for SLO queries. Valid values are `slo`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7892 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#measure Dashboard#measure}", "stability": "stable", "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7904 }, "name": "measure", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_id Dashboard#slo_id}", "stability": "stable", "summary": "ID of an SLO to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7916 }, "name": "sloId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#additional_query_filters Dashboard#additional_query_filters}", "stability": "stable", "summary": "Additional filters applied to the SLO query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7880 }, "name": "additionalQueryFilters", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7886 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_mode Dashboard#group_mode}", "stability": "stable", "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7898 }, "name": "groupMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7910 }, "name": "name", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_query_type Dashboard#slo_query_type}", "stability": "stable", "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 7922 }, "name": "sloQueryType", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuerySloQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuerySloQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuerySloQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8010 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8003 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8085 }, "name": "resetAdditionalQueryFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8101 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8130 }, "name": "resetGroupMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8159 }, "name": "resetName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8188 }, "name": "resetSloQueryType" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuerySloQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8089 }, "name": "additionalQueryFiltersInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8105 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8118 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8134 }, "name": "groupModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8147 }, "name": "measureInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8163 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8176 }, "name": "sloIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8192 }, "name": "sloQueryTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8079 }, "name": "additionalQueryFilters", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8095 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8111 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8124 }, "name": "groupMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8140 }, "name": "measure", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8153 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8169 }, "name": "sloId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8182 }, "name": "sloQueryType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8014 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuerySloQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuerySloQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9200 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9206 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9218 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9224 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9230 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9212 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8524 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8530 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8536 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8542 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8595 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8588 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8653 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8669 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8641 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8657 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8673 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8634 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8647 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8663 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8599 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8827 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8833 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8839 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8845 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9004 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8996 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9011 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9004 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9004 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9004 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8997 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8901 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8891 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8984 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8955 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8971 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8987 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8981 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8959 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8975 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8991 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8949 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8965 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8905 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8677 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8683 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8695 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8689 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8748 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8741 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8806 }, "name": "resetFacet" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8794 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8810 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8823 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8787 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8800 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8816 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 8752 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9015 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9021 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9027 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9033 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9189 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9181 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9196 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9189 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9189 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9189 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9182 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9089 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9079 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9156 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9172 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9144 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9160 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9176 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9137 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9150 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9166 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9093 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9297 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9290 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9380 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9396 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9412 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9383 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9399 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9415 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9367 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9377 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9393 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9409 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9387 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9403 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9355 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9419 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9371 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9348 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9361 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9301 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10099 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10105 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10117 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10123 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10129 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10111 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9423 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9429 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9435 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9441 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9494 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9487 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9552 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9568 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9540 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9556 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9572 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9533 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9546 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9562 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9498 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9726 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9732 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9738 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9744 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9903 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9895 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9910 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9903 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9903 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9903 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9896 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9800 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9790 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9883 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9854 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9870 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9886 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9880 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9858 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9874 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9890 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9848 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9864 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9804 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9576 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9582 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9594 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9588 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9647 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9640 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9705 }, "name": "resetFacet" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9693 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9709 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9722 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9686 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9699 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9715 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9651 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9914 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9920 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9926 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9932 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10088 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10080 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10095 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10088 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10088 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10088 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10081 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9988 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9978 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10055 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10071 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10043 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10059 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10075 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10036 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10049 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10065 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 9992 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.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" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10189 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10279 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10295 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10311 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10282 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10298 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10314 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10266 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10276 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10292 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10308 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10286 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10302 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10254 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10318 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10270 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10247 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10260 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10200 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestStyle": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestStyle", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10322 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestStyle", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#line_type Dashboard#line_type}", "stability": "stable", "summary": "The type of lines displayed. Valid values are `dashed`, `dotted`, `solid`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10328 }, "name": "lineType", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#line_width Dashboard#line_width}", "stability": "stable", "summary": "The width of line displayed. Valid values are `normal`, `thick`, `thin`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10334 }, "name": "lineWidth", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10340 }, "name": "palette", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestStyle" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestStyleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestStyleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10393 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10386 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10438 }, "name": "resetLineType" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10454 }, "name": "resetLineWidth" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10470 }, "name": "resetPalette" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestStyleOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10442 }, "name": "lineTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10458 }, "name": "lineWidthInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10474 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10432 }, "name": "lineType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10448 }, "name": "lineWidth", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10464 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 10397 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestStyle" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestStyleOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRightYaxis": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRightYaxis", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11051 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRightYaxis", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#include_zero Dashboard#include_zero}", "stability": "stable", "summary": "Always include zero or fit the axis to the data range." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11057 }, "name": "includeZero", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "The label of the axis to display on the graph." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11063 }, "name": "label", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#max Dashboard#max}", "stability": "stable", "summary": "Specify the maximum value to show on the Y-axis." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11069 }, "name": "max", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#min Dashboard#min}", "stability": "stable", "summary": "Specify the minimum value to show on the Y-axis." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11075 }, "name": "min", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#scale Dashboard#scale}", "stability": "stable", "summary": "Specify the scale type, options: `linear`, `log`, `pow`, `sqrt`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11081 }, "name": "scale", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRightYaxis" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRightYaxisOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRightYaxisOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11148 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11141 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11205 }, "name": "resetIncludeZero" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11221 }, "name": "resetLabel" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11237 }, "name": "resetMax" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11253 }, "name": "resetMin" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11269 }, "name": "resetScale" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRightYaxisOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11209 }, "name": "includeZeroInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11225 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11241 }, "name": "maxInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11257 }, "name": "minInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11273 }, "name": "scaleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11199 }, "name": "includeZero", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11215 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11231 }, "name": "max", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11247 }, "name": "min", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11263 }, "name": "scale", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11152 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRightYaxis" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRightYaxisOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionYaxis": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionYaxis", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11277 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionYaxis", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#include_zero Dashboard#include_zero}", "stability": "stable", "summary": "Always include zero or fit the axis to the data range." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11283 }, "name": "includeZero", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "The label of the axis to display on the graph." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11289 }, "name": "label", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#max Dashboard#max}", "stability": "stable", "summary": "Specify the maximum value to show on the Y-axis." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11295 }, "name": "max", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#min Dashboard#min}", "stability": "stable", "summary": "Specify the minimum value to show on the Y-axis." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11301 }, "name": "min", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#scale Dashboard#scale}", "stability": "stable", "summary": "Specify the scale type, options: `linear`, `log`, `pow`, `sqrt`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11307 }, "name": "scale", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionYaxis" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionYaxisOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionYaxisOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11374 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11367 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11431 }, "name": "resetIncludeZero" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11447 }, "name": "resetLabel" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11463 }, "name": "resetMax" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11479 }, "name": "resetMin" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11495 }, "name": "resetScale" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionYaxisOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11435 }, "name": "includeZeroInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11451 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11467 }, "name": "maxInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11483 }, "name": "minInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11499 }, "name": "scaleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11425 }, "name": "includeZero", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11441 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11457 }, "name": "max", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11473 }, "name": "min", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11489 }, "name": "scale", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 11378 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionYaxis" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionYaxisOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinition", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22916 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinition", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_link Dashboard#custom_link}", "stability": "stable", "summary": "custom_link block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22946 }, "name": "customLink", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#live_span Dashboard#live_span}", "stability": "stable", "summary": "The timeframe to use when displaying the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22922 }, "name": "liveSpan", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#request Dashboard#request}", "stability": "stable", "summary": "request block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22952 }, "name": "request", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequest" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#style Dashboard#style}", "stability": "stable", "summary": "style block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22958 }, "name": "style", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyle" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title Dashboard#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22928 }, "name": "title", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_align Dashboard#title_align}", "stability": "stable", "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22934 }, "name": "titleAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_size Dashboard#title_size}", "stability": "stable", "summary": "The size of the widget's title (defaults to 16)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22940 }, "name": "titleSize", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinition" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionCustomLink": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionCustomLink", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12044 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionCustomLink", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_hidden Dashboard#is_hidden}", "stability": "stable", "summary": "The flag for toggling context menu link visibility." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12050 }, "name": "isHidden", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "The label for the custom link URL." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12056 }, "name": "label", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#link Dashboard#link}", "stability": "stable", "summary": "The URL of the custom link." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12062 }, "name": "link", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#override_label Dashboard#override_label}", "stability": "stable", "summary": "The label ID that refers to a context menu link item." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12068 }, "name": "overrideLabel", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionCustomLink" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionCustomLinkList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionCustomLinkList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12256 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12248 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12263 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionCustomLinkOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionCustomLinkList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12256 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12256 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12256 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12249 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionCustomLink" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionCustomLinkList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionCustomLinkOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionCustomLinkOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12131 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12121 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12191 }, "name": "resetIsHidden" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12207 }, "name": "resetLabel" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12223 }, "name": "resetLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12239 }, "name": "resetOverrideLabel" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionCustomLinkOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12195 }, "name": "isHiddenInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12211 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12227 }, "name": "linkInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12243 }, "name": "overrideLabelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12185 }, "name": "isHidden", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12201 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12217 }, "name": "link", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12233 }, "name": "overrideLabel", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12135 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionCustomLink" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionCustomLinkOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23039 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23032 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23169 }, "name": "putCustomLink", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionCustomLink" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23185 }, "name": "putRequest", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequest" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23201 }, "name": "putStyle", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyle" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23172 }, "name": "resetCustomLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23108 }, "name": "resetLiveSpan" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23188 }, "name": "resetRequest" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23204 }, "name": "resetStyle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23124 }, "name": "resetTitle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23140 }, "name": "resetTitleAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23156 }, "name": "resetTitleSize" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23166 }, "name": "customLink", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionCustomLinkList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23182 }, "name": "request", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23198 }, "name": "style", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23176 }, "name": "customLinkInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23112 }, "name": "liveSpanInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23192 }, "name": "requestInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequest" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23208 }, "name": "styleInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyle" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23144 }, "name": "titleAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23128 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23160 }, "name": "titleSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23102 }, "name": "liveSpan", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23118 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23134 }, "name": "titleAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23150 }, "name": "titleSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23043 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinition" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequest": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequest", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22145 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequest", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_query Dashboard#apm_query}", "stability": "stable", "summary": "apm_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22157 }, "name": "apmQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#audit_query Dashboard#audit_query}", "stability": "stable", "summary": "audit_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22163 }, "name": "auditQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#conditional_formats Dashboard#conditional_formats}", "stability": "stable", "summary": "conditional_formats block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22169 }, "name": "conditionalFormats", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestConditionalFormats" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#formula Dashboard#formula}", "stability": "stable", "summary": "formula block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22175 }, "name": "formula", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormula" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#log_query Dashboard#log_query}", "stability": "stable", "summary": "log_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22181 }, "name": "logQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#process_query Dashboard#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22187 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#q Dashboard#q}", "stability": "stable", "summary": "The metric query to use for this widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22151 }, "name": "q", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22193 }, "name": "query", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuery" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#rum_query Dashboard#rum_query}", "stability": "stable", "summary": "rum_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22199 }, "name": "rumQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#security_query Dashboard#security_query}", "stability": "stable", "summary": "security_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22205 }, "name": "securityQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#style Dashboard#style}", "stability": "stable", "summary": "style block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22211 }, "name": "style", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestStyle" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequest" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12943 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12949 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12961 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12967 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12973 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12955 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12267 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12273 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12279 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12285 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12338 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12331 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12396 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12412 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12384 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12400 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12416 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12377 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12390 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12406 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12342 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12570 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12576 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12582 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12588 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12747 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12739 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12754 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12747 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12747 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12747 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12740 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12644 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12634 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12727 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12698 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12714 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12730 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12724 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12702 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12718 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12734 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12692 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12708 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12648 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12420 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12426 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12438 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12432 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.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" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12484 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12549 }, "name": "resetFacet" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12537 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12553 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12566 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12530 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12543 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12559 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12495 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12758 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12764 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12770 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12776 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12932 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12924 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12939 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12932 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12932 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12932 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12925 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12832 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12822 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12899 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12915 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12887 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12903 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12919 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12880 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12893 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12909 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 12836 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13040 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13033 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13123 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13139 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13155 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13126 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13142 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13158 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13110 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13120 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13136 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13152 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13130 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13146 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13098 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13162 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13114 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13091 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13104 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13044 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13842 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13848 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13860 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13866 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13872 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13854 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13166 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13172 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13178 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13184 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13237 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13230 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13295 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13311 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13283 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13299 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13315 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13276 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13289 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13305 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13241 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13469 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13475 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13481 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13487 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13646 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13638 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13653 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13646 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13646 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13646 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13639 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13543 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13533 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13626 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13597 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13613 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13629 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13623 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13601 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13617 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13633 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13591 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13607 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13547 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13319 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13325 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13337 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13331 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13390 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13383 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13448 }, "name": "resetFacet" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13436 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13452 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13465 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13429 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13442 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13458 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13394 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13657 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13663 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13669 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13675 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13831 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13823 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13838 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13831 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13831 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13831 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13824 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13731 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13721 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13798 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13814 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13786 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13802 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13818 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13779 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13792 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13808 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13735 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13939 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13932 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14022 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14038 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14054 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14025 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14041 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14057 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14009 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14019 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14035 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14051 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14029 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14045 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13997 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14061 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14013 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13990 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14003 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 13943 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestConditionalFormats": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestConditionalFormats", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14065 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestConditionalFormats", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#comparator Dashboard#comparator}", "stability": "stable", "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14071 }, "name": "comparator", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "The color palette to apply." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14107 }, "name": "palette", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#value Dashboard#value}", "stability": "stable", "summary": "A value for the comparator." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14119 }, "name": "value", "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}", "stability": "stable", "summary": "The color palette to apply to the background, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14077 }, "name": "customBgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}", "stability": "stable", "summary": "The color palette to apply to the foreground, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14083 }, "name": "customFgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#hide_value Dashboard#hide_value}", "stability": "stable", "summary": "Setting this to True hides values." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14089 }, "name": "hideValue", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#image_url Dashboard#image_url}", "stability": "stable", "summary": "Displays an image as the background." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14095 }, "name": "imageUrl", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The metric from the request to correlate with this conditional format." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14101 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#timeframe Dashboard#timeframe}", "stability": "stable", "summary": "Defines the displayed timeframe." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14113 }, "name": "timeframe", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestConditionalFormats" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestConditionalFormatsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestConditionalFormatsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14443 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14435 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14450 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestConditionalFormatsOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestConditionalFormatsList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14443 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14443 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14443 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14436 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestConditionalFormats" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestConditionalFormatsList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestConditionalFormatsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestConditionalFormatsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14217 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14207 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14320 }, "name": "resetCustomBgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14336 }, "name": "resetCustomFgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14352 }, "name": "resetHideValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14368 }, "name": "resetImageUrl" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14384 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14413 }, "name": "resetTimeframe" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestConditionalFormatsOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14308 }, "name": "comparatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14324 }, "name": "customBgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14340 }, "name": "customFgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14356 }, "name": "hideValueInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14372 }, "name": "imageUrlInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14388 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14401 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14417 }, "name": "timeframeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14430 }, "name": "valueInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14301 }, "name": "comparator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14314 }, "name": "customBgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14330 }, "name": "customFgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14346 }, "name": "hideValue", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14362 }, "name": "imageUrl", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14378 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14394 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14407 }, "name": "timeframe", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14423 }, "name": "value", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14221 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestConditionalFormats" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestConditionalFormatsOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormula": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormula", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15606 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormula", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#formula_expression Dashboard#formula_expression}", "stability": "stable", "summary": "A string expression built from queries, formulas, and functions." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15624 }, "name": "formulaExpression", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#alias Dashboard#alias}", "stability": "stable", "summary": "An expression alias." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15612 }, "name": "alias", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cell_display_mode Dashboard#cell_display_mode}", "stability": "stable", "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15618 }, "name": "cellDisplayMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#conditional_formats Dashboard#conditional_formats}", "stability": "stable", "summary": "conditional_formats block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15630 }, "name": "conditionalFormats", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "limit block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15636 }, "name": "limit", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaLimit" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#number_format Dashboard#number_format}", "stability": "stable", "summary": "number_format block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15642 }, "name": "numberFormat", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormat" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#style Dashboard#style}", "stability": "stable", "summary": "style block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15648 }, "name": "style", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaStyle" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormula" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaConditionalFormats": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaConditionalFormats", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14454 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaConditionalFormats", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#comparator Dashboard#comparator}", "stability": "stable", "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14460 }, "name": "comparator", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "The color palette to apply." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14496 }, "name": "palette", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#value Dashboard#value}", "stability": "stable", "summary": "A value for the comparator." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14508 }, "name": "value", "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}", "stability": "stable", "summary": "The color palette to apply to the background, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14466 }, "name": "customBgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}", "stability": "stable", "summary": "The color palette to apply to the foreground, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14472 }, "name": "customFgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#hide_value Dashboard#hide_value}", "stability": "stable", "summary": "Setting this to True hides values." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14478 }, "name": "hideValue", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#image_url Dashboard#image_url}", "stability": "stable", "summary": "Displays an image as the background." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14484 }, "name": "imageUrl", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The metric from the request to correlate with this conditional format." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14490 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#timeframe Dashboard#timeframe}", "stability": "stable", "summary": "Defines the displayed timeframe." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14502 }, "name": "timeframe", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaConditionalFormats" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaConditionalFormatsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaConditionalFormatsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14832 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14824 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14839 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaConditionalFormatsOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaConditionalFormatsList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14832 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14832 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14832 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14825 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaConditionalFormatsList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaConditionalFormatsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaConditionalFormatsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14606 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14596 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14709 }, "name": "resetCustomBgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14725 }, "name": "resetCustomFgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14741 }, "name": "resetHideValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14757 }, "name": "resetImageUrl" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14773 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14802 }, "name": "resetTimeframe" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaConditionalFormatsOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14697 }, "name": "comparatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14713 }, "name": "customBgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14729 }, "name": "customFgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14745 }, "name": "hideValueInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14761 }, "name": "imageUrlInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14777 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14790 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14806 }, "name": "timeframeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14819 }, "name": "valueInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14690 }, "name": "comparator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14703 }, "name": "customBgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14719 }, "name": "customFgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14735 }, "name": "hideValue", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14751 }, "name": "imageUrl", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14767 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14783 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14796 }, "name": "timeframe", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14812 }, "name": "value", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14610 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaConditionalFormats" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaConditionalFormatsOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaLimit": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaLimit", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14843 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaLimit", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#count Dashboard#count}", "stability": "stable", "summary": "The number of results to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14849 }, "name": "count", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14855 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaLimit" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaLimitOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaLimitOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-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/index-structs/structs2800.ts", "line": 14894 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14940 }, "name": "resetCount" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14956 }, "name": "resetOrder" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaLimitOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14944 }, "name": "countInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14960 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14934 }, "name": "count", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14950 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14905 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaLimit" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaLimitOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.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": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15912 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15927 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15920 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15920 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15920 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15913 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormula" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormat": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormat", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15367 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormat", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit Dashboard#unit}", "stability": "stable", "summary": "unit block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15373 }, "name": "unit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnit" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_scale Dashboard#unit_scale}", "stability": "stable", "summary": "unit_scale block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15379 }, "name": "unitScale", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitScale" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormat" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15425 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15418 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15461 }, "name": "putUnit", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnit" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15474 }, "name": "putUnitScale", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitScale" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15477 }, "name": "resetUnitScale" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15458 }, "name": "unit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15471 }, "name": "unitScale", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitScaleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15465 }, "name": "unitInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnit" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15481 }, "name": "unitScaleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitScale" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15429 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormat" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnit": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnit", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15165 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnit", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#canonical Dashboard#canonical}", "stability": "stable", "summary": "canonical block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15171 }, "name": "canonical", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCanonical" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom Dashboard#custom}", "stability": "stable", "summary": "custom block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15177 }, "name": "custom", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCustom" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnit" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCanonical": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCanonical", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14964 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCanonical", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_name Dashboard#unit_name}", "stability": "stable", "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14976 }, "name": "unitName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#per_unit_name Dashboard#per_unit_name}", "stability": "stable", "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 14970 }, "name": "perUnitName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCanonical" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15022 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15015 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15061 }, "name": "resetPerUnitName" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15065 }, "name": "perUnitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15078 }, "name": "unitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15055 }, "name": "perUnitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15071 }, "name": "unitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15026 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCanonical" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCustom": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCustom", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15082 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCustom", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "Unit label." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15088 }, "name": "label", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCustom" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCustomOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15127 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15120 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCustomOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15161 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15154 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15131 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCustom" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCustomOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15223 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15216 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15259 }, "name": "putCanonical", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCanonical" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15275 }, "name": "putCustom", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCustom" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15262 }, "name": "resetCanonical" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15278 }, "name": "resetCustom" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15256 }, "name": "canonical", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15272 }, "name": "custom", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCustomOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15266 }, "name": "canonicalInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCanonical" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15282 }, "name": "customInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCustom" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15227 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnit" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitScale": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitScale", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15286 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitScale", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_name Dashboard#unit_name}." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15290 }, "name": "unitName", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitScale" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitScaleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15329 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15322 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitScaleOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15363 }, "name": "unitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15356 }, "name": "unitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15333 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitScale" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitScaleOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15732 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15722 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15852 }, "name": "putConditionalFormats", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15868 }, "name": "putLimit", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaLimit" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15884 }, "name": "putNumberFormat", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormat" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15900 }, "name": "putStyle", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaStyle" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15810 }, "name": "resetAlias" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15826 }, "name": "resetCellDisplayMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15855 }, "name": "resetConditionalFormats" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15871 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15887 }, "name": "resetNumberFormat" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15903 }, "name": "resetStyle" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15849 }, "name": "conditionalFormats", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaConditionalFormatsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15865 }, "name": "limit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaLimitOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15881 }, "name": "numberFormat", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15897 }, "name": "style", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaStyleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15814 }, "name": "aliasInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15830 }, "name": "cellDisplayModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15859 }, "name": "conditionalFormatsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15843 }, "name": "formulaExpressionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15875 }, "name": "limitInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaLimit" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15891 }, "name": "numberFormatInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormat" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15907 }, "name": "styleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaStyle" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15804 }, "name": "alias", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15820 }, "name": "cellDisplayMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15836 }, "name": "formulaExpression", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15736 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormula" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaStyle": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaStyle", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15485 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaStyle", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "The color palette used to display the formula." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15491 }, "name": "palette", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette_index Dashboard#palette_index}", "stability": "stable", "summary": "Index specifying which color to use within the palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15497 }, "name": "paletteIndex", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaStyle" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaStyleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaStyleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15543 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15536 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15582 }, "name": "resetPalette" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15598 }, "name": "resetPaletteIndex" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaStyleOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15602 }, "name": "paletteIndexInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15586 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15576 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15592 }, "name": "paletteIndex", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15547 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaStyle" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaStyleOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22602 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22594 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22609 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22602 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22602 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22602 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22595 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequest" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16607 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16613 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16625 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16631 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16637 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16619 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15931 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15937 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15943 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15949 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16002 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 15995 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16060 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16076 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16048 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16064 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16080 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16041 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16054 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16070 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16006 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16234 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16240 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16246 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16252 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16411 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16403 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16418 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16411 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16411 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16411 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16404 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16308 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16298 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16391 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16362 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16378 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16394 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16388 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16366 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16382 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16398 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16356 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16372 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16312 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16084 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16090 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16102 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16096 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16155 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16148 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16213 }, "name": "resetFacet" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16201 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16217 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16230 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16194 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16207 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16223 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16159 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16422 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16428 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16434 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16440 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16596 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16588 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16603 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16596 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16596 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16596 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16589 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16496 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16486 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16563 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16579 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16551 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16567 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16583 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16544 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16557 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16573 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16500 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16704 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16697 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16787 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16803 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16819 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16790 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16806 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16822 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16774 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16784 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16800 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16816 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16794 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16810 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16762 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16826 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16778 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16755 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16768 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16708 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22323 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22313 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22438 }, "name": "putApmQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22454 }, "name": "putAuditQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22470 }, "name": "putConditionalFormats", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestConditionalFormats" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22486 }, "name": "putFormula", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormula" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22502 }, "name": "putLogQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22518 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22534 }, "name": "putQuery", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuery" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22550 }, "name": "putRumQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22566 }, "name": "putSecurityQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22582 }, "name": "putStyle", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestStyle" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22441 }, "name": "resetApmQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22457 }, "name": "resetAuditQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22473 }, "name": "resetConditionalFormats" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22489 }, "name": "resetFormula" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22505 }, "name": "resetLogQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22521 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22425 }, "name": "resetQ" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22537 }, "name": "resetQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22553 }, "name": "resetRumQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22569 }, "name": "resetSecurityQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22585 }, "name": "resetStyle" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22435 }, "name": "apmQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22451 }, "name": "auditQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22467 }, "name": "conditionalFormats", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestConditionalFormatsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22483 }, "name": "formula", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22499 }, "name": "logQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22515 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22531 }, "name": "query", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22547 }, "name": "rumQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22563 }, "name": "securityQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22579 }, "name": "style", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestStyleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22445 }, "name": "apmQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22461 }, "name": "auditQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22477 }, "name": "conditionalFormatsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestConditionalFormats" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22493 }, "name": "formulaInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormula" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22509 }, "name": "logQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22525 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22429 }, "name": "qInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22541 }, "name": "queryInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuery" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22557 }, "name": "rumQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22573 }, "name": "securityQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22589 }, "name": "styleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestStyle" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22419 }, "name": "q", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22327 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequest" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16830 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestProcessQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "Your chosen metric." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16848 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#filter_by Dashboard#filter_by}", "stability": "stable", "summary": "A list of processes." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16836 }, "name": "filterBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The max number of items in the filter list." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16842 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_by Dashboard#search_by}", "stability": "stable", "summary": "Your chosen search term." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16854 }, "name": "searchBy", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestProcessQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-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" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16907 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16965 }, "name": "resetFilterBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16981 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 17010 }, "name": "resetSearchBy" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestProcessQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16969 }, "name": "filterByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16985 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16998 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 17014 }, "name": "searchByInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16959 }, "name": "filterBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16975 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16991 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 17004 }, "name": "searchBy", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 16918 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestProcessQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestProcessQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19933 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_dependency_stats_query Dashboard#apm_dependency_stats_query}", "stability": "stable", "summary": "apm_dependency_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19939 }, "name": "apmDependencyStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmDependencyStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_resource_stats_query Dashboard#apm_resource_stats_query}", "stability": "stable", "summary": "apm_resource_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19945 }, "name": "apmResourceStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmResourceStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cloud_cost_query Dashboard#cloud_cost_query}", "stability": "stable", "summary": "cloud_cost_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19951 }, "name": "cloudCostQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryCloudCostQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#event_query Dashboard#event_query}", "stability": "stable", "summary": "event_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19957 }, "name": "eventQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric_query Dashboard#metric_query}", "stability": "stable", "summary": "metric_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19963 }, "name": "metricQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryMetricQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#process_query Dashboard#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19969 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_query Dashboard#slo_query}", "stability": "stable", "summary": "slo_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19975 }, "name": "sloQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuerySloQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmDependencyStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmDependencyStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 17018 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmDependencyStatsQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 17030 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#env Dashboard#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 17036 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 17048 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#operation_name Dashboard#operation_name}", "stability": "stable", "summary": "Name of operation on service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 17054 }, "name": "operationName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#resource_name Dashboard#resource_name}", "stability": "stable", "summary": "APM resource." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 17072 }, "name": "resourceName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#service Dashboard#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 17078 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#stat Dashboard#stat}", "stability": "stable", "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 17084 }, "name": "stat", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 17024 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_upstream Dashboard#is_upstream}", "stability": "stable", "summary": "Determines whether stats for upstream or downstream dependencies should be queried." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 17042 }, "name": "isUpstream", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}", "stability": "stable", "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 17060 }, "name": "primaryTagName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}", "stability": "stable", "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 17066 }, "name": "primaryTagValue", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmDependencyStatsQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmDependencyStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmDependencyStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 17193 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 17186 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 17286 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 17328 }, "name": "resetIsUpstream" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 17370 }, "name": "resetPrimaryTagName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 17386 }, "name": "resetPrimaryTagValue" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmDependencyStatsQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 17290 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 17303 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 17316 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 17332 }, "name": "isUpstreamInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 17345 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 17358 }, "name": "operationNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 17374 }, "name": "primaryTagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 17390 }, "name": "primaryTagValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 17403 }, "name": "resourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 17416 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 17429 }, "name": "statInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 17280 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 17296 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 17309 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 17322 }, "name": "isUpstream", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 17338 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 17351 }, "name": "operationName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 17364 }, "name": "primaryTagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 17380 }, "name": "primaryTagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 17396 }, "name": "resourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 17409 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 17422 }, "name": "stat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 17197 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmDependencyStatsQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmDependencyStatsQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmResourceStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmResourceStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 17433 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmResourceStatsQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 17445 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#env Dashboard#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 17451 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 17463 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#service Dashboard#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 17493 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#stat Dashboard#stat}", "stability": "stable", "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 17499 }, "name": "stat", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 17439 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "Array of fields to group results by." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 17457 }, "name": "groupBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#operation_name Dashboard#operation_name}", "stability": "stable", "summary": "Name of operation on service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 17469 }, "name": "operationName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}", "stability": "stable", "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 17475 }, "name": "primaryTagName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}", "stability": "stable", "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 17481 }, "name": "primaryTagValue", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#resource_name Dashboard#resource_name}", "stability": "stable", "summary": "APM resource." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 17487 }, "name": "resourceName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmResourceStatsQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmResourceStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmResourceStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 17608 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 17601 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 17701 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 17743 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 17772 }, "name": "resetOperationName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 17788 }, "name": "resetPrimaryTagName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 17804 }, "name": "resetPrimaryTagValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 17820 }, "name": "resetResourceName" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmResourceStatsQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 17705 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 17718 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 17731 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 17747 }, "name": "groupByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 17760 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 17776 }, "name": "operationNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 17792 }, "name": "primaryTagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 17808 }, "name": "primaryTagValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 17824 }, "name": "resourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 17837 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 17850 }, "name": "statInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 17695 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 17711 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 17724 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 17737 }, "name": "groupBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 17753 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 17766 }, "name": "operationName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 17782 }, "name": "primaryTagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 17798 }, "name": "primaryTagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 17814 }, "name": "resourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 17830 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 17843 }, "name": "stat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 17612 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmResourceStatsQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmResourceStatsQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryCloudCostQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryCloudCostQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 17854 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryCloudCostQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 17872 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 17878 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The cloud cost query definition." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 17884 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 17860 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 17866 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryCloudCostQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryCloudCostQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryCloudCostQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 17951 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 17944 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18008 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18024 }, "name": "resetCrossOrgUuids" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryCloudCostQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18012 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18028 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18041 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18054 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18067 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18002 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18018 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18034 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18047 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18060 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 17955 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryCloudCostQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryCloudCostQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18677 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute Dashboard#compute}", "stability": "stable", "summary": "compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18713 }, "name": "compute", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for event platform-based queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18689 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18701 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18683 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18719 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#indexes Dashboard#indexes}", "stability": "stable", "summary": "An array of index names to query in the stream." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18695 }, "name": "indexes", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search Dashboard#search}", "stability": "stable", "summary": "search block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18725 }, "name": "search", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuerySearch" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#storage Dashboard#storage}", "stability": "stable", "summary": "Storage location (private beta)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18707 }, "name": "storage", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18071 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation methods for event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18077 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "A time interval in milliseconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18083 }, "name": "interval", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The measurable attribute to compute." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18089 }, "name": "metric", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18245 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18237 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18252 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18245 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18245 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18245 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18238 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18145 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18135 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18212 }, "name": "resetInterval" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18228 }, "name": "resetMetric" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18200 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18216 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18232 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18193 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18206 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18222 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18149 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18409 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The event facet." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18415 }, "name": "facet", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The number of groups to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18421 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort Dashboard#sort}", "stability": "stable", "summary": "sort block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18427 }, "name": "sort", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBySort" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18583 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18575 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18590 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18583 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18583 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18583 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18576 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18483 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18473 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18563 }, "name": "putSort", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBySort" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18550 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18566 }, "name": "resetSort" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18560 }, "name": "sort", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBySortOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18538 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18554 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18570 }, "name": "sortInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBySort" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18531 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18544 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18487 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBySort": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBySort", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18256 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBySort", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation methods for the event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18262 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The metric used for sorting group by results." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18268 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Direction of sort. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18274 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBySort" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBySortOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBySortOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18327 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18320 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18385 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18401 }, "name": "resetOrder" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBySortOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18373 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18389 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18405 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18366 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18379 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18395 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18331 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBySort" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBySortOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18813 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18806 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18959 }, "name": "putCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18972 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18988 }, "name": "putSearch", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuerySearch" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18888 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18975 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18917 }, "name": "resetIndexes" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18991 }, "name": "resetSearch" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18946 }, "name": "resetStorage" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18956 }, "name": "compute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18969 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18985 }, "name": "search", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuerySearchOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18963 }, "name": "computeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18892 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18905 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18979 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18921 }, "name": "indexesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18934 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18995 }, "name": "searchInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuerySearch" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18950 }, "name": "storageInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18882 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18898 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18911 }, "name": "indexes", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18927 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18940 }, "name": "storage", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18817 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuerySearch": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuerySearch", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18594 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuerySearch", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The events search string." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18600 }, "name": "query", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuerySearch" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuerySearchOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuerySearchOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18639 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18632 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuerySearchOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18673 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18666 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18643 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuerySearch" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuerySearchOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20250 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20242 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20257 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20250 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20250 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20250 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20243 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuery" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryMetricQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryMetricQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 18999 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryMetricQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19023 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The metrics query definition." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19029 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19005 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19011 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for metrics queries. Defaults to `\"metrics\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19017 }, "name": "dataSource", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryMetricQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryMetricQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryMetricQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19096 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19089 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19153 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19169 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19185 }, "name": "resetDataSource" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryMetricQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19157 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19173 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19189 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19202 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19215 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19147 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19163 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19179 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19195 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19208 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19100 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryMetricQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryMetricQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20059 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20049 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20134 }, "name": "putApmDependencyStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmDependencyStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20150 }, "name": "putApmResourceStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmResourceStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20166 }, "name": "putCloudCostQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryCloudCostQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20182 }, "name": "putEventQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20198 }, "name": "putMetricQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryMetricQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20214 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20230 }, "name": "putSloQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuerySloQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20137 }, "name": "resetApmDependencyStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20153 }, "name": "resetApmResourceStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20169 }, "name": "resetCloudCostQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20185 }, "name": "resetEventQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20201 }, "name": "resetMetricQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20217 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20233 }, "name": "resetSloQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20131 }, "name": "apmDependencyStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmDependencyStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20147 }, "name": "apmResourceStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmResourceStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20163 }, "name": "cloudCostQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryCloudCostQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20179 }, "name": "eventQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20195 }, "name": "metricQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryMetricQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20211 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20227 }, "name": "sloQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuerySloQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20141 }, "name": "apmDependencyStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmDependencyStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20157 }, "name": "apmResourceStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmResourceStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20173 }, "name": "cloudCostQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryCloudCostQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20189 }, "name": "eventQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20205 }, "name": "metricQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryMetricQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20221 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20237 }, "name": "sloQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuerySloQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20063 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuery" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19219 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryProcessQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for process queries. Valid values are `process`, `container`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19237 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The process metric name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19255 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19261 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19225 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19231 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_normalized_cpu Dashboard#is_normalized_cpu}", "stability": "stable", "summary": "Whether to normalize the CPU percentages." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19243 }, "name": "isNormalizedCpu", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The number of hits to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19249 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort Dashboard#sort}", "stability": "stable", "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19267 }, "name": "sort", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#tag_filters Dashboard#tag_filters}", "stability": "stable", "summary": "An array of tags to filter by." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19273 }, "name": "tagFilters", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#text_filter Dashboard#text_filter}", "stability": "stable", "summary": "The text to use as a filter." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19279 }, "name": "textFilter", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryProcessQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19381 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19374 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19468 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19484 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19513 }, "name": "resetIsNormalizedCpu" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19529 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19571 }, "name": "resetSort" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19587 }, "name": "resetTagFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19603 }, "name": "resetTextFilter" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryProcessQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19472 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19488 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19501 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19517 }, "name": "isNormalizedCpuInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19533 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19546 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19559 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19575 }, "name": "sortInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19591 }, "name": "tagFiltersInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19607 }, "name": "textFilterInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19462 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19478 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19494 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19507 }, "name": "isNormalizedCpu", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19523 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19539 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19552 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19565 }, "name": "sort", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19581 }, "name": "tagFilters", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19597 }, "name": "textFilter", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19385 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryProcessQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryProcessQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuerySloQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuerySloQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19611 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuerySloQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for SLO queries. Valid values are `slo`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19629 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#measure Dashboard#measure}", "stability": "stable", "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19641 }, "name": "measure", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_id Dashboard#slo_id}", "stability": "stable", "summary": "ID of an SLO to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19653 }, "name": "sloId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#additional_query_filters Dashboard#additional_query_filters}", "stability": "stable", "summary": "Additional filters applied to the SLO query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19617 }, "name": "additionalQueryFilters", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19623 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_mode Dashboard#group_mode}", "stability": "stable", "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19635 }, "name": "groupMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19647 }, "name": "name", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_query_type Dashboard#slo_query_type}", "stability": "stable", "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19659 }, "name": "sloQueryType", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuerySloQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuerySloQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuerySloQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19747 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19740 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19822 }, "name": "resetAdditionalQueryFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19838 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19867 }, "name": "resetGroupMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19896 }, "name": "resetName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19925 }, "name": "resetSloQueryType" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuerySloQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19826 }, "name": "additionalQueryFiltersInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19842 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19855 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19871 }, "name": "groupModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19884 }, "name": "measureInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19900 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19913 }, "name": "sloIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19929 }, "name": "sloQueryTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19816 }, "name": "additionalQueryFilters", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19832 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19848 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19861 }, "name": "groupMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19877 }, "name": "measure", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19890 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19906 }, "name": "sloId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19919 }, "name": "sloQueryType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 19751 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuerySloQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuerySloQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20937 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20943 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20955 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20961 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20967 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20949 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20261 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20267 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20273 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20279 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20332 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20325 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20390 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20406 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20378 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20394 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20410 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20371 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20384 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20400 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20336 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20564 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20570 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20576 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20582 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20741 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20733 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20748 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20741 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20741 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20741 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20734 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20638 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20628 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20721 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20692 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20708 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20724 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20718 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20696 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20712 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20728 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20686 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20702 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20642 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20414 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20420 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20432 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20426 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20485 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20478 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20543 }, "name": "resetFacet" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20531 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20547 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20560 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20524 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20537 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20553 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20489 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20752 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20758 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20764 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20770 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20926 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20918 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20933 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20926 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20926 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20926 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20919 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20826 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20816 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20893 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20909 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20881 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20897 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20913 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20874 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20887 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20903 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 20830 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21034 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21027 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21117 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21133 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21149 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21120 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21136 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21152 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21104 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21114 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21130 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21146 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21124 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21140 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21092 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21156 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21108 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21085 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21098 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21038 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21836 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21842 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21854 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21860 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21866 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21848 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21160 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21166 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21172 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21178 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21231 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21224 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21289 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21305 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21277 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21293 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21309 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21270 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21283 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21299 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21235 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21463 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21469 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21475 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21481 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21640 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21632 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21647 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21640 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21640 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21640 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21633 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21537 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21527 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21620 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21591 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21607 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21623 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21617 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21595 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21611 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21627 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21585 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21601 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21541 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21313 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21319 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21331 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21325 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21384 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21377 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21442 }, "name": "resetFacet" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21430 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21446 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21459 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21423 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21436 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21452 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21388 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21651 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21657 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21663 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21669 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21825 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21817 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21832 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21825 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21825 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21825 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21818 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21725 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21715 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21792 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21808 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21780 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21796 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21812 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21773 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21786 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21802 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21729 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21933 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21926 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22016 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22032 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22048 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22019 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22035 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22051 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22003 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22013 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22029 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22045 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22023 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22039 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21991 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22055 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22007 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21984 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21997 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 21937 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQuery" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestStyle": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestStyle", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22059 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestStyle", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22065 }, "name": "palette", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestStyle" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestStyleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestStyleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22104 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22097 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22137 }, "name": "resetPalette" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestStyleOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22141 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22131 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22108 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestStyle" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestStyleOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyle": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyle", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22728 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyle", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#display Dashboard#display}", "stability": "stable", "summary": "display block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22746 }, "name": "display", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplay" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "The color palette for the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22734 }, "name": "palette", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#scaling Dashboard#scaling}", "stability": "stable", "summary": "The scaling mode for the widget. Valid values are `absolute`, `relative`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22740 }, "name": "scaling", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyle" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplay": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplay", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22613 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplay", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#type Dashboard#type}", "stability": "stable", "summary": "The display type for the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22619 }, "name": "type", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplay" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplayList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplayList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22717 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22709 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22724 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplayOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplayList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22717 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22717 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22717 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22710 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplay" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplayList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplayOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplayOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22661 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22651 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplayOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22704 }, "name": "typeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22697 }, "name": "type", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22665 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplay" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplayOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22905 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22897 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22912 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22905 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22905 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22905 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22898 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyle" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22802 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22792 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22885 }, "name": "putDisplay", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplay" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22888 }, "name": "resetDisplay" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22856 }, "name": "resetPalette" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22872 }, "name": "resetScaling" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22882 }, "name": "display", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplayList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22892 }, "name": "displayInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplay" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22860 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22876 }, "name": "scalingInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22850 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22866 }, "name": "scaling", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 22806 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyle" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinition", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3897 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinition", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_links Dashboard#custom_links}", "stability": "stable", "summary": "custom_links block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3909 }, "name": "customLinks", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionCustomLinks" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#request Dashboard#request}", "stability": "stable", "summary": "request block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3915 }, "name": "request", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequest" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title Dashboard#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3903 }, "name": "title", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinition" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionCustomLinks": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionCustomLinks", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23212 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionCustomLinks", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_hidden Dashboard#is_hidden}", "stability": "stable", "summary": "The flag for toggling context menu link visibility." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23218 }, "name": "isHidden", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "The label for the custom link URL." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23224 }, "name": "label", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#link Dashboard#link}", "stability": "stable", "summary": "The URL of the custom link." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23230 }, "name": "link", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#override_label Dashboard#override_label}", "stability": "stable", "summary": "The label ID that refers to a context menu link item." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23236 }, "name": "overrideLabel", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionCustomLinks" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionCustomLinksList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionCustomLinksList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23424 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23416 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23431 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionCustomLinksOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionCustomLinksList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23424 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23424 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23424 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23417 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionCustomLinks" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionCustomLinksList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionCustomLinksOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionCustomLinksOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23299 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23289 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23359 }, "name": "resetIsHidden" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23375 }, "name": "resetLabel" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23391 }, "name": "resetLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23407 }, "name": "resetOverrideLabel" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionCustomLinksOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23363 }, "name": "isHiddenInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23379 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23395 }, "name": "linkInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23411 }, "name": "overrideLabelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23353 }, "name": "isHidden", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23369 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23385 }, "name": "link", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23401 }, "name": "overrideLabel", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23303 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionCustomLinks" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionCustomLinksOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3968 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3961 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4026 }, "name": "putCustomLinks", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionCustomLinks" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4042 }, "name": "putRequest", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequest" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4029 }, "name": "resetCustomLinks" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4045 }, "name": "resetRequest" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4013 }, "name": "resetTitle" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4023 }, "name": "customLinks", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionCustomLinksList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4039 }, "name": "request", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4033 }, "name": "customLinksInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionCustomLinks" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4049 }, "name": "requestInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequest" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4017 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4007 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3972 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinition" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequest": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequest", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3744 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequest", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#formula Dashboard#formula}", "stability": "stable", "summary": "formula block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3750 }, "name": "formula", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormula" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3756 }, "name": "query", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuery" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequest" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormula": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormula", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 176 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormula", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#formula_expression Dashboard#formula_expression}", "stability": "stable", "summary": "A string expression built from queries, formulas, and functions." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 194 }, "name": "formulaExpression", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#alias Dashboard#alias}", "stability": "stable", "summary": "An expression alias." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 182 }, "name": "alias", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cell_display_mode Dashboard#cell_display_mode}", "stability": "stable", "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 188 }, "name": "cellDisplayMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#conditional_formats Dashboard#conditional_formats}", "stability": "stable", "summary": "conditional_formats block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 200 }, "name": "conditionalFormats", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "limit block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 206 }, "name": "limit", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaLimit" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#number_format Dashboard#number_format}", "stability": "stable", "summary": "number_format block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 212 }, "name": "numberFormat", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormat" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#style Dashboard#style}", "stability": "stable", "summary": "style block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 218 }, "name": "style", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaStyle" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormula" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaConditionalFormats": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaConditionalFormats", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23435 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaConditionalFormats", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#comparator Dashboard#comparator}", "stability": "stable", "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23441 }, "name": "comparator", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "The color palette to apply." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23477 }, "name": "palette", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#value Dashboard#value}", "stability": "stable", "summary": "A value for the comparator." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23489 }, "name": "value", "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}", "stability": "stable", "summary": "The color palette to apply to the background, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23447 }, "name": "customBgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}", "stability": "stable", "summary": "The color palette to apply to the foreground, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23453 }, "name": "customFgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#hide_value Dashboard#hide_value}", "stability": "stable", "summary": "Setting this to True hides values." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23459 }, "name": "hideValue", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#image_url Dashboard#image_url}", "stability": "stable", "summary": "Displays an image as the background." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23465 }, "name": "imageUrl", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The metric from the request to correlate with this conditional format." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23471 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#timeframe Dashboard#timeframe}", "stability": "stable", "summary": "Defines the displayed timeframe." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23483 }, "name": "timeframe", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaConditionalFormats" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaConditionalFormatsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaConditionalFormatsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23813 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23805 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23820 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaConditionalFormatsOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaConditionalFormatsList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23813 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23813 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23813 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23806 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaConditionalFormatsList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaConditionalFormatsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaConditionalFormatsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23587 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23577 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23690 }, "name": "resetCustomBgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23706 }, "name": "resetCustomFgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23722 }, "name": "resetHideValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23738 }, "name": "resetImageUrl" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23754 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23783 }, "name": "resetTimeframe" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaConditionalFormatsOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23678 }, "name": "comparatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23694 }, "name": "customBgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23710 }, "name": "customFgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23726 }, "name": "hideValueInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23742 }, "name": "imageUrlInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23758 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23771 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23787 }, "name": "timeframeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23800 }, "name": "valueInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23671 }, "name": "comparator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23684 }, "name": "customBgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23700 }, "name": "customFgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23716 }, "name": "hideValue", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23732 }, "name": "imageUrl", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23748 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23764 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23777 }, "name": "timeframe", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23793 }, "name": "value", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23591 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaConditionalFormats" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaConditionalFormatsOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaLimit": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaLimit", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23824 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaLimit", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#count Dashboard#count}", "stability": "stable", "summary": "The number of results to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23830 }, "name": "count", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23836 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaLimit" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaLimitOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaLimitOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23882 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23875 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23921 }, "name": "resetCount" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23937 }, "name": "resetOrder" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaLimitOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23925 }, "name": "countInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23941 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23915 }, "name": "count", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23931 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23886 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaLimit" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaLimitOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 490 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 482 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 497 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 490 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 490 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 490 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 483 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormula" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormat": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormat", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 24348 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormat", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit Dashboard#unit}", "stability": "stable", "summary": "unit block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 24354 }, "name": "unit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnit" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_scale Dashboard#unit_scale}", "stability": "stable", "summary": "unit_scale block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 24360 }, "name": "unitScale", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitScale" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormat" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 24406 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 24399 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 24442 }, "name": "putUnit", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnit" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 24455 }, "name": "putUnitScale", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitScale" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 24458 }, "name": "resetUnitScale" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 24439 }, "name": "unit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 24452 }, "name": "unitScale", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 24446 }, "name": "unitInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnit" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 24462 }, "name": "unitScaleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitScale" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 24410 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormat" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnit": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnit", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 24146 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnit", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#canonical Dashboard#canonical}", "stability": "stable", "summary": "canonical block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 24152 }, "name": "canonical", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCanonical" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom Dashboard#custom}", "stability": "stable", "summary": "custom block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 24158 }, "name": "custom", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCustom" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnit" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCanonical": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCanonical", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23945 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCanonical", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_name Dashboard#unit_name}", "stability": "stable", "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23957 }, "name": "unitName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#per_unit_name Dashboard#per_unit_name}", "stability": "stable", "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23951 }, "name": "perUnitName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCanonical" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 24003 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 23996 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 24042 }, "name": "resetPerUnitName" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 24046 }, "name": "perUnitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 24059 }, "name": "unitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 24036 }, "name": "perUnitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 24052 }, "name": "unitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 24007 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCanonical" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCustom": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCustom", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 24063 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCustom", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "Unit label." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 24069 }, "name": "label", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCustom" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 24108 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 24101 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 24142 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 24135 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 24112 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCustom" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 24204 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 24197 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 24240 }, "name": "putCanonical", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCanonical" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 24256 }, "name": "putCustom", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCustom" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 24243 }, "name": "resetCanonical" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 24259 }, "name": "resetCustom" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 24237 }, "name": "canonical", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 24253 }, "name": "custom", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 24247 }, "name": "canonicalInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCanonical" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 24263 }, "name": "customInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCustom" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 24208 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnit" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitScale": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitScale", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 24267 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitScale", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_name Dashboard#unit_name}." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 24271 }, "name": "unitName", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitScale" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 24310 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 24303 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 24344 }, "name": "unitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 24337 }, "name": "unitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs2800.ts", "line": 24314 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitScale" } } ], "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.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": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 292 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 422 }, "name": "putConditionalFormats", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 438 }, "name": "putLimit", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaLimit" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 454 }, "name": "putNumberFormat", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormat" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 470 }, "name": "putStyle", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaStyle" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 380 }, "name": "resetAlias" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 396 }, "name": "resetCellDisplayMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 425 }, "name": "resetConditionalFormats" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 441 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 457 }, "name": "resetNumberFormat" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 473 }, "name": "resetStyle" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 419 }, "name": "conditionalFormats", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaConditionalFormatsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 435 }, "name": "limit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaLimitOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 451 }, "name": "numberFormat", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 467 }, "name": "style", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaStyleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 384 }, "name": "aliasInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 400 }, "name": "cellDisplayModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 429 }, "name": "conditionalFormatsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 413 }, "name": "formulaExpressionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 445 }, "name": "limitInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaLimit" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 461 }, "name": "numberFormatInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormat" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 477 }, "name": "styleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaStyle" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 374 }, "name": "alias", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 390 }, "name": "cellDisplayMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 406 }, "name": "formulaExpression", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 306 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormula" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaStyle": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaStyle", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 55 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaStyle", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "The color palette used to display the formula." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 61 }, "name": "palette", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette_index Dashboard#palette_index}", "stability": "stable", "summary": "Index specifying which color to use within the palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 67 }, "name": "paletteIndex", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaStyle" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaStyleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaStyleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 113 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 106 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 152 }, "name": "resetPalette" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 168 }, "name": "resetPaletteIndex" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaStyleOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 172 }, "name": "paletteIndexInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 156 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 146 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 162 }, "name": "paletteIndex", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 117 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaStyle" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaStyleOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3886 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3878 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3893 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3886 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3886 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3886 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3879 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequest" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-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" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3795 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3850 }, "name": "putFormula", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormula" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3866 }, "name": "putQuery", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuery" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3853 }, "name": "resetFormula" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3869 }, "name": "resetQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3847 }, "name": "formula", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3863 }, "name": "query", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3857 }, "name": "formulaInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormula" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3873 }, "name": "queryInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuery" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3809 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequest" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3416 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_dependency_stats_query Dashboard#apm_dependency_stats_query}", "stability": "stable", "summary": "apm_dependency_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3422 }, "name": "apmDependencyStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmDependencyStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_resource_stats_query Dashboard#apm_resource_stats_query}", "stability": "stable", "summary": "apm_resource_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3428 }, "name": "apmResourceStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmResourceStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cloud_cost_query Dashboard#cloud_cost_query}", "stability": "stable", "summary": "cloud_cost_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3434 }, "name": "cloudCostQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryCloudCostQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#event_query Dashboard#event_query}", "stability": "stable", "summary": "event_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3440 }, "name": "eventQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric_query Dashboard#metric_query}", "stability": "stable", "summary": "metric_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3446 }, "name": "metricQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryMetricQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#process_query Dashboard#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3452 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_query Dashboard#slo_query}", "stability": "stable", "summary": "slo_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3458 }, "name": "sloQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuerySloQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmDependencyStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmDependencyStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 501 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmDependencyStatsQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 513 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#env Dashboard#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 519 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 531 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#operation_name Dashboard#operation_name}", "stability": "stable", "summary": "Name of operation on service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 537 }, "name": "operationName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#resource_name Dashboard#resource_name}", "stability": "stable", "summary": "APM resource." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 555 }, "name": "resourceName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#service Dashboard#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 561 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#stat Dashboard#stat}", "stability": "stable", "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 567 }, "name": "stat", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 507 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_upstream Dashboard#is_upstream}", "stability": "stable", "summary": "Determines whether stats for upstream or downstream dependencies should be queried." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 525 }, "name": "isUpstream", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}", "stability": "stable", "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 543 }, "name": "primaryTagName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}", "stability": "stable", "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 549 }, "name": "primaryTagValue", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmDependencyStatsQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmDependencyStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmDependencyStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 676 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 669 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 769 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 811 }, "name": "resetIsUpstream" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 853 }, "name": "resetPrimaryTagName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 869 }, "name": "resetPrimaryTagValue" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmDependencyStatsQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 773 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 786 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 799 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 815 }, "name": "isUpstreamInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 828 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 841 }, "name": "operationNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 857 }, "name": "primaryTagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 873 }, "name": "primaryTagValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 886 }, "name": "resourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 899 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 912 }, "name": "statInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 763 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 779 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 792 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 805 }, "name": "isUpstream", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 821 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 834 }, "name": "operationName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 847 }, "name": "primaryTagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 863 }, "name": "primaryTagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 879 }, "name": "resourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 892 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 905 }, "name": "stat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 680 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmDependencyStatsQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmDependencyStatsQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmResourceStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmResourceStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 916 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmResourceStatsQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 928 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#env Dashboard#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 934 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 946 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#service Dashboard#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 976 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#stat Dashboard#stat}", "stability": "stable", "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 982 }, "name": "stat", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 922 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "Array of fields to group results by." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 940 }, "name": "groupBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#operation_name Dashboard#operation_name}", "stability": "stable", "summary": "Name of operation on service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 952 }, "name": "operationName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}", "stability": "stable", "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 958 }, "name": "primaryTagName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}", "stability": "stable", "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 964 }, "name": "primaryTagValue", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#resource_name Dashboard#resource_name}", "stability": "stable", "summary": "APM resource." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 970 }, "name": "resourceName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmResourceStatsQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmResourceStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmResourceStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 1091 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 1084 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 1184 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 1226 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 1255 }, "name": "resetOperationName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 1271 }, "name": "resetPrimaryTagName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 1287 }, "name": "resetPrimaryTagValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 1303 }, "name": "resetResourceName" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmResourceStatsQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 1188 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 1201 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 1214 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 1230 }, "name": "groupByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 1243 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 1259 }, "name": "operationNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 1275 }, "name": "primaryTagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 1291 }, "name": "primaryTagValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 1307 }, "name": "resourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 1320 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 1333 }, "name": "statInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 1178 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 1194 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 1207 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 1220 }, "name": "groupBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 1236 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 1249 }, "name": "operationName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 1265 }, "name": "primaryTagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 1281 }, "name": "primaryTagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 1297 }, "name": "resourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 1313 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 1326 }, "name": "stat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 1095 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmResourceStatsQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmResourceStatsQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryCloudCostQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryCloudCostQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 1337 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryCloudCostQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 1355 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 1361 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The cloud cost query definition." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 1367 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 1343 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 1349 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryCloudCostQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryCloudCostQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryCloudCostQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.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/index-structs/structs3200.ts", "line": 1427 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 1491 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 1507 }, "name": "resetCrossOrgUuids" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryCloudCostQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 1495 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 1511 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 1524 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 1537 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 1550 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 1485 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 1501 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 1517 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 1530 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 1543 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 1438 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryCloudCostQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryCloudCostQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2160 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute Dashboard#compute}", "stability": "stable", "summary": "compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2196 }, "name": "compute", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for event platform-based queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2172 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2184 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2166 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2202 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#indexes Dashboard#indexes}", "stability": "stable", "summary": "An array of index names to query in the stream." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2178 }, "name": "indexes", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search Dashboard#search}", "stability": "stable", "summary": "search block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2208 }, "name": "search", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuerySearch" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#storage Dashboard#storage}", "stability": "stable", "summary": "Storage location (private beta)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2190 }, "name": "storage", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 1554 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation methods for event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 1560 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "A time interval in milliseconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 1566 }, "name": "interval", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The measurable attribute to compute." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 1572 }, "name": "metric", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 1728 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 1720 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 1735 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 1728 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 1728 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 1728 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 1721 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 1628 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 1618 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 1695 }, "name": "resetInterval" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 1711 }, "name": "resetMetric" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 1683 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 1699 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 1715 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 1676 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 1689 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 1705 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 1632 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 1892 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The event facet." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 1898 }, "name": "facet", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The number of groups to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 1904 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort Dashboard#sort}", "stability": "stable", "summary": "sort block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 1910 }, "name": "sort", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBySort" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.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/index-structs/structs3200.ts", "line": 2058 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.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.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2066 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.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/index-structs/structs3200.ts", "line": 2066 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2059 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.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/index-structs/structs3200.ts", "line": 1956 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2046 }, "name": "putSort", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBySort" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2033 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2049 }, "name": "resetSort" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2043 }, "name": "sort", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBySortOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2021 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2037 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2053 }, "name": "sortInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBySort" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2014 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2027 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 1970 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBySort": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBySort", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 1739 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBySort", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation methods for the event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 1745 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The metric used for sorting group by results." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 1751 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Direction of sort. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 1757 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBySort" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBySortOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBySortOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 1810 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 1803 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 1868 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 1884 }, "name": "resetOrder" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBySortOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 1856 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 1872 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 1888 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 1849 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 1862 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 1878 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 1814 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBySort" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBySortOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2296 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2289 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2442 }, "name": "putCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2455 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2471 }, "name": "putSearch", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuerySearch" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2371 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2458 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2400 }, "name": "resetIndexes" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2474 }, "name": "resetSearch" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2429 }, "name": "resetStorage" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2439 }, "name": "compute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2452 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2468 }, "name": "search", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuerySearchOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2446 }, "name": "computeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2375 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2388 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2462 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2404 }, "name": "indexesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2417 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2478 }, "name": "searchInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuerySearch" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2433 }, "name": "storageInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2365 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2381 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2394 }, "name": "indexes", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2410 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2423 }, "name": "storage", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2300 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuerySearch": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuerySearch", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2077 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuerySearch", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The events search string." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2083 }, "name": "query", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuerySearch" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuerySearchOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuerySearchOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2122 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2115 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuerySearchOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2156 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2149 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2126 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuerySearch" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuerySearchOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3733 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3725 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3740 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3733 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3733 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3733 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3726 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuery" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryMetricQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryMetricQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2482 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryMetricQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2506 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The metrics query definition." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2512 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2488 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2494 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for metrics queries. Defaults to `\"metrics\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2500 }, "name": "dataSource", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryMetricQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryMetricQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryMetricQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2579 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2572 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2636 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2652 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2668 }, "name": "resetDataSource" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryMetricQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2640 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2656 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2672 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2685 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2698 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2630 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2646 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2662 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2678 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2691 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2583 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryMetricQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryMetricQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.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" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3532 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3617 }, "name": "putApmDependencyStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmDependencyStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3633 }, "name": "putApmResourceStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmResourceStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3649 }, "name": "putCloudCostQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryCloudCostQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3665 }, "name": "putEventQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3681 }, "name": "putMetricQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryMetricQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3697 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3713 }, "name": "putSloQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuerySloQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3620 }, "name": "resetApmDependencyStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3636 }, "name": "resetApmResourceStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3652 }, "name": "resetCloudCostQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3668 }, "name": "resetEventQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3684 }, "name": "resetMetricQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3700 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3716 }, "name": "resetSloQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3614 }, "name": "apmDependencyStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmDependencyStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3630 }, "name": "apmResourceStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmResourceStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3646 }, "name": "cloudCostQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryCloudCostQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3662 }, "name": "eventQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3678 }, "name": "metricQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryMetricQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3694 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3710 }, "name": "sloQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuerySloQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3624 }, "name": "apmDependencyStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmDependencyStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3640 }, "name": "apmResourceStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmResourceStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3656 }, "name": "cloudCostQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryCloudCostQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3672 }, "name": "eventQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3688 }, "name": "metricQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryMetricQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3704 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3720 }, "name": "sloQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuerySloQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3546 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuery" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2702 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryProcessQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for process queries. Valid values are `process`, `container`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2720 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The process metric name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2738 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2744 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2708 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2714 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_normalized_cpu Dashboard#is_normalized_cpu}", "stability": "stable", "summary": "Whether to normalize the CPU percentages." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2726 }, "name": "isNormalizedCpu", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The number of hits to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2732 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort Dashboard#sort}", "stability": "stable", "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2750 }, "name": "sort", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#tag_filters Dashboard#tag_filters}", "stability": "stable", "summary": "An array of tags to filter by." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2756 }, "name": "tagFilters", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#text_filter Dashboard#text_filter}", "stability": "stable", "summary": "The text to use as a filter." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2762 }, "name": "textFilter", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryProcessQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2864 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2857 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2951 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2967 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2996 }, "name": "resetIsNormalizedCpu" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3012 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3054 }, "name": "resetSort" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3070 }, "name": "resetTagFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3086 }, "name": "resetTextFilter" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryProcessQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2955 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2971 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2984 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3000 }, "name": "isNormalizedCpuInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3016 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3029 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3042 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3058 }, "name": "sortInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3074 }, "name": "tagFiltersInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3090 }, "name": "textFilterInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2945 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2961 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2977 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2990 }, "name": "isNormalizedCpu", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3006 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3022 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3035 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3048 }, "name": "sort", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3064 }, "name": "tagFilters", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3080 }, "name": "textFilter", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 2868 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryProcessQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryProcessQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuerySloQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuerySloQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3094 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuerySloQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for SLO queries. Valid values are `slo`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3112 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#measure Dashboard#measure}", "stability": "stable", "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3124 }, "name": "measure", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_id Dashboard#slo_id}", "stability": "stable", "summary": "ID of an SLO to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3136 }, "name": "sloId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#additional_query_filters Dashboard#additional_query_filters}", "stability": "stable", "summary": "Additional filters applied to the SLO query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3100 }, "name": "additionalQueryFilters", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3106 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_mode Dashboard#group_mode}", "stability": "stable", "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3118 }, "name": "groupMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3130 }, "name": "name", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_query_type Dashboard#slo_query_type}", "stability": "stable", "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3142 }, "name": "sloQueryType", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuerySloQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuerySloQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuerySloQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3230 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3223 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3305 }, "name": "resetAdditionalQueryFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3321 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3350 }, "name": "resetGroupMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3379 }, "name": "resetName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3408 }, "name": "resetSloQueryType" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuerySloQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3309 }, "name": "additionalQueryFiltersInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3325 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3338 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3354 }, "name": "groupModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3367 }, "name": "measureInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3383 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3396 }, "name": "sloIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3412 }, "name": "sloQueryTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3299 }, "name": "additionalQueryFilters", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3315 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3331 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3344 }, "name": "groupMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3360 }, "name": "measure", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3373 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3389 }, "name": "sloId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3402 }, "name": "sloQueryType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 3234 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuerySloQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuerySloQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfig", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4996 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfig", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort Dashboard#sort}", "stability": "stable", "summary": "sort block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5008 }, "name": "sort", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigSort" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#split_dimensions Dashboard#split_dimensions}", "stability": "stable", "summary": "split_dimensions block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5014 }, "name": "splitDimensions", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigSplitDimensions" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "Maximum number of graphs to display in the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5002 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#static_splits Dashboard#static_splits}", "stability": "stable", "summary": "static_splits block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5020 }, "name": "staticSplits", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigStaticSplits" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfig" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5080 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5073 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5144 }, "name": "putSort", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigSort" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5157 }, "name": "putSplitDimensions", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigSplitDimensions" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5170 }, "name": "putStaticSplits", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigStaticSplits" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5131 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5173 }, "name": "resetStaticSplits" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5141 }, "name": "sort", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigSortOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5154 }, "name": "splitDimensions", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigSplitDimensionsOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5167 }, "name": "staticSplits", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigStaticSplitsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5135 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5148 }, "name": "sortInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigSort" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5161 }, "name": "splitDimensionsInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigSplitDimensions" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5177 }, "name": "staticSplitsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigStaticSplits" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5125 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5084 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfig" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigSort": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigSort", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4537 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigSort", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4543 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute Dashboard#compute}", "stability": "stable", "summary": "compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4549 }, "name": "compute", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigSortCompute" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigSort" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigSortCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigSortCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4419 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigSortCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The metric to use for sorting graphs." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4431 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "How to aggregate the sort metric for the purposes of ordering." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4425 }, "name": "aggregation", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigSortCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigSortComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigSortComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4477 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4470 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4516 }, "name": "resetAggregation" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigSortComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4520 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4533 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4510 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4526 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4481 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigSortCompute" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigSortComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigSortOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigSortOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4595 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4588 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4644 }, "name": "putCompute", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigSortCompute" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4647 }, "name": "resetCompute" } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigSortOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4641 }, "name": "compute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigSortComputeOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4651 }, "name": "computeInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigSortCompute" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4635 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4628 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4599 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigSort" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigSortOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigSplitDimensions": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigSplitDimensions", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4655 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigSplitDimensions", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "For metrics, it's a tag. For the events platform, it's an attribute or tag.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#one_graph_per Dashboard#one_graph_per}", "stability": "stable", "summary": "The system interprets this attribute differently depending on the data source of the query being split." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4661 }, "name": "oneGraphPer", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigSplitDimensions" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigSplitDimensionsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigSplitDimensionsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4700 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4693 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigSplitDimensionsOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4734 }, "name": "oneGraphPerInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4727 }, "name": "oneGraphPer", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4704 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigSplitDimensions" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigSplitDimensionsOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigStaticSplits": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigStaticSplits", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4881 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigStaticSplits", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#split_vector Dashboard#split_vector}", "stability": "stable", "summary": "split_vector block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4887 }, "name": "splitVector", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigStaticSplitsSplitVector" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigStaticSplits" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigStaticSplitsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigStaticSplitsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4985 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4977 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4992 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigStaticSplitsOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigStaticSplitsList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4985 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4985 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4985 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4978 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigStaticSplits" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigStaticSplitsList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigStaticSplitsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigStaticSplitsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4929 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4919 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4968 }, "name": "putSplitVector", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigStaticSplitsSplitVector" }, "kind": "array" } } ] } } } ] } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigStaticSplitsOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4965 }, "name": "splitVector", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigStaticSplitsSplitVectorList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4972 }, "name": "splitVectorInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigStaticSplitsSplitVector" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4933 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigStaticSplits" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigStaticSplitsOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigStaticSplitsSplitVector": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigStaticSplitsSplitVector", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4738 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigStaticSplitsSplitVector", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#tag_key Dashboard#tag_key}." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4742 }, "name": "tagKey", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#tag_values Dashboard#tag_values}." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4746 }, "name": "tagValues", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigStaticSplitsSplitVector" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigStaticSplitsSplitVectorList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigStaticSplitsSplitVectorList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4870 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4862 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4877 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigStaticSplitsSplitVectorOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigStaticSplitsSplitVectorList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4870 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4870 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4870 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4863 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigStaticSplitsSplitVector" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigStaticSplitsSplitVectorList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigStaticSplitsSplitVectorOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigStaticSplitsSplitVectorOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4795 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4785 }, "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigStaticSplitsSplitVectorOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4844 }, "name": "tagKeyInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4857 }, "name": "tagValuesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4837 }, "name": "tagKey", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4850 }, "name": "tagValues", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 4799 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigStaticSplitsSplitVector" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigStaticSplitsSplitVectorOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinition", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16748 }, "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinition", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_link Dashboard#custom_link}", "stability": "stable", "summary": "custom_link block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16784 }, "name": "customLink", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#hide_total Dashboard#hide_total}", "stability": "stable", "summary": "Whether or not to show the total value in the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16754 }, "name": "hideTotal", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#legend_inline Dashboard#legend_inline}", "stability": "stable", "summary": "legend_inline block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16790 }, "name": "legendInline", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendInline" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#legend_table Dashboard#legend_table}", "stability": "stable", "summary": "legend_table block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16796 }, "name": "legendTable", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendTable" } }, { "abstract": true, "docs": { "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#live_span Dashboard#live_span}", "stability": "stable", "summary": "The timeframe to use when displaying the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16760 }, "name": "liveSpan", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#request Dashboard#request}", "stability": "stable", "summary": "request block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16802 }, "name": "request", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequest" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title Dashboard#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16766 }, "name": "title", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_align Dashboard#title_align}", "stability": "stable", "summary": "The alignment of the widget's title. One of `left`, `center`, or `right`. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16772 }, "name": "titleAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_size Dashboard#title_size}", "stability": "stable", "summary": "The size of the widget's title. Default is 16." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16778 }, "name": "titleSize", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinition" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionCustomLink": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionCustomLink", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5433 }, "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionCustomLink", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_hidden Dashboard#is_hidden}", "stability": "stable", "summary": "The flag for toggling context menu link visibility." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5439 }, "name": "isHidden", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "The label for the custom link URL." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5445 }, "name": "label", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#link Dashboard#link}", "stability": "stable", "summary": "The URL of the custom link." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5451 }, "name": "link", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#override_label Dashboard#override_label}", "stability": "stable", "summary": "The label ID that refers to a context menu link item." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5457 }, "name": "overrideLabel", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionCustomLink" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionCustomLinkList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionCustomLinkList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5645 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5637 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5652 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionCustomLinkOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionCustomLinkList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5645 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5645 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5645 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5638 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionCustomLink" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionCustomLinkList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionCustomLinkOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionCustomLinkOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5520 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5510 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5580 }, "name": "resetIsHidden" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5596 }, "name": "resetLabel" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5612 }, "name": "resetLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5628 }, "name": "resetOverrideLabel" } ], "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionCustomLinkOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5584 }, "name": "isHiddenInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5600 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5616 }, "name": "linkInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5632 }, "name": "overrideLabelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5574 }, "name": "isHidden", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5590 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5606 }, "name": "link", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5622 }, "name": "overrideLabel", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5524 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionCustomLink" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionCustomLinkOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendInline": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendInline", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5656 }, "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendInline", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#type Dashboard#type}", "stability": "stable", "summary": "The type of legend (inline or automatic). Valid values are `inline`, `automatic`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5674 }, "name": "type", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#hide_percent Dashboard#hide_percent}", "stability": "stable", "summary": "Whether to hide the percentages of the groups." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5662 }, "name": "hidePercent", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#hide_value Dashboard#hide_value}", "stability": "stable", "summary": "Whether to hide the values of the groups." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5668 }, "name": "hideValue", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendInline" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendInlineOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendInlineOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.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" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5720 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5772 }, "name": "resetHidePercent" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5788 }, "name": "resetHideValue" } ], "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendInlineOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5776 }, "name": "hidePercentInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5792 }, "name": "hideValueInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5805 }, "name": "typeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5766 }, "name": "hidePercent", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5782 }, "name": "hideValue", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5798 }, "name": "type", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5731 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendInline" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendInlineOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendTable": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendTable", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5809 }, "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendTable", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#type Dashboard#type}", "stability": "stable", "summary": "The type of legend (table or none). Valid values are `table`, `none`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5815 }, "name": "type", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendTable" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendTableOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendTableOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5854 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5847 }, "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendTableOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5888 }, "name": "typeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5881 }, "name": "type", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5858 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendTable" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendTableOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.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" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16890 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17055 }, "name": "putCustomLink", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionCustomLink" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17071 }, "name": "putLegendInline", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendInline" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17087 }, "name": "putLegendTable", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendTable" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17103 }, "name": "putRequest", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequest" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17058 }, "name": "resetCustomLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16978 }, "name": "resetHideTotal" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17074 }, "name": "resetLegendInline" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17090 }, "name": "resetLegendTable" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16994 }, "name": "resetLiveSpan" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17106 }, "name": "resetRequest" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17010 }, "name": "resetTitle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17026 }, "name": "resetTitleAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17042 }, "name": "resetTitleSize" } ], "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17052 }, "name": "customLink", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionCustomLinkList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17068 }, "name": "legendInline", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendInlineOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17084 }, "name": "legendTable", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendTableOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17100 }, "name": "request", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17062 }, "name": "customLinkInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16982 }, "name": "hideTotalInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17078 }, "name": "legendInlineInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendInline" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17094 }, "name": "legendTableInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendTable" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16998 }, "name": "liveSpanInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17110 }, "name": "requestInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequest" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17030 }, "name": "titleAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17014 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17046 }, "name": "titleSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16972 }, "name": "hideTotal", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16988 }, "name": "liveSpan", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17004 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17020 }, "name": "titleAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17036 }, "name": "titleSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16901 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinition" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequest": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequest", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16280 }, "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequest", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_query Dashboard#apm_query}", "stability": "stable", "summary": "apm_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16292 }, "name": "apmQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#audit_query Dashboard#audit_query}", "stability": "stable", "summary": "audit_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16298 }, "name": "auditQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#formula Dashboard#formula}", "stability": "stable", "summary": "formula block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16304 }, "name": "formula", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormula" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#log_query Dashboard#log_query}", "stability": "stable", "summary": "log_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16310 }, "name": "logQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#network_query Dashboard#network_query}", "stability": "stable", "summary": "network_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16316 }, "name": "networkQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#process_query Dashboard#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16322 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#q Dashboard#q}", "stability": "stable", "summary": "The metric query to use for this widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16286 }, "name": "q", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16328 }, "name": "query", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQuery" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#rum_query Dashboard#rum_query}", "stability": "stable", "summary": "rum_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16334 }, "name": "rumQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#security_query Dashboard#security_query}", "stability": "stable", "summary": "security_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16340 }, "name": "securityQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#style Dashboard#style}", "stability": "stable", "summary": "style block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16346 }, "name": "style", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestStyle" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequest" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6568 }, "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6574 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6586 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6592 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6598 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6580 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5892 }, "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5898 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5904 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5910 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5963 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5956 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6021 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6037 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6009 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6025 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6041 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6002 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6015 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6031 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 5967 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6195 }, "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6201 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6207 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6213 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.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": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6364 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6379 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6372 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6372 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6372 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6365 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6269 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6259 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6352 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6323 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6339 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6355 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6349 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6327 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6343 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6359 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6317 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6333 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6273 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6045 }, "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6051 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6063 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6057 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6116 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6109 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6174 }, "name": "resetFacet" } ], "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6162 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6178 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6191 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6155 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6168 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6184 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6120 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6383 }, "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6389 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6395 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6401 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6557 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6549 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6564 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6557 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6557 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6557 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6550 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6457 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6447 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6524 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6540 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6512 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6528 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6544 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6505 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6518 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6534 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6461 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6665 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6658 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6748 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6764 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6780 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6751 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6767 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6783 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6735 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6745 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6761 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6777 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6755 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6771 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6723 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6787 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6739 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6716 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6729 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6669 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7467 }, "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7473 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7485 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7491 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7497 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7479 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6791 }, "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6797 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6803 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6809 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6862 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6855 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6920 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6936 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6908 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6924 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6940 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6901 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6914 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6930 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6866 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7094 }, "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7100 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7106 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7112 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.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/index-structs/structs3200.ts", "line": 7263 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.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.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7271 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.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/index-structs/structs3200.ts", "line": 7271 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7264 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.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/index-structs/structs3200.ts", "line": 7158 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7251 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7222 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7238 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7254 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7248 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7226 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7242 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7258 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7216 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7232 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7172 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6944 }, "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6950 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6962 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 6956 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7015 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7008 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7073 }, "name": "resetFacet" } ], "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7061 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7077 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7090 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7054 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7067 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7083 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7019 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7282 }, "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7288 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7294 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7300 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7456 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7448 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7463 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7456 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7456 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7456 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7449 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7356 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7346 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7423 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7439 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7411 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7427 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7443 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7404 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7417 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7433 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7360 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7564 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7557 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7647 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7663 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7679 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7650 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7666 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7682 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7634 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7644 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7660 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7676 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7654 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7670 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7622 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7686 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7638 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7615 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7628 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7568 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormula": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormula", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8842 }, "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormula", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#formula_expression Dashboard#formula_expression}", "stability": "stable", "summary": "A string expression built from queries, formulas, and functions." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8860 }, "name": "formulaExpression", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#alias Dashboard#alias}", "stability": "stable", "summary": "An expression alias." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8848 }, "name": "alias", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cell_display_mode Dashboard#cell_display_mode}", "stability": "stable", "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8854 }, "name": "cellDisplayMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#conditional_formats Dashboard#conditional_formats}", "stability": "stable", "summary": "conditional_formats block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8866 }, "name": "conditionalFormats", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "limit block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8872 }, "name": "limit", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaLimit" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#number_format Dashboard#number_format}", "stability": "stable", "summary": "number_format block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8878 }, "name": "numberFormat", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormat" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#style Dashboard#style}", "stability": "stable", "summary": "style block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8884 }, "name": "style", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaStyle" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormula" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaConditionalFormats": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaConditionalFormats", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7690 }, "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaConditionalFormats", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#comparator Dashboard#comparator}", "stability": "stable", "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7696 }, "name": "comparator", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "The color palette to apply." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7732 }, "name": "palette", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#value Dashboard#value}", "stability": "stable", "summary": "A value for the comparator." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7744 }, "name": "value", "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}", "stability": "stable", "summary": "The color palette to apply to the background, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7702 }, "name": "customBgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}", "stability": "stable", "summary": "The color palette to apply to the foreground, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7708 }, "name": "customFgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#hide_value Dashboard#hide_value}", "stability": "stable", "summary": "Setting this to True hides values." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7714 }, "name": "hideValue", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#image_url Dashboard#image_url}", "stability": "stable", "summary": "Displays an image as the background." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7720 }, "name": "imageUrl", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The metric from the request to correlate with this conditional format." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7726 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#timeframe Dashboard#timeframe}", "stability": "stable", "summary": "Defines the displayed timeframe." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7738 }, "name": "timeframe", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaConditionalFormats" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaConditionalFormatsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaConditionalFormatsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8068 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8060 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8075 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaConditionalFormatsOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaConditionalFormatsList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8068 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8068 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8068 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8061 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaConditionalFormatsList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaConditionalFormatsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaConditionalFormatsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7842 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7832 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7945 }, "name": "resetCustomBgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7961 }, "name": "resetCustomFgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7977 }, "name": "resetHideValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7993 }, "name": "resetImageUrl" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8009 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8038 }, "name": "resetTimeframe" } ], "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaConditionalFormatsOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7933 }, "name": "comparatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7949 }, "name": "customBgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7965 }, "name": "customFgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7981 }, "name": "hideValueInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7997 }, "name": "imageUrlInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8013 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8026 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8042 }, "name": "timeframeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8055 }, "name": "valueInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7926 }, "name": "comparator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7939 }, "name": "customBgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7955 }, "name": "customFgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7971 }, "name": "hideValue", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7987 }, "name": "imageUrl", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8003 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8019 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8032 }, "name": "timeframe", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8048 }, "name": "value", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 7846 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaConditionalFormats" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaConditionalFormatsOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaLimit": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaLimit", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8079 }, "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaLimit", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#count Dashboard#count}", "stability": "stable", "summary": "The number of results to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8085 }, "name": "count", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8091 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaLimit" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaLimitOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaLimitOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8137 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8130 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8176 }, "name": "resetCount" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8192 }, "name": "resetOrder" } ], "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaLimitOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8180 }, "name": "countInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8196 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8170 }, "name": "count", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8186 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8141 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaLimit" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaLimitOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.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": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9148 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9163 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9156 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9156 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9156 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9149 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormula" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormat": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormat", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8603 }, "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormat", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit Dashboard#unit}", "stability": "stable", "summary": "unit block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8609 }, "name": "unit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnit" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_scale Dashboard#unit_scale}", "stability": "stable", "summary": "unit_scale block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8615 }, "name": "unitScale", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScale" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormat" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8661 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8654 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8697 }, "name": "putUnit", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnit" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8710 }, "name": "putUnitScale", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScale" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8713 }, "name": "resetUnitScale" } ], "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8694 }, "name": "unit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8707 }, "name": "unitScale", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScaleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8701 }, "name": "unitInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnit" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8717 }, "name": "unitScaleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScale" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8665 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormat" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnit": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnit", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8401 }, "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnit", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#canonical Dashboard#canonical}", "stability": "stable", "summary": "canonical block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8407 }, "name": "canonical", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonical" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom Dashboard#custom}", "stability": "stable", "summary": "custom block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8413 }, "name": "custom", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustom" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnit" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonical": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonical", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8200 }, "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonical", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_name Dashboard#unit_name}", "stability": "stable", "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8212 }, "name": "unitName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#per_unit_name Dashboard#per_unit_name}", "stability": "stable", "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8206 }, "name": "perUnitName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonical" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8258 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8251 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8297 }, "name": "resetPerUnitName" } ], "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8301 }, "name": "perUnitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8314 }, "name": "unitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8291 }, "name": "perUnitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8307 }, "name": "unitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8262 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonical" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustom": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustom", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8318 }, "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustom", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "Unit label." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8324 }, "name": "label", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustom" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustomOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8363 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8356 }, "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustomOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8397 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8390 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8367 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustom" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustomOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8459 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8452 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8495 }, "name": "putCanonical", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonical" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8511 }, "name": "putCustom", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustom" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8498 }, "name": "resetCanonical" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8514 }, "name": "resetCustom" } ], "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8492 }, "name": "canonical", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8508 }, "name": "custom", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustomOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8502 }, "name": "canonicalInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonical" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8518 }, "name": "customInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustom" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8463 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnit" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScale": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScale", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8522 }, "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScale", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_name Dashboard#unit_name}." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8526 }, "name": "unitName", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScale" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScaleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8565 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8558 }, "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScaleOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8599 }, "name": "unitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8592 }, "name": "unitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8569 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScale" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScaleOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8968 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8958 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9088 }, "name": "putConditionalFormats", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9104 }, "name": "putLimit", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaLimit" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9120 }, "name": "putNumberFormat", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormat" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9136 }, "name": "putStyle", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaStyle" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9046 }, "name": "resetAlias" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9062 }, "name": "resetCellDisplayMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9091 }, "name": "resetConditionalFormats" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9107 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9123 }, "name": "resetNumberFormat" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9139 }, "name": "resetStyle" } ], "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9085 }, "name": "conditionalFormats", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaConditionalFormatsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9101 }, "name": "limit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaLimitOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9117 }, "name": "numberFormat", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9133 }, "name": "style", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaStyleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9050 }, "name": "aliasInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9066 }, "name": "cellDisplayModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9095 }, "name": "conditionalFormatsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9079 }, "name": "formulaExpressionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9111 }, "name": "limitInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaLimit" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9127 }, "name": "numberFormatInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormat" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9143 }, "name": "styleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaStyle" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9040 }, "name": "alias", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9056 }, "name": "cellDisplayMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9072 }, "name": "formulaExpression", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8972 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormula" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaStyle": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaStyle", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8721 }, "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaStyle", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "The color palette used to display the formula." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8727 }, "name": "palette", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette_index Dashboard#palette_index}", "stability": "stable", "summary": "Index specifying which color to use within the palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8733 }, "name": "paletteIndex", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaStyle" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaStyleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaStyleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8779 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8772 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8818 }, "name": "resetPalette" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8834 }, "name": "resetPaletteIndex" } ], "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaStyleOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8838 }, "name": "paletteIndexInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8822 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8812 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8828 }, "name": "paletteIndex", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 8783 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaStyle" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaStyleOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16737 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16729 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16744 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16737 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16737 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16737 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16730 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequest" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9843 }, "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9849 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9861 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9867 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9873 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9855 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9167 }, "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9173 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9179 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9185 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9238 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9231 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9296 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9312 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9284 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9300 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9316 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9277 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9290 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9306 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9242 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9470 }, "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9476 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9482 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9488 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9647 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9639 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9654 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9647 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9647 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9647 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9640 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9544 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9534 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9627 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9598 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9614 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9630 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9624 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9602 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9618 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9634 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9592 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9608 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9548 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9320 }, "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9326 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9338 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9332 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9391 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9384 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9449 }, "name": "resetFacet" } ], "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9437 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9453 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9466 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9430 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9443 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9459 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9395 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9658 }, "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9664 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9670 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9676 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9832 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9824 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9839 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9832 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9832 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9832 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9825 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9732 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9722 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9799 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9815 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9787 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9803 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9819 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9780 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9793 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9809 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9736 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9940 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9933 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10023 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10039 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10055 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10026 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10042 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10058 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10010 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10020 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10036 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10052 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10030 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10046 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9998 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10062 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10014 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9991 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10004 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 9944 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10742 }, "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10748 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10760 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10766 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10772 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10754 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10066 }, "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10072 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10078 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10084 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10137 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10130 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10195 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10211 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10183 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10199 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10215 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10176 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10189 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10205 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10141 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10369 }, "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10375 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10381 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10387 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10546 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10538 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10553 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10546 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10546 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10546 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10539 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10443 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10433 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10526 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10497 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10513 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10529 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10523 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10501 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10517 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10533 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10491 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10507 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10447 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10219 }, "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10225 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10237 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10231 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10290 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10283 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10348 }, "name": "resetFacet" } ], "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10336 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10352 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10365 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10329 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10342 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10358 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10294 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10557 }, "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10563 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10569 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10575 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10731 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10723 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10738 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10731 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10731 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10731 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10724 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10631 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10621 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10698 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10714 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10686 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10702 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10718 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10679 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10692 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10708 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10635 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10839 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10832 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10922 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10938 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10954 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10925 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10941 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10957 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10909 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10919 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10935 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10951 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10929 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10945 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10897 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10961 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10913 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10890 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10903 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10843 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16458 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16448 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16573 }, "name": "putApmQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16589 }, "name": "putAuditQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16605 }, "name": "putFormula", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormula" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16621 }, "name": "putLogQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16637 }, "name": "putNetworkQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16653 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16669 }, "name": "putQuery", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQuery" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16685 }, "name": "putRumQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16701 }, "name": "putSecurityQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16717 }, "name": "putStyle", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestStyle" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16576 }, "name": "resetApmQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16592 }, "name": "resetAuditQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16608 }, "name": "resetFormula" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16624 }, "name": "resetLogQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16640 }, "name": "resetNetworkQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16656 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16560 }, "name": "resetQ" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16672 }, "name": "resetQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16688 }, "name": "resetRumQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16704 }, "name": "resetSecurityQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16720 }, "name": "resetStyle" } ], "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16570 }, "name": "apmQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16586 }, "name": "auditQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16602 }, "name": "formula", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16618 }, "name": "logQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16634 }, "name": "networkQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16650 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16666 }, "name": "query", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16682 }, "name": "rumQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16698 }, "name": "securityQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16714 }, "name": "style", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestStyleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16580 }, "name": "apmQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16596 }, "name": "auditQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16612 }, "name": "formulaInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormula" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16628 }, "name": "logQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16644 }, "name": "networkQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16660 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16564 }, "name": "qInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16676 }, "name": "queryInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQuery" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16692 }, "name": "rumQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16708 }, "name": "securityQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16724 }, "name": "styleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestStyle" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16554 }, "name": "q", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16462 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequest" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10965 }, "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestProcessQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "Your chosen metric." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10983 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#filter_by Dashboard#filter_by}", "stability": "stable", "summary": "A list of processes." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10971 }, "name": "filterBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The max number of items in the filter list." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10977 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_by Dashboard#search_by}", "stability": "stable", "summary": "Your chosen search term." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 10989 }, "name": "searchBy", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestProcessQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11049 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11042 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11100 }, "name": "resetFilterBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11116 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11145 }, "name": "resetSearchBy" } ], "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestProcessQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11104 }, "name": "filterByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11120 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11133 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11149 }, "name": "searchByInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11094 }, "name": "filterBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11110 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11126 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11139 }, "name": "searchBy", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11053 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestProcessQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestProcessQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14068 }, "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_dependency_stats_query Dashboard#apm_dependency_stats_query}", "stability": "stable", "summary": "apm_dependency_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14074 }, "name": "apmDependencyStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmDependencyStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_resource_stats_query Dashboard#apm_resource_stats_query}", "stability": "stable", "summary": "apm_resource_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14080 }, "name": "apmResourceStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmResourceStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cloud_cost_query Dashboard#cloud_cost_query}", "stability": "stable", "summary": "cloud_cost_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14086 }, "name": "cloudCostQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryCloudCostQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#event_query Dashboard#event_query}", "stability": "stable", "summary": "event_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14092 }, "name": "eventQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric_query Dashboard#metric_query}", "stability": "stable", "summary": "metric_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14098 }, "name": "metricQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryMetricQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#process_query Dashboard#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14104 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_query Dashboard#slo_query}", "stability": "stable", "summary": "slo_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14110 }, "name": "sloQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQuerySloQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmDependencyStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmDependencyStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11153 }, "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmDependencyStatsQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11165 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#env Dashboard#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11171 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11183 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#operation_name Dashboard#operation_name}", "stability": "stable", "summary": "Name of operation on service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11189 }, "name": "operationName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#resource_name Dashboard#resource_name}", "stability": "stable", "summary": "APM resource." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11207 }, "name": "resourceName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#service Dashboard#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11213 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#stat Dashboard#stat}", "stability": "stable", "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11219 }, "name": "stat", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11159 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_upstream Dashboard#is_upstream}", "stability": "stable", "summary": "Determines whether stats for upstream or downstream dependencies should be queried." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11177 }, "name": "isUpstream", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}", "stability": "stable", "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11195 }, "name": "primaryTagName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}", "stability": "stable", "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11201 }, "name": "primaryTagValue", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmDependencyStatsQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmDependencyStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmDependencyStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11328 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11321 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11421 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11463 }, "name": "resetIsUpstream" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11505 }, "name": "resetPrimaryTagName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11521 }, "name": "resetPrimaryTagValue" } ], "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmDependencyStatsQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11425 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11438 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11451 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11467 }, "name": "isUpstreamInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11480 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11493 }, "name": "operationNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11509 }, "name": "primaryTagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11525 }, "name": "primaryTagValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11538 }, "name": "resourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11551 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11564 }, "name": "statInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11415 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11431 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11444 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11457 }, "name": "isUpstream", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11473 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11486 }, "name": "operationName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11499 }, "name": "primaryTagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11515 }, "name": "primaryTagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11531 }, "name": "resourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11544 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11557 }, "name": "stat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11332 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmDependencyStatsQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmDependencyStatsQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmResourceStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmResourceStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11568 }, "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmResourceStatsQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11580 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#env Dashboard#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11586 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11598 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#service Dashboard#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11628 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#stat Dashboard#stat}", "stability": "stable", "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11634 }, "name": "stat", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11574 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "Array of fields to group results by." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11592 }, "name": "groupBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#operation_name Dashboard#operation_name}", "stability": "stable", "summary": "Name of operation on service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11604 }, "name": "operationName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}", "stability": "stable", "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11610 }, "name": "primaryTagName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}", "stability": "stable", "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11616 }, "name": "primaryTagValue", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#resource_name Dashboard#resource_name}", "stability": "stable", "summary": "APM resource." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11622 }, "name": "resourceName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmResourceStatsQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmResourceStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmResourceStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11743 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11736 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11836 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11878 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11907 }, "name": "resetOperationName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11923 }, "name": "resetPrimaryTagName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11939 }, "name": "resetPrimaryTagValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11955 }, "name": "resetResourceName" } ], "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmResourceStatsQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11840 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11853 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11866 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11882 }, "name": "groupByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11895 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11911 }, "name": "operationNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11927 }, "name": "primaryTagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11943 }, "name": "primaryTagValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11959 }, "name": "resourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11972 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11985 }, "name": "statInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11830 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11846 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11859 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11872 }, "name": "groupBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11888 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11901 }, "name": "operationName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11917 }, "name": "primaryTagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11933 }, "name": "primaryTagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11949 }, "name": "resourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11965 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11978 }, "name": "stat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11747 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmResourceStatsQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmResourceStatsQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryCloudCostQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryCloudCostQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11989 }, "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryCloudCostQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 12007 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 12013 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The cloud cost query definition." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 12019 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 11995 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 12001 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryCloudCostQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryCloudCostQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryCloudCostQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 12086 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 12079 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 12143 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 12159 }, "name": "resetCrossOrgUuids" } ], "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryCloudCostQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 12147 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 12163 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 12176 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 12189 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 12202 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 12137 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 12153 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 12169 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 12182 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 12195 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 12090 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryCloudCostQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryCloudCostQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 12812 }, "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute Dashboard#compute}", "stability": "stable", "summary": "compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 12848 }, "name": "compute", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for event platform-based queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 12824 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 12836 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 12818 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 12854 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#indexes Dashboard#indexes}", "stability": "stable", "summary": "An array of index names to query in the stream." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 12830 }, "name": "indexes", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search Dashboard#search}", "stability": "stable", "summary": "search block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 12860 }, "name": "search", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuerySearch" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#storage Dashboard#storage}", "stability": "stable", "summary": "Storage location (private beta)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 12842 }, "name": "storage", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 12206 }, "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation methods for event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 12212 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "A time interval in milliseconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 12218 }, "name": "interval", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The measurable attribute to compute." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 12224 }, "name": "metric", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 12380 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 12372 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 12387 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 12380 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 12380 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 12380 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 12373 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.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" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 12270 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 12347 }, "name": "resetInterval" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 12363 }, "name": "resetMetric" } ], "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 12335 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 12351 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 12367 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 12328 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 12341 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 12357 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 12284 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 12544 }, "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The event facet." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 12550 }, "name": "facet", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The number of groups to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 12556 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort Dashboard#sort}", "stability": "stable", "summary": "sort block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 12562 }, "name": "sort", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBySort" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 12718 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 12710 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 12725 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 12718 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 12718 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 12718 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 12711 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 12618 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 12608 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 12698 }, "name": "putSort", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBySort" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 12685 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 12701 }, "name": "resetSort" } ], "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 12695 }, "name": "sort", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBySortOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 12673 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 12689 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 12705 }, "name": "sortInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBySort" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 12666 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 12679 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 12622 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBySort": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBySort", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 12391 }, "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBySort", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation methods for the event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 12397 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The metric used for sorting group by results." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 12403 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Direction of sort. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 12409 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBySort" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBySortOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBySortOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 12462 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 12455 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 12520 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 12536 }, "name": "resetOrder" } ], "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBySortOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 12508 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 12524 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 12540 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 12501 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 12514 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 12530 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 12466 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBySort" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBySortOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.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/index-structs/structs3200.ts", "line": 12941 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13094 }, "name": "putCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13107 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13123 }, "name": "putSearch", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuerySearch" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13023 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13110 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13052 }, "name": "resetIndexes" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13126 }, "name": "resetSearch" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13081 }, "name": "resetStorage" } ], "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13091 }, "name": "compute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13104 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13120 }, "name": "search", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuerySearchOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13098 }, "name": "computeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13027 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13040 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13114 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13056 }, "name": "indexesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13069 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13130 }, "name": "searchInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuerySearch" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13085 }, "name": "storageInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13017 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13033 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13046 }, "name": "indexes", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13062 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13075 }, "name": "storage", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 12952 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuerySearch": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuerySearch", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 12729 }, "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuerySearch", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The events search string." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 12735 }, "name": "query", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuerySearch" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuerySearchOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuerySearchOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 12774 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 12767 }, "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuerySearchOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 12808 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 12801 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 12778 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuerySearch" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuerySearchOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14385 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14377 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14392 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14385 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14385 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14385 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14378 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQuery" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryMetricQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryMetricQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13134 }, "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryMetricQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13158 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The metrics query definition." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13164 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13140 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13146 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for metrics queries. Defaults to `\"metrics\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13152 }, "name": "dataSource", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryMetricQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryMetricQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryMetricQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13231 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13224 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13288 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13304 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13320 }, "name": "resetDataSource" } ], "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryMetricQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13292 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13308 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13324 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13337 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13350 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13282 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13298 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13314 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13330 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13343 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13235 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryMetricQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryMetricQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14194 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14184 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14269 }, "name": "putApmDependencyStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmDependencyStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14285 }, "name": "putApmResourceStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmResourceStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14301 }, "name": "putCloudCostQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryCloudCostQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14317 }, "name": "putEventQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14333 }, "name": "putMetricQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryMetricQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14349 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14365 }, "name": "putSloQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQuerySloQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14272 }, "name": "resetApmDependencyStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14288 }, "name": "resetApmResourceStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14304 }, "name": "resetCloudCostQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14320 }, "name": "resetEventQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14336 }, "name": "resetMetricQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14352 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14368 }, "name": "resetSloQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14266 }, "name": "apmDependencyStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmDependencyStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14282 }, "name": "apmResourceStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmResourceStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14298 }, "name": "cloudCostQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryCloudCostQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14314 }, "name": "eventQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14330 }, "name": "metricQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryMetricQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14346 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14362 }, "name": "sloQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQuerySloQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14276 }, "name": "apmDependencyStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmDependencyStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14292 }, "name": "apmResourceStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmResourceStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14308 }, "name": "cloudCostQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryCloudCostQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14324 }, "name": "eventQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14340 }, "name": "metricQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryMetricQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14356 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14372 }, "name": "sloQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQuerySloQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14198 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQuery" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13354 }, "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryProcessQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for process queries. Valid values are `process`, `container`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13372 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The process metric name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13390 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13396 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13360 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13366 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_normalized_cpu Dashboard#is_normalized_cpu}", "stability": "stable", "summary": "Whether to normalize the CPU percentages." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13378 }, "name": "isNormalizedCpu", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The number of hits to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13384 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort Dashboard#sort}", "stability": "stable", "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13402 }, "name": "sort", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#tag_filters Dashboard#tag_filters}", "stability": "stable", "summary": "An array of tags to filter by." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13408 }, "name": "tagFilters", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#text_filter Dashboard#text_filter}", "stability": "stable", "summary": "The text to use as a filter." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13414 }, "name": "textFilter", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryProcessQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13516 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13509 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13603 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13619 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13648 }, "name": "resetIsNormalizedCpu" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13664 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13706 }, "name": "resetSort" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13722 }, "name": "resetTagFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13738 }, "name": "resetTextFilter" } ], "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryProcessQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13607 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13623 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13636 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13652 }, "name": "isNormalizedCpuInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13668 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13681 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13694 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13710 }, "name": "sortInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13726 }, "name": "tagFiltersInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13742 }, "name": "textFilterInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13597 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13613 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13629 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13642 }, "name": "isNormalizedCpu", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13658 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13674 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13687 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13700 }, "name": "sort", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13716 }, "name": "tagFilters", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13732 }, "name": "textFilter", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13520 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryProcessQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryProcessQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQuerySloQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQuerySloQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13746 }, "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQuerySloQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for SLO queries. Valid values are `slo`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13764 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#measure Dashboard#measure}", "stability": "stable", "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13776 }, "name": "measure", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_id Dashboard#slo_id}", "stability": "stable", "summary": "ID of an SLO to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13788 }, "name": "sloId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#additional_query_filters Dashboard#additional_query_filters}", "stability": "stable", "summary": "Additional filters applied to the SLO query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13752 }, "name": "additionalQueryFilters", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13758 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_mode Dashboard#group_mode}", "stability": "stable", "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13770 }, "name": "groupMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13782 }, "name": "name", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_query_type Dashboard#slo_query_type}", "stability": "stable", "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13794 }, "name": "sloQueryType", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQuerySloQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQuerySloQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQuerySloQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13882 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13875 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13957 }, "name": "resetAdditionalQueryFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13973 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14002 }, "name": "resetGroupMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14031 }, "name": "resetName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14060 }, "name": "resetSloQueryType" } ], "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQuerySloQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13961 }, "name": "additionalQueryFiltersInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13977 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13990 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14006 }, "name": "groupModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14019 }, "name": "measureInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14035 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14048 }, "name": "sloIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14064 }, "name": "sloQueryTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13951 }, "name": "additionalQueryFilters", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13967 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13983 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13996 }, "name": "groupMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14012 }, "name": "measure", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14025 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14041 }, "name": "sloId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14054 }, "name": "sloQueryType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 13886 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQuerySloQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQuerySloQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15072 }, "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15078 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15090 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15096 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15102 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15084 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14396 }, "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14402 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14408 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14414 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14467 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14460 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14525 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14541 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14513 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14529 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14545 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14506 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14519 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14535 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14471 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14699 }, "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14705 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14711 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14717 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14876 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14868 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14883 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14876 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14876 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14876 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14869 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14773 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14763 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14856 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14827 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14843 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14859 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14853 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14831 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14847 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14863 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14821 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14837 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14777 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14549 }, "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14555 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14567 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14561 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14620 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14613 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14678 }, "name": "resetFacet" } ], "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14666 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14682 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14695 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14659 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14672 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14688 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14624 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14887 }, "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14893 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14899 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14905 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15061 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15053 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15068 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15061 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15061 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15061 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15054 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14961 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14951 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15028 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15044 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15016 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15032 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15048 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15009 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15022 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15038 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 14965 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15169 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15162 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15252 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15268 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15284 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15255 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15271 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15287 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15239 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15249 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15265 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15281 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15259 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15275 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15227 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15291 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15243 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15220 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15233 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15173 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15971 }, "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15977 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15989 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15995 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16001 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15983 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15295 }, "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15301 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15307 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15313 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15366 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15359 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15424 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15440 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15412 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15428 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15444 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15405 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15418 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15434 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15370 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15598 }, "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15604 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15610 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15616 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15775 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15767 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15782 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15775 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15775 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15775 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15768 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15672 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15662 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15755 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15726 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15742 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15758 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15752 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15730 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15746 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15762 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15720 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15736 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15676 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15448 }, "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15454 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15466 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15460 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15519 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15512 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15577 }, "name": "resetFacet" } ], "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15565 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15581 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15594 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15558 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15571 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15587 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15523 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15786 }, "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15792 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15798 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15804 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15960 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15952 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15967 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15960 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15960 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15960 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15953 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.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": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15850 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15927 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15943 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15915 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15931 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15947 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15908 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15921 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15937 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 15864 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16068 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16061 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16151 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16167 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16183 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16154 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16170 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16186 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16138 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16148 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16164 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16180 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16158 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16174 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16126 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16190 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16142 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16119 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16132 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16072 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestStyle": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestStyle", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16194 }, "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestStyle", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16200 }, "name": "palette", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestStyle" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestStyleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestStyleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.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/index-structs/structs3200.ts", "line": 16232 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16272 }, "name": "resetPalette" } ], "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestStyleOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16276 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16266 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 16243 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestStyle" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestStyleOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinition", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5336 }, "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinition", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_link Dashboard#custom_link}", "stability": "stable", "summary": "custom_link block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5390 }, "name": "customLink", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#event Dashboard#event}", "stability": "stable", "summary": "event block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5396 }, "name": "event", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionEvent" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#legend_columns Dashboard#legend_columns}", "stability": "stable", "summary": "A list of columns to display in the legend. Valid values are `value`, `avg`, `sum`, `min`, `max`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5342 }, "name": "legendColumns", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#legend_layout Dashboard#legend_layout}", "stability": "stable", "summary": "The layout of the legend displayed in the widget. Valid values are `auto`, `horizontal`, `vertical`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5348 }, "name": "legendLayout", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#legend_size Dashboard#legend_size}", "stability": "stable", "summary": "The size of the legend displayed in the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5354 }, "name": "legendSize", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#live_span Dashboard#live_span}", "stability": "stable", "summary": "The timeframe to use when displaying the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5360 }, "name": "liveSpan", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#marker Dashboard#marker}", "stability": "stable", "summary": "marker block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5402 }, "name": "marker", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionMarker" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#request Dashboard#request}", "stability": "stable", "summary": "request block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5408 }, "name": "request", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequest" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#right_yaxis Dashboard#right_yaxis}", "stability": "stable", "summary": "right_yaxis block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5414 }, "name": "rightYaxis", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRightYaxis" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#show_legend Dashboard#show_legend}", "stability": "stable", "summary": "Whether or not to show the legend on this widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5366 }, "name": "showLegend", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title Dashboard#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5372 }, "name": "title", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_align Dashboard#title_align}", "stability": "stable", "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5378 }, "name": "titleAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_size Dashboard#title_size}", "stability": "stable", "summary": "The size of the widget's title (defaults to 16)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5384 }, "name": "titleSize", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#yaxis Dashboard#yaxis}", "stability": "stable", "summary": "yaxis block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5420 }, "name": "yaxis", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionYaxis" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinition" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionCustomLink": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionCustomLink", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17114 }, "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionCustomLink", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_hidden Dashboard#is_hidden}", "stability": "stable", "summary": "The flag for toggling context menu link visibility." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17120 }, "name": "isHidden", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "The label for the custom link URL." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17126 }, "name": "label", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#link Dashboard#link}", "stability": "stable", "summary": "The URL of the custom link." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17132 }, "name": "link", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#override_label Dashboard#override_label}", "stability": "stable", "summary": "The label ID that refers to a context menu link item." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17138 }, "name": "overrideLabel", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionCustomLink" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionCustomLinkList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionCustomLinkList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17326 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17318 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17333 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionCustomLinkOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionCustomLinkList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17326 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17326 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17326 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17319 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionCustomLink" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionCustomLinkList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionCustomLinkOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionCustomLinkOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17201 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17191 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17261 }, "name": "resetIsHidden" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17277 }, "name": "resetLabel" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17293 }, "name": "resetLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17309 }, "name": "resetOverrideLabel" } ], "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionCustomLinkOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17265 }, "name": "isHiddenInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17281 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17297 }, "name": "linkInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17313 }, "name": "overrideLabelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17255 }, "name": "isHidden", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17271 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17287 }, "name": "link", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17303 }, "name": "overrideLabel", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17205 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionCustomLink" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionCustomLinkOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionEvent": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionEvent", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17337 }, "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionEvent", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#q Dashboard#q}", "stability": "stable", "summary": "The event query to use in the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17343 }, "name": "q", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#tags_execution Dashboard#tags_execution}", "stability": "stable", "summary": "The execution method for multi-value filters." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17349 }, "name": "tagsExecution", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionEvent" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionEventList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionEventList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17476 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17468 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17483 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionEventOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionEventList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17476 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17476 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17476 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17469 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionEvent" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionEventList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionEventOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionEventOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17398 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17388 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17459 }, "name": "resetTagsExecution" } ], "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionEventOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17447 }, "name": "qInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17463 }, "name": "tagsExecutionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17440 }, "name": "q", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17453 }, "name": "tagsExecution", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17402 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionEvent" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionEventOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionMarker": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionMarker", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17487 }, "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionMarker", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#value Dashboard#value}", "stability": "stable", "summary": "A mathematical expression describing the marker, for example: `y > 1`, `-5 < y < 0`, `y = 19`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17505 }, "name": "value", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Example: `error dashed`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#display_type Dashboard#display_type}", "stability": "stable", "summary": "How the marker lines are displayed, options are one of {`error`, `warning`, `info`, `ok`} combined with one of {`dashed`, `solid`, `bold`}." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17493 }, "name": "displayType", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "A label for the line or range." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17499 }, "name": "label", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionMarker" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionMarkerList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionMarkerList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17661 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17653 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17668 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionMarkerOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionMarkerList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17661 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17661 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17661 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17654 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionMarker" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionMarkerList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionMarkerOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionMarkerOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17561 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17551 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17615 }, "name": "resetDisplayType" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17631 }, "name": "resetLabel" } ], "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionMarkerOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17619 }, "name": "displayTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17635 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17648 }, "name": "valueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17609 }, "name": "displayType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17625 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17641 }, "name": "value", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17565 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionMarker" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionMarkerOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5550 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5543 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5786 }, "name": "putCustomLink", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionCustomLink" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5802 }, "name": "putEvent", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionEvent" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5818 }, "name": "putMarker", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionMarker" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5834 }, "name": "putRequest", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequest" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5850 }, "name": "putRightYaxis", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRightYaxis" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5866 }, "name": "putYaxis", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionYaxis" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5789 }, "name": "resetCustomLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5805 }, "name": "resetEvent" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5661 }, "name": "resetLegendColumns" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5677 }, "name": "resetLegendLayout" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5693 }, "name": "resetLegendSize" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5709 }, "name": "resetLiveSpan" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5821 }, "name": "resetMarker" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5837 }, "name": "resetRequest" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5853 }, "name": "resetRightYaxis" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5725 }, "name": "resetShowLegend" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5741 }, "name": "resetTitle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5757 }, "name": "resetTitleAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5773 }, "name": "resetTitleSize" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5869 }, "name": "resetYaxis" } ], "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5783 }, "name": "customLink", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionCustomLinkList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5799 }, "name": "event", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionEventList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5815 }, "name": "marker", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionMarkerList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5831 }, "name": "request", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5847 }, "name": "rightYaxis", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRightYaxisOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5863 }, "name": "yaxis", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionYaxisOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5793 }, "name": "customLinkInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5809 }, "name": "eventInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionEvent" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5665 }, "name": "legendColumnsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5681 }, "name": "legendLayoutInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5697 }, "name": "legendSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5713 }, "name": "liveSpanInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5825 }, "name": "markerInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionMarker" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5841 }, "name": "requestInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequest" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5857 }, "name": "rightYaxisInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRightYaxis" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5729 }, "name": "showLegendInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5761 }, "name": "titleAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5745 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5777 }, "name": "titleSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5873 }, "name": "yaxisInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionYaxis" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5655 }, "name": "legendColumns", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5671 }, "name": "legendLayout", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5687 }, "name": "legendSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5703 }, "name": "liveSpan", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5719 }, "name": "showLegend", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5735 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5751 }, "name": "titleAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5767 }, "name": "titleSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5554 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinition" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequest": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequest", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4311 }, "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequest", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_query Dashboard#apm_query}", "stability": "stable", "summary": "apm_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4335 }, "name": "apmQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#audit_query Dashboard#audit_query}", "stability": "stable", "summary": "audit_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4341 }, "name": "auditQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#display_type Dashboard#display_type}", "stability": "stable", "summary": "How to display the marker lines. Valid values are `area`, `bars`, `line`, `overlay`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4317 }, "name": "displayType", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#formula Dashboard#formula}", "stability": "stable", "summary": "formula block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4347 }, "name": "formula", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormula" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#log_query Dashboard#log_query}", "stability": "stable", "summary": "log_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4353 }, "name": "logQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metadata Dashboard#metadata}", "stability": "stable", "summary": "metadata block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4359 }, "name": "metadata", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadata" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#network_query Dashboard#network_query}", "stability": "stable", "summary": "network_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4365 }, "name": "networkQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#on_right_yaxis Dashboard#on_right_yaxis}", "stability": "stable", "summary": "A Boolean indicating whether the request uses the right or left Y-Axis." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4323 }, "name": "onRightYaxis", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#process_query Dashboard#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4371 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#q Dashboard#q}", "stability": "stable", "summary": "The metric query to use for this widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4329 }, "name": "q", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4377 }, "name": "query", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuery" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#rum_query Dashboard#rum_query}", "stability": "stable", "summary": "rum_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4383 }, "name": "rumQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#security_query Dashboard#security_query}", "stability": "stable", "summary": "security_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4389 }, "name": "securityQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#style Dashboard#style}", "stability": "stable", "summary": "style block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4395 }, "name": "style", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestStyle" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequest" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18348 }, "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18354 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18366 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18372 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18378 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18360 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17672 }, "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17678 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17684 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17690 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17743 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17736 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17801 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17817 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17789 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17805 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17821 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17782 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17795 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17811 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17747 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17975 }, "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17981 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17987 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17993 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18152 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18144 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18159 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18152 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18152 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18152 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18145 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18049 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18039 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18132 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18103 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18119 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18135 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18129 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18107 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18123 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18139 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18097 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18113 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18053 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17825 }, "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17831 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17843 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17837 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.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/index-structs/structs3200.ts", "line": 17889 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17954 }, "name": "resetFacet" } ], "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17942 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17958 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17971 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17935 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17948 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17964 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 17900 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18163 }, "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18169 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18175 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18181 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18337 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18329 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18344 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18337 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18337 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18337 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18330 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18237 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18227 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18304 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18320 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18292 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18308 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18324 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18285 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18298 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18314 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18241 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18445 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18438 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18528 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18544 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18560 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18531 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18547 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18563 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18515 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18525 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18541 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18557 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18535 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18551 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18503 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18567 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18519 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18496 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18509 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18449 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19247 }, "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19253 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19265 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19271 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19277 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19259 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18571 }, "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18577 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18583 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18589 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18642 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18635 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18700 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18716 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18688 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18704 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18720 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18681 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18694 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18710 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18646 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18874 }, "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18880 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18886 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18892 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19051 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19043 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19058 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19051 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19051 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19051 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19044 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18948 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18938 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19031 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19002 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19018 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19034 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19028 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19006 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19022 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19038 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18996 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19012 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18952 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18724 }, "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18730 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18742 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18736 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18795 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18788 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18853 }, "name": "resetFacet" } ], "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18841 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18857 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18870 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18834 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18847 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18863 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 18799 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19062 }, "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19068 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19074 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19080 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19236 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19228 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19243 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19236 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19236 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19236 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19229 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19136 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19126 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19203 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19219 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19191 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19207 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19223 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19184 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19197 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19213 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19140 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19344 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19337 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19427 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19443 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19459 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19430 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19446 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19462 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19414 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19424 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19440 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19456 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19434 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19450 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19402 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19466 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19418 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19395 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19408 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19348 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormula": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormula", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20622 }, "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormula", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#formula_expression Dashboard#formula_expression}", "stability": "stable", "summary": "A string expression built from queries, formulas, and functions." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20640 }, "name": "formulaExpression", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#alias Dashboard#alias}", "stability": "stable", "summary": "An expression alias." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20628 }, "name": "alias", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cell_display_mode Dashboard#cell_display_mode}", "stability": "stable", "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20634 }, "name": "cellDisplayMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#conditional_formats Dashboard#conditional_formats}", "stability": "stable", "summary": "conditional_formats block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20646 }, "name": "conditionalFormats", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "limit block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20652 }, "name": "limit", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaLimit" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#number_format Dashboard#number_format}", "stability": "stable", "summary": "number_format block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20658 }, "name": "numberFormat", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormat" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#style Dashboard#style}", "stability": "stable", "summary": "style block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20664 }, "name": "style", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaStyle" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormula" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaConditionalFormats": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaConditionalFormats", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19470 }, "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaConditionalFormats", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#comparator Dashboard#comparator}", "stability": "stable", "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19476 }, "name": "comparator", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "The color palette to apply." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19512 }, "name": "palette", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#value Dashboard#value}", "stability": "stable", "summary": "A value for the comparator." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19524 }, "name": "value", "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}", "stability": "stable", "summary": "The color palette to apply to the background, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19482 }, "name": "customBgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}", "stability": "stable", "summary": "The color palette to apply to the foreground, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19488 }, "name": "customFgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#hide_value Dashboard#hide_value}", "stability": "stable", "summary": "Setting this to True hides values." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19494 }, "name": "hideValue", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#image_url Dashboard#image_url}", "stability": "stable", "summary": "Displays an image as the background." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19500 }, "name": "imageUrl", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The metric from the request to correlate with this conditional format." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19506 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#timeframe Dashboard#timeframe}", "stability": "stable", "summary": "Defines the displayed timeframe." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19518 }, "name": "timeframe", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaConditionalFormats" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19848 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19840 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19855 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19848 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19848 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19848 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19841 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19622 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19612 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19725 }, "name": "resetCustomBgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19741 }, "name": "resetCustomFgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19757 }, "name": "resetHideValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19773 }, "name": "resetImageUrl" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19789 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19818 }, "name": "resetTimeframe" } ], "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19713 }, "name": "comparatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19729 }, "name": "customBgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19745 }, "name": "customFgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19761 }, "name": "hideValueInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19777 }, "name": "imageUrlInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19793 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19806 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19822 }, "name": "timeframeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19835 }, "name": "valueInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19706 }, "name": "comparator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19719 }, "name": "customBgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19735 }, "name": "customFgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19751 }, "name": "hideValue", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19767 }, "name": "imageUrl", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19783 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19799 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19812 }, "name": "timeframe", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19828 }, "name": "value", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19626 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaConditionalFormats" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaLimit": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaLimit", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19859 }, "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaLimit", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#count Dashboard#count}", "stability": "stable", "summary": "The number of results to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19865 }, "name": "count", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19871 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaLimit" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaLimitOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaLimitOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19917 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19910 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19956 }, "name": "resetCount" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19972 }, "name": "resetOrder" } ], "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaLimitOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19960 }, "name": "countInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19976 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19950 }, "name": "count", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19966 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19921 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaLimit" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaLimitOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20936 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20928 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20943 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20936 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20936 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20936 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20929 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormula" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormat": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormat", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20383 }, "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormat", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit Dashboard#unit}", "stability": "stable", "summary": "unit block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20389 }, "name": "unit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnit" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_scale Dashboard#unit_scale}", "stability": "stable", "summary": "unit_scale block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20395 }, "name": "unitScale", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScale" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormat" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20441 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20434 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20477 }, "name": "putUnit", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnit" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20490 }, "name": "putUnitScale", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScale" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20493 }, "name": "resetUnitScale" } ], "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20474 }, "name": "unit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20487 }, "name": "unitScale", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScaleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20481 }, "name": "unitInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnit" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20497 }, "name": "unitScaleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScale" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20445 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormat" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnit": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnit", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20181 }, "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnit", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#canonical Dashboard#canonical}", "stability": "stable", "summary": "canonical block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20187 }, "name": "canonical", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom Dashboard#custom}", "stability": "stable", "summary": "custom block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20193 }, "name": "custom", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnit" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19980 }, "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_name Dashboard#unit_name}", "stability": "stable", "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19992 }, "name": "unitName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#per_unit_name Dashboard#per_unit_name}", "stability": "stable", "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 19986 }, "name": "perUnitName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20038 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20031 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20077 }, "name": "resetPerUnitName" } ], "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20081 }, "name": "perUnitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20094 }, "name": "unitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20071 }, "name": "perUnitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20087 }, "name": "unitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20042 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20098 }, "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "Unit label." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20104 }, "name": "label", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustomOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20143 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20136 }, "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustomOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20177 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20170 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20147 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustomOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20239 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20232 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20275 }, "name": "putCanonical", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20291 }, "name": "putCustom", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20278 }, "name": "resetCanonical" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20294 }, "name": "resetCustom" } ], "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20272 }, "name": "canonical", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20288 }, "name": "custom", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustomOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20282 }, "name": "canonicalInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20298 }, "name": "customInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20243 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnit" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScale": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScale", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20302 }, "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScale", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_name Dashboard#unit_name}." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20306 }, "name": "unitName", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScale" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScaleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20345 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20338 }, "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScaleOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20379 }, "name": "unitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20372 }, "name": "unitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20349 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScale" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScaleOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20748 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20738 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20868 }, "name": "putConditionalFormats", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20884 }, "name": "putLimit", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaLimit" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20900 }, "name": "putNumberFormat", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormat" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20916 }, "name": "putStyle", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaStyle" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20826 }, "name": "resetAlias" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20842 }, "name": "resetCellDisplayMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20871 }, "name": "resetConditionalFormats" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20887 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20903 }, "name": "resetNumberFormat" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20919 }, "name": "resetStyle" } ], "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20865 }, "name": "conditionalFormats", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20881 }, "name": "limit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaLimitOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20897 }, "name": "numberFormat", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20913 }, "name": "style", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaStyleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20830 }, "name": "aliasInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20846 }, "name": "cellDisplayModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20875 }, "name": "conditionalFormatsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20859 }, "name": "formulaExpressionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20891 }, "name": "limitInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaLimit" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20907 }, "name": "numberFormatInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormat" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20923 }, "name": "styleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaStyle" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20820 }, "name": "alias", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20836 }, "name": "cellDisplayMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20852 }, "name": "formulaExpression", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20752 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormula" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaStyle": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaStyle", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20501 }, "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaStyle", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "The color palette used to display the formula." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20507 }, "name": "palette", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette_index Dashboard#palette_index}", "stability": "stable", "summary": "Index specifying which color to use within the palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20513 }, "name": "paletteIndex", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaStyle" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaStyleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaStyleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20559 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20552 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20598 }, "name": "resetPalette" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20614 }, "name": "resetPaletteIndex" } ], "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaStyleOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20618 }, "name": "paletteIndexInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20602 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20592 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20608 }, "name": "paletteIndex", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20563 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaStyle" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaStyleOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4873 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4865 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4880 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4873 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4873 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4873 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4866 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequest" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21623 }, "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21629 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21641 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21647 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21653 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21635 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20947 }, "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20953 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20959 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 20965 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21018 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21011 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21076 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21092 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21064 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21080 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21096 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21057 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21070 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21086 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21022 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21250 }, "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21256 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21262 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21268 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21427 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21419 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21434 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21427 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21427 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21427 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21420 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21324 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21314 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21407 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21378 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21394 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21410 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21404 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21382 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21398 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21414 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21372 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21388 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21328 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21100 }, "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21106 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21118 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21112 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21171 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21164 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21229 }, "name": "resetFacet" } ], "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21217 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21233 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21246 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21210 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21223 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21239 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21175 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21438 }, "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21444 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21450 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21456 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21612 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21604 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21619 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21612 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21612 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21612 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21605 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21512 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21502 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21579 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21595 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21567 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21583 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21599 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21560 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21573 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21589 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21516 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21720 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21713 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21803 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21819 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21835 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21806 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21822 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21838 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21790 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21800 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21816 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21832 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21810 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21826 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21778 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21842 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21794 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21771 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21784 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21724 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadata": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadata", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21846 }, "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadata", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#expression Dashboard#expression}", "stability": "stable", "summary": "The expression name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21858 }, "name": "expression", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#alias_name Dashboard#alias_name}", "stability": "stable", "summary": "The expression alias." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21852 }, "name": "aliasName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadata" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadataList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadataList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21985 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21977 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21992 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadataOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadataList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21985 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21985 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21985 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21978 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadata" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadataList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadataOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadataOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21907 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21897 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21955 }, "name": "resetAliasName" } ], "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadataOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21959 }, "name": "aliasNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21972 }, "name": "expressionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21949 }, "name": "aliasName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21965 }, "name": "expression", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21911 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadata" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadataOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22672 }, "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22678 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22690 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22696 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22702 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22684 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 21996 }, "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22002 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22008 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22014 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22067 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22060 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22125 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22141 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22113 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22129 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22145 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22106 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22119 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22135 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22071 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22299 }, "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22305 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22311 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22317 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22476 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22468 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22483 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22476 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22476 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22476 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22469 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22373 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22363 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22456 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22427 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22443 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22459 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22453 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22431 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22447 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22463 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22421 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22437 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22377 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22149 }, "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22155 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22167 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22161 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22220 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22213 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22278 }, "name": "resetFacet" } ], "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22266 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22282 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22295 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22259 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22272 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22288 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22224 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22487 }, "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22493 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22499 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22505 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22661 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22653 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22668 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22661 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22661 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22661 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22654 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22561 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22551 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22628 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22644 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22616 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22632 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22648 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22609 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22622 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22638 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22565 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22769 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22762 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22852 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22868 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22884 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22855 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22871 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22887 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22839 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22849 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22865 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22881 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22859 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22875 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22827 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22891 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22843 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22820 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22833 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22773 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4528 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4518 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4693 }, "name": "putApmQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4709 }, "name": "putAuditQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4725 }, "name": "putFormula", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormula" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4741 }, "name": "putLogQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4757 }, "name": "putMetadata", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadata" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4773 }, "name": "putNetworkQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4789 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4805 }, "name": "putQuery", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuery" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4821 }, "name": "putRumQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4837 }, "name": "putSecurityQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4853 }, "name": "putStyle", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestStyle" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4696 }, "name": "resetApmQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4712 }, "name": "resetAuditQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4648 }, "name": "resetDisplayType" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4728 }, "name": "resetFormula" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4744 }, "name": "resetLogQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4760 }, "name": "resetMetadata" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4776 }, "name": "resetNetworkQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4664 }, "name": "resetOnRightYaxis" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4792 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4680 }, "name": "resetQ" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4808 }, "name": "resetQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4824 }, "name": "resetRumQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4840 }, "name": "resetSecurityQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4856 }, "name": "resetStyle" } ], "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4690 }, "name": "apmQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4706 }, "name": "auditQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4722 }, "name": "formula", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4738 }, "name": "logQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4754 }, "name": "metadata", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadataList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4770 }, "name": "networkQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4786 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4802 }, "name": "query", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4818 }, "name": "rumQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4834 }, "name": "securityQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4850 }, "name": "style", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestStyleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4700 }, "name": "apmQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4716 }, "name": "auditQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4652 }, "name": "displayTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4732 }, "name": "formulaInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormula" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4748 }, "name": "logQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4764 }, "name": "metadataInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadata" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4780 }, "name": "networkQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4668 }, "name": "onRightYaxisInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4796 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4684 }, "name": "qInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4812 }, "name": "queryInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuery" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4828 }, "name": "rumQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4844 }, "name": "securityQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4860 }, "name": "styleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestStyle" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4642 }, "name": "displayType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4658 }, "name": "onRightYaxis", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4674 }, "name": "q", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4532 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequest" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22895 }, "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProcessQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "Your chosen metric." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22913 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#filter_by Dashboard#filter_by}", "stability": "stable", "summary": "A list of processes." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22901 }, "name": "filterBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The max number of items in the filter list." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22907 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_by Dashboard#search_by}", "stability": "stable", "summary": "Your chosen search term." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22919 }, "name": "searchBy", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProcessQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22979 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22972 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23030 }, "name": "resetFilterBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23046 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23075 }, "name": "resetSearchBy" } ], "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProcessQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23034 }, "name": "filterByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23050 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23063 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23079 }, "name": "searchByInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23024 }, "name": "filterBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23040 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23056 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23069 }, "name": "searchBy", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 22983 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProcessQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProcessQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2029 }, "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_dependency_stats_query Dashboard#apm_dependency_stats_query}", "stability": "stable", "summary": "apm_dependency_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2035 }, "name": "apmDependencyStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_resource_stats_query Dashboard#apm_resource_stats_query}", "stability": "stable", "summary": "apm_resource_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2041 }, "name": "apmResourceStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cloud_cost_query Dashboard#cloud_cost_query}", "stability": "stable", "summary": "cloud_cost_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2047 }, "name": "cloudCostQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryCloudCostQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#event_query Dashboard#event_query}", "stability": "stable", "summary": "event_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2053 }, "name": "eventQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric_query Dashboard#metric_query}", "stability": "stable", "summary": "metric_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2059 }, "name": "metricQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryMetricQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#process_query Dashboard#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2065 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_query Dashboard#slo_query}", "stability": "stable", "summary": "slo_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2071 }, "name": "sloQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuerySloQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23083 }, "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23095 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#env Dashboard#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23101 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23113 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#operation_name Dashboard#operation_name}", "stability": "stable", "summary": "Name of operation on service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23119 }, "name": "operationName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#resource_name Dashboard#resource_name}", "stability": "stable", "summary": "APM resource." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23137 }, "name": "resourceName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#service Dashboard#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23143 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#stat Dashboard#stat}", "stability": "stable", "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23149 }, "name": "stat", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23089 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_upstream Dashboard#is_upstream}", "stability": "stable", "summary": "Determines whether stats for upstream or downstream dependencies should be queried." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23107 }, "name": "isUpstream", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}", "stability": "stable", "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23125 }, "name": "primaryTagName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}", "stability": "stable", "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23131 }, "name": "primaryTagValue", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23258 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23251 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23351 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23393 }, "name": "resetIsUpstream" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23435 }, "name": "resetPrimaryTagName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23451 }, "name": "resetPrimaryTagValue" } ], "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23355 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23368 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23381 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23397 }, "name": "isUpstreamInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23410 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23423 }, "name": "operationNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23439 }, "name": "primaryTagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23455 }, "name": "primaryTagValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23468 }, "name": "resourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23481 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23494 }, "name": "statInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23345 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23361 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23374 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23387 }, "name": "isUpstream", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23403 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23416 }, "name": "operationName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23429 }, "name": "primaryTagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23445 }, "name": "primaryTagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23461 }, "name": "resourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23474 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23487 }, "name": "stat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23262 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23498 }, "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23510 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#env Dashboard#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23516 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23528 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#service Dashboard#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23558 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#stat Dashboard#stat}", "stability": "stable", "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23564 }, "name": "stat", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23504 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "Array of fields to group results by." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23522 }, "name": "groupBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#operation_name Dashboard#operation_name}", "stability": "stable", "summary": "Name of operation on service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23534 }, "name": "operationName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}", "stability": "stable", "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23540 }, "name": "primaryTagName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}", "stability": "stable", "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23546 }, "name": "primaryTagValue", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#resource_name Dashboard#resource_name}", "stability": "stable", "summary": "APM resource." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23552 }, "name": "resourceName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23673 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23666 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23766 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23808 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23837 }, "name": "resetOperationName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23853 }, "name": "resetPrimaryTagName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23869 }, "name": "resetPrimaryTagValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23885 }, "name": "resetResourceName" } ], "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23770 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23783 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23796 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23812 }, "name": "groupByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23825 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23841 }, "name": "operationNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23857 }, "name": "primaryTagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23873 }, "name": "primaryTagValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23889 }, "name": "resourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23902 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23915 }, "name": "statInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23760 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23776 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23789 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23802 }, "name": "groupBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23818 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23831 }, "name": "operationName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23847 }, "name": "primaryTagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23863 }, "name": "primaryTagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23879 }, "name": "resourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23895 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23908 }, "name": "stat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23677 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryCloudCostQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryCloudCostQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23919 }, "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryCloudCostQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23937 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23943 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The cloud cost query definition." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23949 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23925 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 23931 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryCloudCostQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryCloudCostQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryCloudCostQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 24016 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 24009 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 24073 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 24089 }, "name": "resetCrossOrgUuids" } ], "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryCloudCostQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 24077 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 24093 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 24106 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 24119 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 24132 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 24067 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 24083 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 24099 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 24112 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 24125 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3200.ts", "line": 24020 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryCloudCostQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryCloudCostQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 773 }, "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute Dashboard#compute}", "stability": "stable", "summary": "compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 809 }, "name": "compute", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for event platform-based queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 785 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 797 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 779 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 815 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#indexes Dashboard#indexes}", "stability": "stable", "summary": "An array of index names to query in the stream." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 791 }, "name": "indexes", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search Dashboard#search}", "stability": "stable", "summary": "search block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 821 }, "name": "search", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuerySearch" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#storage Dashboard#storage}", "stability": "stable", "summary": "Storage location (private beta)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 803 }, "name": "storage", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 167 }, "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation methods for event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 173 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "A time interval in milliseconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 179 }, "name": "interval", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The measurable attribute to compute." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 185 }, "name": "metric", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 341 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 333 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 348 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 341 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 341 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 341 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 334 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 241 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 231 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 308 }, "name": "resetInterval" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 324 }, "name": "resetMetric" } ], "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 296 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 312 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 328 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 289 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 302 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 318 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 245 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 505 }, "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The event facet." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 511 }, "name": "facet", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The number of groups to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 517 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort Dashboard#sort}", "stability": "stable", "summary": "sort block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 523 }, "name": "sort", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySort" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.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" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 671 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 686 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 679 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 679 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 679 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 672 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 579 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 569 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 659 }, "name": "putSort", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySort" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 646 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 662 }, "name": "resetSort" } ], "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 656 }, "name": "sort", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySortOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 634 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 650 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 666 }, "name": "sortInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySort" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 627 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 640 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 583 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySort": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySort", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 352 }, "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySort", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation methods for the event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 358 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The metric used for sorting group by results." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 364 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Direction of sort. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 370 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySort" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySortOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySortOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 423 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 416 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 481 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 497 }, "name": "resetOrder" } ], "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySortOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 469 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 485 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 501 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 462 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 475 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 491 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 427 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySort" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySortOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 909 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 902 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1055 }, "name": "putCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1068 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1084 }, "name": "putSearch", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuerySearch" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 984 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1071 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1013 }, "name": "resetIndexes" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1087 }, "name": "resetSearch" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1042 }, "name": "resetStorage" } ], "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1052 }, "name": "compute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1065 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1081 }, "name": "search", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuerySearchOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1059 }, "name": "computeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 988 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1001 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1075 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1017 }, "name": "indexesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1030 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1091 }, "name": "searchInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuerySearch" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1046 }, "name": "storageInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 978 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 994 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1007 }, "name": "indexes", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1023 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1036 }, "name": "storage", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 913 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuerySearch": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuerySearch", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 690 }, "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuerySearch", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The events search string." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 696 }, "name": "query", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuerySearch" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuerySearchOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuerySearchOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 735 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 728 }, "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuerySearchOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 769 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 762 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 739 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuerySearch" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuerySearchOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2346 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2338 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2353 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2346 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2346 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2346 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2339 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuery" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryMetricQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryMetricQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1095 }, "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryMetricQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1119 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The metrics query definition." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1125 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1101 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1107 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for metrics queries. Defaults to `\"metrics\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1113 }, "name": "dataSource", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryMetricQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryMetricQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryMetricQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1192 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1185 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1249 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1265 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1281 }, "name": "resetDataSource" } ], "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryMetricQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1253 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1269 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1285 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1298 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1311 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1243 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1259 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1275 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1291 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1304 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1196 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryMetricQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryMetricQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2155 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2145 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2230 }, "name": "putApmDependencyStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2246 }, "name": "putApmResourceStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2262 }, "name": "putCloudCostQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryCloudCostQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2278 }, "name": "putEventQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2294 }, "name": "putMetricQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryMetricQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2310 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2326 }, "name": "putSloQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuerySloQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2233 }, "name": "resetApmDependencyStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2249 }, "name": "resetApmResourceStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2265 }, "name": "resetCloudCostQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2281 }, "name": "resetEventQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2297 }, "name": "resetMetricQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2313 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2329 }, "name": "resetSloQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2227 }, "name": "apmDependencyStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2243 }, "name": "apmResourceStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2259 }, "name": "cloudCostQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryCloudCostQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2275 }, "name": "eventQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2291 }, "name": "metricQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryMetricQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2307 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2323 }, "name": "sloQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuerySloQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2237 }, "name": "apmDependencyStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2253 }, "name": "apmResourceStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2269 }, "name": "cloudCostQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryCloudCostQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2285 }, "name": "eventQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2301 }, "name": "metricQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryMetricQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2317 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2333 }, "name": "sloQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuerySloQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2159 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuery" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1315 }, "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryProcessQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for process queries. Valid values are `process`, `container`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1333 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The process metric name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1351 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1357 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1321 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1327 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_normalized_cpu Dashboard#is_normalized_cpu}", "stability": "stable", "summary": "Whether to normalize the CPU percentages." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1339 }, "name": "isNormalizedCpu", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The number of hits to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1345 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort Dashboard#sort}", "stability": "stable", "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1363 }, "name": "sort", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#tag_filters Dashboard#tag_filters}", "stability": "stable", "summary": "An array of tags to filter by." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1369 }, "name": "tagFilters", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#text_filter Dashboard#text_filter}", "stability": "stable", "summary": "The text to use as a filter." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1375 }, "name": "textFilter", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryProcessQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1477 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1470 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1564 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1580 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1609 }, "name": "resetIsNormalizedCpu" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1625 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1667 }, "name": "resetSort" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1683 }, "name": "resetTagFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1699 }, "name": "resetTextFilter" } ], "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryProcessQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1568 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1584 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1597 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1613 }, "name": "isNormalizedCpuInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1629 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1642 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1655 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1671 }, "name": "sortInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1687 }, "name": "tagFiltersInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1703 }, "name": "textFilterInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1558 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1574 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1590 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1603 }, "name": "isNormalizedCpu", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1619 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1635 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1648 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1661 }, "name": "sort", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1677 }, "name": "tagFilters", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1693 }, "name": "textFilter", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1481 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryProcessQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryProcessQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuerySloQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuerySloQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1707 }, "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuerySloQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for SLO queries. Valid values are `slo`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1725 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#measure Dashboard#measure}", "stability": "stable", "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1737 }, "name": "measure", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_id Dashboard#slo_id}", "stability": "stable", "summary": "ID of an SLO to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1749 }, "name": "sloId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#additional_query_filters Dashboard#additional_query_filters}", "stability": "stable", "summary": "Additional filters applied to the SLO query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1713 }, "name": "additionalQueryFilters", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1719 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_mode Dashboard#group_mode}", "stability": "stable", "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1731 }, "name": "groupMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1743 }, "name": "name", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_query_type Dashboard#slo_query_type}", "stability": "stable", "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1755 }, "name": "sloQueryType", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuerySloQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuerySloQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuerySloQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1843 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1836 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1918 }, "name": "resetAdditionalQueryFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1934 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1963 }, "name": "resetGroupMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1992 }, "name": "resetName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2021 }, "name": "resetSloQueryType" } ], "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuerySloQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1922 }, "name": "additionalQueryFiltersInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1938 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1951 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1967 }, "name": "groupModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1980 }, "name": "measureInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1996 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2009 }, "name": "sloIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2025 }, "name": "sloQueryTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1912 }, "name": "additionalQueryFilters", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1928 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1944 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1957 }, "name": "groupMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1973 }, "name": "measure", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1986 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2002 }, "name": "sloId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2015 }, "name": "sloQueryType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 1847 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuerySloQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuerySloQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3033 }, "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3039 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3051 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3057 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3063 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3045 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2357 }, "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2363 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2369 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2375 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2428 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2421 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2486 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2502 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2474 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2490 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2506 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2467 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2480 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2496 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2432 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2660 }, "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2666 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2672 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2678 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2837 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2829 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2844 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2837 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2837 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2837 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2830 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2734 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2724 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2817 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2788 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2804 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2820 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2814 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2792 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2808 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2824 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2782 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2798 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2738 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2510 }, "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2516 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2528 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2522 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2581 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2574 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2639 }, "name": "resetFacet" } ], "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2627 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2643 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2656 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2620 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2633 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2649 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2585 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2848 }, "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2854 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2860 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2866 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3022 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3014 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3029 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3022 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3022 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3022 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3015 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2922 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2912 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2989 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3005 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2977 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2993 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3009 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2970 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2983 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2999 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 2926 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3130 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3123 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3213 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3229 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3245 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3216 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3232 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3248 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3200 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3210 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3226 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3242 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3220 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3236 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3188 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3252 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3204 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3181 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3194 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3134 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3932 }, "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3938 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3950 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3956 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3962 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3944 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3256 }, "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3262 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3268 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3274 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3327 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3320 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3385 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3401 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3373 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3389 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3405 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3366 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3379 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3395 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3331 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3559 }, "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3565 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3571 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3577 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3736 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3728 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3743 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3736 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3736 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3736 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3729 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3633 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3623 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3716 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3687 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3703 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3719 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3713 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3691 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3707 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3723 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3681 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3697 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3637 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3409 }, "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3415 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3427 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3421 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3480 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3473 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3538 }, "name": "resetFacet" } ], "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3526 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3542 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3555 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3519 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3532 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3548 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3484 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3747 }, "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3753 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3759 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3765 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3921 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3913 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3928 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3921 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3921 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3921 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3914 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3821 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3811 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3888 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3904 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3876 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3892 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3908 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3869 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3882 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3898 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 3825 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4029 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4022 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4112 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4128 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4144 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4115 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4131 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4147 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4099 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4109 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4125 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4141 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4119 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4135 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4087 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4151 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4103 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4080 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4093 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4033 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestStyle": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestStyle", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4155 }, "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestStyle", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#line_type Dashboard#line_type}", "stability": "stable", "summary": "The type of lines displayed. Valid values are `dashed`, `dotted`, `solid`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4161 }, "name": "lineType", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#line_width Dashboard#line_width}", "stability": "stable", "summary": "The width of line displayed. Valid values are `normal`, `thick`, `thin`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4167 }, "name": "lineWidth", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4173 }, "name": "palette", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestStyle" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestStyleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestStyleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4226 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4219 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4271 }, "name": "resetLineType" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4287 }, "name": "resetLineWidth" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4303 }, "name": "resetPalette" } ], "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestStyleOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4275 }, "name": "lineTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4291 }, "name": "lineWidthInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4307 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4265 }, "name": "lineType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4281 }, "name": "lineWidth", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4297 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4230 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestStyle" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestStyleOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRightYaxis": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRightYaxis", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4884 }, "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRightYaxis", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#include_zero Dashboard#include_zero}", "stability": "stable", "summary": "Always include zero or fit the axis to the data range." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4890 }, "name": "includeZero", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "The label of the axis to display on the graph." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4896 }, "name": "label", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#max Dashboard#max}", "stability": "stable", "summary": "Specify the maximum value to show on the Y-axis." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4902 }, "name": "max", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#min Dashboard#min}", "stability": "stable", "summary": "Specify the minimum value to show on the Y-axis." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4908 }, "name": "min", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#scale Dashboard#scale}", "stability": "stable", "summary": "Specify the scale type, options: `linear`, `log`, `pow`, `sqrt`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4914 }, "name": "scale", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRightYaxis" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRightYaxisOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRightYaxisOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4981 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4974 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5038 }, "name": "resetIncludeZero" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5054 }, "name": "resetLabel" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5070 }, "name": "resetMax" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5086 }, "name": "resetMin" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5102 }, "name": "resetScale" } ], "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRightYaxisOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5042 }, "name": "includeZeroInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5058 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5074 }, "name": "maxInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5090 }, "name": "minInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5106 }, "name": "scaleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5032 }, "name": "includeZero", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5048 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5064 }, "name": "max", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5080 }, "name": "min", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5096 }, "name": "scale", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 4985 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRightYaxis" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRightYaxisOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionYaxis": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionYaxis", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5110 }, "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionYaxis", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#include_zero Dashboard#include_zero}", "stability": "stable", "summary": "Always include zero or fit the axis to the data range." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5116 }, "name": "includeZero", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "The label of the axis to display on the graph." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5122 }, "name": "label", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#max Dashboard#max}", "stability": "stable", "summary": "Specify the maximum value to show on the Y-axis." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5128 }, "name": "max", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#min Dashboard#min}", "stability": "stable", "summary": "Specify the minimum value to show on the Y-axis." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5134 }, "name": "min", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#scale Dashboard#scale}", "stability": "stable", "summary": "Specify the scale type, options: `linear`, `log`, `pow`, `sqrt`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5140 }, "name": "scale", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionYaxis" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionYaxisOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionYaxisOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5207 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5200 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5264 }, "name": "resetIncludeZero" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5280 }, "name": "resetLabel" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5296 }, "name": "resetMax" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5312 }, "name": "resetMin" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5328 }, "name": "resetScale" } ], "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionYaxisOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5268 }, "name": "includeZeroInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5284 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5300 }, "name": "maxInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5316 }, "name": "minInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5332 }, "name": "scaleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5258 }, "name": "includeZero", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5274 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5290 }, "name": "max", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5306 }, "name": "min", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5322 }, "name": "scale", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5211 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionYaxis" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionYaxisOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinition", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16749 }, "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinition", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_link Dashboard#custom_link}", "stability": "stable", "summary": "custom_link block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16779 }, "name": "customLink", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#live_span Dashboard#live_span}", "stability": "stable", "summary": "The timeframe to use when displaying the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16755 }, "name": "liveSpan", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#request Dashboard#request}", "stability": "stable", "summary": "request block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16785 }, "name": "request", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequest" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#style Dashboard#style}", "stability": "stable", "summary": "style block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16791 }, "name": "style", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionStyle" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title Dashboard#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16761 }, "name": "title", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_align Dashboard#title_align}", "stability": "stable", "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16767 }, "name": "titleAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_size Dashboard#title_size}", "stability": "stable", "summary": "The size of the widget's title (defaults to 16)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16773 }, "name": "titleSize", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinition" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionCustomLink": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionCustomLink", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5877 }, "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionCustomLink", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_hidden Dashboard#is_hidden}", "stability": "stable", "summary": "The flag for toggling context menu link visibility." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5883 }, "name": "isHidden", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "The label for the custom link URL." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5889 }, "name": "label", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#link Dashboard#link}", "stability": "stable", "summary": "The URL of the custom link." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5895 }, "name": "link", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#override_label Dashboard#override_label}", "stability": "stable", "summary": "The label ID that refers to a context menu link item." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5901 }, "name": "overrideLabel", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionCustomLink" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionCustomLinkList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionCustomLinkList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6089 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6081 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6096 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionCustomLinkOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionCustomLinkList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6089 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6089 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6089 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6082 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionCustomLink" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionCustomLinkList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionCustomLinkOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionCustomLinkOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5964 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5954 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6024 }, "name": "resetIsHidden" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6040 }, "name": "resetLabel" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6056 }, "name": "resetLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6072 }, "name": "resetOverrideLabel" } ], "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionCustomLinkOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6028 }, "name": "isHiddenInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6044 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6060 }, "name": "linkInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6076 }, "name": "overrideLabelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6018 }, "name": "isHidden", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6034 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6050 }, "name": "link", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6066 }, "name": "overrideLabel", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 5968 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionCustomLink" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionCustomLinkOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16872 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16865 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17002 }, "name": "putCustomLink", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionCustomLink" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17018 }, "name": "putRequest", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequest" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17034 }, "name": "putStyle", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionStyle" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17005 }, "name": "resetCustomLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16941 }, "name": "resetLiveSpan" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17021 }, "name": "resetRequest" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17037 }, "name": "resetStyle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16957 }, "name": "resetTitle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16973 }, "name": "resetTitleAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16989 }, "name": "resetTitleSize" } ], "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16999 }, "name": "customLink", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionCustomLinkList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17015 }, "name": "request", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17031 }, "name": "style", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionStyleList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17009 }, "name": "customLinkInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16945 }, "name": "liveSpanInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17025 }, "name": "requestInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequest" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17041 }, "name": "styleInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionStyle" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16977 }, "name": "titleAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16961 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16993 }, "name": "titleSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16935 }, "name": "liveSpan", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16951 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16967 }, "name": "titleAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16983 }, "name": "titleSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16876 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinition" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequest": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequest", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15978 }, "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequest", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_query Dashboard#apm_query}", "stability": "stable", "summary": "apm_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15990 }, "name": "apmQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#audit_query Dashboard#audit_query}", "stability": "stable", "summary": "audit_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15996 }, "name": "auditQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#conditional_formats Dashboard#conditional_formats}", "stability": "stable", "summary": "conditional_formats block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16002 }, "name": "conditionalFormats", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormats" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#formula Dashboard#formula}", "stability": "stable", "summary": "formula block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16008 }, "name": "formula", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormula" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#log_query Dashboard#log_query}", "stability": "stable", "summary": "log_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16014 }, "name": "logQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#process_query Dashboard#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16020 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#q Dashboard#q}", "stability": "stable", "summary": "The metric query to use for this widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15984 }, "name": "q", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16026 }, "name": "query", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQuery" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#rum_query Dashboard#rum_query}", "stability": "stable", "summary": "rum_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16032 }, "name": "rumQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#security_query Dashboard#security_query}", "stability": "stable", "summary": "security_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16038 }, "name": "securityQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#style Dashboard#style}", "stability": "stable", "summary": "style block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16044 }, "name": "style", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestStyle" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequest" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6776 }, "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6782 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6794 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6800 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6806 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6788 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6100 }, "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6106 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6112 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6118 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6171 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6164 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6229 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6245 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6217 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6233 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6249 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6210 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6223 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6239 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6175 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6403 }, "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6409 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6415 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6421 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6580 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6572 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6587 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6580 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6580 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6580 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6573 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6477 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6467 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6560 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6531 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6547 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6563 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6557 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6535 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6551 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6567 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6525 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6541 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6481 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6253 }, "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6259 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6271 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6265 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.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/index-structs/structs3600.ts", "line": 6317 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6382 }, "name": "resetFacet" } ], "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6370 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6386 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6399 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6363 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6376 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6392 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6328 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6591 }, "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6597 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6603 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6609 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6765 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6757 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6772 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6765 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6765 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6765 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6758 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6665 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6655 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6732 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6748 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6720 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6736 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6752 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6713 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6726 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6742 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6669 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6873 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6866 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6956 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6972 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6988 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6959 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6975 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6991 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6943 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6953 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6969 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6985 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6963 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6979 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6931 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6995 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6947 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6924 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6937 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6877 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7675 }, "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7681 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7693 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7699 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7705 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7687 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 6999 }, "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7005 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7011 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7017 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7070 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7063 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7128 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7144 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7116 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7132 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7148 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7109 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7122 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7138 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7074 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7302 }, "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7308 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7314 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7320 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7479 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7471 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7486 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7479 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7479 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7479 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7472 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7376 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7366 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7459 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7430 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7446 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7462 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7456 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7434 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7450 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7466 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7424 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7440 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7380 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7152 }, "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7158 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7170 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7164 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7223 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7216 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7281 }, "name": "resetFacet" } ], "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7269 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7285 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7298 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7262 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7275 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7291 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7227 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7490 }, "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7496 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7502 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7508 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7664 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7656 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7671 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7664 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7664 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7664 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7657 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7564 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7554 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7631 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7647 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7619 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7635 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7651 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7612 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7625 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7641 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7568 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7772 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7765 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7855 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7871 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7887 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7858 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7874 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7890 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7842 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7852 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7868 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7884 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7862 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7878 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7830 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7894 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7846 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7823 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7836 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7776 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormats": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormats", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7898 }, "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormats", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#comparator Dashboard#comparator}", "stability": "stable", "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7904 }, "name": "comparator", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "The color palette to apply." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7940 }, "name": "palette", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#value Dashboard#value}", "stability": "stable", "summary": "A value for the comparator." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7952 }, "name": "value", "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}", "stability": "stable", "summary": "The color palette to apply to the background, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7910 }, "name": "customBgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}", "stability": "stable", "summary": "The color palette to apply to the foreground, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7916 }, "name": "customFgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#hide_value Dashboard#hide_value}", "stability": "stable", "summary": "Setting this to True hides values." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7922 }, "name": "hideValue", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#image_url Dashboard#image_url}", "stability": "stable", "summary": "Displays an image as the background." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7928 }, "name": "imageUrl", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The metric from the request to correlate with this conditional format." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7934 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#timeframe Dashboard#timeframe}", "stability": "stable", "summary": "Defines the displayed timeframe." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 7946 }, "name": "timeframe", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormats" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormatsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormatsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8276 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8268 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8283 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormatsOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormatsList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8276 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8276 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8276 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8269 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormats" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormatsList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormatsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormatsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8050 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8040 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8153 }, "name": "resetCustomBgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8169 }, "name": "resetCustomFgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8185 }, "name": "resetHideValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8201 }, "name": "resetImageUrl" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8217 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8246 }, "name": "resetTimeframe" } ], "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormatsOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8141 }, "name": "comparatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8157 }, "name": "customBgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8173 }, "name": "customFgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8189 }, "name": "hideValueInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8205 }, "name": "imageUrlInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8221 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8234 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8250 }, "name": "timeframeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8263 }, "name": "valueInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8134 }, "name": "comparator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8147 }, "name": "customBgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8163 }, "name": "customFgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8179 }, "name": "hideValue", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8195 }, "name": "imageUrl", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8211 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8227 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8240 }, "name": "timeframe", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8256 }, "name": "value", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8054 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormats" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormatsOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormula": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormula", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9439 }, "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormula", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#formula_expression Dashboard#formula_expression}", "stability": "stable", "summary": "A string expression built from queries, formulas, and functions." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9457 }, "name": "formulaExpression", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#alias Dashboard#alias}", "stability": "stable", "summary": "An expression alias." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9445 }, "name": "alias", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cell_display_mode Dashboard#cell_display_mode}", "stability": "stable", "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9451 }, "name": "cellDisplayMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#conditional_formats Dashboard#conditional_formats}", "stability": "stable", "summary": "conditional_formats block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9463 }, "name": "conditionalFormats", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "limit block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9469 }, "name": "limit", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaLimit" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#number_format Dashboard#number_format}", "stability": "stable", "summary": "number_format block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9475 }, "name": "numberFormat", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormat" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#style Dashboard#style}", "stability": "stable", "summary": "style block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9481 }, "name": "style", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaStyle" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormula" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaConditionalFormats": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaConditionalFormats", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8287 }, "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaConditionalFormats", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#comparator Dashboard#comparator}", "stability": "stable", "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8293 }, "name": "comparator", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "The color palette to apply." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8329 }, "name": "palette", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#value Dashboard#value}", "stability": "stable", "summary": "A value for the comparator." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8341 }, "name": "value", "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}", "stability": "stable", "summary": "The color palette to apply to the background, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8299 }, "name": "customBgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}", "stability": "stable", "summary": "The color palette to apply to the foreground, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8305 }, "name": "customFgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#hide_value Dashboard#hide_value}", "stability": "stable", "summary": "Setting this to True hides values." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8311 }, "name": "hideValue", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#image_url Dashboard#image_url}", "stability": "stable", "summary": "Displays an image as the background." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8317 }, "name": "imageUrl", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The metric from the request to correlate with this conditional format." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8323 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#timeframe Dashboard#timeframe}", "stability": "stable", "summary": "Defines the displayed timeframe." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8335 }, "name": "timeframe", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaConditionalFormats" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaConditionalFormatsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaConditionalFormatsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8665 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8657 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8672 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaConditionalFormatsOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaConditionalFormatsList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8665 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8665 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8665 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8658 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaConditionalFormatsList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaConditionalFormatsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaConditionalFormatsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8439 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8429 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8542 }, "name": "resetCustomBgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8558 }, "name": "resetCustomFgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8574 }, "name": "resetHideValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8590 }, "name": "resetImageUrl" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8606 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8635 }, "name": "resetTimeframe" } ], "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaConditionalFormatsOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8530 }, "name": "comparatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8546 }, "name": "customBgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8562 }, "name": "customFgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8578 }, "name": "hideValueInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8594 }, "name": "imageUrlInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8610 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8623 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8639 }, "name": "timeframeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8652 }, "name": "valueInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8523 }, "name": "comparator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8536 }, "name": "customBgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8552 }, "name": "customFgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8568 }, "name": "hideValue", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8584 }, "name": "imageUrl", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8600 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8616 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8629 }, "name": "timeframe", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8645 }, "name": "value", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8443 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaConditionalFormats" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaConditionalFormatsOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaLimit": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaLimit", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8676 }, "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaLimit", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#count Dashboard#count}", "stability": "stable", "summary": "The number of results to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8682 }, "name": "count", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8688 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaLimit" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaLimitOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaLimitOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8734 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8727 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8773 }, "name": "resetCount" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8789 }, "name": "resetOrder" } ], "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaLimitOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8777 }, "name": "countInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8793 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8767 }, "name": "count", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8783 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8738 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaLimit" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaLimitOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9753 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9745 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9760 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9753 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9753 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9753 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9746 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormula" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormat": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormat", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9200 }, "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormat", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit Dashboard#unit}", "stability": "stable", "summary": "unit block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9206 }, "name": "unit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnit" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_scale Dashboard#unit_scale}", "stability": "stable", "summary": "unit_scale block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9212 }, "name": "unitScale", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitScale" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormat" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9258 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9251 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9294 }, "name": "putUnit", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnit" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9307 }, "name": "putUnitScale", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitScale" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9310 }, "name": "resetUnitScale" } ], "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9291 }, "name": "unit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9304 }, "name": "unitScale", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitScaleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9298 }, "name": "unitInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnit" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9314 }, "name": "unitScaleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitScale" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9262 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormat" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnit": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnit", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8998 }, "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnit", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#canonical Dashboard#canonical}", "stability": "stable", "summary": "canonical block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9004 }, "name": "canonical", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonical" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom Dashboard#custom}", "stability": "stable", "summary": "custom block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9010 }, "name": "custom", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustom" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnit" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonical": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonical", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8797 }, "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonical", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_name Dashboard#unit_name}", "stability": "stable", "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8809 }, "name": "unitName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#per_unit_name Dashboard#per_unit_name}", "stability": "stable", "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8803 }, "name": "perUnitName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonical" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8855 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8848 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8894 }, "name": "resetPerUnitName" } ], "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8898 }, "name": "perUnitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8911 }, "name": "unitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8888 }, "name": "perUnitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8904 }, "name": "unitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8859 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonical" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustom": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustom", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8915 }, "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustom", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "Unit label." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8921 }, "name": "label", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustom" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustomOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8960 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8953 }, "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustomOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8994 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8987 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 8964 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustom" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustomOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9056 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9049 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9092 }, "name": "putCanonical", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonical" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9108 }, "name": "putCustom", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustom" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9095 }, "name": "resetCanonical" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9111 }, "name": "resetCustom" } ], "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9089 }, "name": "canonical", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9105 }, "name": "custom", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustomOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9099 }, "name": "canonicalInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonical" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9115 }, "name": "customInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustom" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9060 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnit" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitScale": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitScale", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9119 }, "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitScale", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_name Dashboard#unit_name}." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9123 }, "name": "unitName", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitScale" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitScaleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9162 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9155 }, "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitScaleOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9196 }, "name": "unitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9189 }, "name": "unitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9166 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitScale" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitScaleOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9565 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9555 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9685 }, "name": "putConditionalFormats", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9701 }, "name": "putLimit", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaLimit" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9717 }, "name": "putNumberFormat", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormat" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9733 }, "name": "putStyle", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaStyle" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9643 }, "name": "resetAlias" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9659 }, "name": "resetCellDisplayMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9688 }, "name": "resetConditionalFormats" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9704 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9720 }, "name": "resetNumberFormat" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9736 }, "name": "resetStyle" } ], "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9682 }, "name": "conditionalFormats", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaConditionalFormatsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9698 }, "name": "limit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaLimitOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9714 }, "name": "numberFormat", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9730 }, "name": "style", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaStyleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9647 }, "name": "aliasInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9663 }, "name": "cellDisplayModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9692 }, "name": "conditionalFormatsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9676 }, "name": "formulaExpressionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9708 }, "name": "limitInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaLimit" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9724 }, "name": "numberFormatInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormat" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9740 }, "name": "styleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaStyle" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9637 }, "name": "alias", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9653 }, "name": "cellDisplayMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9669 }, "name": "formulaExpression", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9569 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormula" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaStyle": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaStyle", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9318 }, "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaStyle", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "The color palette used to display the formula." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9324 }, "name": "palette", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette_index Dashboard#palette_index}", "stability": "stable", "summary": "Index specifying which color to use within the palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9330 }, "name": "paletteIndex", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaStyle" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaStyleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaStyleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9376 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9369 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9415 }, "name": "resetPalette" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9431 }, "name": "resetPaletteIndex" } ], "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaStyleOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9435 }, "name": "paletteIndexInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9419 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9409 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9425 }, "name": "paletteIndex", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9380 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaStyle" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaStyleOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16435 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16427 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16442 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16435 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16435 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16435 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16428 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequest" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10440 }, "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10446 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10458 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10464 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10470 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10452 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9764 }, "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9770 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9776 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9782 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.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/index-structs/structs3600.ts", "line": 9828 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9893 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9909 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9881 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9897 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9913 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9874 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9887 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9903 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9839 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10067 }, "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10073 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10079 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10085 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10244 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10236 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10251 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10244 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10244 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10244 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10237 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10141 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10131 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10224 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10195 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10211 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10227 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10221 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10199 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10215 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10231 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10189 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10205 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10145 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9917 }, "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9923 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9935 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9929 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9988 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9981 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10046 }, "name": "resetFacet" } ], "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10034 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10050 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10063 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10027 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10040 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10056 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 9992 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10255 }, "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10261 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10267 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10273 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.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" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10421 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10436 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10429 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10429 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10429 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10422 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10329 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10319 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10396 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10412 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10384 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10400 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10416 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10377 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10390 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10406 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10333 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10537 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10530 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10620 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10636 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10652 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10623 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10639 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10655 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10607 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10617 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10633 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10649 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10627 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10643 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10595 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10659 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10611 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10588 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10601 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10541 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16156 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16146 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16271 }, "name": "putApmQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16287 }, "name": "putAuditQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16303 }, "name": "putConditionalFormats", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormats" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16319 }, "name": "putFormula", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormula" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16335 }, "name": "putLogQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16351 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16367 }, "name": "putQuery", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQuery" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16383 }, "name": "putRumQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16399 }, "name": "putSecurityQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16415 }, "name": "putStyle", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestStyle" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16274 }, "name": "resetApmQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16290 }, "name": "resetAuditQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16306 }, "name": "resetConditionalFormats" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16322 }, "name": "resetFormula" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16338 }, "name": "resetLogQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16354 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16258 }, "name": "resetQ" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16370 }, "name": "resetQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16386 }, "name": "resetRumQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16402 }, "name": "resetSecurityQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16418 }, "name": "resetStyle" } ], "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16268 }, "name": "apmQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16284 }, "name": "auditQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16300 }, "name": "conditionalFormats", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormatsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16316 }, "name": "formula", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16332 }, "name": "logQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16348 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16364 }, "name": "query", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16380 }, "name": "rumQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16396 }, "name": "securityQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16412 }, "name": "style", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestStyleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16278 }, "name": "apmQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16294 }, "name": "auditQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16310 }, "name": "conditionalFormatsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormats" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16326 }, "name": "formulaInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormula" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16342 }, "name": "logQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16358 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16262 }, "name": "qInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16374 }, "name": "queryInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQuery" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16390 }, "name": "rumQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16406 }, "name": "securityQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16422 }, "name": "styleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestStyle" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16252 }, "name": "q", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16160 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequest" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10663 }, "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestProcessQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "Your chosen metric." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10681 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#filter_by Dashboard#filter_by}", "stability": "stable", "summary": "A list of processes." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10669 }, "name": "filterBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The max number of items in the filter list." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10675 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_by Dashboard#search_by}", "stability": "stable", "summary": "Your chosen search term." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10687 }, "name": "searchBy", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestProcessQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10747 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10740 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10798 }, "name": "resetFilterBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10814 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10843 }, "name": "resetSearchBy" } ], "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestProcessQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10802 }, "name": "filterByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10818 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10831 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10847 }, "name": "searchByInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10792 }, "name": "filterBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10808 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10824 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10837 }, "name": "searchBy", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10751 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestProcessQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestProcessQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13766 }, "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_dependency_stats_query Dashboard#apm_dependency_stats_query}", "stability": "stable", "summary": "apm_dependency_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13772 }, "name": "apmDependencyStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmDependencyStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_resource_stats_query Dashboard#apm_resource_stats_query}", "stability": "stable", "summary": "apm_resource_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13778 }, "name": "apmResourceStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmResourceStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cloud_cost_query Dashboard#cloud_cost_query}", "stability": "stable", "summary": "cloud_cost_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13784 }, "name": "cloudCostQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryCloudCostQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#event_query Dashboard#event_query}", "stability": "stable", "summary": "event_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13790 }, "name": "eventQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric_query Dashboard#metric_query}", "stability": "stable", "summary": "metric_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13796 }, "name": "metricQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryMetricQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#process_query Dashboard#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13802 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_query Dashboard#slo_query}", "stability": "stable", "summary": "slo_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13808 }, "name": "sloQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQuerySloQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmDependencyStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmDependencyStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10851 }, "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmDependencyStatsQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10863 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#env Dashboard#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10869 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10881 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#operation_name Dashboard#operation_name}", "stability": "stable", "summary": "Name of operation on service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10887 }, "name": "operationName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#resource_name Dashboard#resource_name}", "stability": "stable", "summary": "APM resource." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10905 }, "name": "resourceName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#service Dashboard#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10911 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#stat Dashboard#stat}", "stability": "stable", "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10917 }, "name": "stat", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10857 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_upstream Dashboard#is_upstream}", "stability": "stable", "summary": "Determines whether stats for upstream or downstream dependencies should be queried." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10875 }, "name": "isUpstream", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}", "stability": "stable", "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10893 }, "name": "primaryTagName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}", "stability": "stable", "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 10899 }, "name": "primaryTagValue", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmDependencyStatsQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmDependencyStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmDependencyStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11026 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11019 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11119 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11161 }, "name": "resetIsUpstream" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11203 }, "name": "resetPrimaryTagName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11219 }, "name": "resetPrimaryTagValue" } ], "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmDependencyStatsQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11123 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11136 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11149 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11165 }, "name": "isUpstreamInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11178 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11191 }, "name": "operationNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11207 }, "name": "primaryTagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11223 }, "name": "primaryTagValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11236 }, "name": "resourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11249 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11262 }, "name": "statInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11113 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11129 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11142 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11155 }, "name": "isUpstream", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11171 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11184 }, "name": "operationName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11197 }, "name": "primaryTagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11213 }, "name": "primaryTagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11229 }, "name": "resourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11242 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11255 }, "name": "stat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11030 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmDependencyStatsQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmDependencyStatsQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmResourceStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmResourceStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11266 }, "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmResourceStatsQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11278 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#env Dashboard#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11284 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11296 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#service Dashboard#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11326 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#stat Dashboard#stat}", "stability": "stable", "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11332 }, "name": "stat", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11272 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "Array of fields to group results by." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11290 }, "name": "groupBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#operation_name Dashboard#operation_name}", "stability": "stable", "summary": "Name of operation on service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11302 }, "name": "operationName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}", "stability": "stable", "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11308 }, "name": "primaryTagName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}", "stability": "stable", "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11314 }, "name": "primaryTagValue", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#resource_name Dashboard#resource_name}", "stability": "stable", "summary": "APM resource." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11320 }, "name": "resourceName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmResourceStatsQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmResourceStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmResourceStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11441 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11434 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11534 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11576 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11605 }, "name": "resetOperationName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11621 }, "name": "resetPrimaryTagName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11637 }, "name": "resetPrimaryTagValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11653 }, "name": "resetResourceName" } ], "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmResourceStatsQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11538 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11551 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11564 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11580 }, "name": "groupByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11593 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11609 }, "name": "operationNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11625 }, "name": "primaryTagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11641 }, "name": "primaryTagValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11657 }, "name": "resourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11670 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11683 }, "name": "statInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11528 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11544 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11557 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11570 }, "name": "groupBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11586 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11599 }, "name": "operationName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11615 }, "name": "primaryTagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11631 }, "name": "primaryTagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11647 }, "name": "resourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11663 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11676 }, "name": "stat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11445 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmResourceStatsQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmResourceStatsQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryCloudCostQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryCloudCostQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11687 }, "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryCloudCostQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11705 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11711 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The cloud cost query definition." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11717 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11693 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11699 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryCloudCostQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryCloudCostQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryCloudCostQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11784 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11777 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11841 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11857 }, "name": "resetCrossOrgUuids" } ], "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryCloudCostQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11845 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11861 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11874 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11887 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11900 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11835 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11851 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11867 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11880 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11893 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11788 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryCloudCostQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryCloudCostQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12510 }, "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute Dashboard#compute}", "stability": "stable", "summary": "compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12546 }, "name": "compute", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for event platform-based queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12522 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12534 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12516 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12552 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#indexes Dashboard#indexes}", "stability": "stable", "summary": "An array of index names to query in the stream." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12528 }, "name": "indexes", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search Dashboard#search}", "stability": "stable", "summary": "search block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12558 }, "name": "search", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuerySearch" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#storage Dashboard#storage}", "stability": "stable", "summary": "Storage location (private beta)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12540 }, "name": "storage", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11904 }, "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation methods for event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11910 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "A time interval in milliseconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11916 }, "name": "interval", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The measurable attribute to compute." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11922 }, "name": "metric", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12078 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12070 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12085 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12078 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12078 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12078 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12071 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11978 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11968 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12045 }, "name": "resetInterval" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12061 }, "name": "resetMetric" } ], "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12033 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12049 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12065 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12026 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12039 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12055 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 11982 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12242 }, "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The event facet." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12248 }, "name": "facet", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The number of groups to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12254 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort Dashboard#sort}", "stability": "stable", "summary": "sort block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12260 }, "name": "sort", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBySort" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12416 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12408 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12423 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12416 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12416 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12416 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12409 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12316 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12306 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12396 }, "name": "putSort", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBySort" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12383 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12399 }, "name": "resetSort" } ], "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12393 }, "name": "sort", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBySortOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12371 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12387 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12403 }, "name": "sortInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBySort" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12364 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12377 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12320 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBySort": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBySort", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12089 }, "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBySort", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation methods for the event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12095 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The metric used for sorting group by results." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12101 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Direction of sort. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12107 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBySort" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBySortOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBySortOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12160 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12153 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12218 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12234 }, "name": "resetOrder" } ], "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBySortOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12206 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12222 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12238 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12199 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12212 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12228 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12164 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBySort" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBySortOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12646 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12639 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12792 }, "name": "putCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12805 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12821 }, "name": "putSearch", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuerySearch" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12721 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12808 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12750 }, "name": "resetIndexes" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12824 }, "name": "resetSearch" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12779 }, "name": "resetStorage" } ], "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12789 }, "name": "compute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12802 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12818 }, "name": "search", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuerySearchOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12796 }, "name": "computeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12725 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12738 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12812 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12754 }, "name": "indexesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12767 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12828 }, "name": "searchInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuerySearch" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12783 }, "name": "storageInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12715 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12731 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12744 }, "name": "indexes", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12760 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12773 }, "name": "storage", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12650 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuerySearch": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuerySearch", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12427 }, "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuerySearch", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The events search string." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12433 }, "name": "query", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuerySearch" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuerySearchOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuerySearchOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.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" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12465 }, "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuerySearchOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12506 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12499 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12476 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuerySearch" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuerySearchOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14083 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14075 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14090 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14083 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14083 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14083 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14076 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQuery" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryMetricQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryMetricQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12832 }, "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryMetricQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12856 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The metrics query definition." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12862 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12838 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12844 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for metrics queries. Defaults to `\"metrics\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12850 }, "name": "dataSource", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryMetricQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryMetricQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryMetricQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12929 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12922 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12986 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13002 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13018 }, "name": "resetDataSource" } ], "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryMetricQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12990 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13006 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13022 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13035 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13048 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12980 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12996 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13012 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13028 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13041 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 12933 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryMetricQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryMetricQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13892 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13882 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13967 }, "name": "putApmDependencyStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmDependencyStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13983 }, "name": "putApmResourceStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmResourceStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13999 }, "name": "putCloudCostQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryCloudCostQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14015 }, "name": "putEventQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14031 }, "name": "putMetricQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryMetricQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14047 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14063 }, "name": "putSloQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQuerySloQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13970 }, "name": "resetApmDependencyStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13986 }, "name": "resetApmResourceStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14002 }, "name": "resetCloudCostQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14018 }, "name": "resetEventQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14034 }, "name": "resetMetricQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14050 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14066 }, "name": "resetSloQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13964 }, "name": "apmDependencyStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmDependencyStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13980 }, "name": "apmResourceStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmResourceStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13996 }, "name": "cloudCostQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryCloudCostQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14012 }, "name": "eventQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14028 }, "name": "metricQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryMetricQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14044 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14060 }, "name": "sloQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQuerySloQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13974 }, "name": "apmDependencyStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmDependencyStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13990 }, "name": "apmResourceStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmResourceStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14006 }, "name": "cloudCostQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryCloudCostQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14022 }, "name": "eventQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14038 }, "name": "metricQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryMetricQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14054 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14070 }, "name": "sloQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQuerySloQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13896 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQuery" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13052 }, "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryProcessQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for process queries. Valid values are `process`, `container`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13070 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The process metric name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13088 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13094 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13058 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13064 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_normalized_cpu Dashboard#is_normalized_cpu}", "stability": "stable", "summary": "Whether to normalize the CPU percentages." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13076 }, "name": "isNormalizedCpu", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The number of hits to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13082 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort Dashboard#sort}", "stability": "stable", "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13100 }, "name": "sort", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#tag_filters Dashboard#tag_filters}", "stability": "stable", "summary": "An array of tags to filter by." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13106 }, "name": "tagFilters", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#text_filter Dashboard#text_filter}", "stability": "stable", "summary": "The text to use as a filter." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13112 }, "name": "textFilter", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryProcessQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13214 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13207 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13301 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13317 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13346 }, "name": "resetIsNormalizedCpu" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13362 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13404 }, "name": "resetSort" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13420 }, "name": "resetTagFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13436 }, "name": "resetTextFilter" } ], "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryProcessQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13305 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13321 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13334 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13350 }, "name": "isNormalizedCpuInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13366 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13379 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13392 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13408 }, "name": "sortInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13424 }, "name": "tagFiltersInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13440 }, "name": "textFilterInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13295 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13311 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13327 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13340 }, "name": "isNormalizedCpu", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13356 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13372 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13385 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13398 }, "name": "sort", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13414 }, "name": "tagFilters", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13430 }, "name": "textFilter", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13218 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryProcessQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryProcessQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQuerySloQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQuerySloQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13444 }, "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQuerySloQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for SLO queries. Valid values are `slo`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13462 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#measure Dashboard#measure}", "stability": "stable", "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13474 }, "name": "measure", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_id Dashboard#slo_id}", "stability": "stable", "summary": "ID of an SLO to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13486 }, "name": "sloId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#additional_query_filters Dashboard#additional_query_filters}", "stability": "stable", "summary": "Additional filters applied to the SLO query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13450 }, "name": "additionalQueryFilters", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13456 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_mode Dashboard#group_mode}", "stability": "stable", "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13468 }, "name": "groupMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13480 }, "name": "name", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_query_type Dashboard#slo_query_type}", "stability": "stable", "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13492 }, "name": "sloQueryType", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQuerySloQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQuerySloQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQuerySloQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13580 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13573 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13655 }, "name": "resetAdditionalQueryFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13671 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13700 }, "name": "resetGroupMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13729 }, "name": "resetName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13758 }, "name": "resetSloQueryType" } ], "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQuerySloQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13659 }, "name": "additionalQueryFiltersInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13675 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13688 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13704 }, "name": "groupModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13717 }, "name": "measureInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13733 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13746 }, "name": "sloIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13762 }, "name": "sloQueryTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13649 }, "name": "additionalQueryFilters", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13665 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13681 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13694 }, "name": "groupMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13710 }, "name": "measure", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13723 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13739 }, "name": "sloId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13752 }, "name": "sloQueryType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 13584 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQuerySloQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQuerySloQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14770 }, "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14776 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14788 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14794 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14800 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14782 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14094 }, "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14100 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14106 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14112 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14165 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14158 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14223 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14239 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14211 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14227 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14243 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14204 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14217 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14233 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14169 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14397 }, "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14403 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14409 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14415 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14574 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14566 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14581 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14574 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14574 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14574 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14567 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14471 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14461 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14554 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14525 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14541 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14557 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14551 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14529 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14545 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14561 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14519 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14535 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14475 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14247 }, "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14253 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14265 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14259 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14318 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14311 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14376 }, "name": "resetFacet" } ], "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14364 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14380 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14393 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14357 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14370 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14386 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14322 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14585 }, "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14591 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14597 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14603 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14759 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14751 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14766 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14759 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14759 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14759 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14752 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14659 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14649 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14726 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14742 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14714 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14730 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14746 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14707 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14720 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14736 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14663 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14867 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14860 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14950 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14966 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14982 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14953 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14969 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14985 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14937 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14947 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14963 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14979 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14957 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14973 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14925 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14989 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14941 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14918 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14931 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14871 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15669 }, "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15675 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15687 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15693 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15699 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15681 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14993 }, "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 14999 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15005 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15011 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15064 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15057 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15122 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15138 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15110 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15126 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15142 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15103 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15116 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15132 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15068 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15296 }, "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15302 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15308 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15314 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15473 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15465 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15480 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15473 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15473 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15473 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15466 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15370 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15360 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15453 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15424 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15440 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15456 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15450 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15428 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15444 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15460 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15418 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15434 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15374 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15146 }, "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15152 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15164 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15158 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15217 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15210 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15275 }, "name": "resetFacet" } ], "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15263 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15279 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15292 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15256 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15269 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15285 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15221 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15484 }, "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15490 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15496 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15502 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15658 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15650 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15665 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15658 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15658 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15658 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15651 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15558 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15548 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15625 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15641 }, "name": "resetInterval" } ], "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15613 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15629 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15645 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15606 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15619 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15635 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15562 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15766 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15759 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15849 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15865 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15881 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15852 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15868 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15884 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15836 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15846 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15862 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15878 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15856 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15872 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15824 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15888 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15840 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15817 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15830 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15770 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestStyle": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestStyle", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15892 }, "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestStyle", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15898 }, "name": "palette", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestStyle" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestStyleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestStyleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15937 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15930 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15970 }, "name": "resetPalette" } ], "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestStyleOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15974 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15964 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 15941 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestStyle" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestStyleOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionStyle": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionStyle", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16561 }, "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionStyle", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#display Dashboard#display}", "stability": "stable", "summary": "display block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16579 }, "name": "display", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionStyleDisplay" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "The color palette for the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16567 }, "name": "palette", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#scaling Dashboard#scaling}", "stability": "stable", "summary": "The scaling mode for the widget. Valid values are `absolute`, `relative`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16573 }, "name": "scaling", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionStyle" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionStyleDisplay": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionStyleDisplay", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16446 }, "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionStyleDisplay", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#type Dashboard#type}", "stability": "stable", "summary": "The display type for the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16452 }, "name": "type", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionStyleDisplay" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionStyleDisplayList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionStyleDisplayList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16550 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16542 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16557 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionStyleDisplayOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionStyleDisplayList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16550 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16550 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16550 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16543 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionStyleDisplay" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionStyleDisplayList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionStyleDisplayOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionStyleDisplayOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16494 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16484 }, "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionStyleDisplayOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16537 }, "name": "typeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16530 }, "name": "type", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16498 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionStyleDisplay" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionStyleDisplayOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionStyleList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionStyleList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16738 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16730 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16745 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionStyleOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionStyleList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16738 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16738 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16738 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16731 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionStyle" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionStyleList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionStyleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionStyleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16635 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16625 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16718 }, "name": "putDisplay", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionStyleDisplay" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16721 }, "name": "resetDisplay" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16689 }, "name": "resetPalette" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16705 }, "name": "resetScaling" } ], "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionStyleOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16715 }, "name": "display", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionStyleDisplayList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16725 }, "name": "displayInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionStyleDisplay" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16693 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16709 }, "name": "scalingInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16683 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16699 }, "name": "scaling", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 16639 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionStyle" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionStyleOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTopologyMapDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTopologyMapDefinition", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17594 }, "name": "DashboardWidgetGroupDefinitionWidgetTopologyMapDefinition", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_link Dashboard#custom_link}", "stability": "stable", "summary": "custom_link block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17618 }, "name": "customLink", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#request Dashboard#request}", "stability": "stable", "summary": "request block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17624 }, "name": "request", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionRequest" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title Dashboard#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17600 }, "name": "title", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_align Dashboard#title_align}", "stability": "stable", "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17606 }, "name": "titleAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_size Dashboard#title_size}", "stability": "stable", "summary": "The size of the widget's title (defaults to 16)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17612 }, "name": "titleSize", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTopologyMapDefinition" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionCustomLink": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionCustomLink", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17045 }, "name": "DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionCustomLink", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_hidden Dashboard#is_hidden}", "stability": "stable", "summary": "The flag for toggling context menu link visibility." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17051 }, "name": "isHidden", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "The label for the custom link URL." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17057 }, "name": "label", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#link Dashboard#link}", "stability": "stable", "summary": "The URL of the custom link." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17063 }, "name": "link", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#override_label Dashboard#override_label}", "stability": "stable", "summary": "The label ID that refers to a context menu link item." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17069 }, "name": "overrideLabel", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionCustomLink" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionCustomLinkList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionCustomLinkList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17257 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17249 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17264 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionCustomLinkOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionCustomLinkList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17257 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17257 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17257 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17250 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionCustomLink" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionCustomLinkList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionCustomLinkOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionCustomLinkOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17132 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17122 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17192 }, "name": "resetIsHidden" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17208 }, "name": "resetLabel" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17224 }, "name": "resetLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17240 }, "name": "resetOverrideLabel" } ], "name": "DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionCustomLinkOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17196 }, "name": "isHiddenInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17212 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17228 }, "name": "linkInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17244 }, "name": "overrideLabelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17186 }, "name": "isHidden", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17202 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17218 }, "name": "link", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17234 }, "name": "overrideLabel", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17136 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionCustomLink" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionCustomLinkOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17691 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17684 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17793 }, "name": "putCustomLink", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionCustomLink" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17809 }, "name": "putRequest", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionRequest" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17796 }, "name": "resetCustomLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17812 }, "name": "resetRequest" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17748 }, "name": "resetTitle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17764 }, "name": "resetTitleAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17780 }, "name": "resetTitleSize" } ], "name": "DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17790 }, "name": "customLink", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionCustomLinkList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17806 }, "name": "request", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionRequestList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17800 }, "name": "customLinkInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17816 }, "name": "requestInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionRequest" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17768 }, "name": "titleAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17752 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17784 }, "name": "titleSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17742 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17758 }, "name": "titleAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17774 }, "name": "titleSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17695 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTopologyMapDefinition" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionRequest": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionRequest", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17447 }, "name": "DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionRequest", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17459 }, "name": "query", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionRequestQuery" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#request_type Dashboard#request_type}", "stability": "stable", "summary": "The request type for the Topology request ('topology'). Valid values are `topology`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17453 }, "name": "requestType", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionRequest" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionRequestList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionRequestList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17583 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17575 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17590 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionRequestOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionRequestList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17583 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17583 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17583 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17576 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionRequest" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionRequestList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionRequestOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionRequestOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17508 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17498 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17566 }, "name": "putQuery", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionRequestQuery" }, "kind": "array" } } ] } } } ] } ], "name": "DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionRequestOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17563 }, "name": "query", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionRequestQueryList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17570 }, "name": "queryInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionRequestQuery" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17557 }, "name": "requestTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17550 }, "name": "requestType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17512 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionRequest" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionRequestOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionRequestQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionRequestQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17268 }, "name": "DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionRequestQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for the Topology request ('service_map' or 'data_streams'). Valid values are `data_streams`, `service_map`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17274 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#filters Dashboard#filters}", "stability": "stable", "summary": "Your environment and primary tag (or `*` if enabled for your account)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17280 }, "name": "filters", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#service Dashboard#service}", "stability": "stable", "summary": "The ID of the service to map." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17286 }, "name": "service", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionRequestQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionRequestQueryList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionRequestQueryList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17436 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17428 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17443 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionRequestQueryOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionRequestQueryList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17436 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17436 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17436 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17429 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionRequestQuery" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionRequestQueryList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionRequestQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionRequestQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17342 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17332 }, "name": "DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionRequestQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17397 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17410 }, "name": "filtersInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17423 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17390 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17403 }, "name": "filters", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17416 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17346 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionRequestQuery" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionRequestQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTraceServiceDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTraceServiceDefinition", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17820 }, "name": "DashboardWidgetGroupDefinitionWidgetTraceServiceDefinition", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#env Dashboard#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17832 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#service Dashboard#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17844 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#span_name Dashboard#span_name}", "stability": "stable", "summary": "APM span name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17892 }, "name": "spanName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#display_format Dashboard#display_format}", "stability": "stable", "summary": "The number of columns to display. Valid values are `one_column`, `two_column`, `three_column`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17826 }, "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`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#live_span Dashboard#live_span}", "stability": "stable", "summary": "The timeframe to use when displaying the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17838 }, "name": "liveSpan", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#show_breakdown Dashboard#show_breakdown}", "stability": "stable", "summary": "Whether to show the latency breakdown or not." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17850 }, "name": "showBreakdown", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#show_distribution Dashboard#show_distribution}", "stability": "stable", "summary": "Whether to show the latency distribution or not." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17856 }, "name": "showDistribution", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#show_errors Dashboard#show_errors}", "stability": "stable", "summary": "Whether to show the error metrics or not." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17862 }, "name": "showErrors", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#show_hits Dashboard#show_hits}", "stability": "stable", "summary": "Whether to show the hits metrics or not." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17868 }, "name": "showHits", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#show_latency Dashboard#show_latency}", "stability": "stable", "summary": "Whether to show the latency metrics or not." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17874 }, "name": "showLatency", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#show_resource_list Dashboard#show_resource_list}", "stability": "stable", "summary": "Whether to show the resource list or not." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17880 }, "name": "showResourceList", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#size_format Dashboard#size_format}", "stability": "stable", "summary": "The size of the widget. Valid values are `small`, `medium`, `large`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17886 }, "name": "sizeFormat", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title Dashboard#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17898 }, "name": "title", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_align Dashboard#title_align}", "stability": "stable", "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17904 }, "name": "titleAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_size Dashboard#title_size}", "stability": "stable", "summary": "The size of the widget's title (defaults to 16)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 17910 }, "name": "titleSize", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTraceServiceDefinition" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTraceServiceDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTraceServiceDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18047 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18040 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18164 }, "name": "resetDisplayFormat" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18193 }, "name": "resetLiveSpan" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18222 }, "name": "resetShowBreakdown" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18238 }, "name": "resetShowDistribution" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18254 }, "name": "resetShowErrors" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18270 }, "name": "resetShowHits" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18286 }, "name": "resetShowLatency" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18302 }, "name": "resetShowResourceList" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18318 }, "name": "resetSizeFormat" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18347 }, "name": "resetTitle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18363 }, "name": "resetTitleAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18379 }, "name": "resetTitleSize" } ], "name": "DashboardWidgetGroupDefinitionWidgetTraceServiceDefinitionOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18168 }, "name": "displayFormatInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18181 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18197 }, "name": "liveSpanInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18210 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18226 }, "name": "showBreakdownInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18242 }, "name": "showDistributionInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18258 }, "name": "showErrorsInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18274 }, "name": "showHitsInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18290 }, "name": "showLatencyInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18306 }, "name": "showResourceListInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18322 }, "name": "sizeFormatInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18335 }, "name": "spanNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18367 }, "name": "titleAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18351 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18383 }, "name": "titleSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18158 }, "name": "displayFormat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18174 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18187 }, "name": "liveSpan", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18203 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18216 }, "name": "showBreakdown", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18232 }, "name": "showDistribution", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18248 }, "name": "showErrors", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18264 }, "name": "showHits", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18280 }, "name": "showLatency", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18296 }, "name": "showResourceList", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18312 }, "name": "sizeFormat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18328 }, "name": "spanName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18341 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18357 }, "name": "titleAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18373 }, "name": "titleSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18051 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTraceServiceDefinition" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTraceServiceDefinitionOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinition", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23483 }, "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinition", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_links Dashboard#custom_links}", "stability": "stable", "summary": "custom_links block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23495 }, "name": "customLinks", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionCustomLinks" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#request Dashboard#request}", "stability": "stable", "summary": "request block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23501 }, "name": "request", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequest" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title Dashboard#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23489 }, "name": "title", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTreemapDefinition" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionCustomLinks": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionCustomLinks", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18387 }, "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionCustomLinks", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_hidden Dashboard#is_hidden}", "stability": "stable", "summary": "The flag for toggling context menu link visibility." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18393 }, "name": "isHidden", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "The label for the custom link URL." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18399 }, "name": "label", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#link Dashboard#link}", "stability": "stable", "summary": "The URL of the custom link." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18405 }, "name": "link", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#override_label Dashboard#override_label}", "stability": "stable", "summary": "The label ID that refers to a context menu link item." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18411 }, "name": "overrideLabel", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionCustomLinks" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionCustomLinksList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionCustomLinksList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18599 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18591 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18606 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionCustomLinksOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionCustomLinksList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18599 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18599 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18599 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18592 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionCustomLinks" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionCustomLinksList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionCustomLinksOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionCustomLinksOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18474 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18464 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18534 }, "name": "resetIsHidden" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18550 }, "name": "resetLabel" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18566 }, "name": "resetLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18582 }, "name": "resetOverrideLabel" } ], "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionCustomLinksOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18538 }, "name": "isHiddenInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18554 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18570 }, "name": "linkInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18586 }, "name": "overrideLabelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18528 }, "name": "isHidden", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18544 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18560 }, "name": "link", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18576 }, "name": "overrideLabel", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18478 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionCustomLinks" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionCustomLinksOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23554 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23547 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23612 }, "name": "putCustomLinks", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionCustomLinks" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23628 }, "name": "putRequest", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequest" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23615 }, "name": "resetCustomLinks" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23631 }, "name": "resetRequest" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23599 }, "name": "resetTitle" } ], "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23609 }, "name": "customLinks", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionCustomLinksList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23625 }, "name": "request", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23619 }, "name": "customLinksInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionCustomLinks" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23635 }, "name": "requestInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequest" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23603 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23593 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23558 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinition" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequest": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequest", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23330 }, "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequest", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#formula Dashboard#formula}", "stability": "stable", "summary": "formula block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23336 }, "name": "formula", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormula" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23342 }, "name": "query", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQuery" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequest" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormula": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormula", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 19762 }, "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormula", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#formula_expression Dashboard#formula_expression}", "stability": "stable", "summary": "A string expression built from queries, formulas, and functions." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 19780 }, "name": "formulaExpression", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#alias Dashboard#alias}", "stability": "stable", "summary": "An expression alias." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 19768 }, "name": "alias", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cell_display_mode Dashboard#cell_display_mode}", "stability": "stable", "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 19774 }, "name": "cellDisplayMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#conditional_formats Dashboard#conditional_formats}", "stability": "stable", "summary": "conditional_formats block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 19786 }, "name": "conditionalFormats", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "limit block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 19792 }, "name": "limit", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaLimit" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#number_format Dashboard#number_format}", "stability": "stable", "summary": "number_format block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 19798 }, "name": "numberFormat", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormat" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#style Dashboard#style}", "stability": "stable", "summary": "style block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 19804 }, "name": "style", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaStyle" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormula" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaConditionalFormats": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaConditionalFormats", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18610 }, "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaConditionalFormats", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#comparator Dashboard#comparator}", "stability": "stable", "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18616 }, "name": "comparator", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "The color palette to apply." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18652 }, "name": "palette", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#value Dashboard#value}", "stability": "stable", "summary": "A value for the comparator." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18664 }, "name": "value", "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}", "stability": "stable", "summary": "The color palette to apply to the background, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18622 }, "name": "customBgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}", "stability": "stable", "summary": "The color palette to apply to the foreground, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18628 }, "name": "customFgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#hide_value Dashboard#hide_value}", "stability": "stable", "summary": "Setting this to True hides values." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18634 }, "name": "hideValue", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#image_url Dashboard#image_url}", "stability": "stable", "summary": "Displays an image as the background." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18640 }, "name": "imageUrl", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The metric from the request to correlate with this conditional format." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18646 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#timeframe Dashboard#timeframe}", "stability": "stable", "summary": "Defines the displayed timeframe." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18658 }, "name": "timeframe", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaConditionalFormats" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaConditionalFormatsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaConditionalFormatsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18988 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18980 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18995 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaConditionalFormatsOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaConditionalFormatsList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18988 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18988 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18988 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18981 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaConditionalFormatsList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaConditionalFormatsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaConditionalFormatsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18762 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18752 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18865 }, "name": "resetCustomBgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18881 }, "name": "resetCustomFgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18897 }, "name": "resetHideValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18913 }, "name": "resetImageUrl" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18929 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18958 }, "name": "resetTimeframe" } ], "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaConditionalFormatsOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18853 }, "name": "comparatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18869 }, "name": "customBgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18885 }, "name": "customFgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18901 }, "name": "hideValueInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18917 }, "name": "imageUrlInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18933 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18946 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18962 }, "name": "timeframeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18975 }, "name": "valueInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18846 }, "name": "comparator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18859 }, "name": "customBgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18875 }, "name": "customFgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18891 }, "name": "hideValue", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18907 }, "name": "imageUrl", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18923 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18939 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18952 }, "name": "timeframe", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18968 }, "name": "value", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18766 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaConditionalFormats" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaConditionalFormatsOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaLimit": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaLimit", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 18999 }, "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaLimit", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#count Dashboard#count}", "stability": "stable", "summary": "The number of results to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 19005 }, "name": "count", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 19011 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaLimit" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaLimitOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaLimitOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 19057 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 19050 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 19096 }, "name": "resetCount" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 19112 }, "name": "resetOrder" } ], "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaLimitOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 19100 }, "name": "countInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 19116 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 19090 }, "name": "count", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 19106 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 19061 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaLimit" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaLimitOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20076 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20068 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20083 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20076 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20076 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20076 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20069 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormula" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormat": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormat", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 19523 }, "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormat", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit Dashboard#unit}", "stability": "stable", "summary": "unit block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 19529 }, "name": "unit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnit" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_scale Dashboard#unit_scale}", "stability": "stable", "summary": "unit_scale block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 19535 }, "name": "unitScale", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScale" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormat" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 19581 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 19574 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 19617 }, "name": "putUnit", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnit" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 19630 }, "name": "putUnitScale", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScale" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 19633 }, "name": "resetUnitScale" } ], "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 19614 }, "name": "unit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 19627 }, "name": "unitScale", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 19621 }, "name": "unitInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnit" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 19637 }, "name": "unitScaleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScale" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 19585 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormat" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnit": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnit", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 19321 }, "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnit", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#canonical Dashboard#canonical}", "stability": "stable", "summary": "canonical block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 19327 }, "name": "canonical", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonical" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom Dashboard#custom}", "stability": "stable", "summary": "custom block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 19333 }, "name": "custom", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustom" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnit" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonical": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonical", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 19120 }, "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonical", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_name Dashboard#unit_name}", "stability": "stable", "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 19132 }, "name": "unitName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#per_unit_name Dashboard#per_unit_name}", "stability": "stable", "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 19126 }, "name": "perUnitName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonical" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 19178 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 19171 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 19217 }, "name": "resetPerUnitName" } ], "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 19221 }, "name": "perUnitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 19234 }, "name": "unitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 19211 }, "name": "perUnitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 19227 }, "name": "unitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 19182 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonical" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustom": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustom", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 19238 }, "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustom", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "Unit label." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 19244 }, "name": "label", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustom" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 19283 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 19276 }, "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 19317 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 19310 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 19287 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustom" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 19379 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 19372 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 19415 }, "name": "putCanonical", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonical" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 19431 }, "name": "putCustom", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustom" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 19418 }, "name": "resetCanonical" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 19434 }, "name": "resetCustom" } ], "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 19412 }, "name": "canonical", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 19428 }, "name": "custom", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 19422 }, "name": "canonicalInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonical" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 19438 }, "name": "customInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustom" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 19383 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnit" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScale": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScale", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 19442 }, "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScale", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_name Dashboard#unit_name}." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 19446 }, "name": "unitName", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScale" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 19485 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 19478 }, "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 19519 }, "name": "unitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 19512 }, "name": "unitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 19489 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScale" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 19888 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 19878 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20008 }, "name": "putConditionalFormats", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20024 }, "name": "putLimit", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaLimit" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20040 }, "name": "putNumberFormat", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormat" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20056 }, "name": "putStyle", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaStyle" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 19966 }, "name": "resetAlias" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 19982 }, "name": "resetCellDisplayMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20011 }, "name": "resetConditionalFormats" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20027 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20043 }, "name": "resetNumberFormat" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20059 }, "name": "resetStyle" } ], "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20005 }, "name": "conditionalFormats", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaConditionalFormatsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20021 }, "name": "limit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaLimitOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20037 }, "name": "numberFormat", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20053 }, "name": "style", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaStyleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 19970 }, "name": "aliasInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 19986 }, "name": "cellDisplayModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20015 }, "name": "conditionalFormatsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 19999 }, "name": "formulaExpressionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20031 }, "name": "limitInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaLimit" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20047 }, "name": "numberFormatInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormat" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20063 }, "name": "styleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaStyle" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 19960 }, "name": "alias", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 19976 }, "name": "cellDisplayMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 19992 }, "name": "formulaExpression", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 19892 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormula" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaStyle": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaStyle", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 19641 }, "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaStyle", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "The color palette used to display the formula." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 19647 }, "name": "palette", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette_index Dashboard#palette_index}", "stability": "stable", "summary": "Index specifying which color to use within the palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 19653 }, "name": "paletteIndex", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaStyle" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaStyleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaStyleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 19699 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 19692 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 19738 }, "name": "resetPalette" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 19754 }, "name": "resetPaletteIndex" } ], "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaStyleOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 19758 }, "name": "paletteIndexInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 19742 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 19732 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 19748 }, "name": "paletteIndex", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 19703 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaStyle" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaStyleOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23472 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23464 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23479 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23472 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23472 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23472 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23465 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequest" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23391 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23381 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23436 }, "name": "putFormula", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormula" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23452 }, "name": "putQuery", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQuery" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23439 }, "name": "resetFormula" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23455 }, "name": "resetQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23433 }, "name": "formula", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23449 }, "name": "query", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23443 }, "name": "formulaInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormula" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23459 }, "name": "queryInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQuery" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23395 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequest" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23002 }, "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_dependency_stats_query Dashboard#apm_dependency_stats_query}", "stability": "stable", "summary": "apm_dependency_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23008 }, "name": "apmDependencyStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmDependencyStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_resource_stats_query Dashboard#apm_resource_stats_query}", "stability": "stable", "summary": "apm_resource_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23014 }, "name": "apmResourceStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmResourceStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cloud_cost_query Dashboard#cloud_cost_query}", "stability": "stable", "summary": "cloud_cost_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23020 }, "name": "cloudCostQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryCloudCostQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#event_query Dashboard#event_query}", "stability": "stable", "summary": "event_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23026 }, "name": "eventQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric_query Dashboard#metric_query}", "stability": "stable", "summary": "metric_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23032 }, "name": "metricQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryMetricQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#process_query Dashboard#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23038 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_query Dashboard#slo_query}", "stability": "stable", "summary": "slo_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23044 }, "name": "sloQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQuerySloQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmDependencyStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmDependencyStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20087 }, "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmDependencyStatsQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20099 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#env Dashboard#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20105 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20117 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#operation_name Dashboard#operation_name}", "stability": "stable", "summary": "Name of operation on service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20123 }, "name": "operationName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#resource_name Dashboard#resource_name}", "stability": "stable", "summary": "APM resource." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20141 }, "name": "resourceName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#service Dashboard#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20147 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#stat Dashboard#stat}", "stability": "stable", "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20153 }, "name": "stat", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20093 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_upstream Dashboard#is_upstream}", "stability": "stable", "summary": "Determines whether stats for upstream or downstream dependencies should be queried." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20111 }, "name": "isUpstream", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}", "stability": "stable", "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20129 }, "name": "primaryTagName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}", "stability": "stable", "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20135 }, "name": "primaryTagValue", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmDependencyStatsQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmDependencyStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmDependencyStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20262 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20255 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20355 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20397 }, "name": "resetIsUpstream" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20439 }, "name": "resetPrimaryTagName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20455 }, "name": "resetPrimaryTagValue" } ], "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmDependencyStatsQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20359 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20372 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20385 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20401 }, "name": "isUpstreamInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20414 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20427 }, "name": "operationNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20443 }, "name": "primaryTagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20459 }, "name": "primaryTagValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20472 }, "name": "resourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20485 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20498 }, "name": "statInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20349 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20365 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20378 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20391 }, "name": "isUpstream", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20407 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20420 }, "name": "operationName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20433 }, "name": "primaryTagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20449 }, "name": "primaryTagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20465 }, "name": "resourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20478 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20491 }, "name": "stat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20266 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmDependencyStatsQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmDependencyStatsQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmResourceStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmResourceStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20502 }, "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmResourceStatsQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20514 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#env Dashboard#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20520 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20532 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#service Dashboard#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20562 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#stat Dashboard#stat}", "stability": "stable", "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20568 }, "name": "stat", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20508 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "Array of fields to group results by." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20526 }, "name": "groupBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#operation_name Dashboard#operation_name}", "stability": "stable", "summary": "Name of operation on service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20538 }, "name": "operationName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}", "stability": "stable", "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20544 }, "name": "primaryTagName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}", "stability": "stable", "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20550 }, "name": "primaryTagValue", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#resource_name Dashboard#resource_name}", "stability": "stable", "summary": "APM resource." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20556 }, "name": "resourceName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmResourceStatsQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmResourceStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmResourceStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20677 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20670 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20770 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20812 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20841 }, "name": "resetOperationName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20857 }, "name": "resetPrimaryTagName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20873 }, "name": "resetPrimaryTagValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20889 }, "name": "resetResourceName" } ], "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmResourceStatsQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20774 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20787 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20800 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20816 }, "name": "groupByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20829 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20845 }, "name": "operationNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20861 }, "name": "primaryTagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20877 }, "name": "primaryTagValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20893 }, "name": "resourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20906 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20919 }, "name": "statInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20764 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20780 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20793 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20806 }, "name": "groupBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20822 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20835 }, "name": "operationName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20851 }, "name": "primaryTagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20867 }, "name": "primaryTagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20883 }, "name": "resourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20899 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20912 }, "name": "stat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20681 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmResourceStatsQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmResourceStatsQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryCloudCostQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryCloudCostQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20923 }, "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryCloudCostQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20941 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20947 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The cloud cost query definition." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20953 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20929 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 20935 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryCloudCostQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryCloudCostQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryCloudCostQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21020 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21013 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21077 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21093 }, "name": "resetCrossOrgUuids" } ], "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryCloudCostQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21081 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21097 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21110 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21123 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21136 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21071 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21087 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21103 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21116 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21129 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21024 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryCloudCostQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryCloudCostQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21746 }, "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute Dashboard#compute}", "stability": "stable", "summary": "compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21782 }, "name": "compute", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for event platform-based queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21758 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21770 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21752 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21788 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#indexes Dashboard#indexes}", "stability": "stable", "summary": "An array of index names to query in the stream." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21764 }, "name": "indexes", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search Dashboard#search}", "stability": "stable", "summary": "search block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21794 }, "name": "search", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuerySearch" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#storage Dashboard#storage}", "stability": "stable", "summary": "Storage location (private beta)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21776 }, "name": "storage", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21140 }, "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation methods for event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21146 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "A time interval in milliseconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21152 }, "name": "interval", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The measurable attribute to compute." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21158 }, "name": "metric", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21314 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21306 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21321 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryComputeOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21314 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21314 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21314 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21307 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21214 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21204 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21281 }, "name": "resetInterval" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21297 }, "name": "resetMetric" } ], "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21269 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21285 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21301 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21262 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21275 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21291 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21218 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21478 }, "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The event facet." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21484 }, "name": "facet", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The number of groups to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21490 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort Dashboard#sort}", "stability": "stable", "summary": "sort block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21496 }, "name": "sort", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBySort" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21652 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21644 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21659 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21652 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21652 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21652 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21645 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21552 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21542 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21632 }, "name": "putSort", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBySort" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21619 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21635 }, "name": "resetSort" } ], "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21629 }, "name": "sort", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBySortOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21607 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21623 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21639 }, "name": "sortInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBySort" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21600 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21613 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21556 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBySort": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBySort", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21325 }, "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBySort", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation methods for the event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21331 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The metric used for sorting group by results." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21337 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Direction of sort. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21343 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBySort" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBySortOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBySortOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21396 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21389 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21454 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21470 }, "name": "resetOrder" } ], "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBySortOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21442 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21458 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21474 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21435 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21448 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21464 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21400 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBySort" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBySortOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21882 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21875 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22028 }, "name": "putCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22041 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22057 }, "name": "putSearch", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuerySearch" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21957 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22044 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21986 }, "name": "resetIndexes" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22060 }, "name": "resetSearch" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22015 }, "name": "resetStorage" } ], "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22025 }, "name": "compute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22038 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22054 }, "name": "search", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuerySearchOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22032 }, "name": "computeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21961 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21974 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22048 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21990 }, "name": "indexesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22003 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22064 }, "name": "searchInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuerySearch" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22019 }, "name": "storageInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21951 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21967 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21980 }, "name": "indexes", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21996 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22009 }, "name": "storage", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21886 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuerySearch": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuerySearch", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21663 }, "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuerySearch", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The events search string." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21669 }, "name": "query", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuerySearch" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuerySearchOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuerySearchOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21708 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21701 }, "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuerySearchOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21742 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21735 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 21712 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuerySearch" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuerySearchOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23319 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23311 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23326 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryOutputReference" } } } ], "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23319 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23319 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23319 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23312 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQuery" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryMetricQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryMetricQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22068 }, "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryMetricQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22092 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The metrics query definition." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22098 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22074 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22080 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for metrics queries. Defaults to `\"metrics\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22086 }, "name": "dataSource", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryMetricQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryMetricQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryMetricQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22165 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22158 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22222 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22238 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22254 }, "name": "resetDataSource" } ], "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryMetricQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22226 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22242 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22258 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22271 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22284 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22216 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22232 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22248 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22264 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22277 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22169 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryMetricQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryMetricQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23128 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23118 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23203 }, "name": "putApmDependencyStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmDependencyStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23219 }, "name": "putApmResourceStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmResourceStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23235 }, "name": "putCloudCostQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryCloudCostQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23251 }, "name": "putEventQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23267 }, "name": "putMetricQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryMetricQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23283 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23299 }, "name": "putSloQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQuerySloQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23206 }, "name": "resetApmDependencyStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23222 }, "name": "resetApmResourceStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23238 }, "name": "resetCloudCostQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23254 }, "name": "resetEventQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23270 }, "name": "resetMetricQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23286 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23302 }, "name": "resetSloQuery" } ], "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23200 }, "name": "apmDependencyStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmDependencyStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23216 }, "name": "apmResourceStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmResourceStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23232 }, "name": "cloudCostQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryCloudCostQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23248 }, "name": "eventQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23264 }, "name": "metricQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryMetricQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23280 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23296 }, "name": "sloQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQuerySloQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23210 }, "name": "apmDependencyStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmDependencyStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23226 }, "name": "apmResourceStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmResourceStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23242 }, "name": "cloudCostQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryCloudCostQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23258 }, "name": "eventQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23274 }, "name": "metricQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryMetricQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23290 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23306 }, "name": "sloQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQuerySloQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23132 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQuery" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22288 }, "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryProcessQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for process queries. Valid values are `process`, `container`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22306 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The process metric name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22324 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22330 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22294 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22300 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_normalized_cpu Dashboard#is_normalized_cpu}", "stability": "stable", "summary": "Whether to normalize the CPU percentages." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22312 }, "name": "isNormalizedCpu", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The number of hits to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22318 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort Dashboard#sort}", "stability": "stable", "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22336 }, "name": "sort", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#tag_filters Dashboard#tag_filters}", "stability": "stable", "summary": "An array of tags to filter by." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22342 }, "name": "tagFilters", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#text_filter Dashboard#text_filter}", "stability": "stable", "summary": "The text to use as a filter." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22348 }, "name": "textFilter", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryProcessQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22450 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22443 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22537 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22553 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22582 }, "name": "resetIsNormalizedCpu" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22598 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22640 }, "name": "resetSort" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22656 }, "name": "resetTagFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22672 }, "name": "resetTextFilter" } ], "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryProcessQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22541 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22557 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22570 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22586 }, "name": "isNormalizedCpuInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22602 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22615 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22628 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22644 }, "name": "sortInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22660 }, "name": "tagFiltersInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22676 }, "name": "textFilterInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22531 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22547 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22563 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22576 }, "name": "isNormalizedCpu", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22592 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22608 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22621 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22634 }, "name": "sort", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22650 }, "name": "tagFilters", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22666 }, "name": "textFilter", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22454 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryProcessQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryProcessQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQuerySloQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQuerySloQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22680 }, "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQuerySloQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for SLO queries. Valid values are `slo`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22698 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#measure Dashboard#measure}", "stability": "stable", "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22710 }, "name": "measure", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_id Dashboard#slo_id}", "stability": "stable", "summary": "ID of an SLO to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22722 }, "name": "sloId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#additional_query_filters Dashboard#additional_query_filters}", "stability": "stable", "summary": "Additional filters applied to the SLO query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22686 }, "name": "additionalQueryFilters", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22692 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_mode Dashboard#group_mode}", "stability": "stable", "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22704 }, "name": "groupMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22716 }, "name": "name", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_query_type Dashboard#slo_query_type}", "stability": "stable", "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22728 }, "name": "sloQueryType", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQuerySloQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQuerySloQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQuerySloQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22816 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22809 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22891 }, "name": "resetAdditionalQueryFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22907 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22936 }, "name": "resetGroupMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22965 }, "name": "resetName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22994 }, "name": "resetSloQueryType" } ], "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQuerySloQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22895 }, "name": "additionalQueryFiltersInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22911 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22924 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22940 }, "name": "groupModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22953 }, "name": "measureInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22969 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22982 }, "name": "sloIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22998 }, "name": "sloQueryTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22885 }, "name": "additionalQueryFilters", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22901 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22917 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22930 }, "name": "groupMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22946 }, "name": "measure", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22959 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22975 }, "name": "sloId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22988 }, "name": "sloQueryType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 22820 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQuerySloQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQuerySloQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetWidgetLayout": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetWidgetLayout", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23639 }, "name": "DashboardWidgetGroupDefinitionWidgetWidgetLayout", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#height Dashboard#height}", "stability": "stable", "summary": "The height of the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23645 }, "name": "height", "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#width Dashboard#width}", "stability": "stable", "summary": "The width of the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23657 }, "name": "width", "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#x Dashboard#x}", "stability": "stable", "summary": "The position of the widget on the x (horizontal) axis. Must be greater than or equal to 0." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23663 }, "name": "x", "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#y Dashboard#y}", "stability": "stable", "summary": "The position of the widget on the y (vertical) axis. Must be greater than or equal to 0." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23669 }, "name": "y", "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Only one widget in the dashboard should have this property set to `true`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_column_break Dashboard#is_column_break}", "stability": "stable", "summary": "Whether the widget should be the first one on the second column in high density or not." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23651 }, "name": "isColumnBreak", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetWidgetLayout" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetWidgetLayoutOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetWidgetLayoutOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23736 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23729 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23806 }, "name": "resetIsColumnBreak" } ], "name": "DashboardWidgetGroupDefinitionWidgetWidgetLayoutOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23794 }, "name": "heightInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23810 }, "name": "isColumnBreakInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23823 }, "name": "widthInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23836 }, "name": "xInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23849 }, "name": "yInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23787 }, "name": "height", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23800 }, "name": "isColumnBreak", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23816 }, "name": "width", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23829 }, "name": "x", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23842 }, "name": "y", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 23740 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetWidgetLayout" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetWidgetLayoutOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinition", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7949 }, "name": "DashboardWidgetHeatmapDefinition", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_link Dashboard#custom_link}", "stability": "stable", "summary": "custom_link block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7991 }, "name": "customLink", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#event Dashboard#event}", "stability": "stable", "summary": "event block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7997 }, "name": "event", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionEvent" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#legend_size Dashboard#legend_size}", "stability": "stable", "summary": "The size of the legend displayed in the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7955 }, "name": "legendSize", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#live_span Dashboard#live_span}", "stability": "stable", "summary": "The timeframe to use when displaying the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7961 }, "name": "liveSpan", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#request Dashboard#request}", "stability": "stable", "summary": "request block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8003 }, "name": "request", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequest" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#show_legend Dashboard#show_legend}", "stability": "stable", "summary": "Whether or not to show the legend on this widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7967 }, "name": "showLegend", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title Dashboard#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7973 }, "name": "title", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_align Dashboard#title_align}", "stability": "stable", "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7979 }, "name": "titleAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_size Dashboard#title_size}", "stability": "stable", "summary": "The size of the widget's title (defaults to 16)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7985 }, "name": "titleSize", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#yaxis Dashboard#yaxis}", "stability": "stable", "summary": "yaxis block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8009 }, "name": "yaxis", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionYaxis" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinition" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionCustomLink": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionCustomLink", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25354 }, "name": "DashboardWidgetHeatmapDefinitionCustomLink", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_hidden Dashboard#is_hidden}", "stability": "stable", "summary": "The flag for toggling context menu link visibility." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25360 }, "name": "isHidden", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "The label for the custom link URL." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25366 }, "name": "label", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#link Dashboard#link}", "stability": "stable", "summary": "The URL of the custom link." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25372 }, "name": "link", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#override_label Dashboard#override_label}", "stability": "stable", "summary": "The label ID that refers to a context menu link item." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25378 }, "name": "overrideLabel", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetHeatmapDefinitionCustomLink" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionCustomLinkList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionCustomLinkList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25566 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25558 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25573 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionCustomLinkOutputReference" } } } ], "name": "DashboardWidgetHeatmapDefinitionCustomLinkList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25566 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25566 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25566 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25559 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionCustomLink" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetHeatmapDefinitionCustomLinkList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionCustomLinkOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionCustomLinkOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25441 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25431 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25501 }, "name": "resetIsHidden" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25517 }, "name": "resetLabel" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25533 }, "name": "resetLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25549 }, "name": "resetOverrideLabel" } ], "name": "DashboardWidgetHeatmapDefinitionCustomLinkOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25505 }, "name": "isHiddenInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25521 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25537 }, "name": "linkInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25553 }, "name": "overrideLabelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25495 }, "name": "isHidden", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25511 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25527 }, "name": "link", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25543 }, "name": "overrideLabel", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25445 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionCustomLink" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetHeatmapDefinitionCustomLinkOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionEvent": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionEvent", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25577 }, "name": "DashboardWidgetHeatmapDefinitionEvent", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#q Dashboard#q}", "stability": "stable", "summary": "The event query to use in the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25583 }, "name": "q", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#tags_execution Dashboard#tags_execution}", "stability": "stable", "summary": "The execution method for multi-value filters." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25589 }, "name": "tagsExecution", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetHeatmapDefinitionEvent" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionEventList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionEventList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25716 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25708 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25723 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionEventOutputReference" } } } ], "name": "DashboardWidgetHeatmapDefinitionEventList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25716 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25716 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25716 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25709 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionEvent" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetHeatmapDefinitionEventList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionEventOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionEventOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25638 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25628 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25699 }, "name": "resetTagsExecution" } ], "name": "DashboardWidgetHeatmapDefinitionEventOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25687 }, "name": "qInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25703 }, "name": "tagsExecutionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25680 }, "name": "q", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25693 }, "name": "tagsExecution", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25642 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionEvent" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetHeatmapDefinitionEventOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8111 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8104 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8291 }, "name": "putCustomLink", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionCustomLink" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8307 }, "name": "putEvent", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionEvent" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8323 }, "name": "putRequest", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequest" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8339 }, "name": "putYaxis", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionYaxis" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8294 }, "name": "resetCustomLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8310 }, "name": "resetEvent" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8198 }, "name": "resetLegendSize" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8214 }, "name": "resetLiveSpan" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8326 }, "name": "resetRequest" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8230 }, "name": "resetShowLegend" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8246 }, "name": "resetTitle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8262 }, "name": "resetTitleAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8278 }, "name": "resetTitleSize" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8342 }, "name": "resetYaxis" } ], "name": "DashboardWidgetHeatmapDefinitionOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8288 }, "name": "customLink", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionCustomLinkList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8304 }, "name": "event", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionEventList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8320 }, "name": "request", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8336 }, "name": "yaxis", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionYaxisOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8298 }, "name": "customLinkInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8314 }, "name": "eventInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionEvent" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8202 }, "name": "legendSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8218 }, "name": "liveSpanInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8330 }, "name": "requestInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequest" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8234 }, "name": "showLegendInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8266 }, "name": "titleAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8250 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8282 }, "name": "titleSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8346 }, "name": "yaxisInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionYaxis" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8192 }, "name": "legendSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8208 }, "name": "liveSpan", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8224 }, "name": "showLegend", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8240 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8256 }, "name": "titleAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8272 }, "name": "titleSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8115 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinition" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequest": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequest", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7325 }, "name": "DashboardWidgetHeatmapDefinitionRequest", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_query Dashboard#apm_query}", "stability": "stable", "summary": "apm_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7337 }, "name": "apmQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#formula Dashboard#formula}", "stability": "stable", "summary": "formula block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7343 }, "name": "formula", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormula" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#log_query Dashboard#log_query}", "stability": "stable", "summary": "log_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7349 }, "name": "logQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#process_query Dashboard#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7355 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#q Dashboard#q}", "stability": "stable", "summary": "The metric query to use for this widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7331 }, "name": "q", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7361 }, "name": "query", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQuery" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#rum_query Dashboard#rum_query}", "stability": "stable", "summary": "rum_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7367 }, "name": "rumQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#security_query Dashboard#security_query}", "stability": "stable", "summary": "security_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7373 }, "name": "securityQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#style Dashboard#style}", "stability": "stable", "summary": "style block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7379 }, "name": "style", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestStyle" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequest" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26403 }, "name": "DashboardWidgetHeatmapDefinitionRequestApmQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26409 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26421 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26427 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26433 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26415 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetHeatmapDefinitionRequestApmQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25727 }, "name": "DashboardWidgetHeatmapDefinitionRequestApmQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25733 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25739 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25745 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetHeatmapDefinitionRequestApmQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25798 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25791 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25856 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25872 }, "name": "resetInterval" } ], "name": "DashboardWidgetHeatmapDefinitionRequestApmQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25844 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25860 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25876 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25837 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25850 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25866 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25802 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetHeatmapDefinitionRequestApmQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26030 }, "name": "DashboardWidgetHeatmapDefinitionRequestApmQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26036 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26042 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26048 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetHeatmapDefinitionRequestApmQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26207 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26199 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26214 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetHeatmapDefinitionRequestApmQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26207 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26207 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26207 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26200 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetHeatmapDefinitionRequestApmQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26104 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26094 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26187 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26158 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26174 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26190 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetHeatmapDefinitionRequestApmQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26184 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26162 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26178 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26194 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26152 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26168 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26108 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetHeatmapDefinitionRequestApmQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25880 }, "name": "DashboardWidgetHeatmapDefinitionRequestApmQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25886 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25898 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25892 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetHeatmapDefinitionRequestApmQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25951 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25944 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26009 }, "name": "resetFacet" } ], "name": "DashboardWidgetHeatmapDefinitionRequestApmQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25997 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26013 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26026 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25990 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26003 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26019 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 25955 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetHeatmapDefinitionRequestApmQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26218 }, "name": "DashboardWidgetHeatmapDefinitionRequestApmQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26224 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26230 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26236 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetHeatmapDefinitionRequestApmQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26392 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26384 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26399 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetHeatmapDefinitionRequestApmQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26392 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26392 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26392 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26385 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetHeatmapDefinitionRequestApmQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26292 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26282 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26359 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26375 }, "name": "resetInterval" } ], "name": "DashboardWidgetHeatmapDefinitionRequestApmQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26347 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26363 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26379 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26340 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26353 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26369 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26296 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetHeatmapDefinitionRequestApmQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26500 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26493 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26583 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26599 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26615 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26586 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26602 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26618 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26570 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetHeatmapDefinitionRequestApmQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26580 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26596 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26612 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26590 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26606 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26558 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26622 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26574 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26551 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26564 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26504 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQuery" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetHeatmapDefinitionRequestApmQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormula": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormula", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 786 }, "name": "DashboardWidgetHeatmapDefinitionRequestFormula", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#formula_expression Dashboard#formula_expression}", "stability": "stable", "summary": "A string expression built from queries, formulas, and functions." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 804 }, "name": "formulaExpression", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#alias Dashboard#alias}", "stability": "stable", "summary": "An expression alias." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 792 }, "name": "alias", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cell_display_mode Dashboard#cell_display_mode}", "stability": "stable", "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 798 }, "name": "cellDisplayMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#conditional_formats Dashboard#conditional_formats}", "stability": "stable", "summary": "conditional_formats block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 810 }, "name": "conditionalFormats", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "limit block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 816 }, "name": "limit", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaLimit" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#number_format Dashboard#number_format}", "stability": "stable", "summary": "number_format block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 822 }, "name": "numberFormat", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormat" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#style Dashboard#style}", "stability": "stable", "summary": "style block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 828 }, "name": "style", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaStyle" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestFormula" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaConditionalFormats": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaConditionalFormats", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26626 }, "name": "DashboardWidgetHeatmapDefinitionRequestFormulaConditionalFormats", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#comparator Dashboard#comparator}", "stability": "stable", "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26632 }, "name": "comparator", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "The color palette to apply." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26668 }, "name": "palette", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#value Dashboard#value}", "stability": "stable", "summary": "A value for the comparator." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26680 }, "name": "value", "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}", "stability": "stable", "summary": "The color palette to apply to the background, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26638 }, "name": "customBgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}", "stability": "stable", "summary": "The color palette to apply to the foreground, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26644 }, "name": "customFgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#hide_value Dashboard#hide_value}", "stability": "stable", "summary": "Setting this to True hides values." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26650 }, "name": "hideValue", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#image_url Dashboard#image_url}", "stability": "stable", "summary": "Displays an image as the background." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26656 }, "name": "imageUrl", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The metric from the request to correlate with this conditional format." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26662 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#timeframe Dashboard#timeframe}", "stability": "stable", "summary": "Defines the displayed timeframe." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26674 }, "name": "timeframe", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetHeatmapDefinitionRequestFormulaConditionalFormats" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaConditionalFormatsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaConditionalFormatsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 27004 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26996 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 27011 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaConditionalFormatsOutputReference" } } } ], "name": "DashboardWidgetHeatmapDefinitionRequestFormulaConditionalFormatsList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 27004 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 27004 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 27004 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26997 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetHeatmapDefinitionRequestFormulaConditionalFormatsList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaConditionalFormatsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaConditionalFormatsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26778 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26768 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26881 }, "name": "resetCustomBgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26897 }, "name": "resetCustomFgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26913 }, "name": "resetHideValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26929 }, "name": "resetImageUrl" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26945 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26974 }, "name": "resetTimeframe" } ], "name": "DashboardWidgetHeatmapDefinitionRequestFormulaConditionalFormatsOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26869 }, "name": "comparatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26885 }, "name": "customBgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26901 }, "name": "customFgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26917 }, "name": "hideValueInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26933 }, "name": "imageUrlInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26949 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26962 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26978 }, "name": "timeframeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26991 }, "name": "valueInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26862 }, "name": "comparator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26875 }, "name": "customBgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26891 }, "name": "customFgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26907 }, "name": "hideValue", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26923 }, "name": "imageUrl", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26939 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26955 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26968 }, "name": "timeframe", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26984 }, "name": "value", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs3600.ts", "line": 26782 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaConditionalFormats" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetHeatmapDefinitionRequestFormulaConditionalFormatsOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaLimit": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaLimit", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23 }, "name": "DashboardWidgetHeatmapDefinitionRequestFormulaLimit", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#count Dashboard#count}", "stability": "stable", "summary": "The number of results to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 29 }, "name": "count", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 35 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestFormulaLimit" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaLimitOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaLimitOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 81 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 74 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 120 }, "name": "resetCount" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 136 }, "name": "resetOrder" } ], "name": "DashboardWidgetHeatmapDefinitionRequestFormulaLimitOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 124 }, "name": "countInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 140 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 114 }, "name": "count", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 130 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 85 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaLimit" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestFormulaLimitOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.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" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1092 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1107 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaOutputReference" } } } ], "name": "DashboardWidgetHeatmapDefinitionRequestFormulaList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1100 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1100 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1100 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1093 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormula" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestFormulaList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormat": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormat", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 547 }, "name": "DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormat", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit Dashboard#unit}", "stability": "stable", "summary": "unit block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 553 }, "name": "unit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnit" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_scale Dashboard#unit_scale}", "stability": "stable", "summary": "unit_scale block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 559 }, "name": "unitScale", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScale" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormat" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 605 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 598 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 641 }, "name": "putUnit", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnit" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 654 }, "name": "putUnitScale", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScale" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 657 }, "name": "resetUnitScale" } ], "name": "DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 638 }, "name": "unit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 651 }, "name": "unitScale", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 645 }, "name": "unitInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnit" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 661 }, "name": "unitScaleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScale" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 609 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormat" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnit": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnit", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 345 }, "name": "DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnit", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#canonical Dashboard#canonical}", "stability": "stable", "summary": "canonical block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 351 }, "name": "canonical", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonical" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom Dashboard#custom}", "stability": "stable", "summary": "custom block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 357 }, "name": "custom", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustom" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnit" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonical": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonical", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 144 }, "name": "DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonical", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_name Dashboard#unit_name}", "stability": "stable", "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 156 }, "name": "unitName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#per_unit_name Dashboard#per_unit_name}", "stability": "stable", "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 150 }, "name": "perUnitName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonical" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 202 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 195 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 241 }, "name": "resetPerUnitName" } ], "name": "DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 245 }, "name": "perUnitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 258 }, "name": "unitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 235 }, "name": "perUnitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 251 }, "name": "unitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 206 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonical" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustom": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustom", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 262 }, "name": "DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustom", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "Unit label." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 268 }, "name": "label", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustom" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 307 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 300 }, "name": "DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 341 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 334 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 311 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustom" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 403 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 396 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 439 }, "name": "putCanonical", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonical" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 455 }, "name": "putCustom", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustom" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 442 }, "name": "resetCanonical" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 458 }, "name": "resetCustom" } ], "name": "DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 436 }, "name": "canonical", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 452 }, "name": "custom", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 446 }, "name": "canonicalInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonical" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 462 }, "name": "customInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustom" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 407 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnit" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScale": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScale", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 466 }, "name": "DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScale", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_name Dashboard#unit_name}." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 470 }, "name": "unitName", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScale" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 509 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 502 }, "name": "DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 543 }, "name": "unitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 536 }, "name": "unitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 513 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScale" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 912 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 902 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1032 }, "name": "putConditionalFormats", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1048 }, "name": "putLimit", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaLimit" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1064 }, "name": "putNumberFormat", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormat" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1080 }, "name": "putStyle", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaStyle" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 990 }, "name": "resetAlias" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1006 }, "name": "resetCellDisplayMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1035 }, "name": "resetConditionalFormats" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1051 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1067 }, "name": "resetNumberFormat" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1083 }, "name": "resetStyle" } ], "name": "DashboardWidgetHeatmapDefinitionRequestFormulaOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1029 }, "name": "conditionalFormats", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaConditionalFormatsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1045 }, "name": "limit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaLimitOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1061 }, "name": "numberFormat", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1077 }, "name": "style", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaStyleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 994 }, "name": "aliasInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1010 }, "name": "cellDisplayModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1039 }, "name": "conditionalFormatsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1023 }, "name": "formulaExpressionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1055 }, "name": "limitInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaLimit" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1071 }, "name": "numberFormatInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormat" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1087 }, "name": "styleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaStyle" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 984 }, "name": "alias", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1000 }, "name": "cellDisplayMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1016 }, "name": "formulaExpression", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 916 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormula" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestFormulaOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaStyle": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaStyle", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 665 }, "name": "DashboardWidgetHeatmapDefinitionRequestFormulaStyle", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "The color palette used to display the formula." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 671 }, "name": "palette", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette_index Dashboard#palette_index}", "stability": "stable", "summary": "Index specifying which color to use within the palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 677 }, "name": "paletteIndex", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestFormulaStyle" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaStyleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaStyleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 723 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 716 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 762 }, "name": "resetPalette" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 778 }, "name": "resetPaletteIndex" } ], "name": "DashboardWidgetHeatmapDefinitionRequestFormulaStyleOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 782 }, "name": "paletteIndexInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 766 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 756 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 772 }, "name": "paletteIndex", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 727 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaStyle" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestFormulaStyleOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7712 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7704 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7719 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestOutputReference" } } } ], "name": "DashboardWidgetHeatmapDefinitionRequestList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7712 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7712 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7712 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7705 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequest" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1787 }, "name": "DashboardWidgetHeatmapDefinitionRequestLogQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1793 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1805 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1811 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1817 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1799 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestLogQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1111 }, "name": "DashboardWidgetHeatmapDefinitionRequestLogQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1117 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1123 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1129 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestLogQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1182 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1175 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1240 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1256 }, "name": "resetInterval" } ], "name": "DashboardWidgetHeatmapDefinitionRequestLogQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1228 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1244 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1260 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1221 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1234 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1250 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1186 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestLogQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1414 }, "name": "DashboardWidgetHeatmapDefinitionRequestLogQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1420 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1426 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1432 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestLogQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1591 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1583 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1598 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetHeatmapDefinitionRequestLogQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1591 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1591 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1591 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1584 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestLogQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1488 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1478 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1571 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1542 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1558 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1574 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetHeatmapDefinitionRequestLogQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1568 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1546 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1562 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1578 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1536 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1552 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1492 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestLogQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1264 }, "name": "DashboardWidgetHeatmapDefinitionRequestLogQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1270 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1282 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1276 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestLogQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1335 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1328 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1393 }, "name": "resetFacet" } ], "name": "DashboardWidgetHeatmapDefinitionRequestLogQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1381 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1397 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1410 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1374 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1387 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1403 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1339 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestLogQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1602 }, "name": "DashboardWidgetHeatmapDefinitionRequestLogQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1608 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1614 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1620 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestLogQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1776 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1768 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1783 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetHeatmapDefinitionRequestLogQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1776 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1776 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1776 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1769 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestLogQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1676 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1666 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1743 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1759 }, "name": "resetInterval" } ], "name": "DashboardWidgetHeatmapDefinitionRequestLogQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1731 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1747 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1763 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1724 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1737 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1753 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1680 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestLogQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.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/index-structs/structs4000.ts", "line": 1877 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1967 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1983 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1999 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1970 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1986 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2002 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1954 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetHeatmapDefinitionRequestLogQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1964 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1980 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1996 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1974 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1990 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1942 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2006 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1958 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1935 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1948 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 1888 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestLogQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7477 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7467 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7580 }, "name": "putApmQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7596 }, "name": "putFormula", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormula" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7612 }, "name": "putLogQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7628 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7644 }, "name": "putQuery", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQuery" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7660 }, "name": "putRumQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7676 }, "name": "putSecurityQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7692 }, "name": "putStyle", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestStyle" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7583 }, "name": "resetApmQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7599 }, "name": "resetFormula" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7615 }, "name": "resetLogQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7631 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7567 }, "name": "resetQ" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7647 }, "name": "resetQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7663 }, "name": "resetRumQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7679 }, "name": "resetSecurityQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7695 }, "name": "resetStyle" } ], "name": "DashboardWidgetHeatmapDefinitionRequestOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7577 }, "name": "apmQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7593 }, "name": "formula", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7609 }, "name": "logQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7625 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7641 }, "name": "query", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7657 }, "name": "rumQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7673 }, "name": "securityQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7689 }, "name": "style", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestStyleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7587 }, "name": "apmQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7603 }, "name": "formulaInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormula" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7619 }, "name": "logQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7635 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7571 }, "name": "qInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7651 }, "name": "queryInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQuery" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7667 }, "name": "rumQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7683 }, "name": "securityQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7699 }, "name": "styleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestStyle" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7561 }, "name": "q", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7481 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequest" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2010 }, "name": "DashboardWidgetHeatmapDefinitionRequestProcessQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "Your chosen metric." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2028 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#filter_by Dashboard#filter_by}", "stability": "stable", "summary": "A list of processes." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2016 }, "name": "filterBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The max number of items in the filter list." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2022 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_by Dashboard#search_by}", "stability": "stable", "summary": "Your chosen search term." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2034 }, "name": "searchBy", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestProcessQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2094 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2087 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2145 }, "name": "resetFilterBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2161 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2190 }, "name": "resetSearchBy" } ], "name": "DashboardWidgetHeatmapDefinitionRequestProcessQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2149 }, "name": "filterByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2165 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2178 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2194 }, "name": "searchByInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2139 }, "name": "filterBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2155 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2171 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2184 }, "name": "searchBy", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2098 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestProcessQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestProcessQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5113 }, "name": "DashboardWidgetHeatmapDefinitionRequestQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_dependency_stats_query Dashboard#apm_dependency_stats_query}", "stability": "stable", "summary": "apm_dependency_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5119 }, "name": "apmDependencyStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_resource_stats_query Dashboard#apm_resource_stats_query}", "stability": "stable", "summary": "apm_resource_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5125 }, "name": "apmResourceStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryApmResourceStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cloud_cost_query Dashboard#cloud_cost_query}", "stability": "stable", "summary": "cloud_cost_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5131 }, "name": "cloudCostQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryCloudCostQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#event_query Dashboard#event_query}", "stability": "stable", "summary": "event_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5137 }, "name": "eventQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric_query Dashboard#metric_query}", "stability": "stable", "summary": "metric_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5143 }, "name": "metricQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryMetricQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#process_query Dashboard#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5149 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_query Dashboard#slo_query}", "stability": "stable", "summary": "slo_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5155 }, "name": "sloQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQuerySloQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2198 }, "name": "DashboardWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2210 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#env Dashboard#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2216 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2228 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#operation_name Dashboard#operation_name}", "stability": "stable", "summary": "Name of operation on service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2234 }, "name": "operationName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#resource_name Dashboard#resource_name}", "stability": "stable", "summary": "APM resource." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2252 }, "name": "resourceName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#service Dashboard#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2258 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#stat Dashboard#stat}", "stability": "stable", "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2264 }, "name": "stat", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2204 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_upstream Dashboard#is_upstream}", "stability": "stable", "summary": "Determines whether stats for upstream or downstream dependencies should be queried." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2222 }, "name": "isUpstream", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}", "stability": "stable", "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2240 }, "name": "primaryTagName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}", "stability": "stable", "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2246 }, "name": "primaryTagValue", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2373 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2366 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2466 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2508 }, "name": "resetIsUpstream" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2550 }, "name": "resetPrimaryTagName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2566 }, "name": "resetPrimaryTagValue" } ], "name": "DashboardWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2470 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2483 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2496 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2512 }, "name": "isUpstreamInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2525 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2538 }, "name": "operationNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2554 }, "name": "primaryTagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2570 }, "name": "primaryTagValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2583 }, "name": "resourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2596 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2609 }, "name": "statInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2460 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2476 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2489 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2502 }, "name": "isUpstream", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2518 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2531 }, "name": "operationName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2544 }, "name": "primaryTagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2560 }, "name": "primaryTagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2576 }, "name": "resourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2589 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2602 }, "name": "stat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2377 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryApmResourceStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryApmResourceStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2613 }, "name": "DashboardWidgetHeatmapDefinitionRequestQueryApmResourceStatsQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2625 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#env Dashboard#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2631 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2643 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#service Dashboard#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2673 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#stat Dashboard#stat}", "stability": "stable", "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2679 }, "name": "stat", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2619 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "Array of fields to group results by." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2637 }, "name": "groupBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#operation_name Dashboard#operation_name}", "stability": "stable", "summary": "Name of operation on service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2649 }, "name": "operationName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}", "stability": "stable", "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2655 }, "name": "primaryTagName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}", "stability": "stable", "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2661 }, "name": "primaryTagValue", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#resource_name Dashboard#resource_name}", "stability": "stable", "summary": "APM resource." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2667 }, "name": "resourceName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestQueryApmResourceStatsQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryApmResourceStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryApmResourceStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2788 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2781 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2881 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2923 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2952 }, "name": "resetOperationName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2968 }, "name": "resetPrimaryTagName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2984 }, "name": "resetPrimaryTagValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3000 }, "name": "resetResourceName" } ], "name": "DashboardWidgetHeatmapDefinitionRequestQueryApmResourceStatsQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2885 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2898 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2911 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2927 }, "name": "groupByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2940 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2956 }, "name": "operationNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2972 }, "name": "primaryTagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2988 }, "name": "primaryTagValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3004 }, "name": "resourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3017 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3030 }, "name": "statInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2875 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2891 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2904 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2917 }, "name": "groupBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2933 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2946 }, "name": "operationName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2962 }, "name": "primaryTagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2978 }, "name": "primaryTagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2994 }, "name": "resourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3010 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3023 }, "name": "stat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 2792 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryApmResourceStatsQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestQueryApmResourceStatsQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryCloudCostQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryCloudCostQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3034 }, "name": "DashboardWidgetHeatmapDefinitionRequestQueryCloudCostQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3052 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3058 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The cloud cost query definition." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3064 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3040 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3046 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestQueryCloudCostQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryCloudCostQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryCloudCostQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3131 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3124 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3188 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3204 }, "name": "resetCrossOrgUuids" } ], "name": "DashboardWidgetHeatmapDefinitionRequestQueryCloudCostQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3192 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3208 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3221 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3234 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3247 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3182 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3198 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3214 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3227 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3240 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3135 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryCloudCostQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestQueryCloudCostQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3857 }, "name": "DashboardWidgetHeatmapDefinitionRequestQueryEventQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute Dashboard#compute}", "stability": "stable", "summary": "compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3893 }, "name": "compute", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for event platform-based queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3869 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3881 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3863 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3899 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#indexes Dashboard#indexes}", "stability": "stable", "summary": "An array of index names to query in the stream." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3875 }, "name": "indexes", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search Dashboard#search}", "stability": "stable", "summary": "search block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3905 }, "name": "search", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQuerySearch" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#storage Dashboard#storage}", "stability": "stable", "summary": "Storage location (private beta)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3887 }, "name": "storage", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestQueryEventQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3251 }, "name": "DashboardWidgetHeatmapDefinitionRequestQueryEventQueryCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation methods for event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3257 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "A time interval in milliseconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3263 }, "name": "interval", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The measurable attribute to compute." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3269 }, "name": "metric", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestQueryEventQueryCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3425 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3417 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3432 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryComputeOutputReference" } } } ], "name": "DashboardWidgetHeatmapDefinitionRequestQueryEventQueryComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3425 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3425 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3425 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3418 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestQueryEventQueryComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3325 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3315 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3392 }, "name": "resetInterval" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3408 }, "name": "resetMetric" } ], "name": "DashboardWidgetHeatmapDefinitionRequestQueryEventQueryComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3380 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3396 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3412 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3373 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3386 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3402 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3329 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestQueryEventQueryComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3589 }, "name": "DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The event facet." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3595 }, "name": "facet", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The number of groups to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3601 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort Dashboard#sort}", "stability": "stable", "summary": "sort block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3607 }, "name": "sort", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySort" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3763 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3755 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3770 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3763 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3763 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3763 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3756 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.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/index-structs/structs4000.ts", "line": 3653 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3743 }, "name": "putSort", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySort" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3730 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3746 }, "name": "resetSort" } ], "name": "DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3740 }, "name": "sort", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySortOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3718 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3734 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3750 }, "name": "sortInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySort" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3711 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3724 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3667 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySort": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySort", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3436 }, "name": "DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySort", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation methods for the event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3442 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The metric used for sorting group by results." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3448 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Direction of sort. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3454 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySort" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySortOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySortOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3507 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3500 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3565 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3581 }, "name": "resetOrder" } ], "name": "DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySortOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3553 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3569 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3585 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3546 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3559 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3575 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3511 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySort" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySortOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3993 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3986 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4139 }, "name": "putCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4152 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4168 }, "name": "putSearch", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQuerySearch" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4068 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4155 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4097 }, "name": "resetIndexes" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4171 }, "name": "resetSearch" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4126 }, "name": "resetStorage" } ], "name": "DashboardWidgetHeatmapDefinitionRequestQueryEventQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4136 }, "name": "compute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4149 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4165 }, "name": "search", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQuerySearchOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4143 }, "name": "computeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4072 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4085 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4159 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4101 }, "name": "indexesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4114 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4175 }, "name": "searchInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQuerySearch" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4130 }, "name": "storageInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4062 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4078 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4091 }, "name": "indexes", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4107 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4120 }, "name": "storage", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3997 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestQueryEventQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQuerySearch": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQuerySearch", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3774 }, "name": "DashboardWidgetHeatmapDefinitionRequestQueryEventQuerySearch", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The events search string." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3780 }, "name": "query", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestQueryEventQuerySearch" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQuerySearchOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQuerySearchOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3819 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3812 }, "name": "DashboardWidgetHeatmapDefinitionRequestQueryEventQuerySearchOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3853 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3846 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 3823 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQuerySearch" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestQueryEventQuerySearchOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5430 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5422 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5437 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryOutputReference" } } } ], "name": "DashboardWidgetHeatmapDefinitionRequestQueryList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5430 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5430 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5430 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5423 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQuery" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestQueryList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryMetricQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryMetricQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4179 }, "name": "DashboardWidgetHeatmapDefinitionRequestQueryMetricQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4203 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The metrics query definition." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4209 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4185 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4191 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for metrics queries. Defaults to `\"metrics\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4197 }, "name": "dataSource", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestQueryMetricQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryMetricQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryMetricQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4276 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4269 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4333 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4349 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4365 }, "name": "resetDataSource" } ], "name": "DashboardWidgetHeatmapDefinitionRequestQueryMetricQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4337 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4353 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4369 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4382 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4395 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4327 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4343 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4359 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4375 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4388 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4280 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryMetricQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestQueryMetricQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5239 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5229 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5314 }, "name": "putApmDependencyStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5330 }, "name": "putApmResourceStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryApmResourceStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5346 }, "name": "putCloudCostQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryCloudCostQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5362 }, "name": "putEventQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5378 }, "name": "putMetricQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryMetricQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5394 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5410 }, "name": "putSloQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQuerySloQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5317 }, "name": "resetApmDependencyStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5333 }, "name": "resetApmResourceStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5349 }, "name": "resetCloudCostQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5365 }, "name": "resetEventQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5381 }, "name": "resetMetricQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5397 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5413 }, "name": "resetSloQuery" } ], "name": "DashboardWidgetHeatmapDefinitionRequestQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5311 }, "name": "apmDependencyStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5327 }, "name": "apmResourceStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryApmResourceStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5343 }, "name": "cloudCostQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryCloudCostQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5359 }, "name": "eventQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5375 }, "name": "metricQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryMetricQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5391 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5407 }, "name": "sloQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQuerySloQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5321 }, "name": "apmDependencyStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5337 }, "name": "apmResourceStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryApmResourceStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5353 }, "name": "cloudCostQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryCloudCostQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5369 }, "name": "eventQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5385 }, "name": "metricQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryMetricQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5401 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5417 }, "name": "sloQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQuerySloQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5243 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQuery" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4399 }, "name": "DashboardWidgetHeatmapDefinitionRequestQueryProcessQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for process queries. Valid values are `process`, `container`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4417 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The process metric name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4435 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4441 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4405 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4411 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_normalized_cpu Dashboard#is_normalized_cpu}", "stability": "stable", "summary": "Whether to normalize the CPU percentages." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4423 }, "name": "isNormalizedCpu", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The number of hits to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4429 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort Dashboard#sort}", "stability": "stable", "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4447 }, "name": "sort", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#tag_filters Dashboard#tag_filters}", "stability": "stable", "summary": "An array of tags to filter by." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4453 }, "name": "tagFilters", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#text_filter Dashboard#text_filter}", "stability": "stable", "summary": "The text to use as a filter." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4459 }, "name": "textFilter", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestQueryProcessQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4561 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4554 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4648 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4664 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4693 }, "name": "resetIsNormalizedCpu" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4709 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4751 }, "name": "resetSort" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4767 }, "name": "resetTagFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4783 }, "name": "resetTextFilter" } ], "name": "DashboardWidgetHeatmapDefinitionRequestQueryProcessQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4652 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4668 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4681 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4697 }, "name": "isNormalizedCpuInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4713 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4726 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4739 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4755 }, "name": "sortInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4771 }, "name": "tagFiltersInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4787 }, "name": "textFilterInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4642 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4658 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4674 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4687 }, "name": "isNormalizedCpu", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4703 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4719 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4732 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4745 }, "name": "sort", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4761 }, "name": "tagFilters", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4777 }, "name": "textFilter", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4565 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryProcessQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestQueryProcessQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQuerySloQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQuerySloQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4791 }, "name": "DashboardWidgetHeatmapDefinitionRequestQuerySloQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for SLO queries. Valid values are `slo`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4809 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#measure Dashboard#measure}", "stability": "stable", "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4821 }, "name": "measure", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_id Dashboard#slo_id}", "stability": "stable", "summary": "ID of an SLO to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4833 }, "name": "sloId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#additional_query_filters Dashboard#additional_query_filters}", "stability": "stable", "summary": "Additional filters applied to the SLO query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4797 }, "name": "additionalQueryFilters", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4803 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_mode Dashboard#group_mode}", "stability": "stable", "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4815 }, "name": "groupMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4827 }, "name": "name", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_query_type Dashboard#slo_query_type}", "stability": "stable", "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4839 }, "name": "sloQueryType", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestQuerySloQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQuerySloQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQuerySloQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4927 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4920 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5002 }, "name": "resetAdditionalQueryFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5018 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5047 }, "name": "resetGroupMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5076 }, "name": "resetName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5105 }, "name": "resetSloQueryType" } ], "name": "DashboardWidgetHeatmapDefinitionRequestQuerySloQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5006 }, "name": "additionalQueryFiltersInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5022 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5035 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5051 }, "name": "groupModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5064 }, "name": "measureInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5080 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5093 }, "name": "sloIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5109 }, "name": "sloQueryTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4996 }, "name": "additionalQueryFilters", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5012 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5028 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5041 }, "name": "groupMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5057 }, "name": "measure", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5070 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5086 }, "name": "sloId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5099 }, "name": "sloQueryType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 4931 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQuerySloQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestQuerySloQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6117 }, "name": "DashboardWidgetHeatmapDefinitionRequestRumQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6123 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6135 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6141 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6147 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6129 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestRumQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5441 }, "name": "DashboardWidgetHeatmapDefinitionRequestRumQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5447 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5453 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5459 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestRumQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5512 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5505 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5570 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5586 }, "name": "resetInterval" } ], "name": "DashboardWidgetHeatmapDefinitionRequestRumQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5558 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5574 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5590 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5551 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5564 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5580 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5516 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestRumQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5744 }, "name": "DashboardWidgetHeatmapDefinitionRequestRumQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5750 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5756 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5762 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestRumQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5921 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5913 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5928 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetHeatmapDefinitionRequestRumQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5921 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5921 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5921 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5914 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestRumQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5818 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5808 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5901 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5872 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5888 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5904 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetHeatmapDefinitionRequestRumQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5898 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5876 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5892 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5908 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5866 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5882 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5822 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestRumQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5594 }, "name": "DashboardWidgetHeatmapDefinitionRequestRumQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5600 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5612 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5606 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestRumQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5665 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5658 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5723 }, "name": "resetFacet" } ], "name": "DashboardWidgetHeatmapDefinitionRequestRumQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5711 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5727 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5740 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5704 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5717 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5733 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5669 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestRumQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5932 }, "name": "DashboardWidgetHeatmapDefinitionRequestRumQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5938 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5944 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5950 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestRumQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6106 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6098 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6113 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetHeatmapDefinitionRequestRumQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6106 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6106 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6106 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6099 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestRumQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6006 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 5996 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6073 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6089 }, "name": "resetInterval" } ], "name": "DashboardWidgetHeatmapDefinitionRequestRumQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6061 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6077 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6093 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6054 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6067 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6083 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6010 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestRumQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6214 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6207 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6297 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6313 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6329 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6300 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6316 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6332 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6284 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetHeatmapDefinitionRequestRumQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6294 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6310 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6326 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6304 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6320 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6272 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6336 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6288 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6265 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6278 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6218 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestRumQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7016 }, "name": "DashboardWidgetHeatmapDefinitionRequestSecurityQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7022 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7034 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7040 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7046 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7028 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestSecurityQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6340 }, "name": "DashboardWidgetHeatmapDefinitionRequestSecurityQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6346 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6352 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6358 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestSecurityQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6411 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6404 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6469 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6485 }, "name": "resetInterval" } ], "name": "DashboardWidgetHeatmapDefinitionRequestSecurityQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6457 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6473 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6489 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6450 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6463 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6479 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6415 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestSecurityQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6643 }, "name": "DashboardWidgetHeatmapDefinitionRequestSecurityQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6649 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6655 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6661 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestSecurityQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6820 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6812 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6827 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetHeatmapDefinitionRequestSecurityQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6820 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6820 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6820 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6813 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestSecurityQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6717 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6707 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6800 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6771 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6787 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6803 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetHeatmapDefinitionRequestSecurityQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6797 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6775 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6791 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6807 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6765 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6781 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6721 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestSecurityQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6493 }, "name": "DashboardWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6499 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6511 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6505 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6564 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6557 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6622 }, "name": "resetFacet" } ], "name": "DashboardWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6610 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6626 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6639 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6603 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6616 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6632 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6568 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6831 }, "name": "DashboardWidgetHeatmapDefinitionRequestSecurityQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6837 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6843 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6849 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestSecurityQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7005 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6997 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7012 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7005 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7005 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7005 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6998 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6905 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6895 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6972 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6988 }, "name": "resetInterval" } ], "name": "DashboardWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6960 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6976 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6992 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6953 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6966 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6982 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 6909 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7113 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7106 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7196 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7212 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7228 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7199 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7215 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7231 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7183 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetHeatmapDefinitionRequestSecurityQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7193 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7209 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7225 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7203 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7219 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7171 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7235 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7187 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7164 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7177 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7117 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestSecurityQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestStyle": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestStyle", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7239 }, "name": "DashboardWidgetHeatmapDefinitionRequestStyle", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7245 }, "name": "palette", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestStyle" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestStyleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestStyleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7284 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7277 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7317 }, "name": "resetPalette" } ], "name": "DashboardWidgetHeatmapDefinitionRequestStyleOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7321 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7311 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7288 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestStyle" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestStyleOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionYaxis": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionYaxis", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7723 }, "name": "DashboardWidgetHeatmapDefinitionYaxis", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#include_zero Dashboard#include_zero}", "stability": "stable", "summary": "Always include zero or fit the axis to the data range." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7729 }, "name": "includeZero", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "The label of the axis to display on the graph." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7735 }, "name": "label", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#max Dashboard#max}", "stability": "stable", "summary": "Specify the maximum value to show on the Y-axis." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7741 }, "name": "max", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#min Dashboard#min}", "stability": "stable", "summary": "Specify the minimum value to show on the Y-axis." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7747 }, "name": "min", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#scale Dashboard#scale}", "stability": "stable", "summary": "Specify the scale type, options: `linear`, `log`, `pow`, `sqrt`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7753 }, "name": "scale", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionYaxis" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionYaxisOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionYaxisOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.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/index-structs/structs4000.ts", "line": 7813 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7877 }, "name": "resetIncludeZero" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7893 }, "name": "resetLabel" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7909 }, "name": "resetMax" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7925 }, "name": "resetMin" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7941 }, "name": "resetScale" } ], "name": "DashboardWidgetHeatmapDefinitionYaxisOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7881 }, "name": "includeZeroInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7897 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7913 }, "name": "maxInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7929 }, "name": "minInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7945 }, "name": "scaleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7871 }, "name": "includeZero", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7887 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7903 }, "name": "max", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7919 }, "name": "min", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7935 }, "name": "scale", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 7824 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionYaxis" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionYaxisOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinition", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17039 }, "name": "DashboardWidgetHostmapDefinition", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_link Dashboard#custom_link}", "stability": "stable", "summary": "custom_link block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17093 }, "name": "customLink", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group Dashboard#group}", "stability": "stable", "summary": "The list of tags to group nodes by." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17045 }, "name": "group", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#node_type Dashboard#node_type}", "stability": "stable", "summary": "The type of node used. Valid values are `host`, `container`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17063 }, "name": "nodeType", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#no_group_hosts Dashboard#no_group_hosts}", "stability": "stable", "summary": "A Boolean indicating whether to show ungrouped nodes." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17051 }, "name": "noGroupHosts", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#no_metric_hosts Dashboard#no_metric_hosts}", "stability": "stable", "summary": "A Boolean indicating whether to show nodes with no metrics." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17057 }, "name": "noMetricHosts", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#request Dashboard#request}", "stability": "stable", "summary": "request block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17099 }, "name": "request", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequest" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#scope Dashboard#scope}", "stability": "stable", "summary": "The list of tags to filter nodes by." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17069 }, "name": "scope", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#style Dashboard#style}", "stability": "stable", "summary": "style block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17105 }, "name": "style", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionStyle" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title Dashboard#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17075 }, "name": "title", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_align Dashboard#title_align}", "stability": "stable", "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17081 }, "name": "titleAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_size Dashboard#title_size}", "stability": "stable", "summary": "The size of the widget's title (defaults to 16)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17087 }, "name": "titleSize", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinition" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionCustomLink": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionCustomLink", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8350 }, "name": "DashboardWidgetHostmapDefinitionCustomLink", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_hidden Dashboard#is_hidden}", "stability": "stable", "summary": "The flag for toggling context menu link visibility." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8356 }, "name": "isHidden", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "The label for the custom link URL." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8362 }, "name": "label", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#link Dashboard#link}", "stability": "stable", "summary": "The URL of the custom link." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8368 }, "name": "link", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#override_label Dashboard#override_label}", "stability": "stable", "summary": "The label ID that refers to a context menu link item." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8374 }, "name": "overrideLabel", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionCustomLink" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionCustomLinkList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionCustomLinkList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.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": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8554 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8569 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionCustomLinkOutputReference" } } } ], "name": "DashboardWidgetHostmapDefinitionCustomLinkList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8562 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8562 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8562 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8555 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionCustomLink" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionCustomLinkList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionCustomLinkOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionCustomLinkOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8437 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8427 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8497 }, "name": "resetIsHidden" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8513 }, "name": "resetLabel" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8529 }, "name": "resetLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8545 }, "name": "resetOverrideLabel" } ], "name": "DashboardWidgetHostmapDefinitionCustomLinkOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8501 }, "name": "isHiddenInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8517 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8533 }, "name": "linkInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8549 }, "name": "overrideLabelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8491 }, "name": "isHidden", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8507 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8523 }, "name": "link", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8539 }, "name": "overrideLabel", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8441 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionCustomLink" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionCustomLinkOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17214 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17207 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17432 }, "name": "putCustomLink", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionCustomLink" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17448 }, "name": "putRequest", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequest" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17464 }, "name": "putStyle", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionStyle" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17435 }, "name": "resetCustomLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17307 }, "name": "resetGroup" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17355 }, "name": "resetNodeType" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17323 }, "name": "resetNoGroupHosts" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17339 }, "name": "resetNoMetricHosts" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17451 }, "name": "resetRequest" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17371 }, "name": "resetScope" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17467 }, "name": "resetStyle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17387 }, "name": "resetTitle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17403 }, "name": "resetTitleAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17419 }, "name": "resetTitleSize" } ], "name": "DashboardWidgetHostmapDefinitionOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17429 }, "name": "customLink", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionCustomLinkList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17445 }, "name": "request", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17461 }, "name": "style", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionStyleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17439 }, "name": "customLinkInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17311 }, "name": "groupInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17359 }, "name": "nodeTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17327 }, "name": "noGroupHostsInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17343 }, "name": "noMetricHostsInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17455 }, "name": "requestInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequest" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17375 }, "name": "scopeInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17471 }, "name": "styleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionStyle" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17407 }, "name": "titleAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17391 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17423 }, "name": "titleSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17301 }, "name": "group", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17349 }, "name": "nodeType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17317 }, "name": "noGroupHosts", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17333 }, "name": "noMetricHosts", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17365 }, "name": "scope", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17381 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17397 }, "name": "titleAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17413 }, "name": "titleSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17218 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinition" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequest": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequest", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16727 }, "name": "DashboardWidgetHostmapDefinitionRequest", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#fill Dashboard#fill}", "stability": "stable", "summary": "fill block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16733 }, "name": "fill", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFill" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#size Dashboard#size}", "stability": "stable", "summary": "size block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16739 }, "name": "size", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSize" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequest" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFill": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFill", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12357 }, "name": "DashboardWidgetHostmapDefinitionRequestFill", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_query Dashboard#apm_query}", "stability": "stable", "summary": "apm_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12369 }, "name": "apmQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#log_query Dashboard#log_query}", "stability": "stable", "summary": "log_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12375 }, "name": "logQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#process_query Dashboard#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12381 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#q Dashboard#q}", "stability": "stable", "summary": "The metric query to use for this widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12363 }, "name": "q", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#rum_query Dashboard#rum_query}", "stability": "stable", "summary": "rum_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12387 }, "name": "rumQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#security_query Dashboard#security_query}", "stability": "stable", "summary": "security_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12393 }, "name": "securityQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFill" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9249 }, "name": "DashboardWidgetHostmapDefinitionRequestFillApmQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9255 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9267 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9273 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9279 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9261 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillApmQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8573 }, "name": "DashboardWidgetHostmapDefinitionRequestFillApmQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8579 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8585 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8591 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillApmQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8644 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8637 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8702 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8718 }, "name": "resetInterval" } ], "name": "DashboardWidgetHostmapDefinitionRequestFillApmQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8690 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8706 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8722 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8683 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8696 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8712 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8648 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillApmQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8876 }, "name": "DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8882 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8888 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8894 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9053 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9045 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9060 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9053 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9053 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9053 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9046 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8950 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8940 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9033 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9004 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9020 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9036 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9030 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9008 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9024 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9040 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8998 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9014 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8954 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8726 }, "name": "DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8732 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8744 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8738 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8797 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8790 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8855 }, "name": "resetFacet" } ], "name": "DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8843 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8859 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8872 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8836 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8849 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8865 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 8801 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9064 }, "name": "DashboardWidgetHostmapDefinitionRequestFillApmQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9070 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9076 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9082 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillApmQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9238 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9230 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9245 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetHostmapDefinitionRequestFillApmQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9238 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9238 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9238 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9231 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillApmQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9138 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9128 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9205 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9221 }, "name": "resetInterval" } ], "name": "DashboardWidgetHostmapDefinitionRequestFillApmQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9193 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9209 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9225 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9186 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9199 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9215 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9142 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillApmQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9346 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9339 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9429 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9445 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9461 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9432 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9448 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9464 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9416 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetHostmapDefinitionRequestFillApmQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9426 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9442 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9458 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9436 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9452 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9404 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9468 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9420 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9397 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9410 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9350 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillApmQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12639 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12631 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12646 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillOutputReference" } } } ], "name": "DashboardWidgetHostmapDefinitionRequestFillList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12639 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12639 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12639 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12632 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFill" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10148 }, "name": "DashboardWidgetHostmapDefinitionRequestFillLogQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10154 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10166 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10172 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10178 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10160 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillLogQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9472 }, "name": "DashboardWidgetHostmapDefinitionRequestFillLogQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9478 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9484 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9490 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillLogQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.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/index-structs/structs4000.ts", "line": 9536 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9601 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9617 }, "name": "resetInterval" } ], "name": "DashboardWidgetHostmapDefinitionRequestFillLogQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9589 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9605 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9621 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9582 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9595 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9611 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9547 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillLogQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9775 }, "name": "DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9781 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9787 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9793 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9952 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9944 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9959 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9952 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9952 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9952 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9945 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9849 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9839 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9932 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9903 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9919 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9935 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9929 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9907 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9923 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9939 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9897 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9913 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9853 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9625 }, "name": "DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9631 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9643 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9637 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9696 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9689 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9754 }, "name": "resetFacet" } ], "name": "DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9742 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9758 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9771 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9735 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9748 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9764 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9700 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9963 }, "name": "DashboardWidgetHostmapDefinitionRequestFillLogQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9969 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9975 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 9981 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillLogQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10137 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10129 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10144 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetHostmapDefinitionRequestFillLogQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10137 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10137 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10137 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10130 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillLogQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10037 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10027 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10104 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10120 }, "name": "resetInterval" } ], "name": "DashboardWidgetHostmapDefinitionRequestFillLogQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10092 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10108 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10124 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10085 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10098 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10114 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10041 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillLogQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10245 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10238 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10328 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10344 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10360 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10331 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10347 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10363 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10315 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetHostmapDefinitionRequestFillLogQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10325 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10341 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10357 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10335 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10351 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10303 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10367 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10319 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10296 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10309 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10249 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillLogQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12470 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12460 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12555 }, "name": "putApmQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12571 }, "name": "putLogQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12587 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12603 }, "name": "putRumQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12619 }, "name": "putSecurityQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12558 }, "name": "resetApmQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12574 }, "name": "resetLogQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12590 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12542 }, "name": "resetQ" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12606 }, "name": "resetRumQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12622 }, "name": "resetSecurityQuery" } ], "name": "DashboardWidgetHostmapDefinitionRequestFillOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12552 }, "name": "apmQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12568 }, "name": "logQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12584 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12600 }, "name": "rumQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12616 }, "name": "securityQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12562 }, "name": "apmQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12578 }, "name": "logQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12594 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12546 }, "name": "qInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12610 }, "name": "rumQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12626 }, "name": "securityQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12536 }, "name": "q", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12474 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFill" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10371 }, "name": "DashboardWidgetHostmapDefinitionRequestFillProcessQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "Your chosen metric." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10389 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#filter_by Dashboard#filter_by}", "stability": "stable", "summary": "A list of processes." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10377 }, "name": "filterBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The max number of items in the filter list." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10383 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_by Dashboard#search_by}", "stability": "stable", "summary": "Your chosen search term." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10395 }, "name": "searchBy", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillProcessQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10455 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10448 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10506 }, "name": "resetFilterBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10522 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10551 }, "name": "resetSearchBy" } ], "name": "DashboardWidgetHostmapDefinitionRequestFillProcessQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10510 }, "name": "filterByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10526 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10539 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10555 }, "name": "searchByInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10500 }, "name": "filterBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10516 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10532 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10545 }, "name": "searchBy", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10459 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillProcessQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillProcessQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11235 }, "name": "DashboardWidgetHostmapDefinitionRequestFillRumQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11241 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11253 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11259 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11265 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11247 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillRumQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10559 }, "name": "DashboardWidgetHostmapDefinitionRequestFillRumQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10565 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10571 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10577 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillRumQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10630 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10623 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10688 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10704 }, "name": "resetInterval" } ], "name": "DashboardWidgetHostmapDefinitionRequestFillRumQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10676 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10692 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10708 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10669 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10682 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10698 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10634 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillRumQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10862 }, "name": "DashboardWidgetHostmapDefinitionRequestFillRumQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10868 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10874 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10880 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillRumQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11039 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11031 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11046 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetHostmapDefinitionRequestFillRumQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11039 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11039 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11039 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11032 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillRumQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10936 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10926 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11019 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10990 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11006 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11022 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetHostmapDefinitionRequestFillRumQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11016 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10994 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11010 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11026 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10984 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11000 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10940 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillRumQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10712 }, "name": "DashboardWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10718 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10730 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10724 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10783 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10776 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10841 }, "name": "resetFacet" } ], "name": "DashboardWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10829 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10845 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10858 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10822 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10835 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10851 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 10787 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11050 }, "name": "DashboardWidgetHostmapDefinitionRequestFillRumQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11056 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11062 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11068 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillRumQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11224 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11216 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11231 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetHostmapDefinitionRequestFillRumQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11224 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11224 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11224 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11217 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillRumQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11124 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11114 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11191 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11207 }, "name": "resetInterval" } ], "name": "DashboardWidgetHostmapDefinitionRequestFillRumQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11179 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11195 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11211 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11172 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11185 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11201 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11128 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillRumQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11332 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11325 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11415 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11431 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11447 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11418 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11434 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11450 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11402 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetHostmapDefinitionRequestFillRumQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11412 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11428 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11444 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11422 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11438 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11390 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11454 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11406 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11383 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11396 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11336 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillRumQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12134 }, "name": "DashboardWidgetHostmapDefinitionRequestFillSecurityQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12140 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12152 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12158 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12164 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12146 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillSecurityQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11458 }, "name": "DashboardWidgetHostmapDefinitionRequestFillSecurityQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11464 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11470 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11476 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillSecurityQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11529 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11522 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11587 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11603 }, "name": "resetInterval" } ], "name": "DashboardWidgetHostmapDefinitionRequestFillSecurityQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11575 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11591 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11607 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11568 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11581 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11597 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11533 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillSecurityQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11761 }, "name": "DashboardWidgetHostmapDefinitionRequestFillSecurityQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11767 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11773 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11779 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillSecurityQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11938 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11930 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11945 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetHostmapDefinitionRequestFillSecurityQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11938 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11938 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11938 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11931 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillSecurityQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11835 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11825 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11918 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11889 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11905 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11921 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetHostmapDefinitionRequestFillSecurityQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11915 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11893 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11909 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11925 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11883 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11899 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11839 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillSecurityQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11611 }, "name": "DashboardWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11617 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11629 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11623 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11682 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11675 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11740 }, "name": "resetFacet" } ], "name": "DashboardWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11728 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11744 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11757 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11721 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11734 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11750 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11686 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11949 }, "name": "DashboardWidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11955 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11961 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 11967 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12123 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12115 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12130 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12123 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12123 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12123 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12116 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12023 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12013 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12090 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12106 }, "name": "resetInterval" } ], "name": "DashboardWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12078 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12094 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12110 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12071 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12084 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12100 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12027 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12231 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12224 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12314 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12330 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12346 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12317 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12333 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12349 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12301 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetHostmapDefinitionRequestFillSecurityQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12311 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12327 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12343 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12321 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12337 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12289 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12353 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12305 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12282 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12295 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12235 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillSecurityQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16785 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16778 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16821 }, "name": "putFill", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFill" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16837 }, "name": "putSize", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSize" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16824 }, "name": "resetFill" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16840 }, "name": "resetSize" } ], "name": "DashboardWidgetHostmapDefinitionRequestOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16818 }, "name": "fill", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16834 }, "name": "size", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16828 }, "name": "fillInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFill" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16844 }, "name": "sizeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSize" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16789 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequest" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSize": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSize", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16434 }, "name": "DashboardWidgetHostmapDefinitionRequestSize", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_query Dashboard#apm_query}", "stability": "stable", "summary": "apm_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16446 }, "name": "apmQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#log_query Dashboard#log_query}", "stability": "stable", "summary": "log_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16452 }, "name": "logQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#process_query Dashboard#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16458 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#q Dashboard#q}", "stability": "stable", "summary": "The metric query to use for this widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16440 }, "name": "q", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#rum_query Dashboard#rum_query}", "stability": "stable", "summary": "rum_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16464 }, "name": "rumQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#security_query Dashboard#security_query}", "stability": "stable", "summary": "security_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16470 }, "name": "securityQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestSize" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13326 }, "name": "DashboardWidgetHostmapDefinitionRequestSizeApmQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13332 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13344 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13350 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13356 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13338 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestSizeApmQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12650 }, "name": "DashboardWidgetHostmapDefinitionRequestSizeApmQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12656 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12662 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12668 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestSizeApmQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12721 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12714 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12779 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12795 }, "name": "resetInterval" } ], "name": "DashboardWidgetHostmapDefinitionRequestSizeApmQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12767 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12783 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12799 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12760 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12773 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12789 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12725 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestSizeApmQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12953 }, "name": "DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12959 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12965 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12971 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13130 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13122 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13137 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13130 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13130 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13130 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13123 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13027 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13017 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13110 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13081 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13097 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13113 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13107 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13085 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13101 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13117 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13075 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13091 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13031 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12803 }, "name": "DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12809 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12821 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12815 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12874 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12867 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12932 }, "name": "resetFacet" } ], "name": "DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12920 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12936 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12949 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12913 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12926 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12942 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 12878 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13141 }, "name": "DashboardWidgetHostmapDefinitionRequestSizeApmQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13147 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13153 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13159 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestSizeApmQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13315 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13307 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13322 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13315 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13315 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13315 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13308 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13215 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13205 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13282 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13298 }, "name": "resetInterval" } ], "name": "DashboardWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13270 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13286 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13302 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13263 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13276 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13292 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13219 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13423 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13416 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13506 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13522 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13538 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13509 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13525 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13541 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13493 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetHostmapDefinitionRequestSizeApmQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13503 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13519 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13535 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13513 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13529 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13481 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13545 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13497 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13474 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13487 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13427 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestSizeApmQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16716 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16708 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16723 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeOutputReference" } } } ], "name": "DashboardWidgetHostmapDefinitionRequestSizeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16716 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16716 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16716 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16709 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSize" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestSizeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14225 }, "name": "DashboardWidgetHostmapDefinitionRequestSizeLogQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14231 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14243 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14249 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14255 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14237 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestSizeLogQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13549 }, "name": "DashboardWidgetHostmapDefinitionRequestSizeLogQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13555 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13561 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13567 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestSizeLogQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.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/index-structs/structs4000.ts", "line": 13613 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13678 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13694 }, "name": "resetInterval" } ], "name": "DashboardWidgetHostmapDefinitionRequestSizeLogQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13666 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13682 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13698 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13659 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13672 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13688 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13624 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestSizeLogQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13852 }, "name": "DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13858 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13864 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13870 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14029 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14021 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14036 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14029 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14029 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14029 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14022 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13926 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13916 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14009 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13980 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13996 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14012 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14006 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13984 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14000 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14016 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13974 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13990 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13930 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13702 }, "name": "DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13708 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13720 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13714 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13773 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13766 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13831 }, "name": "resetFacet" } ], "name": "DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13819 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13835 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13848 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13812 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13825 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13841 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 13777 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14040 }, "name": "DashboardWidgetHostmapDefinitionRequestSizeLogQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14046 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14052 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14058 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestSizeLogQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14214 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14206 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14221 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14214 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14214 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14214 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14207 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14114 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14104 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14181 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14197 }, "name": "resetInterval" } ], "name": "DashboardWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14169 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14185 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14201 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14162 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14175 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14191 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14118 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14322 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14315 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14405 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14421 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14437 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14408 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14424 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14440 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14392 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetHostmapDefinitionRequestSizeLogQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14402 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14418 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14434 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14412 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14428 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14380 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14444 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14396 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14373 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14386 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14326 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestSizeLogQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16547 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16537 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16632 }, "name": "putApmQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16648 }, "name": "putLogQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16664 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16680 }, "name": "putRumQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16696 }, "name": "putSecurityQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16635 }, "name": "resetApmQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16651 }, "name": "resetLogQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16667 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16619 }, "name": "resetQ" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16683 }, "name": "resetRumQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16699 }, "name": "resetSecurityQuery" } ], "name": "DashboardWidgetHostmapDefinitionRequestSizeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16629 }, "name": "apmQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16645 }, "name": "logQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16661 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16677 }, "name": "rumQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16693 }, "name": "securityQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16639 }, "name": "apmQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16655 }, "name": "logQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16671 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16623 }, "name": "qInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16687 }, "name": "rumQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16703 }, "name": "securityQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16613 }, "name": "q", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16551 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSize" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestSizeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14448 }, "name": "DashboardWidgetHostmapDefinitionRequestSizeProcessQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "Your chosen metric." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14466 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#filter_by Dashboard#filter_by}", "stability": "stable", "summary": "A list of processes." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14454 }, "name": "filterBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The max number of items in the filter list." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14460 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_by Dashboard#search_by}", "stability": "stable", "summary": "Your chosen search term." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14472 }, "name": "searchBy", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestSizeProcessQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14532 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14525 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14583 }, "name": "resetFilterBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14599 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14628 }, "name": "resetSearchBy" } ], "name": "DashboardWidgetHostmapDefinitionRequestSizeProcessQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14587 }, "name": "filterByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14603 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14616 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14632 }, "name": "searchByInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14577 }, "name": "filterBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14593 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14609 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14622 }, "name": "searchBy", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14536 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeProcessQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestSizeProcessQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15312 }, "name": "DashboardWidgetHostmapDefinitionRequestSizeRumQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15318 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15330 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15336 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15342 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15324 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestSizeRumQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14636 }, "name": "DashboardWidgetHostmapDefinitionRequestSizeRumQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14642 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14648 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14654 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestSizeRumQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14707 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14700 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14765 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14781 }, "name": "resetInterval" } ], "name": "DashboardWidgetHostmapDefinitionRequestSizeRumQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14753 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14769 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14785 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14746 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14759 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14775 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14711 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestSizeRumQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14939 }, "name": "DashboardWidgetHostmapDefinitionRequestSizeRumQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14945 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14951 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14957 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestSizeRumQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15116 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15108 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15123 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetHostmapDefinitionRequestSizeRumQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15116 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15116 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15116 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15109 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestSizeRumQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15013 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15003 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15096 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15067 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15083 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15099 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetHostmapDefinitionRequestSizeRumQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15093 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15071 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15087 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15103 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15061 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15077 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15017 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestSizeRumQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14789 }, "name": "DashboardWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14795 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14807 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14801 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14860 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14853 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14918 }, "name": "resetFacet" } ], "name": "DashboardWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14906 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14922 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14935 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14899 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14912 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14928 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 14864 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15127 }, "name": "DashboardWidgetHostmapDefinitionRequestSizeRumQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15133 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15139 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15145 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestSizeRumQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15301 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15293 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15308 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15301 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15301 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15301 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15294 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15201 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15191 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15268 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15284 }, "name": "resetInterval" } ], "name": "DashboardWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15256 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15272 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15288 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15249 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15262 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15278 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15205 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15409 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15402 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15492 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15508 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15524 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15495 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15511 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15527 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15479 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetHostmapDefinitionRequestSizeRumQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15489 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15505 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15521 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15499 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15515 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15467 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15531 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15483 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15460 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15473 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15413 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestSizeRumQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16211 }, "name": "DashboardWidgetHostmapDefinitionRequestSizeSecurityQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16217 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16229 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16235 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16241 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16223 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestSizeSecurityQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15535 }, "name": "DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15541 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15547 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15553 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15606 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15599 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15664 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15680 }, "name": "resetInterval" } ], "name": "DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15652 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15668 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15684 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15645 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15658 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15674 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15610 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15838 }, "name": "DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15844 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15850 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15856 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16015 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16007 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16022 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16015 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16015 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16015 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16008 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15912 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15902 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15995 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15966 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15982 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15998 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15992 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15970 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15986 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16002 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15960 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15976 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15916 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15688 }, "name": "DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15694 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15706 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15700 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15759 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15752 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15817 }, "name": "resetFacet" } ], "name": "DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15805 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15821 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15834 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15798 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15811 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15827 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 15763 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16026 }, "name": "DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16032 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16038 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16044 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.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/index-structs/structs4000.ts", "line": 16192 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.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.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16200 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.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/index-structs/structs4000.ts", "line": 16200 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16193 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16100 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16090 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16167 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16183 }, "name": "resetInterval" } ], "name": "DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16155 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16171 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16187 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16148 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16161 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16177 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16104 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16308 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16301 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16391 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16407 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16423 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16394 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16410 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16426 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16378 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16388 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16404 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16420 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16398 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16414 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16366 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16430 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16382 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16359 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16372 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16312 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionStyle": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionStyle", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16848 }, "name": "DashboardWidgetHostmapDefinitionStyle", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#fill_max Dashboard#fill_max}", "stability": "stable", "summary": "The max value to use to color the map." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16854 }, "name": "fillMax", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#fill_min Dashboard#fill_min}", "stability": "stable", "summary": "The min value to use to color the map." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16860 }, "name": "fillMin", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16866 }, "name": "palette", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette_flip Dashboard#palette_flip}", "stability": "stable", "summary": "A Boolean indicating whether to flip the palette tones." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16872 }, "name": "paletteFlip", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionStyle" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionStyleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionStyleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16932 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16925 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16983 }, "name": "resetFillMax" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16999 }, "name": "resetFillMin" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17015 }, "name": "resetPalette" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17031 }, "name": "resetPaletteFlip" } ], "name": "DashboardWidgetHostmapDefinitionStyleOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16987 }, "name": "fillMaxInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17003 }, "name": "fillMinInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17035 }, "name": "paletteFlipInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17019 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16977 }, "name": "fillMax", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16993 }, "name": "fillMin", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17009 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17025 }, "name": "paletteFlip", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 16936 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionStyle" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionStyleOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetIframeDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetIframeDefinition", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17475 }, "name": "DashboardWidgetIframeDefinition", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#url Dashboard#url}", "stability": "stable", "summary": "The URL to use as a data source for the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17481 }, "name": "url", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetIframeDefinition" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetIframeDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetIframeDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17520 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17513 }, "name": "DashboardWidgetIframeDefinitionOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17554 }, "name": "urlInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17547 }, "name": "url", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17524 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetIframeDefinition" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetIframeDefinitionOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetImageDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetImageDefinition", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17558 }, "name": "DashboardWidgetImageDefinition", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#url Dashboard#url}", "stability": "stable", "summary": "The URL to use as a data source for the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17594 }, "name": "url", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#has_background Dashboard#has_background}", "stability": "stable", "summary": "Whether to display a background or not. Defaults to `true`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17564 }, "name": "hasBackground", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#has_border Dashboard#has_border}", "stability": "stable", "summary": "Whether to display a border or not. Defaults to `true`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17570 }, "name": "hasBorder", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#horizontal_align Dashboard#horizontal_align}", "stability": "stable", "summary": "The horizontal alignment for the widget. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17576 }, "name": "horizontalAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Note: `small` and `large` values are deprecated. Valid values are `sm`, `md`, `lg`, `small`, `large`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#margin Dashboard#margin}", "stability": "stable", "summary": "The margins to use around the image." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17582 }, "name": "margin", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "The values are based on the image `object-fit` CSS properties. Note: `zoom`, `fit` and `center` values are deprecated. Valid values are `fill`, `contain`, `cover`, `none`, `scale-down`, `zoom`, `fit`, `center`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sizing Dashboard#sizing}", "stability": "stable", "summary": "The preferred method to adapt the dimensions of the image." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17588 }, "name": "sizing", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#url_dark_theme Dashboard#url_dark_theme}", "stability": "stable", "summary": "The URL in dark mode to use as a data source for the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17600 }, "name": "urlDarkTheme", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#vertical_align Dashboard#vertical_align}", "stability": "stable", "summary": "The vertical alignment for the widget. Valid values are `center`, `top`, `bottom`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17606 }, "name": "verticalAlign", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetImageDefinition" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetImageDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetImageDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17694 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17687 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17769 }, "name": "resetHasBackground" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17785 }, "name": "resetHasBorder" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17801 }, "name": "resetHorizontalAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17817 }, "name": "resetMargin" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17833 }, "name": "resetSizing" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17862 }, "name": "resetUrlDarkTheme" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17878 }, "name": "resetVerticalAlign" } ], "name": "DashboardWidgetImageDefinitionOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17773 }, "name": "hasBackgroundInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17789 }, "name": "hasBorderInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17805 }, "name": "horizontalAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17821 }, "name": "marginInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17837 }, "name": "sizingInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17866 }, "name": "urlDarkThemeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17850 }, "name": "urlInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17882 }, "name": "verticalAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17763 }, "name": "hasBackground", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17779 }, "name": "hasBorder", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17795 }, "name": "horizontalAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17811 }, "name": "margin", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17827 }, "name": "sizing", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17843 }, "name": "url", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17856 }, "name": "urlDarkTheme", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17872 }, "name": "verticalAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17698 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetImageDefinition" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetImageDefinitionOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24943 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24935 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24950 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetOutputReference" } } } ], "name": "DashboardWidgetList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24943 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24943 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24943 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24936 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidget" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetListStreamDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetListStreamDefinition", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18776 }, "name": "DashboardWidgetListStreamDefinition", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#request Dashboard#request}", "stability": "stable", "summary": "request block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18800 }, "name": "request", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequest" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title Dashboard#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18782 }, "name": "title", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_align Dashboard#title_align}", "stability": "stable", "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18788 }, "name": "titleAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_size Dashboard#title_size}", "stability": "stable", "summary": "The size of the widget's title. Default is 16." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18794 }, "name": "titleSize", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetListStreamDefinition" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18860 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18853 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18956 }, "name": "putRequest", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequest" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18911 }, "name": "resetTitle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18927 }, "name": "resetTitleAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18943 }, "name": "resetTitleSize" } ], "name": "DashboardWidgetListStreamDefinitionOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18953 }, "name": "request", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18960 }, "name": "requestInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequest" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18931 }, "name": "titleAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18915 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18947 }, "name": "titleSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18905 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18921 }, "name": "titleAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18937 }, "name": "titleSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18864 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetListStreamDefinition" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetListStreamDefinitionOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequest": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequest", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18597 }, "name": "DashboardWidgetListStreamDefinitionRequest", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#columns Dashboard#columns}", "stability": "stable", "summary": "columns block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18609 }, "name": "columns", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestColumns" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18615 }, "name": "query", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#response_format Dashboard#response_format}", "stability": "stable", "summary": "Widget response format. Valid values are `event_list`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18603 }, "name": "responseFormat", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetListStreamDefinitionRequest" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestColumns": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestColumns", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17886 }, "name": "DashboardWidgetListStreamDefinitionRequestColumns", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#field Dashboard#field}", "stability": "stable", "summary": "Widget column field." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17892 }, "name": "field", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#width Dashboard#width}", "stability": "stable", "summary": "Widget column width. Valid values are `auto`, `compact`, `full`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17898 }, "name": "width", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetListStreamDefinitionRequestColumns" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestColumnsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestColumnsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18028 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18020 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18035 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestColumnsOutputReference" } } } ], "name": "DashboardWidgetListStreamDefinitionRequestColumnsList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18028 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18028 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18028 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18021 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestColumns" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetListStreamDefinitionRequestColumnsList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestColumnsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestColumnsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17947 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17937 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17995 }, "name": "resetField" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18011 }, "name": "resetWidth" } ], "name": "DashboardWidgetListStreamDefinitionRequestColumnsOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17999 }, "name": "fieldInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18015 }, "name": "widthInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17989 }, "name": "field", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18005 }, "name": "width", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 17951 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestColumns" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetListStreamDefinitionRequestColumnsOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18765 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18757 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18772 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestOutputReference" } } } ], "name": "DashboardWidgetListStreamDefinitionRequestList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18765 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18765 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18765 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18758 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequest" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetListStreamDefinitionRequestList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18671 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18661 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18735 }, "name": "putColumns", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestColumns" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18748 }, "name": "putQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestQuery" } } ] } ], "name": "DashboardWidgetListStreamDefinitionRequestOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18732 }, "name": "columns", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestColumnsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18745 }, "name": "query", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18739 }, "name": "columnsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestColumns" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18752 }, "name": "queryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18726 }, "name": "responseFormatInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18719 }, "name": "responseFormat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18675 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequest" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetListStreamDefinitionRequestOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18269 }, "name": "DashboardWidgetListStreamDefinitionRequestQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `logs_stream`, `audit_stream`, `ci_pipeline_stream`, `ci_test_stream`, `rum_issue_stream`, `apm_issue_stream`, `trace_stream`, `logs_issue_stream`, `logs_pattern_stream`, `logs_transaction_stream`, `event_stream`, `rum_stream`, `llm_observability_stream`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "Source from which to query items to display in the stream." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18281 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#clustering_pattern_field_path Dashboard#clustering_pattern_field_path}", "stability": "stable", "summary": "Specifies the field for logs pattern clustering. Can only be used with `logs_pattern_stream`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18275 }, "name": "clusteringPatternFieldPath", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#event_size Dashboard#event_size}", "stability": "stable", "summary": "Size of events displayed in widget. Required if `data_source` is `event_stream`. Valid values are `s`, `l`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18287 }, "name": "eventSize", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18311 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#indexes Dashboard#indexes}", "stability": "stable", "summary": "List of indexes." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18293 }, "name": "indexes", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query_string Dashboard#query_string}", "stability": "stable", "summary": "Widget query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18299 }, "name": "queryString", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort Dashboard#sort}", "stability": "stable", "summary": "sort block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18317 }, "name": "sort", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestQuerySort" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#storage Dashboard#storage}", "stability": "stable", "summary": "Storage location (private beta)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18305 }, "name": "storage", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetListStreamDefinitionRequestQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18039 }, "name": "DashboardWidgetListStreamDefinitionRequestQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "Facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18045 }, "name": "facet", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetListStreamDefinitionRequestQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18143 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18135 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18150 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetListStreamDefinitionRequestQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18143 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18143 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18143 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18136 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetListStreamDefinitionRequestQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18087 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18077 }, "name": "DashboardWidgetListStreamDefinitionRequestQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18130 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18123 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18091 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetListStreamDefinitionRequestQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18405 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18398 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18570 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18586 }, "name": "putSort", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestQuerySort" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18480 }, "name": "resetClusteringPatternFieldPath" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18509 }, "name": "resetEventSize" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18573 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18525 }, "name": "resetIndexes" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18541 }, "name": "resetQueryString" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18589 }, "name": "resetSort" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18557 }, "name": "resetStorage" } ], "name": "DashboardWidgetListStreamDefinitionRequestQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18567 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18583 }, "name": "sort", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestQuerySortOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18484 }, "name": "clusteringPatternFieldPathInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18497 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18513 }, "name": "eventSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18577 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18529 }, "name": "indexesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18545 }, "name": "queryStringInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18593 }, "name": "sortInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestQuerySort" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18561 }, "name": "storageInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18474 }, "name": "clusteringPatternFieldPath", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18490 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18503 }, "name": "eventSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18519 }, "name": "indexes", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18535 }, "name": "queryString", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18551 }, "name": "storage", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18409 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetListStreamDefinitionRequestQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestQuerySort": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestQuerySort", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18154 }, "name": "DashboardWidgetListStreamDefinitionRequestQuerySort", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#column Dashboard#column}", "stability": "stable", "summary": "The facet path for the column." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18160 }, "name": "column", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18166 }, "name": "order", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetListStreamDefinitionRequestQuerySort" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestQuerySortOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestQuerySortOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18212 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18205 }, "name": "DashboardWidgetListStreamDefinitionRequestQuerySortOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18252 }, "name": "columnInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18265 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18245 }, "name": "column", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18258 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18216 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestQuerySort" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetListStreamDefinitionRequestQuerySortOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetLogStreamDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetLogStreamDefinition", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19079 }, "name": "DashboardWidgetLogStreamDefinition", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#columns Dashboard#columns}", "stability": "stable", "summary": "Stringified list of columns to use, for example: `[\"column1\",\"column2\",\"column3\"]`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19085 }, "name": "columns", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#indexes Dashboard#indexes}", "stability": "stable", "summary": "An array of index names to query in the stream." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19091 }, "name": "indexes", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#live_span Dashboard#live_span}", "stability": "stable", "summary": "The timeframe to use when displaying the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19097 }, "name": "liveSpan", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#message_display Dashboard#message_display}", "stability": "stable", "summary": "The number of log lines to display. Valid values are `inline`, `expanded-md`, `expanded-lg`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19103 }, "name": "messageDisplay", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The query to use in the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19109 }, "name": "query", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#show_date_column Dashboard#show_date_column}", "stability": "stable", "summary": "If the date column should be displayed." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19115 }, "name": "showDateColumn", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#show_message_column Dashboard#show_message_column}", "stability": "stable", "summary": "If the message column should be displayed." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19121 }, "name": "showMessageColumn", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort Dashboard#sort}", "stability": "stable", "summary": "sort block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19145 }, "name": "sort", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetLogStreamDefinitionSort" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title Dashboard#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19127 }, "name": "title", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_align Dashboard#title_align}", "stability": "stable", "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19133 }, "name": "titleAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_size Dashboard#title_size}", "stability": "stable", "summary": "The size of the widget's title (defaults to 16)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19139 }, "name": "titleSize", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetLogStreamDefinition" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetLogStreamDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetLogStreamDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19254 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19247 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19504 }, "name": "putSort", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetLogStreamDefinitionSort" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19347 }, "name": "resetColumns" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19363 }, "name": "resetIndexes" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19379 }, "name": "resetLiveSpan" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19395 }, "name": "resetMessageDisplay" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19411 }, "name": "resetQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19427 }, "name": "resetShowDateColumn" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19443 }, "name": "resetShowMessageColumn" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19507 }, "name": "resetSort" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19459 }, "name": "resetTitle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19475 }, "name": "resetTitleAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19491 }, "name": "resetTitleSize" } ], "name": "DashboardWidgetLogStreamDefinitionOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19501 }, "name": "sort", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetLogStreamDefinitionSortOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19351 }, "name": "columnsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19367 }, "name": "indexesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19383 }, "name": "liveSpanInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19399 }, "name": "messageDisplayInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19415 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19431 }, "name": "showDateColumnInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19447 }, "name": "showMessageColumnInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19511 }, "name": "sortInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetLogStreamDefinitionSort" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19479 }, "name": "titleAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19463 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19495 }, "name": "titleSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19341 }, "name": "columns", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19357 }, "name": "indexes", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19373 }, "name": "liveSpan", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19389 }, "name": "messageDisplay", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19405 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19421 }, "name": "showDateColumn", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19437 }, "name": "showMessageColumn", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19453 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19469 }, "name": "titleAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19485 }, "name": "titleSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19258 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetLogStreamDefinition" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetLogStreamDefinitionOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetLogStreamDefinitionSort": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetLogStreamDefinitionSort", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18964 }, "name": "DashboardWidgetLogStreamDefinitionSort", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#column Dashboard#column}", "stability": "stable", "summary": "The facet path for the column." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18970 }, "name": "column", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 18976 }, "name": "order", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetLogStreamDefinitionSort" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetLogStreamDefinitionSortOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetLogStreamDefinitionSortOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19022 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19015 }, "name": "DashboardWidgetLogStreamDefinitionSortOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19062 }, "name": "columnInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19075 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19055 }, "name": "column", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19068 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19026 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetLogStreamDefinitionSort" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetLogStreamDefinitionSortOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetManageStatusDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetManageStatusDefinition", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19515 }, "name": "DashboardWidgetManageStatusDefinition", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The query to use in the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19539 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#color_preference Dashboard#color_preference}", "stability": "stable", "summary": "Whether to colorize text or background. Valid values are `background`, `text`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19521 }, "name": "colorPreference", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#display_format Dashboard#display_format}", "stability": "stable", "summary": "The display setting to use. Valid values are `counts`, `countsAndList`, `list`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19527 }, "name": "displayFormat", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#hide_zero_counts Dashboard#hide_zero_counts}", "stability": "stable", "summary": "A Boolean indicating whether to hide empty categories." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19533 }, "name": "hideZeroCounts", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#show_last_triggered Dashboard#show_last_triggered}", "stability": "stable", "summary": "A Boolean indicating whether to show when monitors/groups last triggered." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19545 }, "name": "showLastTriggered", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#show_priority Dashboard#show_priority}", "stability": "stable", "summary": "Whether to show the priorities column." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19551 }, "name": "showPriority", "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`, `priority,asc`, `priority,desc`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort Dashboard#sort}", "stability": "stable", "summary": "The method to sort the monitors." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19557 }, "name": "sort", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#summary_type Dashboard#summary_type}", "stability": "stable", "summary": "The summary type to use. Valid values are `monitors`, `groups`, `combined`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19563 }, "name": "summaryType", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title Dashboard#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19569 }, "name": "title", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_align Dashboard#title_align}", "stability": "stable", "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19575 }, "name": "titleAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_size Dashboard#title_size}", "stability": "stable", "summary": "The size of the widget's title (defaults to 16)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19581 }, "name": "titleSize", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetManageStatusDefinition" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetManageStatusDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetManageStatusDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19690 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19683 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19783 }, "name": "resetColorPreference" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19799 }, "name": "resetDisplayFormat" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19815 }, "name": "resetHideZeroCounts" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19844 }, "name": "resetShowLastTriggered" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19860 }, "name": "resetShowPriority" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19876 }, "name": "resetSort" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19892 }, "name": "resetSummaryType" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19908 }, "name": "resetTitle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19924 }, "name": "resetTitleAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19940 }, "name": "resetTitleSize" } ], "name": "DashboardWidgetManageStatusDefinitionOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19787 }, "name": "colorPreferenceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19803 }, "name": "displayFormatInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19819 }, "name": "hideZeroCountsInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19832 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19848 }, "name": "showLastTriggeredInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19864 }, "name": "showPriorityInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19880 }, "name": "sortInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19896 }, "name": "summaryTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19928 }, "name": "titleAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19912 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19944 }, "name": "titleSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19777 }, "name": "colorPreference", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19793 }, "name": "displayFormat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19809 }, "name": "hideZeroCounts", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19825 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19838 }, "name": "showLastTriggered", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19854 }, "name": "showPriority", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19870 }, "name": "sort", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19886 }, "name": "summaryType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19902 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19918 }, "name": "titleAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19934 }, "name": "titleSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19694 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetManageStatusDefinition" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetManageStatusDefinitionOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetNoteDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetNoteDefinition", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19948 }, "name": "DashboardWidgetNoteDefinition", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#content Dashboard#content}", "stability": "stable", "summary": "The content of the note." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19960 }, "name": "content", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#background_color Dashboard#background_color}", "stability": "stable", "summary": "The background color of the note." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19954 }, "name": "backgroundColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#font_size Dashboard#font_size}", "stability": "stable", "summary": "The size of the text." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19966 }, "name": "fontSize", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#has_padding Dashboard#has_padding}", "stability": "stable", "summary": "Whether to add padding or not. Defaults to `true`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19972 }, "name": "hasPadding", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#show_tick Dashboard#show_tick}", "stability": "stable", "summary": "Whether to show a tick or not." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19978 }, "name": "showTick", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#text_align Dashboard#text_align}", "stability": "stable", "summary": "The alignment of the widget's text. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19984 }, "name": "textAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Valid values are `bottom`, `left`, `right`, `top`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#tick_edge Dashboard#tick_edge}", "stability": "stable", "summary": "When `tick = true`, a string indicating on which side of the widget the tick should be displayed." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19990 }, "name": "tickEdge", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#tick_pos Dashboard#tick_pos}", "stability": "stable", "summary": "When `tick = true`, a string with a percent sign indicating the position of the tick, for example: `tick_pos = \"50%\"` is centered alignment." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 19996 }, "name": "tickPos", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#vertical_align Dashboard#vertical_align}", "stability": "stable", "summary": "The vertical alignment for the widget. Valid values are `center`, `top`, `bottom`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20002 }, "name": "verticalAlign", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetNoteDefinition" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetNoteDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetNoteDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20097 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20090 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20178 }, "name": "resetBackgroundColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20207 }, "name": "resetFontSize" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20223 }, "name": "resetHasPadding" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20239 }, "name": "resetShowTick" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20255 }, "name": "resetTextAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20271 }, "name": "resetTickEdge" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20287 }, "name": "resetTickPos" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20303 }, "name": "resetVerticalAlign" } ], "name": "DashboardWidgetNoteDefinitionOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20182 }, "name": "backgroundColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20195 }, "name": "contentInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20211 }, "name": "fontSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20227 }, "name": "hasPaddingInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20243 }, "name": "showTickInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20259 }, "name": "textAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20275 }, "name": "tickEdgeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20291 }, "name": "tickPosInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20307 }, "name": "verticalAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20172 }, "name": "backgroundColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20188 }, "name": "content", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20201 }, "name": "fontSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20217 }, "name": "hasPadding", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20233 }, "name": "showTick", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20249 }, "name": "textAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20265 }, "name": "tickEdge", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20281 }, "name": "tickPos", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20297 }, "name": "verticalAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20101 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetNoteDefinition" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetNoteDefinitionOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24153 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24143 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24395 }, "name": "putAlertGraphDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetAlertGraphDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24411 }, "name": "putAlertValueDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetAlertValueDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24427 }, "name": "putChangeDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24443 }, "name": "putCheckStatusDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetCheckStatusDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24459 }, "name": "putDistributionDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24475 }, "name": "putEventStreamDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetEventStreamDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24491 }, "name": "putEventTimelineDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetEventTimelineDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24507 }, "name": "putFreeTextDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetFreeTextDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24523 }, "name": "putGeomapDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24539 }, "name": "putGroupDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24555 }, "name": "putHeatmapDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24571 }, "name": "putHostmapDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24587 }, "name": "putIframeDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetIframeDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24603 }, "name": "putImageDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetImageDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24619 }, "name": "putListStreamDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetListStreamDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24635 }, "name": "putLogStreamDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetLogStreamDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24651 }, "name": "putManageStatusDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetManageStatusDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24667 }, "name": "putNoteDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetNoteDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24683 }, "name": "putPowerpackDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetPowerpackDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24699 }, "name": "putQueryTableDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24715 }, "name": "putQueryValueDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24731 }, "name": "putRunWorkflowDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetRunWorkflowDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24747 }, "name": "putScatterplotDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24763 }, "name": "putServiceLevelObjectiveDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetServiceLevelObjectiveDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24779 }, "name": "putServicemapDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetServicemapDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24795 }, "name": "putSloListDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSloListDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24811 }, "name": "putSplitGraphDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24827 }, "name": "putSunburstDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24843 }, "name": "putTimeseriesDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24859 }, "name": "putToplistDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24875 }, "name": "putTopologyMapDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTopologyMapDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24891 }, "name": "putTraceServiceDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTraceServiceDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24907 }, "name": "putTreemapDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24923 }, "name": "putWidgetLayout", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetWidgetLayout" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24398 }, "name": "resetAlertGraphDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24414 }, "name": "resetAlertValueDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24430 }, "name": "resetChangeDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24446 }, "name": "resetCheckStatusDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24462 }, "name": "resetDistributionDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24478 }, "name": "resetEventStreamDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24494 }, "name": "resetEventTimelineDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24510 }, "name": "resetFreeTextDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24526 }, "name": "resetGeomapDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24542 }, "name": "resetGroupDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24558 }, "name": "resetHeatmapDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24574 }, "name": "resetHostmapDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24590 }, "name": "resetIframeDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24606 }, "name": "resetImageDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24622 }, "name": "resetListStreamDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24638 }, "name": "resetLogStreamDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24654 }, "name": "resetManageStatusDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24670 }, "name": "resetNoteDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24686 }, "name": "resetPowerpackDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24702 }, "name": "resetQueryTableDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24718 }, "name": "resetQueryValueDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24734 }, "name": "resetRunWorkflowDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24750 }, "name": "resetScatterplotDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24766 }, "name": "resetServiceLevelObjectiveDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24782 }, "name": "resetServicemapDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24798 }, "name": "resetSloListDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24814 }, "name": "resetSplitGraphDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24830 }, "name": "resetSunburstDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24846 }, "name": "resetTimeseriesDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24862 }, "name": "resetToplistDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24878 }, "name": "resetTopologyMapDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24894 }, "name": "resetTraceServiceDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24910 }, "name": "resetTreemapDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24926 }, "name": "resetWidgetLayout" } ], "name": "DashboardWidgetOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24392 }, "name": "alertGraphDefinition", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetAlertGraphDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24408 }, "name": "alertValueDefinition", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetAlertValueDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24424 }, "name": "changeDefinition", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24440 }, "name": "checkStatusDefinition", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetCheckStatusDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24456 }, "name": "distributionDefinition", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24472 }, "name": "eventStreamDefinition", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetEventStreamDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24488 }, "name": "eventTimelineDefinition", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetEventTimelineDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24504 }, "name": "freeTextDefinition", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetFreeTextDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24520 }, "name": "geomapDefinition", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24536 }, "name": "groupDefinition", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24552 }, "name": "heatmapDefinition", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24568 }, "name": "hostmapDefinition", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24386 }, "name": "id", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24584 }, "name": "iframeDefinition", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetIframeDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24600 }, "name": "imageDefinition", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetImageDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24616 }, "name": "listStreamDefinition", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24632 }, "name": "logStreamDefinition", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetLogStreamDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24648 }, "name": "manageStatusDefinition", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetManageStatusDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24664 }, "name": "noteDefinition", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetNoteDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24680 }, "name": "powerpackDefinition", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetPowerpackDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24696 }, "name": "queryTableDefinition", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24712 }, "name": "queryValueDefinition", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24728 }, "name": "runWorkflowDefinition", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetRunWorkflowDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24744 }, "name": "scatterplotDefinition", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24760 }, "name": "serviceLevelObjectiveDefinition", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetServiceLevelObjectiveDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24776 }, "name": "servicemapDefinition", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetServicemapDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24792 }, "name": "sloListDefinition", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSloListDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24808 }, "name": "splitGraphDefinition", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24824 }, "name": "sunburstDefinition", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24840 }, "name": "timeseriesDefinition", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24856 }, "name": "toplistDefinition", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24872 }, "name": "topologyMapDefinition", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTopologyMapDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24888 }, "name": "traceServiceDefinition", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTraceServiceDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24904 }, "name": "treemapDefinition", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24920 }, "name": "widgetLayout", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetWidgetLayoutOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24402 }, "name": "alertGraphDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetAlertGraphDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24418 }, "name": "alertValueDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetAlertValueDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24434 }, "name": "changeDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetChangeDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24450 }, "name": "checkStatusDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetCheckStatusDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24466 }, "name": "distributionDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetDistributionDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24482 }, "name": "eventStreamDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetEventStreamDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24498 }, "name": "eventTimelineDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetEventTimelineDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24514 }, "name": "freeTextDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetFreeTextDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24530 }, "name": "geomapDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGeomapDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24546 }, "name": "groupDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetGroupDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24562 }, "name": "heatmapDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHeatmapDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24578 }, "name": "hostmapDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetHostmapDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24594 }, "name": "iframeDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetIframeDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24610 }, "name": "imageDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetImageDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24626 }, "name": "listStreamDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetListStreamDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24642 }, "name": "logStreamDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetLogStreamDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24658 }, "name": "manageStatusDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetManageStatusDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24674 }, "name": "noteDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetNoteDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24690 }, "name": "powerpackDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetPowerpackDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24706 }, "name": "queryTableDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24722 }, "name": "queryValueDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24738 }, "name": "runWorkflowDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetRunWorkflowDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24754 }, "name": "scatterplotDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24770 }, "name": "serviceLevelObjectiveDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetServiceLevelObjectiveDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24786 }, "name": "servicemapDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetServicemapDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24802 }, "name": "sloListDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSloListDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24818 }, "name": "splitGraphDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24834 }, "name": "sunburstDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24850 }, "name": "timeseriesDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24866 }, "name": "toplistDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24882 }, "name": "topologyMapDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTopologyMapDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24898 }, "name": "traceServiceDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTraceServiceDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24914 }, "name": "treemapDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24930 }, "name": "widgetLayoutInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetWidgetLayout" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 24157 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidget" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetPowerpackDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetPowerpackDefinition", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20796 }, "name": "DashboardWidgetPowerpackDefinition", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#powerpack_id Dashboard#powerpack_id}", "stability": "stable", "summary": "UUID of the associated powerpack." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20814 }, "name": "powerpackId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#background_color Dashboard#background_color}", "stability": "stable", "summary": "The background color of the powerpack title." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20802 }, "name": "backgroundColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#banner_img Dashboard#banner_img}", "stability": "stable", "summary": "URL of image to display as a banner for the powerpack." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20808 }, "name": "bannerImg", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#show_title Dashboard#show_title}", "stability": "stable", "summary": "Whether to show the title of the powerpack." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20820 }, "name": "showTitle", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#template_variables Dashboard#template_variables}", "stability": "stable", "summary": "template_variables block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20832 }, "name": "templateVariables", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetPowerpackDefinitionTemplateVariables" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title Dashboard#title}", "stability": "stable", "summary": "Title of the powerpack." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20826 }, "name": "title", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetPowerpackDefinition" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetPowerpackDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetPowerpackDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20906 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20899 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21043 }, "name": "putTemplateVariables", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetPowerpackDefinitionTemplateVariables" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20969 }, "name": "resetBackgroundColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20985 }, "name": "resetBannerImg" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21014 }, "name": "resetShowTitle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21046 }, "name": "resetTemplateVariables" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21030 }, "name": "resetTitle" } ], "name": "DashboardWidgetPowerpackDefinitionOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21040 }, "name": "templateVariables", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetPowerpackDefinitionTemplateVariablesOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20973 }, "name": "backgroundColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20989 }, "name": "bannerImgInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21002 }, "name": "powerpackIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21018 }, "name": "showTitleInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21050 }, "name": "templateVariablesInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetPowerpackDefinitionTemplateVariables" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21034 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20963 }, "name": "backgroundColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20979 }, "name": "bannerImg", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20995 }, "name": "powerpackId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21008 }, "name": "showTitle", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21024 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20910 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetPowerpackDefinition" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetPowerpackDefinitionOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetPowerpackDefinitionTemplateVariables": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetPowerpackDefinitionTemplateVariables", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20675 }, "name": "DashboardWidgetPowerpackDefinitionTemplateVariables", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#controlled_by_powerpack Dashboard#controlled_by_powerpack}", "stability": "stable", "summary": "controlled_by_powerpack block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20681 }, "name": "controlledByPowerpack", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetPowerpackDefinitionTemplateVariablesControlledByPowerpack" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#controlled_externally Dashboard#controlled_externally}", "stability": "stable", "summary": "controlled_externally block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20687 }, "name": "controlledExternally", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetPowerpackDefinitionTemplateVariablesControlledExternally" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetPowerpackDefinitionTemplateVariables" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetPowerpackDefinitionTemplateVariablesControlledByPowerpack": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetPowerpackDefinitionTemplateVariablesControlledByPowerpack", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20311 }, "name": "DashboardWidgetPowerpackDefinitionTemplateVariablesControlledByPowerpack", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of the variable." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20317 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#values Dashboard#values}", "stability": "stable", "summary": "One or many template variable values within the saved view, which will be unioned together using `OR` if more than one is specified." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20329 }, "name": "values", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#prefix Dashboard#prefix}", "stability": "stable", "summary": "The tag prefix associated with the variable. Only tags with this prefix appear in the variable dropdown." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20323 }, "name": "prefix", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetPowerpackDefinitionTemplateVariablesControlledByPowerpack" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetPowerpackDefinitionTemplateVariablesControlledByPowerpackList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetPowerpackDefinitionTemplateVariablesControlledByPowerpackList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20482 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20474 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20489 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetPowerpackDefinitionTemplateVariablesControlledByPowerpackOutputReference" } } } ], "name": "DashboardWidgetPowerpackDefinitionTemplateVariablesControlledByPowerpackList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20482 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20482 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20482 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20475 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetPowerpackDefinitionTemplateVariablesControlledByPowerpack" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetPowerpackDefinitionTemplateVariablesControlledByPowerpackList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetPowerpackDefinitionTemplateVariablesControlledByPowerpackOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetPowerpackDefinitionTemplateVariablesControlledByPowerpackOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20385 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20375 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20452 }, "name": "resetPrefix" } ], "name": "DashboardWidgetPowerpackDefinitionTemplateVariablesControlledByPowerpackOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20440 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20456 }, "name": "prefixInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20469 }, "name": "valuesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20433 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20446 }, "name": "prefix", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20462 }, "name": "values", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20389 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetPowerpackDefinitionTemplateVariablesControlledByPowerpack" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetPowerpackDefinitionTemplateVariablesControlledByPowerpackOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetPowerpackDefinitionTemplateVariablesControlledExternally": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetPowerpackDefinitionTemplateVariablesControlledExternally", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20493 }, "name": "DashboardWidgetPowerpackDefinitionTemplateVariablesControlledExternally", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of the variable." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20499 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#values Dashboard#values}", "stability": "stable", "summary": "One or many template variable values within the saved view, which will be unioned together using `OR` if more than one is specified." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20511 }, "name": "values", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#prefix Dashboard#prefix}", "stability": "stable", "summary": "The tag prefix associated with the variable. Only tags with this prefix appear in the variable dropdown." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20505 }, "name": "prefix", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetPowerpackDefinitionTemplateVariablesControlledExternally" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetPowerpackDefinitionTemplateVariablesControlledExternallyList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetPowerpackDefinitionTemplateVariablesControlledExternallyList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20664 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20656 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20671 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetPowerpackDefinitionTemplateVariablesControlledExternallyOutputReference" } } } ], "name": "DashboardWidgetPowerpackDefinitionTemplateVariablesControlledExternallyList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20664 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20664 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20664 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20657 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetPowerpackDefinitionTemplateVariablesControlledExternally" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetPowerpackDefinitionTemplateVariablesControlledExternallyList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetPowerpackDefinitionTemplateVariablesControlledExternallyOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetPowerpackDefinitionTemplateVariablesControlledExternallyOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20567 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20557 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20634 }, "name": "resetPrefix" } ], "name": "DashboardWidgetPowerpackDefinitionTemplateVariablesControlledExternallyOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20622 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20638 }, "name": "prefixInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20651 }, "name": "valuesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20615 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20628 }, "name": "prefix", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20644 }, "name": "values", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20571 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetPowerpackDefinitionTemplateVariablesControlledExternally" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetPowerpackDefinitionTemplateVariablesControlledExternallyOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetPowerpackDefinitionTemplateVariablesOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetPowerpackDefinitionTemplateVariablesOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20733 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20726 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20769 }, "name": "putControlledByPowerpack", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetPowerpackDefinitionTemplateVariablesControlledByPowerpack" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20785 }, "name": "putControlledExternally", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetPowerpackDefinitionTemplateVariablesControlledExternally" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20772 }, "name": "resetControlledByPowerpack" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20788 }, "name": "resetControlledExternally" } ], "name": "DashboardWidgetPowerpackDefinitionTemplateVariablesOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20766 }, "name": "controlledByPowerpack", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetPowerpackDefinitionTemplateVariablesControlledByPowerpackList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20782 }, "name": "controlledExternally", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetPowerpackDefinitionTemplateVariablesControlledExternallyList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20776 }, "name": "controlledByPowerpackInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetPowerpackDefinitionTemplateVariablesControlledByPowerpack" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20792 }, "name": "controlledExternallyInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetPowerpackDefinitionTemplateVariablesControlledExternally" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 20737 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetPowerpackDefinitionTemplateVariables" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetPowerpackDefinitionTemplateVariablesOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinition", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8128 }, "name": "DashboardWidgetQueryTableDefinition", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_link Dashboard#custom_link}", "stability": "stable", "summary": "custom_link block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8164 }, "name": "customLink", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#has_search_bar Dashboard#has_search_bar}", "stability": "stable", "summary": "Controls the display of the search bar. Valid values are `always`, `never`, `auto`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8134 }, "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`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#live_span Dashboard#live_span}", "stability": "stable", "summary": "The timeframe to use when displaying the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8140 }, "name": "liveSpan", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#request Dashboard#request}", "stability": "stable", "summary": "request block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8170 }, "name": "request", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequest" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title Dashboard#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8146 }, "name": "title", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_align Dashboard#title_align}", "stability": "stable", "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8152 }, "name": "titleAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_size Dashboard#title_size}", "stability": "stable", "summary": "The size of the widget's title (defaults to 16)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8158 }, "name": "titleSize", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinition" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionCustomLink": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionCustomLink", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21054 }, "name": "DashboardWidgetQueryTableDefinitionCustomLink", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_hidden Dashboard#is_hidden}", "stability": "stable", "summary": "The flag for toggling context menu link visibility." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21060 }, "name": "isHidden", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "The label for the custom link URL." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21066 }, "name": "label", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#link Dashboard#link}", "stability": "stable", "summary": "The URL of the custom link." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21072 }, "name": "link", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#override_label Dashboard#override_label}", "stability": "stable", "summary": "The label ID that refers to a context menu link item." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21078 }, "name": "overrideLabel", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetQueryTableDefinitionCustomLink" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionCustomLinkList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionCustomLinkList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21266 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21258 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21273 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionCustomLinkOutputReference" } } } ], "name": "DashboardWidgetQueryTableDefinitionCustomLinkList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21266 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21266 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21266 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21259 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionCustomLink" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetQueryTableDefinitionCustomLinkList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionCustomLinkOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionCustomLinkOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21141 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21131 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21201 }, "name": "resetIsHidden" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21217 }, "name": "resetLabel" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21233 }, "name": "resetLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21249 }, "name": "resetOverrideLabel" } ], "name": "DashboardWidgetQueryTableDefinitionCustomLinkOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21205 }, "name": "isHiddenInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21221 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21237 }, "name": "linkInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21253 }, "name": "overrideLabelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21195 }, "name": "isHidden", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21211 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21227 }, "name": "link", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21243 }, "name": "overrideLabel", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21145 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionCustomLink" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetQueryTableDefinitionCustomLinkOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8251 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8244 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8397 }, "name": "putCustomLink", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionCustomLink" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8413 }, "name": "putRequest", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequest" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8400 }, "name": "resetCustomLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8320 }, "name": "resetHasSearchBar" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8336 }, "name": "resetLiveSpan" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8416 }, "name": "resetRequest" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8352 }, "name": "resetTitle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8368 }, "name": "resetTitleAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8384 }, "name": "resetTitleSize" } ], "name": "DashboardWidgetQueryTableDefinitionOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8394 }, "name": "customLink", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionCustomLinkList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8410 }, "name": "request", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8404 }, "name": "customLinkInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8324 }, "name": "hasSearchBarInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8340 }, "name": "liveSpanInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8420 }, "name": "requestInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequest" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8372 }, "name": "titleAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8356 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8388 }, "name": "titleSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8314 }, "name": "hasSearchBar", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8330 }, "name": "liveSpan", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8346 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8362 }, "name": "titleAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8378 }, "name": "titleSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8255 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinition" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequest": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequest", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7485 }, "name": "DashboardWidgetQueryTableDefinitionRequest", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregator to use for time aggregation. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7491 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#alias Dashboard#alias}", "stability": "stable", "summary": "The alias for the column name (defaults to metric name)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7497 }, "name": "alias", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_query Dashboard#apm_query}", "stability": "stable", "summary": "apm_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7527 }, "name": "apmQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_stats_query Dashboard#apm_stats_query}", "stability": "stable", "summary": "apm_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7533 }, "name": "apmStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cell_display_mode Dashboard#cell_display_mode}", "stability": "stable", "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7503 }, "name": "cellDisplayMode", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#conditional_formats Dashboard#conditional_formats}", "stability": "stable", "summary": "conditional_formats block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7539 }, "name": "conditionalFormats", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestConditionalFormats" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#formula Dashboard#formula}", "stability": "stable", "summary": "formula block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7545 }, "name": "formula", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormula" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The number of lines to show in the table." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7509 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#log_query Dashboard#log_query}", "stability": "stable", "summary": "log_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7551 }, "name": "logQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "The sort order for the rows. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7515 }, "name": "order", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#process_query Dashboard#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7557 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#q Dashboard#q}", "stability": "stable", "summary": "The metric query to use for this widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7521 }, "name": "q", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7563 }, "name": "query", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQuery" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#rum_query Dashboard#rum_query}", "stability": "stable", "summary": "rum_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7569 }, "name": "rumQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#security_query Dashboard#security_query}", "stability": "stable", "summary": "security_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7575 }, "name": "securityQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#text_formats Dashboard#text_formats}", "stability": "stable", "summary": "text_formats block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7581 }, "name": "textFormats", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestTextFormats" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequest" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21953 }, "name": "DashboardWidgetQueryTableDefinitionRequestApmQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21959 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21971 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21977 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21983 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21965 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetQueryTableDefinitionRequestApmQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21277 }, "name": "DashboardWidgetQueryTableDefinitionRequestApmQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21283 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21289 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21295 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetQueryTableDefinitionRequestApmQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21348 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21341 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21406 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21422 }, "name": "resetInterval" } ], "name": "DashboardWidgetQueryTableDefinitionRequestApmQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21394 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21410 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21426 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21387 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21400 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21416 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21352 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetQueryTableDefinitionRequestApmQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21580 }, "name": "DashboardWidgetQueryTableDefinitionRequestApmQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21586 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21592 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21598 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetQueryTableDefinitionRequestApmQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21757 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21749 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21764 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetQueryTableDefinitionRequestApmQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21757 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21757 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21757 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21750 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetQueryTableDefinitionRequestApmQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21654 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21644 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21737 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21708 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21724 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21740 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetQueryTableDefinitionRequestApmQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21734 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21712 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21728 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21744 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21702 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21718 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21658 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetQueryTableDefinitionRequestApmQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21430 }, "name": "DashboardWidgetQueryTableDefinitionRequestApmQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21436 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21448 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21442 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetQueryTableDefinitionRequestApmQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21501 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21494 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21559 }, "name": "resetFacet" } ], "name": "DashboardWidgetQueryTableDefinitionRequestApmQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21547 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21563 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21576 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21540 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21553 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21569 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21505 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetQueryTableDefinitionRequestApmQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21768 }, "name": "DashboardWidgetQueryTableDefinitionRequestApmQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21774 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21780 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21786 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetQueryTableDefinitionRequestApmQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21942 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21934 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21949 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetQueryTableDefinitionRequestApmQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21942 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21942 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21942 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21935 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetQueryTableDefinitionRequestApmQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21842 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21832 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21909 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21925 }, "name": "resetInterval" } ], "name": "DashboardWidgetQueryTableDefinitionRequestApmQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21897 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21913 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21929 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21890 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21903 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21919 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 21846 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetQueryTableDefinitionRequestApmQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22050 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22043 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22133 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22149 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22165 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22136 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22152 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22168 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22120 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetQueryTableDefinitionRequestApmQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22130 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22146 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22162 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22140 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22156 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22108 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22172 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22124 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22101 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22114 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22054 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetQueryTableDefinitionRequestApmQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22396 }, "name": "DashboardWidgetQueryTableDefinitionRequestApmStatsQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#env Dashboard#env}", "stability": "stable", "summary": "The environment name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22402 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The operation name associated with the service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22408 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag Dashboard#primary_tag}", "stability": "stable", "summary": "The organization's host group name and value." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22414 }, "name": "primaryTag", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#row_type Dashboard#row_type}", "stability": "stable", "summary": "The level of detail for the request. Valid values are `service`, `resource`, `span`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22426 }, "name": "rowType", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#service Dashboard#service}", "stability": "stable", "summary": "The service name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22432 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#columns Dashboard#columns}", "stability": "stable", "summary": "columns block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22438 }, "name": "columns", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmStatsQueryColumns" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#resource Dashboard#resource}", "stability": "stable", "summary": "The resource name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22420 }, "name": "resource", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetQueryTableDefinitionRequestApmStatsQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmStatsQueryColumns": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmStatsQueryColumns", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22176 }, "name": "DashboardWidgetQueryTableDefinitionRequestApmStatsQueryColumns", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The column name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22194 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#alias Dashboard#alias}", "stability": "stable", "summary": "A user-assigned alias for the column." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22182 }, "name": "alias", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cell_display_mode Dashboard#cell_display_mode}", "stability": "stable", "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22188 }, "name": "cellDisplayMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22200 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetQueryTableDefinitionRequestApmStatsQueryColumns" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmStatsQueryColumnsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmStatsQueryColumnsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22385 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22377 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22392 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmStatsQueryColumnsOutputReference" } } } ], "name": "DashboardWidgetQueryTableDefinitionRequestApmStatsQueryColumnsList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22385 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22385 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22385 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22378 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmStatsQueryColumns" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetQueryTableDefinitionRequestApmStatsQueryColumnsList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmStatsQueryColumnsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmStatsQueryColumnsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22263 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22253 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22323 }, "name": "resetAlias" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22339 }, "name": "resetCellDisplayMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22368 }, "name": "resetOrder" } ], "name": "DashboardWidgetQueryTableDefinitionRequestApmStatsQueryColumnsOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22327 }, "name": "aliasInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22343 }, "name": "cellDisplayModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22356 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22372 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22317 }, "name": "alias", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22333 }, "name": "cellDisplayMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22349 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22362 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22267 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmStatsQueryColumns" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetQueryTableDefinitionRequestApmStatsQueryColumnsOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22519 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22512 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22666 }, "name": "putColumns", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmStatsQueryColumns" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22669 }, "name": "resetColumns" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22627 }, "name": "resetResource" } ], "name": "DashboardWidgetQueryTableDefinitionRequestApmStatsQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22663 }, "name": "columns", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmStatsQueryColumnsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22673 }, "name": "columnsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmStatsQueryColumns" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22589 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22602 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22615 }, "name": "primaryTagInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22631 }, "name": "resourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22644 }, "name": "rowTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22657 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22582 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22595 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22608 }, "name": "primaryTag", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22621 }, "name": "resource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22637 }, "name": "rowType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22650 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22523 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmStatsQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetQueryTableDefinitionRequestApmStatsQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestConditionalFormats": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestConditionalFormats", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22677 }, "name": "DashboardWidgetQueryTableDefinitionRequestConditionalFormats", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#comparator Dashboard#comparator}", "stability": "stable", "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22683 }, "name": "comparator", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "The color palette to apply." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22719 }, "name": "palette", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#value Dashboard#value}", "stability": "stable", "summary": "A value for the comparator." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22731 }, "name": "value", "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}", "stability": "stable", "summary": "The color palette to apply to the background, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22689 }, "name": "customBgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}", "stability": "stable", "summary": "The color palette to apply to the foreground, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22695 }, "name": "customFgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#hide_value Dashboard#hide_value}", "stability": "stable", "summary": "Setting this to True hides values." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22701 }, "name": "hideValue", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#image_url Dashboard#image_url}", "stability": "stable", "summary": "Displays an image as the background." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22707 }, "name": "imageUrl", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The metric from the request to correlate with this conditional format." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22713 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#timeframe Dashboard#timeframe}", "stability": "stable", "summary": "Defines the displayed timeframe." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22725 }, "name": "timeframe", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetQueryTableDefinitionRequestConditionalFormats" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestConditionalFormatsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestConditionalFormatsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23055 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23047 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23062 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestConditionalFormatsOutputReference" } } } ], "name": "DashboardWidgetQueryTableDefinitionRequestConditionalFormatsList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23055 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23055 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23055 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23048 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestConditionalFormats" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetQueryTableDefinitionRequestConditionalFormatsList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestConditionalFormatsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestConditionalFormatsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22829 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22819 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22932 }, "name": "resetCustomBgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22948 }, "name": "resetCustomFgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22964 }, "name": "resetHideValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22980 }, "name": "resetImageUrl" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22996 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23025 }, "name": "resetTimeframe" } ], "name": "DashboardWidgetQueryTableDefinitionRequestConditionalFormatsOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22920 }, "name": "comparatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22936 }, "name": "customBgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22952 }, "name": "customFgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22968 }, "name": "hideValueInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22984 }, "name": "imageUrlInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23000 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23013 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23029 }, "name": "timeframeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23042 }, "name": "valueInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22913 }, "name": "comparator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22926 }, "name": "customBgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22942 }, "name": "customFgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22958 }, "name": "hideValue", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22974 }, "name": "imageUrl", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22990 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23006 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23019 }, "name": "timeframe", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23035 }, "name": "value", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 22833 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestConditionalFormats" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetQueryTableDefinitionRequestConditionalFormatsOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormula": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormula", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 359 }, "name": "DashboardWidgetQueryTableDefinitionRequestFormula", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#formula_expression Dashboard#formula_expression}", "stability": "stable", "summary": "A string expression built from queries, formulas, and functions." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 377 }, "name": "formulaExpression", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#alias Dashboard#alias}", "stability": "stable", "summary": "An expression alias." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 365 }, "name": "alias", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cell_display_mode Dashboard#cell_display_mode}", "stability": "stable", "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 371 }, "name": "cellDisplayMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cell_display_mode_options Dashboard#cell_display_mode_options}", "stability": "stable", "summary": "cell_display_mode_options block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 383 }, "name": "cellDisplayModeOptions", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptions" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#conditional_formats Dashboard#conditional_formats}", "stability": "stable", "summary": "conditional_formats block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 389 }, "name": "conditionalFormats", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "limit block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 395 }, "name": "limit", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaLimit" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#number_format Dashboard#number_format}", "stability": "stable", "summary": "number_format block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 401 }, "name": "numberFormat", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormat" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#style Dashboard#style}", "stability": "stable", "summary": "style block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 407 }, "name": "style", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaStyle" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestFormula" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptions": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptions", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23066 }, "name": "DashboardWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptions", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#trend_type Dashboard#trend_type}", "stability": "stable", "summary": "The type of trend line to display. Valid values are `area`, `line`, `bars`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23072 }, "name": "trendType", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#y_scale Dashboard#y_scale}", "stability": "stable", "summary": "The scale of the y-axis. Valid values are `shared`, `independent`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23078 }, "name": "yScale", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptions" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptionsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptionsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23124 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23117 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23163 }, "name": "resetTrendType" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23179 }, "name": "resetYScale" } ], "name": "DashboardWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptionsOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23167 }, "name": "trendTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23183 }, "name": "yScaleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23157 }, "name": "trendType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23173 }, "name": "yScale", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23128 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptions" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptionsOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaConditionalFormats": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaConditionalFormats", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23187 }, "name": "DashboardWidgetQueryTableDefinitionRequestFormulaConditionalFormats", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#comparator Dashboard#comparator}", "stability": "stable", "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23193 }, "name": "comparator", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "The color palette to apply." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23229 }, "name": "palette", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#value Dashboard#value}", "stability": "stable", "summary": "A value for the comparator." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23241 }, "name": "value", "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}", "stability": "stable", "summary": "The color palette to apply to the background, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23199 }, "name": "customBgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}", "stability": "stable", "summary": "The color palette to apply to the foreground, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23205 }, "name": "customFgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#hide_value Dashboard#hide_value}", "stability": "stable", "summary": "Setting this to True hides values." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23211 }, "name": "hideValue", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#image_url Dashboard#image_url}", "stability": "stable", "summary": "Displays an image as the background." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23217 }, "name": "imageUrl", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The metric from the request to correlate with this conditional format." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23223 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#timeframe Dashboard#timeframe}", "stability": "stable", "summary": "Defines the displayed timeframe." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23235 }, "name": "timeframe", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetQueryTableDefinitionRequestFormulaConditionalFormats" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaConditionalFormatsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaConditionalFormatsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23565 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23557 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23572 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaConditionalFormatsOutputReference" } } } ], "name": "DashboardWidgetQueryTableDefinitionRequestFormulaConditionalFormatsList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23565 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23565 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23565 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23558 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetQueryTableDefinitionRequestFormulaConditionalFormatsList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaConditionalFormatsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaConditionalFormatsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23339 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23329 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23442 }, "name": "resetCustomBgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23458 }, "name": "resetCustomFgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23474 }, "name": "resetHideValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23490 }, "name": "resetImageUrl" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23506 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23535 }, "name": "resetTimeframe" } ], "name": "DashboardWidgetQueryTableDefinitionRequestFormulaConditionalFormatsOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23430 }, "name": "comparatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23446 }, "name": "customBgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23462 }, "name": "customFgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23478 }, "name": "hideValueInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23494 }, "name": "imageUrlInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23510 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23523 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23539 }, "name": "timeframeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23552 }, "name": "valueInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23423 }, "name": "comparator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23436 }, "name": "customBgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23452 }, "name": "customFgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23468 }, "name": "hideValue", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23484 }, "name": "imageUrl", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23500 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23516 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23529 }, "name": "timeframe", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23545 }, "name": "value", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23343 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaConditionalFormats" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetQueryTableDefinitionRequestFormulaConditionalFormatsOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaLimit": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaLimit", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23576 }, "name": "DashboardWidgetQueryTableDefinitionRequestFormulaLimit", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#count Dashboard#count}", "stability": "stable", "summary": "The number of results to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23582 }, "name": "count", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23588 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetQueryTableDefinitionRequestFormulaLimit" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaLimitOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaLimitOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23634 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23627 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23673 }, "name": "resetCount" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23689 }, "name": "resetOrder" } ], "name": "DashboardWidgetQueryTableDefinitionRequestFormulaLimitOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23677 }, "name": "countInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23693 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23667 }, "name": "count", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23683 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23638 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaLimit" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetQueryTableDefinitionRequestFormulaLimitOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 708 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 700 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 715 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaOutputReference" } } } ], "name": "DashboardWidgetQueryTableDefinitionRequestFormulaList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 708 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 708 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 708 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 701 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormula" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestFormulaList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormat": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormat", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 120 }, "name": "DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormat", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit Dashboard#unit}", "stability": "stable", "summary": "unit block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 126 }, "name": "unit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnit" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_scale Dashboard#unit_scale}", "stability": "stable", "summary": "unit_scale block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 132 }, "name": "unitScale", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScale" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormat" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 178 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 171 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 214 }, "name": "putUnit", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnit" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 227 }, "name": "putUnitScale", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScale" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 230 }, "name": "resetUnitScale" } ], "name": "DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 211 }, "name": "unit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 224 }, "name": "unitScale", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScaleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 218 }, "name": "unitInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnit" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 234 }, "name": "unitScaleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScale" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 182 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormat" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnit": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnit", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23898 }, "name": "DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnit", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#canonical Dashboard#canonical}", "stability": "stable", "summary": "canonical block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23904 }, "name": "canonical", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom Dashboard#custom}", "stability": "stable", "summary": "custom block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23910 }, "name": "custom", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustom" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnit" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23697 }, "name": "DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_name Dashboard#unit_name}", "stability": "stable", "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23709 }, "name": "unitName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#per_unit_name Dashboard#per_unit_name}", "stability": "stable", "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23703 }, "name": "perUnitName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23755 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23748 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23794 }, "name": "resetPerUnitName" } ], "name": "DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23798 }, "name": "perUnitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23811 }, "name": "unitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23788 }, "name": "perUnitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23804 }, "name": "unitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23759 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustom": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustom", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23815 }, "name": "DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustom", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "Unit label." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23821 }, "name": "label", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustom" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustomOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23860 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23853 }, "name": "DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustomOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23894 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23887 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23864 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustom" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustomOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23956 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23949 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23992 }, "name": "putCanonical", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 24008 }, "name": "putCustom", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustom" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23995 }, "name": "resetCanonical" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 24011 }, "name": "resetCustom" } ], "name": "DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23989 }, "name": "canonical", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 24005 }, "name": "custom", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustomOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23999 }, "name": "canonicalInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 24015 }, "name": "customInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustom" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4000.ts", "line": 23960 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnit" } } ], "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScale": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScale", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 39 }, "name": "DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScale", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_name Dashboard#unit_name}." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 43 }, "name": "unitName", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScale" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScaleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.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" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 75 }, "name": "DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScaleOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 116 }, "name": "unitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 109 }, "name": "unitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 86 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScale" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScaleOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 498 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 488 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 624 }, "name": "putCellDisplayModeOptions", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptions" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 640 }, "name": "putConditionalFormats", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 656 }, "name": "putLimit", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaLimit" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 672 }, "name": "putNumberFormat", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormat" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 688 }, "name": "putStyle", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaStyle" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 582 }, "name": "resetAlias" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 598 }, "name": "resetCellDisplayMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 627 }, "name": "resetCellDisplayModeOptions" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 643 }, "name": "resetConditionalFormats" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 659 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 675 }, "name": "resetNumberFormat" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 691 }, "name": "resetStyle" } ], "name": "DashboardWidgetQueryTableDefinitionRequestFormulaOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 621 }, "name": "cellDisplayModeOptions", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptionsOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 637 }, "name": "conditionalFormats", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaConditionalFormatsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 653 }, "name": "limit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaLimitOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 669 }, "name": "numberFormat", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 685 }, "name": "style", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaStyleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 586 }, "name": "aliasInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 602 }, "name": "cellDisplayModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 631 }, "name": "cellDisplayModeOptionsInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptions" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 647 }, "name": "conditionalFormatsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 615 }, "name": "formulaExpressionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 663 }, "name": "limitInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaLimit" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 679 }, "name": "numberFormatInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormat" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 695 }, "name": "styleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaStyle" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 576 }, "name": "alias", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 592 }, "name": "cellDisplayMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 608 }, "name": "formulaExpression", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 502 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormula" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestFormulaOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaStyle": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaStyle", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 238 }, "name": "DashboardWidgetQueryTableDefinitionRequestFormulaStyle", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "The color palette used to display the formula." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 244 }, "name": "palette", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette_index Dashboard#palette_index}", "stability": "stable", "summary": "Index specifying which color to use within the palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 250 }, "name": "paletteIndex", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestFormulaStyle" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaStyleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaStyleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 296 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 289 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 335 }, "name": "resetPalette" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 351 }, "name": "resetPaletteIndex" } ], "name": "DashboardWidgetQueryTableDefinitionRequestFormulaStyleOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 355 }, "name": "paletteIndexInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 339 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 329 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 345 }, "name": "paletteIndex", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 300 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaStyle" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestFormulaStyleOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.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": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8109 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8124 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestOutputReference" } } } ], "name": "DashboardWidgetQueryTableDefinitionRequestList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8117 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8117 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8117 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8110 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequest" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1395 }, "name": "DashboardWidgetQueryTableDefinitionRequestLogQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1401 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1413 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1419 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1425 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1407 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestLogQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 719 }, "name": "DashboardWidgetQueryTableDefinitionRequestLogQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 725 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 731 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 737 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestLogQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 790 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 783 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 848 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 864 }, "name": "resetInterval" } ], "name": "DashboardWidgetQueryTableDefinitionRequestLogQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 836 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 852 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 868 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 829 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 842 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 858 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 794 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestLogQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1022 }, "name": "DashboardWidgetQueryTableDefinitionRequestLogQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1028 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1034 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1040 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestLogQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1199 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1191 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1206 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetQueryTableDefinitionRequestLogQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1199 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1199 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1199 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1192 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestLogQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1096 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1086 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1179 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1150 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1166 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1182 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetQueryTableDefinitionRequestLogQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1176 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1154 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1170 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1186 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1144 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1160 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1100 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestLogQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 872 }, "name": "DashboardWidgetQueryTableDefinitionRequestLogQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 878 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 890 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 884 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestLogQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 943 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 936 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1001 }, "name": "resetFacet" } ], "name": "DashboardWidgetQueryTableDefinitionRequestLogQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 989 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1005 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1018 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 982 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 995 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1011 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 947 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestLogQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1210 }, "name": "DashboardWidgetQueryTableDefinitionRequestLogQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1216 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1222 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1228 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestLogQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1384 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1376 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1391 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetQueryTableDefinitionRequestLogQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1384 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1384 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1384 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1377 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestLogQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.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" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1274 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1351 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1367 }, "name": "resetInterval" } ], "name": "DashboardWidgetQueryTableDefinitionRequestLogQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1339 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1355 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1371 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1332 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1345 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1361 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1288 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestLogQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1492 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1485 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1575 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1591 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1607 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1578 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1594 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1610 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1562 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetQueryTableDefinitionRequestLogQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1572 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1588 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1604 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1582 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1598 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1550 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1614 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1566 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1543 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1556 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1496 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestLogQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7728 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7718 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7953 }, "name": "putApmQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7969 }, "name": "putApmStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7985 }, "name": "putConditionalFormats", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestConditionalFormats" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8001 }, "name": "putFormula", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormula" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8017 }, "name": "putLogQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8033 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8049 }, "name": "putQuery", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQuery" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8065 }, "name": "putRumQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8081 }, "name": "putSecurityQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8097 }, "name": "putTextFormats", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestTextFormats" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7860 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7876 }, "name": "resetAlias" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7956 }, "name": "resetApmQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7972 }, "name": "resetApmStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7892 }, "name": "resetCellDisplayMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7988 }, "name": "resetConditionalFormats" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8004 }, "name": "resetFormula" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7908 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8020 }, "name": "resetLogQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7924 }, "name": "resetOrder" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8036 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7940 }, "name": "resetQ" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8052 }, "name": "resetQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8068 }, "name": "resetRumQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8084 }, "name": "resetSecurityQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8100 }, "name": "resetTextFormats" } ], "name": "DashboardWidgetQueryTableDefinitionRequestOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7950 }, "name": "apmQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7966 }, "name": "apmStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7982 }, "name": "conditionalFormats", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestConditionalFormatsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7998 }, "name": "formula", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8014 }, "name": "logQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8030 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8046 }, "name": "query", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8062 }, "name": "rumQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8078 }, "name": "securityQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8094 }, "name": "textFormats", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestTextFormatsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7864 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7880 }, "name": "aliasInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7960 }, "name": "apmQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7976 }, "name": "apmStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7896 }, "name": "cellDisplayModeInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7992 }, "name": "conditionalFormatsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestConditionalFormats" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8008 }, "name": "formulaInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormula" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7912 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8024 }, "name": "logQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7928 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8040 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7944 }, "name": "qInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8056 }, "name": "queryInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQuery" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8072 }, "name": "rumQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8088 }, "name": "securityQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8104 }, "name": "textFormatsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestTextFormats" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7854 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7870 }, "name": "alias", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7886 }, "name": "cellDisplayMode", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7902 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7918 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7934 }, "name": "q", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7732 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequest" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1618 }, "name": "DashboardWidgetQueryTableDefinitionRequestProcessQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "Your chosen metric." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1636 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#filter_by Dashboard#filter_by}", "stability": "stable", "summary": "A list of processes." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1624 }, "name": "filterBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The max number of items in the filter list." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1630 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_by Dashboard#search_by}", "stability": "stable", "summary": "Your chosen search term." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1642 }, "name": "searchBy", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestProcessQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1702 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1695 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1753 }, "name": "resetFilterBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1769 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1798 }, "name": "resetSearchBy" } ], "name": "DashboardWidgetQueryTableDefinitionRequestProcessQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1757 }, "name": "filterByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1773 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1786 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1802 }, "name": "searchByInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1747 }, "name": "filterBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1763 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1779 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1792 }, "name": "searchBy", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1706 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestProcessQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestProcessQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4721 }, "name": "DashboardWidgetQueryTableDefinitionRequestQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_dependency_stats_query Dashboard#apm_dependency_stats_query}", "stability": "stable", "summary": "apm_dependency_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4727 }, "name": "apmDependencyStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_resource_stats_query Dashboard#apm_resource_stats_query}", "stability": "stable", "summary": "apm_resource_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4733 }, "name": "apmResourceStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryApmResourceStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cloud_cost_query Dashboard#cloud_cost_query}", "stability": "stable", "summary": "cloud_cost_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4739 }, "name": "cloudCostQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryCloudCostQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#event_query Dashboard#event_query}", "stability": "stable", "summary": "event_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4745 }, "name": "eventQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric_query Dashboard#metric_query}", "stability": "stable", "summary": "metric_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4751 }, "name": "metricQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryMetricQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#process_query Dashboard#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4757 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_query Dashboard#slo_query}", "stability": "stable", "summary": "slo_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4763 }, "name": "sloQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQuerySloQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1806 }, "name": "DashboardWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1818 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#env Dashboard#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1824 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1836 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#operation_name Dashboard#operation_name}", "stability": "stable", "summary": "Name of operation on service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1842 }, "name": "operationName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#resource_name Dashboard#resource_name}", "stability": "stable", "summary": "APM resource." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1860 }, "name": "resourceName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#service Dashboard#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1866 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#stat Dashboard#stat}", "stability": "stable", "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1872 }, "name": "stat", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1812 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_upstream Dashboard#is_upstream}", "stability": "stable", "summary": "Determines whether stats for upstream or downstream dependencies should be queried." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1830 }, "name": "isUpstream", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}", "stability": "stable", "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1848 }, "name": "primaryTagName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}", "stability": "stable", "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1854 }, "name": "primaryTagValue", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.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/index-structs/structs4400.ts", "line": 1974 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2074 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2116 }, "name": "resetIsUpstream" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2158 }, "name": "resetPrimaryTagName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2174 }, "name": "resetPrimaryTagValue" } ], "name": "DashboardWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2078 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2091 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2104 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2120 }, "name": "isUpstreamInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2133 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2146 }, "name": "operationNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2162 }, "name": "primaryTagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2178 }, "name": "primaryTagValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2191 }, "name": "resourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2204 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2217 }, "name": "statInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2068 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2084 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2097 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2110 }, "name": "isUpstream", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2126 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2139 }, "name": "operationName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2152 }, "name": "primaryTagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2168 }, "name": "primaryTagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2184 }, "name": "resourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2197 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2210 }, "name": "stat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 1985 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryApmResourceStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryApmResourceStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2221 }, "name": "DashboardWidgetQueryTableDefinitionRequestQueryApmResourceStatsQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2233 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#env Dashboard#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2239 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2251 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#service Dashboard#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2281 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#stat Dashboard#stat}", "stability": "stable", "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2287 }, "name": "stat", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2227 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "Array of fields to group results by." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2245 }, "name": "groupBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#operation_name Dashboard#operation_name}", "stability": "stable", "summary": "Name of operation on service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2257 }, "name": "operationName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}", "stability": "stable", "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2263 }, "name": "primaryTagName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}", "stability": "stable", "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2269 }, "name": "primaryTagValue", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#resource_name Dashboard#resource_name}", "stability": "stable", "summary": "APM resource." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2275 }, "name": "resourceName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestQueryApmResourceStatsQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryApmResourceStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryApmResourceStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2396 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2389 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2489 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2531 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2560 }, "name": "resetOperationName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2576 }, "name": "resetPrimaryTagName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2592 }, "name": "resetPrimaryTagValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2608 }, "name": "resetResourceName" } ], "name": "DashboardWidgetQueryTableDefinitionRequestQueryApmResourceStatsQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2493 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2506 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2519 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2535 }, "name": "groupByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2548 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2564 }, "name": "operationNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2580 }, "name": "primaryTagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2596 }, "name": "primaryTagValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2612 }, "name": "resourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2625 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2638 }, "name": "statInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2483 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2499 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2512 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2525 }, "name": "groupBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2541 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2554 }, "name": "operationName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2570 }, "name": "primaryTagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2586 }, "name": "primaryTagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2602 }, "name": "resourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2618 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2631 }, "name": "stat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2400 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryApmResourceStatsQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestQueryApmResourceStatsQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryCloudCostQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryCloudCostQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2642 }, "name": "DashboardWidgetQueryTableDefinitionRequestQueryCloudCostQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2660 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2666 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The cloud cost query definition." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2672 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2648 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2654 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestQueryCloudCostQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryCloudCostQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryCloudCostQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2739 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2732 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2796 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2812 }, "name": "resetCrossOrgUuids" } ], "name": "DashboardWidgetQueryTableDefinitionRequestQueryCloudCostQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2800 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2816 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2829 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2842 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2855 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2790 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2806 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2822 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2835 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2848 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2743 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryCloudCostQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestQueryCloudCostQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3465 }, "name": "DashboardWidgetQueryTableDefinitionRequestQueryEventQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute Dashboard#compute}", "stability": "stable", "summary": "compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3501 }, "name": "compute", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for event platform-based queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3477 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3489 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3471 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3507 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#indexes Dashboard#indexes}", "stability": "stable", "summary": "An array of index names to query in the stream." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3483 }, "name": "indexes", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search Dashboard#search}", "stability": "stable", "summary": "search block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3513 }, "name": "search", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQuerySearch" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#storage Dashboard#storage}", "stability": "stable", "summary": "Storage location (private beta)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3495 }, "name": "storage", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestQueryEventQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2859 }, "name": "DashboardWidgetQueryTableDefinitionRequestQueryEventQueryCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation methods for event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2865 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "A time interval in milliseconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2871 }, "name": "interval", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The measurable attribute to compute." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2877 }, "name": "metric", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestQueryEventQueryCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3033 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3025 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3040 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryComputeOutputReference" } } } ], "name": "DashboardWidgetQueryTableDefinitionRequestQueryEventQueryComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3033 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3033 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3033 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3026 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestQueryEventQueryComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2933 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2923 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3000 }, "name": "resetInterval" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3016 }, "name": "resetMetric" } ], "name": "DashboardWidgetQueryTableDefinitionRequestQueryEventQueryComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2988 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3004 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3020 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2981 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2994 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3010 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 2937 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestQueryEventQueryComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3197 }, "name": "DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The event facet." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3203 }, "name": "facet", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The number of groups to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3209 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort Dashboard#sort}", "stability": "stable", "summary": "sort block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3215 }, "name": "sort", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySort" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3371 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3363 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3378 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3371 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3371 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3371 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3364 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3271 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3261 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3351 }, "name": "putSort", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySort" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3338 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3354 }, "name": "resetSort" } ], "name": "DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3348 }, "name": "sort", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySortOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3326 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3342 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3358 }, "name": "sortInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySort" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3319 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3332 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3275 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySort": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySort", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3044 }, "name": "DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySort", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation methods for the event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3050 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The metric used for sorting group by results." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3056 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Direction of sort. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3062 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySort" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySortOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySortOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3115 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3108 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3173 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3189 }, "name": "resetOrder" } ], "name": "DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySortOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3161 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3177 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3193 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3154 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3167 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3183 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3119 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySort" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySortOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3601 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3594 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3747 }, "name": "putCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3760 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3776 }, "name": "putSearch", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQuerySearch" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3676 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3763 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3705 }, "name": "resetIndexes" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3779 }, "name": "resetSearch" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3734 }, "name": "resetStorage" } ], "name": "DashboardWidgetQueryTableDefinitionRequestQueryEventQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3744 }, "name": "compute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3757 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3773 }, "name": "search", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQuerySearchOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3751 }, "name": "computeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3680 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3693 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3767 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3709 }, "name": "indexesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3722 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3783 }, "name": "searchInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQuerySearch" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3738 }, "name": "storageInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3670 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3686 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3699 }, "name": "indexes", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3715 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3728 }, "name": "storage", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3605 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestQueryEventQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQuerySearch": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQuerySearch", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3382 }, "name": "DashboardWidgetQueryTableDefinitionRequestQueryEventQuerySearch", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The events search string." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3388 }, "name": "query", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestQueryEventQuerySearch" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQuerySearchOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQuerySearchOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3427 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3420 }, "name": "DashboardWidgetQueryTableDefinitionRequestQueryEventQuerySearchOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3461 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3454 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3431 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQuerySearch" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestQueryEventQuerySearchOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5038 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5030 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5045 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryOutputReference" } } } ], "name": "DashboardWidgetQueryTableDefinitionRequestQueryList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5038 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5038 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5038 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5031 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQuery" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestQueryList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryMetricQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryMetricQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3787 }, "name": "DashboardWidgetQueryTableDefinitionRequestQueryMetricQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3811 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The metrics query definition." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3817 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3793 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3799 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for metrics queries. Defaults to `\"metrics\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3805 }, "name": "dataSource", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestQueryMetricQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryMetricQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryMetricQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3884 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3877 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3941 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3957 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3973 }, "name": "resetDataSource" } ], "name": "DashboardWidgetQueryTableDefinitionRequestQueryMetricQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3945 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3961 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3977 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3990 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4003 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3935 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3951 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3967 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3983 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3996 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 3888 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryMetricQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestQueryMetricQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4847 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4837 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4922 }, "name": "putApmDependencyStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4938 }, "name": "putApmResourceStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryApmResourceStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4954 }, "name": "putCloudCostQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryCloudCostQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4970 }, "name": "putEventQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4986 }, "name": "putMetricQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryMetricQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5002 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5018 }, "name": "putSloQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQuerySloQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4925 }, "name": "resetApmDependencyStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4941 }, "name": "resetApmResourceStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4957 }, "name": "resetCloudCostQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4973 }, "name": "resetEventQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4989 }, "name": "resetMetricQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5005 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5021 }, "name": "resetSloQuery" } ], "name": "DashboardWidgetQueryTableDefinitionRequestQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4919 }, "name": "apmDependencyStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4935 }, "name": "apmResourceStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryApmResourceStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4951 }, "name": "cloudCostQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryCloudCostQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4967 }, "name": "eventQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4983 }, "name": "metricQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryMetricQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4999 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5015 }, "name": "sloQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQuerySloQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4929 }, "name": "apmDependencyStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4945 }, "name": "apmResourceStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryApmResourceStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4961 }, "name": "cloudCostQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryCloudCostQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4977 }, "name": "eventQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4993 }, "name": "metricQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryMetricQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5009 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5025 }, "name": "sloQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQuerySloQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4851 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQuery" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4007 }, "name": "DashboardWidgetQueryTableDefinitionRequestQueryProcessQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for process queries. Valid values are `process`, `container`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4025 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The process metric name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4043 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4049 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4013 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4019 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_normalized_cpu Dashboard#is_normalized_cpu}", "stability": "stable", "summary": "Whether to normalize the CPU percentages." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4031 }, "name": "isNormalizedCpu", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The number of hits to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4037 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort Dashboard#sort}", "stability": "stable", "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4055 }, "name": "sort", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#tag_filters Dashboard#tag_filters}", "stability": "stable", "summary": "An array of tags to filter by." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4061 }, "name": "tagFilters", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#text_filter Dashboard#text_filter}", "stability": "stable", "summary": "The text to use as a filter." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4067 }, "name": "textFilter", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestQueryProcessQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4169 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4162 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4256 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4272 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4301 }, "name": "resetIsNormalizedCpu" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4317 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4359 }, "name": "resetSort" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4375 }, "name": "resetTagFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4391 }, "name": "resetTextFilter" } ], "name": "DashboardWidgetQueryTableDefinitionRequestQueryProcessQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4260 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4276 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4289 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4305 }, "name": "isNormalizedCpuInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4321 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4334 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4347 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4363 }, "name": "sortInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4379 }, "name": "tagFiltersInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4395 }, "name": "textFilterInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4250 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4266 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4282 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4295 }, "name": "isNormalizedCpu", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4311 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4327 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4340 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4353 }, "name": "sort", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4369 }, "name": "tagFilters", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4385 }, "name": "textFilter", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4173 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryProcessQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestQueryProcessQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQuerySloQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQuerySloQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4399 }, "name": "DashboardWidgetQueryTableDefinitionRequestQuerySloQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for SLO queries. Valid values are `slo`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4417 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#measure Dashboard#measure}", "stability": "stable", "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4429 }, "name": "measure", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_id Dashboard#slo_id}", "stability": "stable", "summary": "ID of an SLO to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4441 }, "name": "sloId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#additional_query_filters Dashboard#additional_query_filters}", "stability": "stable", "summary": "Additional filters applied to the SLO query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4405 }, "name": "additionalQueryFilters", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4411 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_mode Dashboard#group_mode}", "stability": "stable", "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4423 }, "name": "groupMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4435 }, "name": "name", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_query_type Dashboard#slo_query_type}", "stability": "stable", "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4447 }, "name": "sloQueryType", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestQuerySloQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQuerySloQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQuerySloQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4535 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4528 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4610 }, "name": "resetAdditionalQueryFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4626 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4655 }, "name": "resetGroupMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4684 }, "name": "resetName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4713 }, "name": "resetSloQueryType" } ], "name": "DashboardWidgetQueryTableDefinitionRequestQuerySloQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4614 }, "name": "additionalQueryFiltersInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4630 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4643 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4659 }, "name": "groupModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4672 }, "name": "measureInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4688 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4701 }, "name": "sloIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4717 }, "name": "sloQueryTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4604 }, "name": "additionalQueryFilters", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4620 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4636 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4649 }, "name": "groupMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4665 }, "name": "measure", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4678 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4694 }, "name": "sloId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4707 }, "name": "sloQueryType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 4539 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQuerySloQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestQuerySloQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5725 }, "name": "DashboardWidgetQueryTableDefinitionRequestRumQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5731 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5743 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5749 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5755 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5737 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestRumQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5049 }, "name": "DashboardWidgetQueryTableDefinitionRequestRumQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5055 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5061 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5067 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestRumQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5120 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5113 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5178 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5194 }, "name": "resetInterval" } ], "name": "DashboardWidgetQueryTableDefinitionRequestRumQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5166 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5182 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5198 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5159 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5172 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5188 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5124 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestRumQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5352 }, "name": "DashboardWidgetQueryTableDefinitionRequestRumQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5358 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5364 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5370 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestRumQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5529 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5521 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5536 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetQueryTableDefinitionRequestRumQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5529 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5529 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5529 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5522 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestRumQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5426 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5416 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5509 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5480 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5496 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5512 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetQueryTableDefinitionRequestRumQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5506 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5484 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5500 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5516 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5474 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5490 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5430 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestRumQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5202 }, "name": "DashboardWidgetQueryTableDefinitionRequestRumQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5208 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5220 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5214 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestRumQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5273 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5266 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5331 }, "name": "resetFacet" } ], "name": "DashboardWidgetQueryTableDefinitionRequestRumQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5319 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5335 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5348 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5312 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5325 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5341 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5277 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestRumQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5540 }, "name": "DashboardWidgetQueryTableDefinitionRequestRumQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5546 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5552 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5558 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestRumQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5714 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5706 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5721 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetQueryTableDefinitionRequestRumQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5714 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5714 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5714 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5707 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestRumQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5614 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5604 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5681 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5697 }, "name": "resetInterval" } ], "name": "DashboardWidgetQueryTableDefinitionRequestRumQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5669 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5685 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5701 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5662 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5675 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5691 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5618 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestRumQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5822 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5815 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5905 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5921 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5937 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5908 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5924 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5940 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5892 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetQueryTableDefinitionRequestRumQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5902 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5918 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5934 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5912 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5928 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5880 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5944 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5896 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5873 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5886 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5826 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestRumQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6624 }, "name": "DashboardWidgetQueryTableDefinitionRequestSecurityQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6630 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6642 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6648 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6654 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6636 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestSecurityQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5948 }, "name": "DashboardWidgetQueryTableDefinitionRequestSecurityQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5954 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5960 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 5966 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestSecurityQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.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" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6012 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6077 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6093 }, "name": "resetInterval" } ], "name": "DashboardWidgetQueryTableDefinitionRequestSecurityQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6065 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6081 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6097 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6058 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6071 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6087 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6023 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestSecurityQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6251 }, "name": "DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6257 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6263 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6269 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6428 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6420 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6435 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6428 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6428 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6428 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6421 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6325 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6315 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6408 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6379 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6395 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6411 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6405 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6383 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6399 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6415 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6373 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6389 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6329 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6101 }, "name": "DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6107 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6119 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6113 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6172 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6165 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6230 }, "name": "resetFacet" } ], "name": "DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6218 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6234 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6247 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6211 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6224 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6240 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6176 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6439 }, "name": "DashboardWidgetQueryTableDefinitionRequestSecurityQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6445 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6451 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6457 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestSecurityQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6613 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6605 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6620 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6613 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6613 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6613 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6606 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6513 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6503 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6580 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6596 }, "name": "resetInterval" } ], "name": "DashboardWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6568 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6584 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6600 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6561 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6574 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6590 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6517 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6721 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6714 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6804 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6820 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6836 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6807 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6823 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6839 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6791 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetQueryTableDefinitionRequestSecurityQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6801 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6817 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6833 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6811 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6827 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6779 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6843 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6795 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6772 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6785 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6725 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestSecurityQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestTextFormats": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestTextFormats", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7367 }, "name": "DashboardWidgetQueryTableDefinitionRequestTextFormats", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#text_format Dashboard#text_format}", "stability": "stable", "summary": "text_format block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7373 }, "name": "textFormat", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestTextFormatsTextFormat" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestTextFormats" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestTextFormatsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestTextFormatsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7474 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7466 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7481 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestTextFormatsOutputReference" } } } ], "name": "DashboardWidgetQueryTableDefinitionRequestTextFormatsList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7474 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7474 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7474 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7467 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestTextFormats" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestTextFormatsList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestTextFormatsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestTextFormatsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7415 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7405 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7454 }, "name": "putTextFormat", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestTextFormatsTextFormat" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7457 }, "name": "resetTextFormat" } ], "name": "DashboardWidgetQueryTableDefinitionRequestTextFormatsOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7451 }, "name": "textFormat", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestTextFormatsTextFormatList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7461 }, "name": "textFormatInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestTextFormatsTextFormat" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7419 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestTextFormats" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestTextFormatsOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestTextFormatsTextFormat": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestTextFormatsTextFormat", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7112 }, "name": "DashboardWidgetQueryTableDefinitionRequestTextFormatsTextFormat", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#match Dashboard#match}", "stability": "stable", "summary": "match block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7136 }, "name": "match", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatch" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}", "stability": "stable", "summary": "The custom color palette to apply to the background." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7118 }, "name": "customBgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}", "stability": "stable", "summary": "The custom color palette to apply to the foreground text." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7124 }, "name": "customFgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "The color palette to apply. Valid values are `white_on_red`, `white_on_yellow`, `white_on_green`, `black_on_light_red`, `black_on_light_yellow`, `black_on_light_green`, `red_on_white`, `yellow_on_white`, `green_on_white`, `custom_bg`, `custom_text`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7130 }, "name": "palette", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#replace Dashboard#replace}", "stability": "stable", "summary": "replace block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7142 }, "name": "replace", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplace" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestTextFormatsTextFormat" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestTextFormatsTextFormatList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestTextFormatsTextFormatList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7356 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7348 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7363 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestTextFormatsTextFormatOutputReference" } } } ], "name": "DashboardWidgetQueryTableDefinitionRequestTextFormatsTextFormatList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7356 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7356 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7356 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7349 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestTextFormatsTextFormat" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestTextFormatsTextFormatList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatch": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatch", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6847 }, "name": "DashboardWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatch", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#type Dashboard#type}", "stability": "stable", "summary": "Match or compare option. Valid values are `is`, `is_not`, `contains`, `does_not_contain`, `starts_with`, `ends_with`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6853 }, "name": "type", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#value Dashboard#value}", "stability": "stable", "summary": "Table Widget Match String." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6859 }, "name": "value", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatch" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatchOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatchOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6905 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6898 }, "name": "DashboardWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatchOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6945 }, "name": "typeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6958 }, "name": "valueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6938 }, "name": "type", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6951 }, "name": "value", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6909 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatch" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatchOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestTextFormatsTextFormatOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestTextFormatsTextFormatOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7212 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7202 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7323 }, "name": "putMatch", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatch" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7336 }, "name": "putReplace", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplace" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7278 }, "name": "resetCustomBgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7294 }, "name": "resetCustomFgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7310 }, "name": "resetPalette" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7339 }, "name": "resetReplace" } ], "name": "DashboardWidgetQueryTableDefinitionRequestTextFormatsTextFormatOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7320 }, "name": "match", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatchOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7333 }, "name": "replace", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplaceOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7282 }, "name": "customBgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7298 }, "name": "customFgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7327 }, "name": "matchInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatch" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7314 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7343 }, "name": "replaceInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplace" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7272 }, "name": "customBgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7288 }, "name": "customFgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7304 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7216 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestTextFormatsTextFormat" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestTextFormatsTextFormatOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplace": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplace", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6962 }, "name": "DashboardWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplace", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#type Dashboard#type}", "stability": "stable", "summary": "Table widget text format replace all type." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6974 }, "name": "type", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#with Dashboard#with}", "stability": "stable", "summary": "Table Widget Match String." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6980 }, "name": "with", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#substring Dashboard#substring}", "stability": "stable", "summary": "Text that will be replaced. Must be used with type `substring`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 6968 }, "name": "substring", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplace" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplaceOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplaceOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7033 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7026 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7078 }, "name": "resetSubstring" } ], "name": "DashboardWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplaceOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7082 }, "name": "substringInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7095 }, "name": "typeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7108 }, "name": "withInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7072 }, "name": "substring", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7088 }, "name": "type", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7101 }, "name": "with", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 7037 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplace" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplaceOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinition", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19251 }, "name": "DashboardWidgetQueryValueDefinition", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#autoscale Dashboard#autoscale}", "stability": "stable", "summary": "A Boolean indicating whether to automatically scale the tile." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19257 }, "name": "autoscale", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_link Dashboard#custom_link}", "stability": "stable", "summary": "custom_link block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19305 }, "name": "customLink", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_unit Dashboard#custom_unit}", "stability": "stable", "summary": "The unit for the value displayed in the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19263 }, "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`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#live_span Dashboard#live_span}", "stability": "stable", "summary": "The timeframe to use when displaying the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19269 }, "name": "liveSpan", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#precision Dashboard#precision}", "stability": "stable", "summary": "The precision to use when displaying the tile." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19275 }, "name": "precision", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#request Dashboard#request}", "stability": "stable", "summary": "request block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19311 }, "name": "request", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequest" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#text_align Dashboard#text_align}", "stability": "stable", "summary": "The alignment of the widget's text. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19281 }, "name": "textAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#timeseries_background Dashboard#timeseries_background}", "stability": "stable", "summary": "timeseries_background block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19317 }, "name": "timeseriesBackground", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionTimeseriesBackground" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title Dashboard#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19287 }, "name": "title", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_align Dashboard#title_align}", "stability": "stable", "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19293 }, "name": "titleAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_size Dashboard#title_size}", "stability": "stable", "summary": "The size of the widget's title (defaults to 16)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19299 }, "name": "titleSize", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinition" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionCustomLink": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionCustomLink", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8424 }, "name": "DashboardWidgetQueryValueDefinitionCustomLink", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_hidden Dashboard#is_hidden}", "stability": "stable", "summary": "The flag for toggling context menu link visibility." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8430 }, "name": "isHidden", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "The label for the custom link URL." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8436 }, "name": "label", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#link Dashboard#link}", "stability": "stable", "summary": "The URL of the custom link." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8442 }, "name": "link", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#override_label Dashboard#override_label}", "stability": "stable", "summary": "The label ID that refers to a context menu link item." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8448 }, "name": "overrideLabel", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionCustomLink" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionCustomLinkList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionCustomLinkList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8636 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8628 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8643 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionCustomLinkOutputReference" } } } ], "name": "DashboardWidgetQueryValueDefinitionCustomLinkList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8636 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8636 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8636 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8629 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionCustomLink" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionCustomLinkList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionCustomLinkOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionCustomLinkOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8511 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8501 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8571 }, "name": "resetIsHidden" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8587 }, "name": "resetLabel" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8603 }, "name": "resetLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8619 }, "name": "resetOverrideLabel" } ], "name": "DashboardWidgetQueryValueDefinitionCustomLinkOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8575 }, "name": "isHiddenInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8591 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8607 }, "name": "linkInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8623 }, "name": "overrideLabelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8565 }, "name": "isHidden", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8581 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8597 }, "name": "link", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8613 }, "name": "overrideLabel", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8515 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionCustomLink" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionCustomLinkOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.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" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19419 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19644 }, "name": "putCustomLink", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionCustomLink" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19660 }, "name": "putRequest", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequest" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19676 }, "name": "putTimeseriesBackground", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionTimeseriesBackground" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19519 }, "name": "resetAutoscale" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19647 }, "name": "resetCustomLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19535 }, "name": "resetCustomUnit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19551 }, "name": "resetLiveSpan" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19567 }, "name": "resetPrecision" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19663 }, "name": "resetRequest" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19583 }, "name": "resetTextAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19679 }, "name": "resetTimeseriesBackground" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19599 }, "name": "resetTitle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19615 }, "name": "resetTitleAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19631 }, "name": "resetTitleSize" } ], "name": "DashboardWidgetQueryValueDefinitionOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19641 }, "name": "customLink", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionCustomLinkList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19657 }, "name": "request", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19673 }, "name": "timeseriesBackground", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionTimeseriesBackgroundOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19523 }, "name": "autoscaleInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19651 }, "name": "customLinkInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19539 }, "name": "customUnitInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19555 }, "name": "liveSpanInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19571 }, "name": "precisionInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19667 }, "name": "requestInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequest" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19587 }, "name": "textAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19683 }, "name": "timeseriesBackgroundInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionTimeseriesBackground" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19619 }, "name": "titleAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19603 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19635 }, "name": "titleSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19513 }, "name": "autoscale", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19529 }, "name": "customUnit", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19545 }, "name": "liveSpan", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19561 }, "name": "precision", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19577 }, "name": "textAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19593 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19609 }, "name": "titleAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19625 }, "name": "titleSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19430 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinition" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequest": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequest", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18439 }, "name": "DashboardWidgetQueryValueDefinitionRequest", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregator to use for time aggregation. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18445 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_query Dashboard#apm_query}", "stability": "stable", "summary": "apm_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18457 }, "name": "apmQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#audit_query Dashboard#audit_query}", "stability": "stable", "summary": "audit_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18463 }, "name": "auditQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#conditional_formats Dashboard#conditional_formats}", "stability": "stable", "summary": "conditional_formats block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18469 }, "name": "conditionalFormats", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestConditionalFormats" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#formula Dashboard#formula}", "stability": "stable", "summary": "formula block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18475 }, "name": "formula", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormula" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#log_query Dashboard#log_query}", "stability": "stable", "summary": "log_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18481 }, "name": "logQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#process_query Dashboard#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18487 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#q Dashboard#q}", "stability": "stable", "summary": "The metric query to use for this widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18451 }, "name": "q", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18493 }, "name": "query", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQuery" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#rum_query Dashboard#rum_query}", "stability": "stable", "summary": "rum_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18499 }, "name": "rumQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#security_query Dashboard#security_query}", "stability": "stable", "summary": "security_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18505 }, "name": "securityQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequest" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9323 }, "name": "DashboardWidgetQueryValueDefinitionRequestApmQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9329 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9341 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9347 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9353 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9335 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestApmQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8647 }, "name": "DashboardWidgetQueryValueDefinitionRequestApmQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8653 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8659 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8665 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestApmQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8718 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8711 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8776 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8792 }, "name": "resetInterval" } ], "name": "DashboardWidgetQueryValueDefinitionRequestApmQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8764 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8780 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8796 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8757 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8770 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8786 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8722 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestApmQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8950 }, "name": "DashboardWidgetQueryValueDefinitionRequestApmQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8956 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8962 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8968 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestApmQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9127 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9119 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9134 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetQueryValueDefinitionRequestApmQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9127 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9127 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9127 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9120 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestApmQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.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" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9014 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9107 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9078 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9094 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9110 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetQueryValueDefinitionRequestApmQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9104 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9082 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9098 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9114 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9072 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9088 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9028 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestApmQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8800 }, "name": "DashboardWidgetQueryValueDefinitionRequestApmQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8806 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8818 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8812 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestApmQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8871 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8864 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8929 }, "name": "resetFacet" } ], "name": "DashboardWidgetQueryValueDefinitionRequestApmQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8917 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8933 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8946 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8910 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8923 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8939 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 8875 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestApmQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9138 }, "name": "DashboardWidgetQueryValueDefinitionRequestApmQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9144 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9150 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9156 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestApmQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9312 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9304 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9319 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetQueryValueDefinitionRequestApmQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9312 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9312 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9312 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9305 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestApmQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9212 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9202 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9279 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9295 }, "name": "resetInterval" } ], "name": "DashboardWidgetQueryValueDefinitionRequestApmQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9267 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9283 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9299 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9260 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9273 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9289 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9216 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestApmQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9420 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9413 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9503 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9519 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9535 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9506 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9522 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9538 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9490 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetQueryValueDefinitionRequestApmQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9500 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9516 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9532 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9510 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9526 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9478 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9542 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9494 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9471 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9484 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9424 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestApmQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10222 }, "name": "DashboardWidgetQueryValueDefinitionRequestAuditQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10228 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10240 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10246 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10252 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10234 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestAuditQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9546 }, "name": "DashboardWidgetQueryValueDefinitionRequestAuditQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9552 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9558 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9564 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestAuditQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9617 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9610 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9675 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9691 }, "name": "resetInterval" } ], "name": "DashboardWidgetQueryValueDefinitionRequestAuditQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9663 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9679 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9695 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9656 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9669 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9685 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9621 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestAuditQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9849 }, "name": "DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9855 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9861 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9867 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10026 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10018 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10033 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10026 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10026 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10026 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10019 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9923 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9913 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10006 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9977 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9993 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10009 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10003 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9981 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9997 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10013 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9971 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9987 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9927 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9699 }, "name": "DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9705 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9717 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9711 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9770 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9763 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9828 }, "name": "resetFacet" } ], "name": "DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9816 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9832 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9845 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9809 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9822 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9838 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 9774 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10037 }, "name": "DashboardWidgetQueryValueDefinitionRequestAuditQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10043 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10049 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10055 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestAuditQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10211 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10203 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10218 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetQueryValueDefinitionRequestAuditQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10211 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10211 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10211 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10204 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestAuditQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10111 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10101 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10178 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10194 }, "name": "resetInterval" } ], "name": "DashboardWidgetQueryValueDefinitionRequestAuditQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10166 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10182 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10198 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10159 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10172 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10188 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10115 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestAuditQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10319 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10312 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10402 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10418 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10434 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10405 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10421 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10437 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10389 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetQueryValueDefinitionRequestAuditQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10399 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10415 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10431 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10409 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10425 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10377 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10441 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10393 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10370 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10383 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10323 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestAuditQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestConditionalFormats": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestConditionalFormats", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10445 }, "name": "DashboardWidgetQueryValueDefinitionRequestConditionalFormats", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#comparator Dashboard#comparator}", "stability": "stable", "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10451 }, "name": "comparator", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "The color palette to apply." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10487 }, "name": "palette", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#value Dashboard#value}", "stability": "stable", "summary": "A value for the comparator." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10499 }, "name": "value", "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}", "stability": "stable", "summary": "The color palette to apply to the background, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10457 }, "name": "customBgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}", "stability": "stable", "summary": "The color palette to apply to the foreground, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10463 }, "name": "customFgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#hide_value Dashboard#hide_value}", "stability": "stable", "summary": "Setting this to True hides values." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10469 }, "name": "hideValue", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#image_url Dashboard#image_url}", "stability": "stable", "summary": "Displays an image as the background." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10475 }, "name": "imageUrl", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The metric from the request to correlate with this conditional format." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10481 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#timeframe Dashboard#timeframe}", "stability": "stable", "summary": "Defines the displayed timeframe." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10493 }, "name": "timeframe", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestConditionalFormats" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestConditionalFormatsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestConditionalFormatsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10823 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10815 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10830 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestConditionalFormatsOutputReference" } } } ], "name": "DashboardWidgetQueryValueDefinitionRequestConditionalFormatsList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10823 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10823 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10823 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10816 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestConditionalFormats" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestConditionalFormatsList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestConditionalFormatsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestConditionalFormatsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.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" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10587 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10700 }, "name": "resetCustomBgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10716 }, "name": "resetCustomFgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10732 }, "name": "resetHideValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10748 }, "name": "resetImageUrl" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10764 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10793 }, "name": "resetTimeframe" } ], "name": "DashboardWidgetQueryValueDefinitionRequestConditionalFormatsOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10688 }, "name": "comparatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10704 }, "name": "customBgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10720 }, "name": "customFgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10736 }, "name": "hideValueInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10752 }, "name": "imageUrlInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10768 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10781 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10797 }, "name": "timeframeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10810 }, "name": "valueInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10681 }, "name": "comparator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10694 }, "name": "customBgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10710 }, "name": "customFgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10726 }, "name": "hideValue", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10742 }, "name": "imageUrl", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10758 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10774 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10787 }, "name": "timeframe", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10803 }, "name": "value", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10601 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestConditionalFormats" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestConditionalFormatsOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormula": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormula", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11986 }, "name": "DashboardWidgetQueryValueDefinitionRequestFormula", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#formula_expression Dashboard#formula_expression}", "stability": "stable", "summary": "A string expression built from queries, formulas, and functions." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12004 }, "name": "formulaExpression", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#alias Dashboard#alias}", "stability": "stable", "summary": "An expression alias." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11992 }, "name": "alias", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cell_display_mode Dashboard#cell_display_mode}", "stability": "stable", "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11998 }, "name": "cellDisplayMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#conditional_formats Dashboard#conditional_formats}", "stability": "stable", "summary": "conditional_formats block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12010 }, "name": "conditionalFormats", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "limit block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12016 }, "name": "limit", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaLimit" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#number_format Dashboard#number_format}", "stability": "stable", "summary": "number_format block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12022 }, "name": "numberFormat", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormat" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#style Dashboard#style}", "stability": "stable", "summary": "style block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12028 }, "name": "style", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaStyle" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestFormula" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaConditionalFormats": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaConditionalFormats", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10834 }, "name": "DashboardWidgetQueryValueDefinitionRequestFormulaConditionalFormats", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#comparator Dashboard#comparator}", "stability": "stable", "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10840 }, "name": "comparator", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "The color palette to apply." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10876 }, "name": "palette", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#value Dashboard#value}", "stability": "stable", "summary": "A value for the comparator." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10888 }, "name": "value", "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}", "stability": "stable", "summary": "The color palette to apply to the background, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10846 }, "name": "customBgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}", "stability": "stable", "summary": "The color palette to apply to the foreground, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10852 }, "name": "customFgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#hide_value Dashboard#hide_value}", "stability": "stable", "summary": "Setting this to True hides values." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10858 }, "name": "hideValue", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#image_url Dashboard#image_url}", "stability": "stable", "summary": "Displays an image as the background." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10864 }, "name": "imageUrl", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The metric from the request to correlate with this conditional format." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10870 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#timeframe Dashboard#timeframe}", "stability": "stable", "summary": "Defines the displayed timeframe." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10882 }, "name": "timeframe", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestFormulaConditionalFormats" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaConditionalFormatsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaConditionalFormatsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11212 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11204 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11219 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaConditionalFormatsOutputReference" } } } ], "name": "DashboardWidgetQueryValueDefinitionRequestFormulaConditionalFormatsList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11212 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11212 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11212 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11205 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestFormulaConditionalFormatsList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaConditionalFormatsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaConditionalFormatsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10986 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10976 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11089 }, "name": "resetCustomBgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11105 }, "name": "resetCustomFgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11121 }, "name": "resetHideValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11137 }, "name": "resetImageUrl" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11153 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11182 }, "name": "resetTimeframe" } ], "name": "DashboardWidgetQueryValueDefinitionRequestFormulaConditionalFormatsOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11077 }, "name": "comparatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11093 }, "name": "customBgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11109 }, "name": "customFgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11125 }, "name": "hideValueInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11141 }, "name": "imageUrlInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11157 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11170 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11186 }, "name": "timeframeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11199 }, "name": "valueInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11070 }, "name": "comparator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11083 }, "name": "customBgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11099 }, "name": "customFgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11115 }, "name": "hideValue", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11131 }, "name": "imageUrl", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11147 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11163 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11176 }, "name": "timeframe", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11192 }, "name": "value", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 10990 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaConditionalFormats" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestFormulaConditionalFormatsOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaLimit": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaLimit", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11223 }, "name": "DashboardWidgetQueryValueDefinitionRequestFormulaLimit", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#count Dashboard#count}", "stability": "stable", "summary": "The number of results to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11229 }, "name": "count", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11235 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestFormulaLimit" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaLimitOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaLimitOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11281 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11274 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11320 }, "name": "resetCount" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11336 }, "name": "resetOrder" } ], "name": "DashboardWidgetQueryValueDefinitionRequestFormulaLimitOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11324 }, "name": "countInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11340 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11314 }, "name": "count", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11330 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11285 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaLimit" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestFormulaLimitOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12300 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12292 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12307 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaOutputReference" } } } ], "name": "DashboardWidgetQueryValueDefinitionRequestFormulaList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12300 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12300 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12300 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12293 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormula" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestFormulaList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormat": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormat", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11747 }, "name": "DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormat", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit Dashboard#unit}", "stability": "stable", "summary": "unit block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11753 }, "name": "unit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnit" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_scale Dashboard#unit_scale}", "stability": "stable", "summary": "unit_scale block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11759 }, "name": "unitScale", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScale" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormat" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11805 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11798 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11841 }, "name": "putUnit", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnit" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11854 }, "name": "putUnitScale", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScale" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11857 }, "name": "resetUnitScale" } ], "name": "DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11838 }, "name": "unit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11851 }, "name": "unitScale", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScaleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11845 }, "name": "unitInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnit" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11861 }, "name": "unitScaleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScale" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11809 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormat" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnit": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnit", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11545 }, "name": "DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnit", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#canonical Dashboard#canonical}", "stability": "stable", "summary": "canonical block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11551 }, "name": "canonical", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom Dashboard#custom}", "stability": "stable", "summary": "custom block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11557 }, "name": "custom", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustom" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnit" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11344 }, "name": "DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_name Dashboard#unit_name}", "stability": "stable", "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11356 }, "name": "unitName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#per_unit_name Dashboard#per_unit_name}", "stability": "stable", "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11350 }, "name": "perUnitName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11402 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11395 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11441 }, "name": "resetPerUnitName" } ], "name": "DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11445 }, "name": "perUnitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11458 }, "name": "unitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11435 }, "name": "perUnitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11451 }, "name": "unitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11406 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustom": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustom", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11462 }, "name": "DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustom", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "Unit label." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11468 }, "name": "label", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustom" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustomOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11507 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11500 }, "name": "DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustomOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11541 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11534 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11511 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustom" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustomOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11603 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11596 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11639 }, "name": "putCanonical", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11655 }, "name": "putCustom", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustom" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11642 }, "name": "resetCanonical" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11658 }, "name": "resetCustom" } ], "name": "DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11636 }, "name": "canonical", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11652 }, "name": "custom", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustomOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11646 }, "name": "canonicalInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11662 }, "name": "customInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustom" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11607 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnit" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScale": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScale", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11666 }, "name": "DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScale", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_name Dashboard#unit_name}." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11670 }, "name": "unitName", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScale" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScaleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11709 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11702 }, "name": "DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScaleOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11743 }, "name": "unitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11736 }, "name": "unitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11713 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScale" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScaleOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12112 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12102 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12232 }, "name": "putConditionalFormats", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12248 }, "name": "putLimit", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaLimit" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12264 }, "name": "putNumberFormat", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormat" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12280 }, "name": "putStyle", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaStyle" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12190 }, "name": "resetAlias" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12206 }, "name": "resetCellDisplayMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12235 }, "name": "resetConditionalFormats" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12251 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12267 }, "name": "resetNumberFormat" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12283 }, "name": "resetStyle" } ], "name": "DashboardWidgetQueryValueDefinitionRequestFormulaOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12229 }, "name": "conditionalFormats", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaConditionalFormatsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12245 }, "name": "limit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaLimitOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12261 }, "name": "numberFormat", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12277 }, "name": "style", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaStyleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12194 }, "name": "aliasInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12210 }, "name": "cellDisplayModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12239 }, "name": "conditionalFormatsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12223 }, "name": "formulaExpressionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12255 }, "name": "limitInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaLimit" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12271 }, "name": "numberFormatInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormat" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12287 }, "name": "styleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaStyle" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12184 }, "name": "alias", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12200 }, "name": "cellDisplayMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12216 }, "name": "formulaExpression", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12116 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormula" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestFormulaOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaStyle": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaStyle", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11865 }, "name": "DashboardWidgetQueryValueDefinitionRequestFormulaStyle", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "The color palette used to display the formula." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11871 }, "name": "palette", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette_index Dashboard#palette_index}", "stability": "stable", "summary": "Index specifying which color to use within the palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11877 }, "name": "paletteIndex", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestFormulaStyle" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaStyleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaStyleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11923 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11916 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11962 }, "name": "resetPalette" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11978 }, "name": "resetPaletteIndex" } ], "name": "DashboardWidgetQueryValueDefinitionRequestFormulaStyleOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11982 }, "name": "paletteIndexInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11966 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11956 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11972 }, "name": "paletteIndex", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 11927 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaStyle" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestFormulaStyleOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.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" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18888 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18903 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestOutputReference" } } } ], "name": "DashboardWidgetQueryValueDefinitionRequestList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18896 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18896 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18896 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18889 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequest" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12987 }, "name": "DashboardWidgetQueryValueDefinitionRequestLogQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12993 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13005 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13011 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13017 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12999 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestLogQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12311 }, "name": "DashboardWidgetQueryValueDefinitionRequestLogQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12317 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12323 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12329 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestLogQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.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/index-structs/structs4400.ts", "line": 12375 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12440 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12456 }, "name": "resetInterval" } ], "name": "DashboardWidgetQueryValueDefinitionRequestLogQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12428 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12444 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12460 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12421 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12434 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12450 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12386 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestLogQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12614 }, "name": "DashboardWidgetQueryValueDefinitionRequestLogQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12620 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12626 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12632 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestLogQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.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" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12783 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12798 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetQueryValueDefinitionRequestLogQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12791 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12791 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12791 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12784 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestLogQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12688 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12678 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12771 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12742 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12758 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12774 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetQueryValueDefinitionRequestLogQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12768 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12746 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12762 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12778 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12736 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12752 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12692 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestLogQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12464 }, "name": "DashboardWidgetQueryValueDefinitionRequestLogQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12470 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12482 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12476 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestLogQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12535 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12528 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12593 }, "name": "resetFacet" } ], "name": "DashboardWidgetQueryValueDefinitionRequestLogQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12581 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12597 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12610 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12574 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12587 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12603 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12539 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestLogQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12802 }, "name": "DashboardWidgetQueryValueDefinitionRequestLogQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12808 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12814 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12820 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestLogQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12976 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12968 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12983 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetQueryValueDefinitionRequestLogQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12976 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12976 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12976 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12969 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestLogQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12876 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12866 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12943 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12959 }, "name": "resetInterval" } ], "name": "DashboardWidgetQueryValueDefinitionRequestLogQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12931 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12947 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12963 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12924 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12937 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12953 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 12880 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestLogQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13084 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13077 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13167 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13183 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13199 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13170 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13186 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13202 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13154 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetQueryValueDefinitionRequestLogQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13164 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13180 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13196 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13174 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13190 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13142 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13206 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13158 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13135 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13148 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13088 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestLogQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18617 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18607 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18748 }, "name": "putApmQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18764 }, "name": "putAuditQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18780 }, "name": "putConditionalFormats", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestConditionalFormats" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18796 }, "name": "putFormula", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormula" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18812 }, "name": "putLogQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18828 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18844 }, "name": "putQuery", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQuery" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18860 }, "name": "putRumQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18876 }, "name": "putSecurityQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18719 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18751 }, "name": "resetApmQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18767 }, "name": "resetAuditQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18783 }, "name": "resetConditionalFormats" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18799 }, "name": "resetFormula" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18815 }, "name": "resetLogQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18831 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18735 }, "name": "resetQ" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18847 }, "name": "resetQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18863 }, "name": "resetRumQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18879 }, "name": "resetSecurityQuery" } ], "name": "DashboardWidgetQueryValueDefinitionRequestOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18745 }, "name": "apmQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18761 }, "name": "auditQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18777 }, "name": "conditionalFormats", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestConditionalFormatsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18793 }, "name": "formula", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18809 }, "name": "logQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18825 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18841 }, "name": "query", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18857 }, "name": "rumQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18873 }, "name": "securityQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18723 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18755 }, "name": "apmQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18771 }, "name": "auditQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18787 }, "name": "conditionalFormatsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestConditionalFormats" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18803 }, "name": "formulaInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormula" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18819 }, "name": "logQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18835 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18739 }, "name": "qInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18851 }, "name": "queryInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQuery" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18867 }, "name": "rumQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18883 }, "name": "securityQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18713 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18729 }, "name": "q", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18621 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequest" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13210 }, "name": "DashboardWidgetQueryValueDefinitionRequestProcessQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "Your chosen metric." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13228 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#filter_by Dashboard#filter_by}", "stability": "stable", "summary": "A list of processes." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13216 }, "name": "filterBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The max number of items in the filter list." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13222 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_by Dashboard#search_by}", "stability": "stable", "summary": "Your chosen search term." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13234 }, "name": "searchBy", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestProcessQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13294 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13287 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13345 }, "name": "resetFilterBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13361 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13390 }, "name": "resetSearchBy" } ], "name": "DashboardWidgetQueryValueDefinitionRequestProcessQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13349 }, "name": "filterByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13365 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13378 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13394 }, "name": "searchByInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13339 }, "name": "filterBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13355 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13371 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13384 }, "name": "searchBy", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13298 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestProcessQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestProcessQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16313 }, "name": "DashboardWidgetQueryValueDefinitionRequestQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_dependency_stats_query Dashboard#apm_dependency_stats_query}", "stability": "stable", "summary": "apm_dependency_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16319 }, "name": "apmDependencyStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_resource_stats_query Dashboard#apm_resource_stats_query}", "stability": "stable", "summary": "apm_resource_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16325 }, "name": "apmResourceStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryApmResourceStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cloud_cost_query Dashboard#cloud_cost_query}", "stability": "stable", "summary": "cloud_cost_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16331 }, "name": "cloudCostQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryCloudCostQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#event_query Dashboard#event_query}", "stability": "stable", "summary": "event_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16337 }, "name": "eventQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric_query Dashboard#metric_query}", "stability": "stable", "summary": "metric_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16343 }, "name": "metricQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryMetricQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#process_query Dashboard#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16349 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_query Dashboard#slo_query}", "stability": "stable", "summary": "slo_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16355 }, "name": "sloQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQuerySloQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13398 }, "name": "DashboardWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13410 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#env Dashboard#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13416 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13428 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#operation_name Dashboard#operation_name}", "stability": "stable", "summary": "Name of operation on service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13434 }, "name": "operationName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#resource_name Dashboard#resource_name}", "stability": "stable", "summary": "APM resource." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13452 }, "name": "resourceName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#service Dashboard#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13458 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#stat Dashboard#stat}", "stability": "stable", "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13464 }, "name": "stat", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13404 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_upstream Dashboard#is_upstream}", "stability": "stable", "summary": "Determines whether stats for upstream or downstream dependencies should be queried." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13422 }, "name": "isUpstream", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}", "stability": "stable", "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13440 }, "name": "primaryTagName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}", "stability": "stable", "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13446 }, "name": "primaryTagValue", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13573 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13566 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13666 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13708 }, "name": "resetIsUpstream" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13750 }, "name": "resetPrimaryTagName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13766 }, "name": "resetPrimaryTagValue" } ], "name": "DashboardWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13670 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13683 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13696 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13712 }, "name": "isUpstreamInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13725 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13738 }, "name": "operationNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13754 }, "name": "primaryTagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13770 }, "name": "primaryTagValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13783 }, "name": "resourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13796 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13809 }, "name": "statInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13660 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13676 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13689 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13702 }, "name": "isUpstream", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13718 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13731 }, "name": "operationName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13744 }, "name": "primaryTagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13760 }, "name": "primaryTagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13776 }, "name": "resourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13789 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13802 }, "name": "stat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13577 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryApmResourceStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryApmResourceStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13813 }, "name": "DashboardWidgetQueryValueDefinitionRequestQueryApmResourceStatsQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13825 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#env Dashboard#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13831 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13843 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#service Dashboard#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13873 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#stat Dashboard#stat}", "stability": "stable", "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13879 }, "name": "stat", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13819 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "Array of fields to group results by." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13837 }, "name": "groupBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#operation_name Dashboard#operation_name}", "stability": "stable", "summary": "Name of operation on service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13849 }, "name": "operationName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}", "stability": "stable", "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13855 }, "name": "primaryTagName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}", "stability": "stable", "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13861 }, "name": "primaryTagValue", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#resource_name Dashboard#resource_name}", "stability": "stable", "summary": "APM resource." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13867 }, "name": "resourceName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestQueryApmResourceStatsQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryApmResourceStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryApmResourceStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13988 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13981 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14081 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14123 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14152 }, "name": "resetOperationName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14168 }, "name": "resetPrimaryTagName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14184 }, "name": "resetPrimaryTagValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14200 }, "name": "resetResourceName" } ], "name": "DashboardWidgetQueryValueDefinitionRequestQueryApmResourceStatsQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14085 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14098 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14111 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14127 }, "name": "groupByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14140 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14156 }, "name": "operationNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14172 }, "name": "primaryTagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14188 }, "name": "primaryTagValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14204 }, "name": "resourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14217 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14230 }, "name": "statInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14075 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14091 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14104 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14117 }, "name": "groupBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14133 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14146 }, "name": "operationName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14162 }, "name": "primaryTagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14178 }, "name": "primaryTagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14194 }, "name": "resourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14210 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14223 }, "name": "stat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 13992 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryApmResourceStatsQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestQueryApmResourceStatsQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryCloudCostQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryCloudCostQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14234 }, "name": "DashboardWidgetQueryValueDefinitionRequestQueryCloudCostQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14252 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14258 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The cloud cost query definition." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14264 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14240 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14246 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestQueryCloudCostQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryCloudCostQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryCloudCostQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14331 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14324 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14388 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14404 }, "name": "resetCrossOrgUuids" } ], "name": "DashboardWidgetQueryValueDefinitionRequestQueryCloudCostQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14392 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14408 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14421 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14434 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14447 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14382 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14398 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14414 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14427 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14440 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14335 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryCloudCostQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestQueryCloudCostQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15057 }, "name": "DashboardWidgetQueryValueDefinitionRequestQueryEventQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute Dashboard#compute}", "stability": "stable", "summary": "compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15093 }, "name": "compute", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for event platform-based queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15069 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15081 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15063 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15099 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#indexes Dashboard#indexes}", "stability": "stable", "summary": "An array of index names to query in the stream." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15075 }, "name": "indexes", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search Dashboard#search}", "stability": "stable", "summary": "search block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15105 }, "name": "search", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQuerySearch" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#storage Dashboard#storage}", "stability": "stable", "summary": "Storage location (private beta)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15087 }, "name": "storage", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestQueryEventQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14451 }, "name": "DashboardWidgetQueryValueDefinitionRequestQueryEventQueryCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation methods for event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14457 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "A time interval in milliseconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14463 }, "name": "interval", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The measurable attribute to compute." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14469 }, "name": "metric", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestQueryEventQueryCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14625 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14617 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14632 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryComputeOutputReference" } } } ], "name": "DashboardWidgetQueryValueDefinitionRequestQueryEventQueryComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14625 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14625 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14625 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14618 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestQueryEventQueryComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14525 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14515 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14592 }, "name": "resetInterval" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14608 }, "name": "resetMetric" } ], "name": "DashboardWidgetQueryValueDefinitionRequestQueryEventQueryComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14580 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14596 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14612 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14573 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14586 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14602 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14529 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestQueryEventQueryComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14789 }, "name": "DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The event facet." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14795 }, "name": "facet", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The number of groups to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14801 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort Dashboard#sort}", "stability": "stable", "summary": "sort block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14807 }, "name": "sort", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySort" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14963 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14955 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14970 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14963 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14963 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14963 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14956 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14863 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14853 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14943 }, "name": "putSort", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySort" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14930 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14946 }, "name": "resetSort" } ], "name": "DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14940 }, "name": "sort", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySortOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14918 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14934 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14950 }, "name": "sortInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySort" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14911 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14924 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14867 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySort": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySort", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14636 }, "name": "DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySort", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation methods for the event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14642 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The metric used for sorting group by results." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14648 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Direction of sort. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14654 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySort" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySortOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySortOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14707 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14700 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14765 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14781 }, "name": "resetOrder" } ], "name": "DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySortOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14753 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14769 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14785 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14746 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14759 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14775 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14711 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySort" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySortOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15193 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15186 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15339 }, "name": "putCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15352 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15368 }, "name": "putSearch", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQuerySearch" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15268 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15355 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15297 }, "name": "resetIndexes" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15371 }, "name": "resetSearch" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15326 }, "name": "resetStorage" } ], "name": "DashboardWidgetQueryValueDefinitionRequestQueryEventQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15336 }, "name": "compute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15349 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15365 }, "name": "search", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQuerySearchOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15343 }, "name": "computeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15272 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15285 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15359 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15301 }, "name": "indexesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15314 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15375 }, "name": "searchInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQuerySearch" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15330 }, "name": "storageInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15262 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15278 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15291 }, "name": "indexes", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15307 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15320 }, "name": "storage", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15197 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestQueryEventQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQuerySearch": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQuerySearch", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14974 }, "name": "DashboardWidgetQueryValueDefinitionRequestQueryEventQuerySearch", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The events search string." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 14980 }, "name": "query", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestQueryEventQuerySearch" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQuerySearchOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQuerySearchOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15019 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15012 }, "name": "DashboardWidgetQueryValueDefinitionRequestQueryEventQuerySearchOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15053 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15046 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15023 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQuerySearch" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestQueryEventQuerySearchOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16630 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16622 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16637 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryOutputReference" } } } ], "name": "DashboardWidgetQueryValueDefinitionRequestQueryList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16630 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16630 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16630 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16623 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQuery" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestQueryList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryMetricQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryMetricQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15379 }, "name": "DashboardWidgetQueryValueDefinitionRequestQueryMetricQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15403 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The metrics query definition." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15409 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15385 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15391 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for metrics queries. Defaults to `\"metrics\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15397 }, "name": "dataSource", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestQueryMetricQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryMetricQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryMetricQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15476 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15469 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15533 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15549 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15565 }, "name": "resetDataSource" } ], "name": "DashboardWidgetQueryValueDefinitionRequestQueryMetricQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15537 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15553 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15569 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15582 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15595 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15527 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15543 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15559 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15575 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15588 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15480 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryMetricQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestQueryMetricQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16439 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16429 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16514 }, "name": "putApmDependencyStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16530 }, "name": "putApmResourceStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryApmResourceStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16546 }, "name": "putCloudCostQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryCloudCostQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16562 }, "name": "putEventQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16578 }, "name": "putMetricQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryMetricQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16594 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16610 }, "name": "putSloQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQuerySloQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16517 }, "name": "resetApmDependencyStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16533 }, "name": "resetApmResourceStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16549 }, "name": "resetCloudCostQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16565 }, "name": "resetEventQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16581 }, "name": "resetMetricQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16597 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16613 }, "name": "resetSloQuery" } ], "name": "DashboardWidgetQueryValueDefinitionRequestQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16511 }, "name": "apmDependencyStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16527 }, "name": "apmResourceStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryApmResourceStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16543 }, "name": "cloudCostQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryCloudCostQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16559 }, "name": "eventQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16575 }, "name": "metricQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryMetricQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16591 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16607 }, "name": "sloQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQuerySloQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16521 }, "name": "apmDependencyStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16537 }, "name": "apmResourceStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryApmResourceStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16553 }, "name": "cloudCostQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryCloudCostQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16569 }, "name": "eventQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16585 }, "name": "metricQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryMetricQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16601 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16617 }, "name": "sloQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQuerySloQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16443 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQuery" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15599 }, "name": "DashboardWidgetQueryValueDefinitionRequestQueryProcessQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for process queries. Valid values are `process`, `container`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15617 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The process metric name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15635 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15641 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15605 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15611 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_normalized_cpu Dashboard#is_normalized_cpu}", "stability": "stable", "summary": "Whether to normalize the CPU percentages." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15623 }, "name": "isNormalizedCpu", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The number of hits to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15629 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort Dashboard#sort}", "stability": "stable", "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15647 }, "name": "sort", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#tag_filters Dashboard#tag_filters}", "stability": "stable", "summary": "An array of tags to filter by." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15653 }, "name": "tagFilters", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#text_filter Dashboard#text_filter}", "stability": "stable", "summary": "The text to use as a filter." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15659 }, "name": "textFilter", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestQueryProcessQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15761 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15754 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15848 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15864 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15893 }, "name": "resetIsNormalizedCpu" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15909 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15951 }, "name": "resetSort" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15967 }, "name": "resetTagFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15983 }, "name": "resetTextFilter" } ], "name": "DashboardWidgetQueryValueDefinitionRequestQueryProcessQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15852 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15868 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15881 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15897 }, "name": "isNormalizedCpuInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15913 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15926 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15939 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15955 }, "name": "sortInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15971 }, "name": "tagFiltersInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15987 }, "name": "textFilterInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15842 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15858 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15874 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15887 }, "name": "isNormalizedCpu", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15903 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15919 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15932 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15945 }, "name": "sort", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15961 }, "name": "tagFilters", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15977 }, "name": "textFilter", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15765 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryProcessQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestQueryProcessQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQuerySloQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQuerySloQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15991 }, "name": "DashboardWidgetQueryValueDefinitionRequestQuerySloQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for SLO queries. Valid values are `slo`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16009 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#measure Dashboard#measure}", "stability": "stable", "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16021 }, "name": "measure", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_id Dashboard#slo_id}", "stability": "stable", "summary": "ID of an SLO to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16033 }, "name": "sloId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#additional_query_filters Dashboard#additional_query_filters}", "stability": "stable", "summary": "Additional filters applied to the SLO query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 15997 }, "name": "additionalQueryFilters", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16003 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_mode Dashboard#group_mode}", "stability": "stable", "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16015 }, "name": "groupMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16027 }, "name": "name", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_query_type Dashboard#slo_query_type}", "stability": "stable", "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16039 }, "name": "sloQueryType", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestQuerySloQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQuerySloQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQuerySloQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16127 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16120 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16202 }, "name": "resetAdditionalQueryFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16218 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16247 }, "name": "resetGroupMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16276 }, "name": "resetName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16305 }, "name": "resetSloQueryType" } ], "name": "DashboardWidgetQueryValueDefinitionRequestQuerySloQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16206 }, "name": "additionalQueryFiltersInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16222 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16235 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16251 }, "name": "groupModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16264 }, "name": "measureInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16280 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16293 }, "name": "sloIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16309 }, "name": "sloQueryTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16196 }, "name": "additionalQueryFilters", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16212 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16228 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16241 }, "name": "groupMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16257 }, "name": "measure", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16270 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16286 }, "name": "sloId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16299 }, "name": "sloQueryType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16131 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQuerySloQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestQuerySloQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17317 }, "name": "DashboardWidgetQueryValueDefinitionRequestRumQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17323 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17335 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17341 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17347 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17329 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestRumQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16641 }, "name": "DashboardWidgetQueryValueDefinitionRequestRumQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16647 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16653 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16659 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestRumQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16712 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16705 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16770 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16786 }, "name": "resetInterval" } ], "name": "DashboardWidgetQueryValueDefinitionRequestRumQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16758 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16774 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16790 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16751 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16764 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16780 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16716 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestRumQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16944 }, "name": "DashboardWidgetQueryValueDefinitionRequestRumQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16950 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16956 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16962 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestRumQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.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" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17113 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17128 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetQueryValueDefinitionRequestRumQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17121 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17121 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17121 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17114 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestRumQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17018 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17008 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17101 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17072 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17088 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17104 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetQueryValueDefinitionRequestRumQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17098 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17076 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17092 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17108 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17066 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17082 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17022 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestRumQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16794 }, "name": "DashboardWidgetQueryValueDefinitionRequestRumQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16800 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16812 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16806 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestRumQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.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" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16858 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16923 }, "name": "resetFacet" } ], "name": "DashboardWidgetQueryValueDefinitionRequestRumQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16911 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16927 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16940 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16904 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16917 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16933 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 16869 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestRumQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17132 }, "name": "DashboardWidgetQueryValueDefinitionRequestRumQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17138 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17144 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17150 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestRumQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17306 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17298 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17313 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetQueryValueDefinitionRequestRumQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17306 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17306 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17306 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17299 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestRumQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17206 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17196 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17273 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17289 }, "name": "resetInterval" } ], "name": "DashboardWidgetQueryValueDefinitionRequestRumQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17261 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17277 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17293 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17254 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17267 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17283 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17210 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestRumQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17414 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17407 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17497 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17513 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17529 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17500 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17516 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17532 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17484 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetQueryValueDefinitionRequestRumQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17494 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17510 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17526 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17504 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17520 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17472 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17536 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17488 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17465 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17478 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17418 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestRumQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18216 }, "name": "DashboardWidgetQueryValueDefinitionRequestSecurityQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18222 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18234 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18240 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18246 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18228 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestSecurityQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17540 }, "name": "DashboardWidgetQueryValueDefinitionRequestSecurityQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17546 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17552 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17558 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestSecurityQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17611 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17604 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17669 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17685 }, "name": "resetInterval" } ], "name": "DashboardWidgetQueryValueDefinitionRequestSecurityQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17657 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17673 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17689 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17650 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17663 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17679 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17615 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestSecurityQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17843 }, "name": "DashboardWidgetQueryValueDefinitionRequestSecurityQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17849 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17855 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17861 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestSecurityQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18020 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18012 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18027 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetQueryValueDefinitionRequestSecurityQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18020 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18020 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18020 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18013 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestSecurityQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17917 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17907 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18000 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17971 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17987 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18003 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetQueryValueDefinitionRequestSecurityQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17997 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17975 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17991 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18007 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17965 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17981 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17921 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestSecurityQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17693 }, "name": "DashboardWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17699 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17711 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17705 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17764 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17757 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17822 }, "name": "resetFacet" } ], "name": "DashboardWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17810 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17826 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17839 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17803 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17816 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17832 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 17768 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18031 }, "name": "DashboardWidgetQueryValueDefinitionRequestSecurityQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18037 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18043 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18049 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestSecurityQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18205 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18197 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18212 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18205 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18205 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18205 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18198 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.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" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18095 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18172 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18188 }, "name": "resetInterval" } ], "name": "DashboardWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18160 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18176 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18192 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18153 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18166 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18182 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18109 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18313 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18306 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18396 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18412 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18428 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18399 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18415 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18431 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18383 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetQueryValueDefinitionRequestSecurityQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18393 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18409 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18425 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18403 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18419 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18371 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18435 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18387 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18364 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18377 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18317 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestSecurityQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionTimeseriesBackground": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionTimeseriesBackground", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19133 }, "name": "DashboardWidgetQueryValueDefinitionTimeseriesBackground", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#type Dashboard#type}", "stability": "stable", "summary": "Whether the Timeseries is made using an area or bars. Valid values are `bars`, `area`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19139 }, "name": "type", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#yaxis Dashboard#yaxis}", "stability": "stable", "summary": "yaxis block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19145 }, "name": "yaxis", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionTimeseriesBackgroundYaxis" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionTimeseriesBackground" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionTimeseriesBackgroundOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionTimeseriesBackgroundOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19191 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19184 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19240 }, "name": "putYaxis", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionTimeseriesBackgroundYaxis" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19243 }, "name": "resetYaxis" } ], "name": "DashboardWidgetQueryValueDefinitionTimeseriesBackgroundOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19237 }, "name": "yaxis", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionTimeseriesBackgroundYaxisOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19231 }, "name": "typeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19247 }, "name": "yaxisInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionTimeseriesBackgroundYaxis" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19224 }, "name": "type", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19195 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionTimeseriesBackground" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionTimeseriesBackgroundOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionTimeseriesBackgroundYaxis": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionTimeseriesBackgroundYaxis", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18907 }, "name": "DashboardWidgetQueryValueDefinitionTimeseriesBackgroundYaxis", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#include_zero Dashboard#include_zero}", "stability": "stable", "summary": "Always include zero or fit the axis to the data range." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18913 }, "name": "includeZero", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "The label of the axis to display on the graph." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18919 }, "name": "label", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#max Dashboard#max}", "stability": "stable", "summary": "Specify the maximum value to show on the Y-axis." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18925 }, "name": "max", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#min Dashboard#min}", "stability": "stable", "summary": "Specify the minimum value to show on the Y-axis." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18931 }, "name": "min", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#scale Dashboard#scale}", "stability": "stable", "summary": "Specify the scale type, options: `linear`, `log`, `pow`, `sqrt`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18937 }, "name": "scale", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionTimeseriesBackgroundYaxis" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionTimeseriesBackgroundYaxisOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionTimeseriesBackgroundYaxisOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19004 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 18997 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19061 }, "name": "resetIncludeZero" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19077 }, "name": "resetLabel" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19093 }, "name": "resetMax" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19109 }, "name": "resetMin" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19125 }, "name": "resetScale" } ], "name": "DashboardWidgetQueryValueDefinitionTimeseriesBackgroundYaxisOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19065 }, "name": "includeZeroInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19081 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19097 }, "name": "maxInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19113 }, "name": "minInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19129 }, "name": "scaleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19055 }, "name": "includeZero", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19071 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19087 }, "name": "max", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19103 }, "name": "min", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19119 }, "name": "scale", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19008 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionTimeseriesBackgroundYaxis" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionTimeseriesBackgroundYaxisOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetRunWorkflowDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetRunWorkflowDefinition", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20057 }, "name": "DashboardWidgetRunWorkflowDefinition", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#workflow_id Dashboard#workflow_id}", "stability": "stable", "summary": "Workflow ID." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20087 }, "name": "workflowId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_link Dashboard#custom_link}", "stability": "stable", "summary": "custom_link block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20093 }, "name": "customLink", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetRunWorkflowDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#input Dashboard#input}", "stability": "stable", "summary": "input block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20099 }, "name": "input", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetRunWorkflowDefinitionInput" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#live_span Dashboard#live_span}", "stability": "stable", "summary": "The timeframe to use when displaying the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20063 }, "name": "liveSpan", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title Dashboard#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20069 }, "name": "title", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_align Dashboard#title_align}", "stability": "stable", "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20075 }, "name": "titleAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_size Dashboard#title_size}", "stability": "stable", "summary": "The size of the widget's title (defaults to 16)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20081 }, "name": "titleSize", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetRunWorkflowDefinition" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetRunWorkflowDefinitionCustomLink": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetRunWorkflowDefinitionCustomLink", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19687 }, "name": "DashboardWidgetRunWorkflowDefinitionCustomLink", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_hidden Dashboard#is_hidden}", "stability": "stable", "summary": "The flag for toggling context menu link visibility." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19693 }, "name": "isHidden", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "The label for the custom link URL." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19699 }, "name": "label", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#link Dashboard#link}", "stability": "stable", "summary": "The URL of the custom link." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19705 }, "name": "link", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#override_label Dashboard#override_label}", "stability": "stable", "summary": "The label ID that refers to a context menu link item." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19711 }, "name": "overrideLabel", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetRunWorkflowDefinitionCustomLink" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetRunWorkflowDefinitionCustomLinkList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetRunWorkflowDefinitionCustomLinkList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19899 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19891 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19906 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetRunWorkflowDefinitionCustomLinkOutputReference" } } } ], "name": "DashboardWidgetRunWorkflowDefinitionCustomLinkList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19899 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19899 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19899 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19892 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetRunWorkflowDefinitionCustomLink" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetRunWorkflowDefinitionCustomLinkList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetRunWorkflowDefinitionCustomLinkOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetRunWorkflowDefinitionCustomLinkOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19774 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19764 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19834 }, "name": "resetIsHidden" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19850 }, "name": "resetLabel" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19866 }, "name": "resetLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19882 }, "name": "resetOverrideLabel" } ], "name": "DashboardWidgetRunWorkflowDefinitionCustomLinkOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19838 }, "name": "isHiddenInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19854 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19870 }, "name": "linkInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19886 }, "name": "overrideLabelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19828 }, "name": "isHidden", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19844 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19860 }, "name": "link", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19876 }, "name": "overrideLabel", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19778 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetRunWorkflowDefinitionCustomLink" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetRunWorkflowDefinitionCustomLinkOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetRunWorkflowDefinitionInput": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetRunWorkflowDefinitionInput", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19910 }, "name": "DashboardWidgetRunWorkflowDefinitionInput", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "Name of the workflow input." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19916 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#value Dashboard#value}", "stability": "stable", "summary": "Dashboard template variable. Can be suffixed with `.value` or `.key`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19922 }, "name": "value", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetRunWorkflowDefinitionInput" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetRunWorkflowDefinitionInputList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetRunWorkflowDefinitionInputList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20046 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20038 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20053 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetRunWorkflowDefinitionInputOutputReference" } } } ], "name": "DashboardWidgetRunWorkflowDefinitionInputList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20046 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20046 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20046 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20039 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetRunWorkflowDefinitionInput" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetRunWorkflowDefinitionInputList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetRunWorkflowDefinitionInputOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetRunWorkflowDefinitionInputOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19971 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19961 }, "name": "DashboardWidgetRunWorkflowDefinitionInputOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20020 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20033 }, "name": "valueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20013 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20026 }, "name": "value", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 19975 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetRunWorkflowDefinitionInput" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetRunWorkflowDefinitionInputOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetRunWorkflowDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetRunWorkflowDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20180 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20173 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20323 }, "name": "putCustomLink", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetRunWorkflowDefinitionCustomLink" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20339 }, "name": "putInput", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetRunWorkflowDefinitionInput" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20326 }, "name": "resetCustomLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20342 }, "name": "resetInput" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20249 }, "name": "resetLiveSpan" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20265 }, "name": "resetTitle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20281 }, "name": "resetTitleAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20297 }, "name": "resetTitleSize" } ], "name": "DashboardWidgetRunWorkflowDefinitionOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20320 }, "name": "customLink", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetRunWorkflowDefinitionCustomLinkList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20336 }, "name": "input", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetRunWorkflowDefinitionInputList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20330 }, "name": "customLinkInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetRunWorkflowDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20346 }, "name": "inputInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetRunWorkflowDefinitionInput" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20253 }, "name": "liveSpanInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20285 }, "name": "titleAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20269 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20301 }, "name": "titleSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20314 }, "name": "workflowIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20243 }, "name": "liveSpan", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20259 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20275 }, "name": "titleAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20291 }, "name": "titleSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20307 }, "name": "workflowId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20184 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetRunWorkflowDefinition" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetRunWorkflowDefinitionOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinition", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7057 }, "name": "DashboardWidgetScatterplotDefinition", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#color_by_groups Dashboard#color_by_groups}", "stability": "stable", "summary": "List of groups used for colors." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7063 }, "name": "colorByGroups", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_link Dashboard#custom_link}", "stability": "stable", "summary": "custom_link block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7093 }, "name": "customLink", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#live_span Dashboard#live_span}", "stability": "stable", "summary": "The timeframe to use when displaying the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7069 }, "name": "liveSpan", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#request Dashboard#request}", "stability": "stable", "summary": "request block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7099 }, "name": "request", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequest" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title Dashboard#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7075 }, "name": "title", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_align Dashboard#title_align}", "stability": "stable", "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7081 }, "name": "titleAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_size Dashboard#title_size}", "stability": "stable", "summary": "The size of the widget's title (defaults to 16)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7087 }, "name": "titleSize", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#xaxis Dashboard#xaxis}", "stability": "stable", "summary": "xaxis block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7105 }, "name": "xaxis", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionXaxis" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#yaxis Dashboard#yaxis}", "stability": "stable", "summary": "yaxis block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7111 }, "name": "yaxis", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionYaxis" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinition" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionCustomLink": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionCustomLink", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20350 }, "name": "DashboardWidgetScatterplotDefinitionCustomLink", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_hidden Dashboard#is_hidden}", "stability": "stable", "summary": "The flag for toggling context menu link visibility." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20356 }, "name": "isHidden", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "The label for the custom link URL." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20362 }, "name": "label", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#link Dashboard#link}", "stability": "stable", "summary": "The URL of the custom link." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20368 }, "name": "link", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#override_label Dashboard#override_label}", "stability": "stable", "summary": "The label ID that refers to a context menu link item." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20374 }, "name": "overrideLabel", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetScatterplotDefinitionCustomLink" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionCustomLinkList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionCustomLinkList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20562 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20554 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20569 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionCustomLinkOutputReference" } } } ], "name": "DashboardWidgetScatterplotDefinitionCustomLinkList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20562 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20562 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20562 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20555 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionCustomLink" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetScatterplotDefinitionCustomLinkList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionCustomLinkOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionCustomLinkOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20437 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20427 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20497 }, "name": "resetIsHidden" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20513 }, "name": "resetLabel" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20529 }, "name": "resetLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20545 }, "name": "resetOverrideLabel" } ], "name": "DashboardWidgetScatterplotDefinitionCustomLinkOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20501 }, "name": "isHiddenInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20517 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20533 }, "name": "linkInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20549 }, "name": "overrideLabelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20491 }, "name": "isHidden", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20507 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20523 }, "name": "link", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20539 }, "name": "overrideLabel", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20441 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionCustomLink" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetScatterplotDefinitionCustomLinkOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7206 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7199 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7364 }, "name": "putCustomLink", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionCustomLink" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7380 }, "name": "putRequest", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequest" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7396 }, "name": "putXaxis", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionXaxis" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7412 }, "name": "putYaxis", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionYaxis" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7287 }, "name": "resetColorByGroups" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7367 }, "name": "resetCustomLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7303 }, "name": "resetLiveSpan" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7383 }, "name": "resetRequest" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7319 }, "name": "resetTitle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7335 }, "name": "resetTitleAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7351 }, "name": "resetTitleSize" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7399 }, "name": "resetXaxis" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7415 }, "name": "resetYaxis" } ], "name": "DashboardWidgetScatterplotDefinitionOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7361 }, "name": "customLink", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionCustomLinkList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7377 }, "name": "request", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7393 }, "name": "xaxis", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionXaxisOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7409 }, "name": "yaxis", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionYaxisOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7291 }, "name": "colorByGroupsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7371 }, "name": "customLinkInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7307 }, "name": "liveSpanInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7387 }, "name": "requestInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequest" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7339 }, "name": "titleAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7323 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7355 }, "name": "titleSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7403 }, "name": "xaxisInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionXaxis" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7419 }, "name": "yaxisInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionYaxis" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7281 }, "name": "colorByGroups", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7297 }, "name": "liveSpan", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7313 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7329 }, "name": "titleAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7345 }, "name": "titleSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7210 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinition" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequest": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequest", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6449 }, "name": "DashboardWidgetScatterplotDefinitionRequest", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#scatterplot_table Dashboard#scatterplot_table}", "stability": "stable", "summary": "scatterplot_table block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6455 }, "name": "scatterplotTable", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTable" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#x Dashboard#x}", "stability": "stable", "summary": "x block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6461 }, "name": "x", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestX" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#y Dashboard#y}", "stability": "stable", "summary": "y block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6467 }, "name": "y", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestY" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequest" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6520 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6513 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6562 }, "name": "putScatterplotTable", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTable" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6578 }, "name": "putX", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestX" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6594 }, "name": "putY", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestY" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6565 }, "name": "resetScatterplotTable" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6581 }, "name": "resetX" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6597 }, "name": "resetY" } ], "name": "DashboardWidgetScatterplotDefinitionRequestOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6559 }, "name": "scatterplotTable", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6575 }, "name": "x", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6591 }, "name": "y", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6569 }, "name": "scatterplotTableInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTable" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6585 }, "name": "xInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestX" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6601 }, "name": "yInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestY" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6524 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequest" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTable": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTable", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23998 }, "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTable", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#formula Dashboard#formula}", "stability": "stable", "summary": "formula block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24004 }, "name": "formula", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableFormula" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24010 }, "name": "query", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQuery" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetScatterplotDefinitionRequestScatterplotTable" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableFormula": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableFormula", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20573 }, "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTableFormula", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#dimension Dashboard#dimension}", "stability": "stable", "summary": "Dimension of the Scatterplot. Valid values are `x`, `y`, `radius`, `color`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20585 }, "name": "dimension", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#formula_expression Dashboard#formula_expression}", "stability": "stable", "summary": "A string expression built from queries, formulas, and functions." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20591 }, "name": "formulaExpression", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#alias Dashboard#alias}", "stability": "stable", "summary": "An expression alias." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20579 }, "name": "alias", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetScatterplotDefinitionRequestScatterplotTableFormula" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableFormulaList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableFormulaList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20744 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20736 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20751 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableFormulaOutputReference" } } } ], "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTableFormulaList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20744 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20744 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20744 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20737 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableFormula" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetScatterplotDefinitionRequestScatterplotTableFormulaList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableFormulaOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableFormulaOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20647 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20637 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20701 }, "name": "resetAlias" } ], "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTableFormulaOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20705 }, "name": "aliasInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20718 }, "name": "dimensionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20731 }, "name": "formulaExpressionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20695 }, "name": "alias", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20711 }, "name": "dimension", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20724 }, "name": "formulaExpression", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20651 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableFormula" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetScatterplotDefinitionRequestScatterplotTableFormulaOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24140 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24132 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24147 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableOutputReference" } } } ], "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTableList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24140 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24140 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24140 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24133 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTable" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetScatterplotDefinitionRequestScatterplotTableList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24059 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24049 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24104 }, "name": "putFormula", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableFormula" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24120 }, "name": "putQuery", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQuery" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24107 }, "name": "resetFormula" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24123 }, "name": "resetQuery" } ], "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTableOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24101 }, "name": "formula", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableFormulaList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24117 }, "name": "query", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24111 }, "name": "formulaInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableFormula" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24127 }, "name": "queryInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQuery" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24063 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTable" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetScatterplotDefinitionRequestScatterplotTableOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23670 }, "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTableQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_dependency_stats_query Dashboard#apm_dependency_stats_query}", "stability": "stable", "summary": "apm_dependency_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23676 }, "name": "apmDependencyStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_resource_stats_query Dashboard#apm_resource_stats_query}", "stability": "stable", "summary": "apm_resource_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23682 }, "name": "apmResourceStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cloud_cost_query Dashboard#cloud_cost_query}", "stability": "stable", "summary": "cloud_cost_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23688 }, "name": "cloudCostQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#event_query Dashboard#event_query}", "stability": "stable", "summary": "event_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23694 }, "name": "eventQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric_query Dashboard#metric_query}", "stability": "stable", "summary": "metric_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23700 }, "name": "metricQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#process_query Dashboard#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23706 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_query Dashboard#slo_query}", "stability": "stable", "summary": "slo_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23712 }, "name": "sloQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetScatterplotDefinitionRequestScatterplotTableQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20755 }, "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20767 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#env Dashboard#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20773 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20785 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#operation_name Dashboard#operation_name}", "stability": "stable", "summary": "Name of operation on service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20791 }, "name": "operationName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#resource_name Dashboard#resource_name}", "stability": "stable", "summary": "APM resource." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20809 }, "name": "resourceName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#service Dashboard#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20815 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#stat Dashboard#stat}", "stability": "stable", "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20821 }, "name": "stat", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20761 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_upstream Dashboard#is_upstream}", "stability": "stable", "summary": "Determines whether stats for upstream or downstream dependencies should be queried." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20779 }, "name": "isUpstream", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}", "stability": "stable", "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20797 }, "name": "primaryTagName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}", "stability": "stable", "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20803 }, "name": "primaryTagValue", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20930 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20923 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21023 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21065 }, "name": "resetIsUpstream" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21107 }, "name": "resetPrimaryTagName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21123 }, "name": "resetPrimaryTagValue" } ], "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21027 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21040 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21053 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21069 }, "name": "isUpstreamInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21082 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21095 }, "name": "operationNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21111 }, "name": "primaryTagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21127 }, "name": "primaryTagValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21140 }, "name": "resourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21153 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21166 }, "name": "statInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21017 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21033 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21046 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21059 }, "name": "isUpstream", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21075 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21088 }, "name": "operationName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21101 }, "name": "primaryTagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21117 }, "name": "primaryTagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21133 }, "name": "resourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21146 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21159 }, "name": "stat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 20934 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21170 }, "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21182 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#env Dashboard#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21188 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21200 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#service Dashboard#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21230 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#stat Dashboard#stat}", "stability": "stable", "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21236 }, "name": "stat", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21176 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "Array of fields to group results by." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21194 }, "name": "groupBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#operation_name Dashboard#operation_name}", "stability": "stable", "summary": "Name of operation on service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21206 }, "name": "operationName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}", "stability": "stable", "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21212 }, "name": "primaryTagName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}", "stability": "stable", "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21218 }, "name": "primaryTagValue", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#resource_name Dashboard#resource_name}", "stability": "stable", "summary": "APM resource." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21224 }, "name": "resourceName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21345 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21338 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21438 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21480 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21509 }, "name": "resetOperationName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21525 }, "name": "resetPrimaryTagName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21541 }, "name": "resetPrimaryTagValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21557 }, "name": "resetResourceName" } ], "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21442 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21455 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21468 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21484 }, "name": "groupByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21497 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21513 }, "name": "operationNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21529 }, "name": "primaryTagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21545 }, "name": "primaryTagValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21561 }, "name": "resourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21574 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21587 }, "name": "statInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21432 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21448 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21461 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21474 }, "name": "groupBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21490 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21503 }, "name": "operationName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21519 }, "name": "primaryTagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21535 }, "name": "primaryTagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21551 }, "name": "resourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21567 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21580 }, "name": "stat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21349 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21591 }, "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21609 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21615 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The cloud cost query definition." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21621 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21597 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21603 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21688 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21681 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21745 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21761 }, "name": "resetCrossOrgUuids" } ], "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21749 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21765 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21778 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21791 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21804 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21739 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21755 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21771 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21784 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21797 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21692 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22414 }, "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute Dashboard#compute}", "stability": "stable", "summary": "compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22450 }, "name": "compute", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for event platform-based queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22426 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22438 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22420 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22456 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#indexes Dashboard#indexes}", "stability": "stable", "summary": "An array of index names to query in the stream." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22432 }, "name": "indexes", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search Dashboard#search}", "stability": "stable", "summary": "search block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22462 }, "name": "search", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#storage Dashboard#storage}", "stability": "stable", "summary": "Storage location (private beta)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22444 }, "name": "storage", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21808 }, "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation methods for event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21814 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "A time interval in milliseconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21820 }, "name": "interval", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The measurable attribute to compute." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21826 }, "name": "metric", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21982 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21974 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21989 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeOutputReference" } } } ], "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21982 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21982 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21982 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21975 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21882 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21872 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21949 }, "name": "resetInterval" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21965 }, "name": "resetMetric" } ], "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21937 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21953 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21969 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21930 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21943 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21959 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21886 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22146 }, "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The event facet." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22152 }, "name": "facet", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The number of groups to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22158 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort Dashboard#sort}", "stability": "stable", "summary": "sort block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22164 }, "name": "sort", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22320 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22312 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22327 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22320 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22320 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22320 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22313 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22220 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22210 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22300 }, "name": "putSort", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22287 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22303 }, "name": "resetSort" } ], "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22297 }, "name": "sort", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22275 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22291 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22307 }, "name": "sortInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22268 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22281 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22224 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21993 }, "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation methods for the event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 21999 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The metric used for sorting group by results." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22005 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Direction of sort. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22011 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22064 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22057 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22122 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22138 }, "name": "resetOrder" } ], "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22110 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22126 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22142 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22103 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22116 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22132 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22068 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22550 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22543 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22696 }, "name": "putCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22709 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22725 }, "name": "putSearch", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22625 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22712 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22654 }, "name": "resetIndexes" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22728 }, "name": "resetSearch" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22683 }, "name": "resetStorage" } ], "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22693 }, "name": "compute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22706 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22722 }, "name": "search", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22700 }, "name": "computeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22629 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22642 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22716 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22658 }, "name": "indexesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22671 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22732 }, "name": "searchInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22687 }, "name": "storageInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22619 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22635 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22648 }, "name": "indexes", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22664 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22677 }, "name": "storage", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22554 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22331 }, "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The events search string." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22337 }, "name": "query", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22376 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22369 }, "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22410 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22403 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22380 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23987 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23979 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23994 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryOutputReference" } } } ], "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23987 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23987 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23987 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23980 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQuery" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22736 }, "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22760 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The metrics query definition." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22766 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22742 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22748 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for metrics queries. Defaults to `\"metrics\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22754 }, "name": "dataSource", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22833 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22826 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22890 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22906 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22922 }, "name": "resetDataSource" } ], "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22894 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22910 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22926 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22939 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22952 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22884 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22900 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22916 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22932 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22945 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22837 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23796 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23786 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23871 }, "name": "putApmDependencyStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23887 }, "name": "putApmResourceStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23903 }, "name": "putCloudCostQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23919 }, "name": "putEventQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23935 }, "name": "putMetricQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23951 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23967 }, "name": "putSloQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23874 }, "name": "resetApmDependencyStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23890 }, "name": "resetApmResourceStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23906 }, "name": "resetCloudCostQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23922 }, "name": "resetEventQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23938 }, "name": "resetMetricQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23954 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23970 }, "name": "resetSloQuery" } ], "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23868 }, "name": "apmDependencyStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23884 }, "name": "apmResourceStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23900 }, "name": "cloudCostQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23916 }, "name": "eventQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23932 }, "name": "metricQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23948 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23964 }, "name": "sloQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23878 }, "name": "apmDependencyStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23894 }, "name": "apmResourceStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23910 }, "name": "cloudCostQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23926 }, "name": "eventQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23942 }, "name": "metricQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23958 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23974 }, "name": "sloQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23800 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQuery" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22956 }, "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for process queries. Valid values are `process`, `container`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22974 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The process metric name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22992 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22998 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22962 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22968 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_normalized_cpu Dashboard#is_normalized_cpu}", "stability": "stable", "summary": "Whether to normalize the CPU percentages." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22980 }, "name": "isNormalizedCpu", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The number of hits to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 22986 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort Dashboard#sort}", "stability": "stable", "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23004 }, "name": "sort", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#tag_filters Dashboard#tag_filters}", "stability": "stable", "summary": "An array of tags to filter by." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23010 }, "name": "tagFilters", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#text_filter Dashboard#text_filter}", "stability": "stable", "summary": "The text to use as a filter." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23016 }, "name": "textFilter", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23118 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23111 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23205 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23221 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23250 }, "name": "resetIsNormalizedCpu" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23266 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23308 }, "name": "resetSort" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23324 }, "name": "resetTagFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23340 }, "name": "resetTextFilter" } ], "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23209 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23225 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23238 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23254 }, "name": "isNormalizedCpuInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23270 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23283 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23296 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23312 }, "name": "sortInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23328 }, "name": "tagFiltersInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23344 }, "name": "textFilterInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23199 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23215 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23231 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23244 }, "name": "isNormalizedCpu", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23260 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23276 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23289 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23302 }, "name": "sort", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23318 }, "name": "tagFilters", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23334 }, "name": "textFilter", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23122 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23348 }, "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for SLO queries. Valid values are `slo`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23366 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#measure Dashboard#measure}", "stability": "stable", "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23378 }, "name": "measure", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_id Dashboard#slo_id}", "stability": "stable", "summary": "ID of an SLO to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23390 }, "name": "sloId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#additional_query_filters Dashboard#additional_query_filters}", "stability": "stable", "summary": "Additional filters applied to the SLO query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23354 }, "name": "additionalQueryFilters", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23360 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_mode Dashboard#group_mode}", "stability": "stable", "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23372 }, "name": "groupMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23384 }, "name": "name", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_query_type Dashboard#slo_query_type}", "stability": "stable", "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23396 }, "name": "sloQueryType", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23484 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23477 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23559 }, "name": "resetAdditionalQueryFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23575 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23604 }, "name": "resetGroupMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23633 }, "name": "resetName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23662 }, "name": "resetSloQueryType" } ], "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23563 }, "name": "additionalQueryFiltersInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23579 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23592 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23608 }, "name": "groupModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23621 }, "name": "measureInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23637 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23650 }, "name": "sloIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23666 }, "name": "sloQueryTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23553 }, "name": "additionalQueryFilters", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23569 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23585 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23598 }, "name": "groupMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23614 }, "name": "measure", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23627 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23643 }, "name": "sloId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23656 }, "name": "sloQueryType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 23488 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestX": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestX", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2009 }, "name": "DashboardWidgetScatterplotDefinitionRequestX", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "Aggregator used for the request. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2015 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_query Dashboard#apm_query}", "stability": "stable", "summary": "apm_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2027 }, "name": "apmQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#log_query Dashboard#log_query}", "stability": "stable", "summary": "log_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2033 }, "name": "logQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#process_query Dashboard#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2039 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#q Dashboard#q}", "stability": "stable", "summary": "The metric query to use for this widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2021 }, "name": "q", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#rum_query Dashboard#rum_query}", "stability": "stable", "summary": "rum_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2045 }, "name": "rumQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#security_query Dashboard#security_query}", "stability": "stable", "summary": "security_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2051 }, "name": "securityQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestX" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24827 }, "name": "DashboardWidgetScatterplotDefinitionRequestXApmQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24833 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24845 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24851 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24857 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24839 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetScatterplotDefinitionRequestXApmQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24151 }, "name": "DashboardWidgetScatterplotDefinitionRequestXApmQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24157 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24163 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24169 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetScatterplotDefinitionRequestXApmQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24222 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24215 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24280 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24296 }, "name": "resetInterval" } ], "name": "DashboardWidgetScatterplotDefinitionRequestXApmQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24268 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24284 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24300 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24261 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24274 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24290 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24226 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetScatterplotDefinitionRequestXApmQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24454 }, "name": "DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24460 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24466 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24472 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24631 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24623 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24638 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24631 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24631 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24631 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24624 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24528 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24518 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24611 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24582 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24598 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24614 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24608 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24586 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24602 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24618 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24576 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24592 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24532 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24304 }, "name": "DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24310 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24322 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24316 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24375 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24368 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24433 }, "name": "resetFacet" } ], "name": "DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24421 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24437 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24450 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24414 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24427 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24443 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24379 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24642 }, "name": "DashboardWidgetScatterplotDefinitionRequestXApmQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24648 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24654 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24660 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetScatterplotDefinitionRequestXApmQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24816 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24808 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24823 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetScatterplotDefinitionRequestXApmQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24816 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24816 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24816 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24809 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetScatterplotDefinitionRequestXApmQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24716 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24706 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24783 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24799 }, "name": "resetInterval" } ], "name": "DashboardWidgetScatterplotDefinitionRequestXApmQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24771 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24787 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24803 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24764 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24777 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24793 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24720 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetScatterplotDefinitionRequestXApmQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24924 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24917 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25007 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25023 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25039 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25010 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25026 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25042 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24994 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetScatterplotDefinitionRequestXApmQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25004 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25020 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25036 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25014 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25030 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24982 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25046 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24998 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24975 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24988 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 24928 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetScatterplotDefinitionRequestXApmQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2326 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2318 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2333 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXOutputReference" } } } ], "name": "DashboardWidgetScatterplotDefinitionRequestXList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2326 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2326 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2326 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2319 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestX" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestXList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25726 }, "name": "DashboardWidgetScatterplotDefinitionRequestXLogQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25732 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25744 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25750 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25756 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25738 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetScatterplotDefinitionRequestXLogQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25050 }, "name": "DashboardWidgetScatterplotDefinitionRequestXLogQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25056 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25062 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25068 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetScatterplotDefinitionRequestXLogQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25121 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25114 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25179 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25195 }, "name": "resetInterval" } ], "name": "DashboardWidgetScatterplotDefinitionRequestXLogQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25167 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25183 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25199 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25160 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25173 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25189 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25125 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetScatterplotDefinitionRequestXLogQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25353 }, "name": "DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25359 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25365 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25371 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25530 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25522 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25537 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25530 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25530 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25530 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25523 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25427 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25417 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25510 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25481 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25497 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25513 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25507 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25485 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25501 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25517 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25475 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25491 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25431 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25203 }, "name": "DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25209 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25221 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25215 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25274 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25267 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25332 }, "name": "resetFacet" } ], "name": "DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25320 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25336 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25349 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25313 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25326 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25342 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25278 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25541 }, "name": "DashboardWidgetScatterplotDefinitionRequestXLogQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25547 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25553 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25559 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetScatterplotDefinitionRequestXLogQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25715 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25707 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25722 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetScatterplotDefinitionRequestXLogQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25715 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25715 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25715 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25708 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetScatterplotDefinitionRequestXLogQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25615 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25605 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25682 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25698 }, "name": "resetInterval" } ], "name": "DashboardWidgetScatterplotDefinitionRequestXLogQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25670 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25686 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25702 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25663 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25676 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25692 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25619 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetScatterplotDefinitionRequestXLogQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25823 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25816 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25906 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25922 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25938 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25909 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25925 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25941 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25893 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetScatterplotDefinitionRequestXLogQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25903 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25919 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25935 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25913 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25929 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25881 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25945 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25897 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25874 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25887 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4400.ts", "line": 25827 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetScatterplotDefinitionRequestXLogQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2135 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2125 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2242 }, "name": "putApmQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2258 }, "name": "putLogQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2274 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2290 }, "name": "putRumQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2306 }, "name": "putSecurityQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2213 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2245 }, "name": "resetApmQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2261 }, "name": "resetLogQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2277 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2229 }, "name": "resetQ" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2293 }, "name": "resetRumQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2309 }, "name": "resetSecurityQuery" } ], "name": "DashboardWidgetScatterplotDefinitionRequestXOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2239 }, "name": "apmQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2255 }, "name": "logQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2271 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2287 }, "name": "rumQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2303 }, "name": "securityQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2217 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2249 }, "name": "apmQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2265 }, "name": "logQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2281 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2233 }, "name": "qInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2297 }, "name": "rumQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2313 }, "name": "securityQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2207 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2223 }, "name": "q", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2139 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestX" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestXOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23 }, "name": "DashboardWidgetScatterplotDefinitionRequestXProcessQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "Your chosen metric." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 41 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#filter_by Dashboard#filter_by}", "stability": "stable", "summary": "A list of processes." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 29 }, "name": "filterBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The max number of items in the filter list." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 35 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_by Dashboard#search_by}", "stability": "stable", "summary": "Your chosen search term." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 47 }, "name": "searchBy", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestXProcessQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 107 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 100 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 158 }, "name": "resetFilterBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 174 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 203 }, "name": "resetSearchBy" } ], "name": "DashboardWidgetScatterplotDefinitionRequestXProcessQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 162 }, "name": "filterByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 178 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 191 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 207 }, "name": "searchByInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 152 }, "name": "filterBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 168 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 184 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 197 }, "name": "searchBy", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 111 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXProcessQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestXProcessQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 887 }, "name": "DashboardWidgetScatterplotDefinitionRequestXRumQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 893 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 905 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 911 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 917 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 899 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestXRumQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 211 }, "name": "DashboardWidgetScatterplotDefinitionRequestXRumQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 217 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 223 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 229 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestXRumQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 282 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 275 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 340 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 356 }, "name": "resetInterval" } ], "name": "DashboardWidgetScatterplotDefinitionRequestXRumQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 328 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 344 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 360 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 321 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 334 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 350 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 286 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestXRumQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 514 }, "name": "DashboardWidgetScatterplotDefinitionRequestXRumQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 520 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 526 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 532 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestXRumQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 691 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 683 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 698 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetScatterplotDefinitionRequestXRumQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 691 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 691 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 691 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 684 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestXRumQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 588 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 578 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 671 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 642 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 658 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 674 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetScatterplotDefinitionRequestXRumQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 668 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 646 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 662 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 678 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 636 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 652 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 592 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestXRumQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 364 }, "name": "DashboardWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 370 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 382 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 376 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 435 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 428 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 493 }, "name": "resetFacet" } ], "name": "DashboardWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 481 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 497 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 510 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 474 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 487 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 503 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 439 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 702 }, "name": "DashboardWidgetScatterplotDefinitionRequestXRumQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 708 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 714 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 720 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestXRumQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 876 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 868 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 883 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetScatterplotDefinitionRequestXRumQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 876 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 876 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 876 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 869 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestXRumQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 776 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 766 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 843 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 859 }, "name": "resetInterval" } ], "name": "DashboardWidgetScatterplotDefinitionRequestXRumQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 831 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 847 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 863 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 824 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 837 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 853 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 780 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestXRumQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 984 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 977 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1067 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1083 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1099 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1070 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1086 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1102 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1054 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetScatterplotDefinitionRequestXRumQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1064 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1080 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1096 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1074 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1090 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1042 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1106 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1058 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1035 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1048 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 988 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestXRumQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1786 }, "name": "DashboardWidgetScatterplotDefinitionRequestXSecurityQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1792 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1804 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1810 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1816 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1798 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestXSecurityQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1110 }, "name": "DashboardWidgetScatterplotDefinitionRequestXSecurityQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1116 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1122 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1128 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestXSecurityQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1181 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1174 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1239 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1255 }, "name": "resetInterval" } ], "name": "DashboardWidgetScatterplotDefinitionRequestXSecurityQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1227 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1243 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1259 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1220 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1233 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1249 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1185 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestXSecurityQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1413 }, "name": "DashboardWidgetScatterplotDefinitionRequestXSecurityQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1419 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1425 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1431 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestXSecurityQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1590 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1582 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1597 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetScatterplotDefinitionRequestXSecurityQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1590 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1590 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1590 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1583 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestXSecurityQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1487 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1477 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1570 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1541 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1557 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1573 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetScatterplotDefinitionRequestXSecurityQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1567 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1545 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1561 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1577 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1535 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1551 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1491 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestXSecurityQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1263 }, "name": "DashboardWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1269 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1281 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1275 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1334 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1327 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1392 }, "name": "resetFacet" } ], "name": "DashboardWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1380 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1396 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1409 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1373 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1386 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1402 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1338 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1601 }, "name": "DashboardWidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1607 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1613 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1619 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1775 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1767 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1782 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1775 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1775 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1775 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1768 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1675 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1665 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1742 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1758 }, "name": "resetInterval" } ], "name": "DashboardWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1730 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1746 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1762 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1723 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1736 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1752 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1679 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1883 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1876 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1966 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1982 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1998 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1969 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1985 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2001 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1953 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetScatterplotDefinitionRequestXSecurityQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1963 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1979 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1995 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1973 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1989 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1941 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2005 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1957 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1934 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1947 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 1887 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestXSecurityQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestY": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestY", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6121 }, "name": "DashboardWidgetScatterplotDefinitionRequestY", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "Aggregator used for the request. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6127 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_query Dashboard#apm_query}", "stability": "stable", "summary": "apm_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6139 }, "name": "apmQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#log_query Dashboard#log_query}", "stability": "stable", "summary": "log_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6145 }, "name": "logQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#process_query Dashboard#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6151 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#q Dashboard#q}", "stability": "stable", "summary": "The metric query to use for this widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6133 }, "name": "q", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#rum_query Dashboard#rum_query}", "stability": "stable", "summary": "rum_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6157 }, "name": "rumQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#security_query Dashboard#security_query}", "stability": "stable", "summary": "security_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6163 }, "name": "securityQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestY" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3013 }, "name": "DashboardWidgetScatterplotDefinitionRequestYApmQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3019 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3031 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3037 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3043 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3025 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYApmQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2337 }, "name": "DashboardWidgetScatterplotDefinitionRequestYApmQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2343 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2349 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2355 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYApmQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2408 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2401 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2466 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2482 }, "name": "resetInterval" } ], "name": "DashboardWidgetScatterplotDefinitionRequestYApmQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2454 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2470 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2486 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2447 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2460 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2476 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2412 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYApmQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2640 }, "name": "DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2646 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2652 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2658 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2817 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2809 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2824 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2817 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2817 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2817 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2810 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2714 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2704 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2797 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2768 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2784 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2800 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2794 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2772 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2788 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2804 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2762 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2778 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2718 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2490 }, "name": "DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2496 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2508 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2502 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.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/index-structs/structs4800.ts", "line": 2554 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2619 }, "name": "resetFacet" } ], "name": "DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2607 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2623 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2636 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2600 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2613 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2629 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2565 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2828 }, "name": "DashboardWidgetScatterplotDefinitionRequestYApmQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2834 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2840 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2846 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYApmQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3002 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2994 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3009 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetScatterplotDefinitionRequestYApmQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3002 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3002 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3002 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2995 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYApmQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2902 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2892 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2969 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2985 }, "name": "resetInterval" } ], "name": "DashboardWidgetScatterplotDefinitionRequestYApmQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2957 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2973 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2989 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2950 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2963 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2979 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 2906 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYApmQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3110 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3103 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3193 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3209 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3225 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3196 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3212 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3228 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3180 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetScatterplotDefinitionRequestYApmQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3190 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3206 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3222 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3200 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3216 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3168 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3232 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3184 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3161 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3174 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3114 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYApmQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6438 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6430 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6445 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYOutputReference" } } } ], "name": "DashboardWidgetScatterplotDefinitionRequestYList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6438 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6438 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6438 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6431 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestY" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3912 }, "name": "DashboardWidgetScatterplotDefinitionRequestYLogQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3918 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3930 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3936 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3942 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3924 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYLogQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3236 }, "name": "DashboardWidgetScatterplotDefinitionRequestYLogQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3242 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3248 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3254 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYLogQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3307 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3300 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3365 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3381 }, "name": "resetInterval" } ], "name": "DashboardWidgetScatterplotDefinitionRequestYLogQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3353 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3369 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3385 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3346 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3359 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3375 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3311 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYLogQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3539 }, "name": "DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3545 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3551 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3557 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3716 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3708 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3723 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3716 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3716 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3716 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3709 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3613 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3603 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3696 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3667 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3683 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3699 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3693 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3671 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3687 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3703 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3661 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3677 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3617 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3389 }, "name": "DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3395 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3407 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3401 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3460 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3453 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3518 }, "name": "resetFacet" } ], "name": "DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3506 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3522 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3535 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3499 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3512 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3528 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3464 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3727 }, "name": "DashboardWidgetScatterplotDefinitionRequestYLogQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3733 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3739 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3745 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYLogQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3901 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3893 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3908 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetScatterplotDefinitionRequestYLogQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3901 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3901 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3901 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3894 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYLogQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3801 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3791 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3868 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3884 }, "name": "resetInterval" } ], "name": "DashboardWidgetScatterplotDefinitionRequestYLogQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3856 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3872 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3888 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3849 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3862 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3878 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 3805 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYLogQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4009 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4002 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4092 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4108 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4124 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4095 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4111 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4127 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4079 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetScatterplotDefinitionRequestYLogQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4089 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4105 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4121 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4099 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4115 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4067 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4131 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4083 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4060 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4073 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4013 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYLogQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.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" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6237 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6354 }, "name": "putApmQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6370 }, "name": "putLogQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6386 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6402 }, "name": "putRumQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6418 }, "name": "putSecurityQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6325 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6357 }, "name": "resetApmQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6373 }, "name": "resetLogQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6389 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6341 }, "name": "resetQ" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6405 }, "name": "resetRumQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6421 }, "name": "resetSecurityQuery" } ], "name": "DashboardWidgetScatterplotDefinitionRequestYOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6351 }, "name": "apmQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6367 }, "name": "logQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6383 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6399 }, "name": "rumQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6415 }, "name": "securityQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6329 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6361 }, "name": "apmQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6377 }, "name": "logQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6393 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6345 }, "name": "qInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6409 }, "name": "rumQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6425 }, "name": "securityQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6319 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6335 }, "name": "q", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6251 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestY" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4135 }, "name": "DashboardWidgetScatterplotDefinitionRequestYProcessQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "Your chosen metric." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4153 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#filter_by Dashboard#filter_by}", "stability": "stable", "summary": "A list of processes." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4141 }, "name": "filterBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The max number of items in the filter list." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4147 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_by Dashboard#search_by}", "stability": "stable", "summary": "Your chosen search term." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4159 }, "name": "searchBy", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYProcessQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4219 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4212 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4270 }, "name": "resetFilterBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4286 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4315 }, "name": "resetSearchBy" } ], "name": "DashboardWidgetScatterplotDefinitionRequestYProcessQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4274 }, "name": "filterByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4290 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4303 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4319 }, "name": "searchByInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4264 }, "name": "filterBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4280 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4296 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4309 }, "name": "searchBy", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4223 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYProcessQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYProcessQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4999 }, "name": "DashboardWidgetScatterplotDefinitionRequestYRumQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5005 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5017 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5023 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5029 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5011 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYRumQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4323 }, "name": "DashboardWidgetScatterplotDefinitionRequestYRumQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4329 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4335 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4341 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYRumQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4394 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4387 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4452 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4468 }, "name": "resetInterval" } ], "name": "DashboardWidgetScatterplotDefinitionRequestYRumQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4440 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4456 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4472 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4433 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4446 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4462 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4398 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYRumQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4626 }, "name": "DashboardWidgetScatterplotDefinitionRequestYRumQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4632 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4638 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4644 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYRumQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4803 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4795 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4810 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetScatterplotDefinitionRequestYRumQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4803 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4803 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4803 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4796 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYRumQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4700 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4690 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4783 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4754 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4770 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4786 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetScatterplotDefinitionRequestYRumQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4780 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4758 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4774 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4790 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4748 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4764 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4704 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYRumQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4476 }, "name": "DashboardWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4482 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4494 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4488 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4547 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4540 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4605 }, "name": "resetFacet" } ], "name": "DashboardWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4593 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4609 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4622 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4586 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4599 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4615 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4551 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4814 }, "name": "DashboardWidgetScatterplotDefinitionRequestYRumQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4820 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4826 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4832 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYRumQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4988 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4980 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4995 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetScatterplotDefinitionRequestYRumQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4988 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4988 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4988 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4981 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYRumQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4888 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4878 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4955 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4971 }, "name": "resetInterval" } ], "name": "DashboardWidgetScatterplotDefinitionRequestYRumQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4943 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4959 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4975 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4936 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4949 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4965 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 4892 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYRumQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5096 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5089 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5179 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5195 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5211 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5182 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5198 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5214 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5166 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetScatterplotDefinitionRequestYRumQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5176 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5192 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5208 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5186 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5202 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5154 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5218 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5170 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5147 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5160 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5100 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYRumQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5898 }, "name": "DashboardWidgetScatterplotDefinitionRequestYSecurityQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5904 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5916 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5922 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5928 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5910 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYSecurityQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5222 }, "name": "DashboardWidgetScatterplotDefinitionRequestYSecurityQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5228 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5234 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5240 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYSecurityQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5293 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5286 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5351 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5367 }, "name": "resetInterval" } ], "name": "DashboardWidgetScatterplotDefinitionRequestYSecurityQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5339 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5355 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5371 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5332 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5345 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5361 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5297 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYSecurityQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5525 }, "name": "DashboardWidgetScatterplotDefinitionRequestYSecurityQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5531 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5537 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5543 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYSecurityQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5702 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5694 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5709 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetScatterplotDefinitionRequestYSecurityQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5702 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5702 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5702 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5695 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYSecurityQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5599 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5589 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5682 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5653 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5669 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5685 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetScatterplotDefinitionRequestYSecurityQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5679 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5657 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5673 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5689 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5647 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5663 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5603 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYSecurityQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5375 }, "name": "DashboardWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5381 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5393 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5387 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5446 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5439 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5504 }, "name": "resetFacet" } ], "name": "DashboardWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5492 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5508 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5521 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5485 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5498 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5514 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5450 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5713 }, "name": "DashboardWidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5719 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5725 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5731 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5887 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5879 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5894 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5887 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5887 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5887 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5880 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5787 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5777 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5854 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5870 }, "name": "resetInterval" } ], "name": "DashboardWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5842 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5858 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5874 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5835 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5848 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5864 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5791 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5995 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5988 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6078 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6094 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6110 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6081 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6097 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6113 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6065 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetScatterplotDefinitionRequestYSecurityQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6075 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6091 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6107 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6085 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6101 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6053 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6117 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6069 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6046 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6059 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 5999 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYSecurityQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionXaxis": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionXaxis", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6605 }, "name": "DashboardWidgetScatterplotDefinitionXaxis", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#include_zero Dashboard#include_zero}", "stability": "stable", "summary": "Always include zero or fit the axis to the data range." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6611 }, "name": "includeZero", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "The label of the axis to display on the graph." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6617 }, "name": "label", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#max Dashboard#max}", "stability": "stable", "summary": "Specify the maximum value to show on the Y-axis." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6623 }, "name": "max", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#min Dashboard#min}", "stability": "stable", "summary": "Specify the minimum value to show on the Y-axis." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6629 }, "name": "min", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#scale Dashboard#scale}", "stability": "stable", "summary": "Specify the scale type, options: `linear`, `log`, `pow`, `sqrt`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6635 }, "name": "scale", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionXaxis" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionXaxisOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionXaxisOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6702 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6695 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6759 }, "name": "resetIncludeZero" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6775 }, "name": "resetLabel" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6791 }, "name": "resetMax" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6807 }, "name": "resetMin" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6823 }, "name": "resetScale" } ], "name": "DashboardWidgetScatterplotDefinitionXaxisOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6763 }, "name": "includeZeroInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6779 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6795 }, "name": "maxInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6811 }, "name": "minInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6827 }, "name": "scaleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6753 }, "name": "includeZero", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6769 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6785 }, "name": "max", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6801 }, "name": "min", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6817 }, "name": "scale", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6706 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionXaxis" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionXaxisOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionYaxis": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionYaxis", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6831 }, "name": "DashboardWidgetScatterplotDefinitionYaxis", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#include_zero Dashboard#include_zero}", "stability": "stable", "summary": "Always include zero or fit the axis to the data range." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6837 }, "name": "includeZero", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "The label of the axis to display on the graph." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6843 }, "name": "label", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#max Dashboard#max}", "stability": "stable", "summary": "Specify the maximum value to show on the Y-axis." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6849 }, "name": "max", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#min Dashboard#min}", "stability": "stable", "summary": "Specify the minimum value to show on the Y-axis." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6855 }, "name": "min", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#scale Dashboard#scale}", "stability": "stable", "summary": "Specify the scale type, options: `linear`, `log`, `pow`, `sqrt`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6861 }, "name": "scale", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionYaxis" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionYaxisOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionYaxisOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6928 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6921 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6985 }, "name": "resetIncludeZero" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7001 }, "name": "resetLabel" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7017 }, "name": "resetMax" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7033 }, "name": "resetMin" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7049 }, "name": "resetScale" } ], "name": "DashboardWidgetScatterplotDefinitionYaxisOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6989 }, "name": "includeZeroInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7005 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7021 }, "name": "maxInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7037 }, "name": "minInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7053 }, "name": "scaleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6979 }, "name": "includeZero", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6995 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7011 }, "name": "max", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7027 }, "name": "min", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7043 }, "name": "scale", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 6932 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionYaxis" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionYaxisOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetServiceLevelObjectiveDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetServiceLevelObjectiveDefinition", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7423 }, "name": "DashboardWidgetServiceLevelObjectiveDefinition", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_id Dashboard#slo_id}", "stability": "stable", "summary": "The ID of the service level objective used by the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7447 }, "name": "sloId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Valid values are `7d`, `30d`, `90d`, `week_to_date`, `previous_week`, `month_to_date`, `previous_month`, `global_time`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#time_windows Dashboard#time_windows}", "stability": "stable", "summary": "A list of time windows to display in the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7453 }, "name": "timeWindows", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#view_mode Dashboard#view_mode}", "stability": "stable", "summary": "The view mode for the widget. Valid values are `overall`, `component`, `both`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7477 }, "name": "viewMode", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#view_type Dashboard#view_type}", "stability": "stable", "summary": "The type of view to use when displaying the widget. Only `detail` is supported." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7483 }, "name": "viewType", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#additional_query_filters Dashboard#additional_query_filters}", "stability": "stable", "summary": "Additional filters applied to the SLO query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7429 }, "name": "additionalQueryFilters", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#global_time_target Dashboard#global_time_target}", "stability": "stable", "summary": "The global time target of the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7435 }, "name": "globalTimeTarget", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#show_error_budget Dashboard#show_error_budget}", "stability": "stable", "summary": "Whether to show the error budget or not." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7441 }, "name": "showErrorBudget", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title Dashboard#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7459 }, "name": "title", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_align Dashboard#title_align}", "stability": "stable", "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7465 }, "name": "titleAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_size Dashboard#title_size}", "stability": "stable", "summary": "The size of the widget's title (defaults to 16)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7471 }, "name": "titleSize", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetServiceLevelObjectiveDefinition" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetServiceLevelObjectiveDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetServiceLevelObjectiveDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7585 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7578 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7672 }, "name": "resetAdditionalQueryFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7688 }, "name": "resetGlobalTimeTarget" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7704 }, "name": "resetShowErrorBudget" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7746 }, "name": "resetTitle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7762 }, "name": "resetTitleAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7778 }, "name": "resetTitleSize" } ], "name": "DashboardWidgetServiceLevelObjectiveDefinitionOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7676 }, "name": "additionalQueryFiltersInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7692 }, "name": "globalTimeTargetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7708 }, "name": "showErrorBudgetInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7721 }, "name": "sloIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7734 }, "name": "timeWindowsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7766 }, "name": "titleAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7750 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7782 }, "name": "titleSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7795 }, "name": "viewModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7808 }, "name": "viewTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7666 }, "name": "additionalQueryFilters", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7682 }, "name": "globalTimeTarget", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7698 }, "name": "showErrorBudget", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7714 }, "name": "sloId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7727 }, "name": "timeWindows", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7740 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7756 }, "name": "titleAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7772 }, "name": "titleSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7788 }, "name": "viewMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7801 }, "name": "viewType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7589 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetServiceLevelObjectiveDefinition" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetServiceLevelObjectiveDefinitionOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetServicemapDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetServicemapDefinition", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8035 }, "name": "DashboardWidgetServicemapDefinition", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#filters Dashboard#filters}", "stability": "stable", "summary": "Your environment and primary tag (or `*` if enabled for your account)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8041 }, "name": "filters", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#service Dashboard#service}", "stability": "stable", "summary": "The ID of the service to map." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8047 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_link Dashboard#custom_link}", "stability": "stable", "summary": "custom_link block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8071 }, "name": "customLink", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetServicemapDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title Dashboard#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8053 }, "name": "title", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_align Dashboard#title_align}", "stability": "stable", "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8059 }, "name": "titleAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_size Dashboard#title_size}", "stability": "stable", "summary": "The size of the widget's title (defaults to 16)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8065 }, "name": "titleSize", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetServicemapDefinition" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetServicemapDefinitionCustomLink": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetServicemapDefinitionCustomLink", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7812 }, "name": "DashboardWidgetServicemapDefinitionCustomLink", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_hidden Dashboard#is_hidden}", "stability": "stable", "summary": "The flag for toggling context menu link visibility." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7818 }, "name": "isHidden", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "The label for the custom link URL." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7824 }, "name": "label", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#link Dashboard#link}", "stability": "stable", "summary": "The URL of the custom link." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7830 }, "name": "link", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#override_label Dashboard#override_label}", "stability": "stable", "summary": "The label ID that refers to a context menu link item." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7836 }, "name": "overrideLabel", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetServicemapDefinitionCustomLink" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetServicemapDefinitionCustomLinkList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetServicemapDefinitionCustomLinkList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8024 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8016 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8031 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetServicemapDefinitionCustomLinkOutputReference" } } } ], "name": "DashboardWidgetServicemapDefinitionCustomLinkList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8024 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8024 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8024 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8017 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetServicemapDefinitionCustomLink" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetServicemapDefinitionCustomLinkList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetServicemapDefinitionCustomLinkOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetServicemapDefinitionCustomLinkOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7899 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7889 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7959 }, "name": "resetIsHidden" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7975 }, "name": "resetLabel" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7991 }, "name": "resetLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8007 }, "name": "resetOverrideLabel" } ], "name": "DashboardWidgetServicemapDefinitionCustomLinkOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7963 }, "name": "isHiddenInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7979 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7995 }, "name": "linkInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8011 }, "name": "overrideLabelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7953 }, "name": "isHidden", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7969 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7985 }, "name": "link", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8001 }, "name": "overrideLabel", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 7903 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetServicemapDefinitionCustomLink" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetServicemapDefinitionCustomLinkOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetServicemapDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetServicemapDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8145 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8138 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8279 }, "name": "putCustomLink", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetServicemapDefinitionCustomLink" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8282 }, "name": "resetCustomLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8234 }, "name": "resetTitle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8250 }, "name": "resetTitleAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8266 }, "name": "resetTitleSize" } ], "name": "DashboardWidgetServicemapDefinitionOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8276 }, "name": "customLink", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetServicemapDefinitionCustomLinkList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8286 }, "name": "customLinkInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetServicemapDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8209 }, "name": "filtersInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8222 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8254 }, "name": "titleAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8238 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8270 }, "name": "titleSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8202 }, "name": "filters", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8215 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8228 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8244 }, "name": "titleAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8260 }, "name": "titleSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8149 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetServicemapDefinition" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetServicemapDefinitionOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSloListDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSloListDefinition", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8673 }, "name": "DashboardWidgetSloListDefinition", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#request Dashboard#request}", "stability": "stable", "summary": "request block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8697 }, "name": "request", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSloListDefinitionRequest" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title Dashboard#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8679 }, "name": "title", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_align Dashboard#title_align}", "stability": "stable", "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8685 }, "name": "titleAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_size Dashboard#title_size}", "stability": "stable", "summary": "The size of the widget's title (defaults to 16)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8691 }, "name": "titleSize", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSloListDefinition" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSloListDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSloListDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8757 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8750 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8853 }, "name": "putRequest", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSloListDefinitionRequest" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8808 }, "name": "resetTitle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8824 }, "name": "resetTitleAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8840 }, "name": "resetTitleSize" } ], "name": "DashboardWidgetSloListDefinitionOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8850 }, "name": "request", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSloListDefinitionRequestOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8857 }, "name": "requestInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSloListDefinitionRequest" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8828 }, "name": "titleAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8812 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8844 }, "name": "titleSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8802 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8818 }, "name": "titleAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8834 }, "name": "titleSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8761 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSloListDefinition" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSloListDefinitionOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSloListDefinitionRequest": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSloListDefinitionRequest", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8558 }, "name": "DashboardWidgetSloListDefinitionRequest", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8570 }, "name": "query", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSloListDefinitionRequestQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#request_type Dashboard#request_type}", "stability": "stable", "summary": "The request type for the SLO List request. Valid values are `slo_list`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8564 }, "name": "requestType", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSloListDefinitionRequest" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSloListDefinitionRequestOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSloListDefinitionRequestOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8616 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8609 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8665 }, "name": "putQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSloListDefinitionRequestQuery" } } ] } ], "name": "DashboardWidgetSloListDefinitionRequestOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8662 }, "name": "query", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSloListDefinitionRequestQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8669 }, "name": "queryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSloListDefinitionRequestQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8656 }, "name": "requestTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8649 }, "name": "requestType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8620 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSloListDefinitionRequest" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSloListDefinitionRequestOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSloListDefinitionRequestQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSloListDefinitionRequestQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8405 }, "name": "DashboardWidgetSloListDefinitionRequestQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query_string Dashboard#query_string}", "stability": "stable", "summary": "Widget query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8417 }, "name": "queryString", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "Maximum number of results to display in the table. Defaults to `100`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8411 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort Dashboard#sort}", "stability": "stable", "summary": "sort block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8423 }, "name": "sort", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSloListDefinitionRequestQuerySort" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSloListDefinitionRequestQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSloListDefinitionRequestQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSloListDefinitionRequestQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8476 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8469 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8547 }, "name": "putSort", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSloListDefinitionRequestQuerySort" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8521 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8550 }, "name": "resetSort" } ], "name": "DashboardWidgetSloListDefinitionRequestQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8544 }, "name": "sort", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSloListDefinitionRequestQuerySortOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8525 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8538 }, "name": "queryStringInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8554 }, "name": "sortInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSloListDefinitionRequestQuerySort" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8515 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8531 }, "name": "queryString", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8480 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSloListDefinitionRequestQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSloListDefinitionRequestQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSloListDefinitionRequestQuerySort": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSloListDefinitionRequestQuerySort", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8290 }, "name": "DashboardWidgetSloListDefinitionRequestQuerySort", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#column Dashboard#column}", "stability": "stable", "summary": "The facet path for the column." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8296 }, "name": "column", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8302 }, "name": "order", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSloListDefinitionRequestQuerySort" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSloListDefinitionRequestQuerySortOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSloListDefinitionRequestQuerySortOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8348 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8341 }, "name": "DashboardWidgetSloListDefinitionRequestQuerySortOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8388 }, "name": "columnInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8401 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8381 }, "name": "column", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8394 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8352 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSloListDefinitionRequestQuerySort" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSloListDefinitionRequestQuerySortOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinition", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5064 }, "name": "DashboardWidgetSplitGraphDefinition", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#size Dashboard#size}", "stability": "stable", "summary": "Size of the individual graphs in the split." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5082 }, "name": "size", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#source_widget_definition Dashboard#source_widget_definition}", "stability": "stable", "summary": "source_widget_definition block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5094 }, "name": "sourceWidgetDefinition", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#split_config Dashboard#split_config}", "stability": "stable", "summary": "split_config block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5100 }, "name": "splitConfig", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfig" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#has_uniform_y_axes Dashboard#has_uniform_y_axes}", "stability": "stable", "summary": "Normalize y axes across graphs." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5070 }, "name": "hasUniformYAxes", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#live_span Dashboard#live_span}", "stability": "stable", "summary": "The timeframe to use when displaying the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5076 }, "name": "liveSpan", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title Dashboard#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5088 }, "name": "title", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinition" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5174 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5167 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5295 }, "name": "putSourceWidgetDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5308 }, "name": "putSplitConfig", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfig" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5237 }, "name": "resetHasUniformYAxes" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5253 }, "name": "resetLiveSpan" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5282 }, "name": "resetTitle" } ], "name": "DashboardWidgetSplitGraphDefinitionOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5292 }, "name": "sourceWidgetDefinition", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5305 }, "name": "splitConfig", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5241 }, "name": "hasUniformYAxesInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5257 }, "name": "liveSpanInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5270 }, "name": "sizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5299 }, "name": "sourceWidgetDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5312 }, "name": "splitConfigInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfig" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5286 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5231 }, "name": "hasUniformYAxes", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5247 }, "name": "liveSpan", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5263 }, "name": "size", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5276 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5178 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinition" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinition", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3936 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinition", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#change_definition Dashboard#change_definition}", "stability": "stable", "summary": "change_definition block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3942 }, "name": "changeDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#geomap_definition Dashboard#geomap_definition}", "stability": "stable", "summary": "geomap_definition block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3948 }, "name": "geomapDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query_table_definition Dashboard#query_table_definition}", "stability": "stable", "summary": "query_table_definition block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3954 }, "name": "queryTableDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query_value_definition Dashboard#query_value_definition}", "stability": "stable", "summary": "query_value_definition block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3960 }, "name": "queryValueDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#scatterplot_definition Dashboard#scatterplot_definition}", "stability": "stable", "summary": "scatterplot_definition block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3966 }, "name": "scatterplotDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sunburst_definition Dashboard#sunburst_definition}", "stability": "stable", "summary": "sunburst_definition block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3972 }, "name": "sunburstDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#timeseries_definition Dashboard#timeseries_definition}", "stability": "stable", "summary": "timeseries_definition block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3978 }, "name": "timeseriesDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#toplist_definition Dashboard#toplist_definition}", "stability": "stable", "summary": "toplist_definition block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3984 }, "name": "toplistDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#treemap_definition Dashboard#treemap_definition}", "stability": "stable", "summary": "treemap_definition block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3990 }, "name": "treemapDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinition" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinition" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinition", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18161 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinition", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_link Dashboard#custom_link}", "stability": "stable", "summary": "custom_link block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18191 }, "name": "customLink", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#live_span Dashboard#live_span}", "stability": "stable", "summary": "The timeframe to use when displaying the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18167 }, "name": "liveSpan", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#request Dashboard#request}", "stability": "stable", "summary": "request block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18197 }, "name": "request", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequest" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title Dashboard#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18173 }, "name": "title", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_align Dashboard#title_align}", "stability": "stable", "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18179 }, "name": "titleAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_size Dashboard#title_size}", "stability": "stable", "summary": "The size of the widget's title (defaults to 16)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18185 }, "name": "titleSize", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinition" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionCustomLink": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionCustomLink", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8861 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionCustomLink", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_hidden Dashboard#is_hidden}", "stability": "stable", "summary": "The flag for toggling context menu link visibility." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8867 }, "name": "isHidden", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "The label for the custom link URL." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8873 }, "name": "label", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#link Dashboard#link}", "stability": "stable", "summary": "The URL of the custom link." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8879 }, "name": "link", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#override_label Dashboard#override_label}", "stability": "stable", "summary": "The label ID that refers to a context menu link item." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8885 }, "name": "overrideLabel", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionCustomLink" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionCustomLinkList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionCustomLinkList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9073 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9065 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9080 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionCustomLinkOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionCustomLinkList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9073 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9073 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9073 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9066 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionCustomLink" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionCustomLinkList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionCustomLinkOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionCustomLinkOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8948 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8938 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9008 }, "name": "resetIsHidden" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9024 }, "name": "resetLabel" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9040 }, "name": "resetLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9056 }, "name": "resetOverrideLabel" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionCustomLinkOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9012 }, "name": "isHiddenInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9028 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9044 }, "name": "linkInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9060 }, "name": "overrideLabelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9002 }, "name": "isHidden", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9018 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9034 }, "name": "link", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9050 }, "name": "overrideLabel", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 8952 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionCustomLink" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionCustomLinkOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18271 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18264 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18395 }, "name": "putCustomLink", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionCustomLink" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18411 }, "name": "putRequest", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequest" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18398 }, "name": "resetCustomLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18334 }, "name": "resetLiveSpan" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18414 }, "name": "resetRequest" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18350 }, "name": "resetTitle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18366 }, "name": "resetTitleAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18382 }, "name": "resetTitleSize" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18392 }, "name": "customLink", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionCustomLinkList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18408 }, "name": "request", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18402 }, "name": "customLinkInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18338 }, "name": "liveSpanInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18418 }, "name": "requestInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequest" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18370 }, "name": "titleAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18354 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18386 }, "name": "titleSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18328 }, "name": "liveSpan", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18344 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18360 }, "name": "titleAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18376 }, "name": "titleSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18275 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinition" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequest": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequest", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17588 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequest", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_query Dashboard#apm_query}", "stability": "stable", "summary": "apm_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17636 }, "name": "apmQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#change_type Dashboard#change_type}", "stability": "stable", "summary": "Whether to show absolute or relative change. Valid values are `absolute`, `relative`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17594 }, "name": "changeType", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compare_to Dashboard#compare_to}", "stability": "stable", "summary": "Choose from when to compare current data to. Valid values are `hour_before`, `day_before`, `week_before`, `month_before`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17600 }, "name": "compareTo", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#formula Dashboard#formula}", "stability": "stable", "summary": "formula block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17642 }, "name": "formula", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormula" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#increase_good Dashboard#increase_good}", "stability": "stable", "summary": "A Boolean indicating whether an increase in the value is good (displayed in green) or not (displayed in red)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17606 }, "name": "increaseGood", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#log_query Dashboard#log_query}", "stability": "stable", "summary": "log_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17648 }, "name": "logQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order_by Dashboard#order_by}", "stability": "stable", "summary": "What to order by. Valid values are `change`, `name`, `present`, `past`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17612 }, "name": "orderBy", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order_dir Dashboard#order_dir}", "stability": "stable", "summary": "Widget sorting method. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17618 }, "name": "orderDir", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#process_query Dashboard#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17654 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#q Dashboard#q}", "stability": "stable", "summary": "The metric query to use for this widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17624 }, "name": "q", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17660 }, "name": "query", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuery" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#rum_query Dashboard#rum_query}", "stability": "stable", "summary": "rum_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17666 }, "name": "rumQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#security_query Dashboard#security_query}", "stability": "stable", "summary": "security_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17672 }, "name": "securityQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#show_present Dashboard#show_present}", "stability": "stable", "summary": "If set to `true`, displays the current value." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17630 }, "name": "showPresent", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequest" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9760 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9766 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9778 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9784 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9790 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9772 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9084 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9090 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9096 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9102 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9155 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9148 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9213 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9229 }, "name": "resetInterval" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9201 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9217 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9233 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9194 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9207 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9223 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9159 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9387 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9393 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9399 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9405 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9564 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9556 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9571 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9564 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9564 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9564 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9557 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9461 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9451 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9544 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9515 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9531 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9547 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9541 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9519 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9535 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9551 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9509 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9525 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9465 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9237 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9243 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9255 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9249 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9308 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9301 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9366 }, "name": "resetFacet" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9354 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9370 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9383 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9347 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9360 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9376 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9312 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9575 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9581 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9587 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9593 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9749 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9741 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9756 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9749 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9749 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9749 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9742 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9649 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9639 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9716 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9732 }, "name": "resetInterval" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9704 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9720 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9736 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9697 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9710 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9726 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9653 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9857 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9850 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9940 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9956 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9972 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9943 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9959 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9975 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9927 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9937 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9953 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9969 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9947 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9963 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9915 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9979 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9931 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9908 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9921 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9861 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormula": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormula", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11135 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormula", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#formula_expression Dashboard#formula_expression}", "stability": "stable", "summary": "A string expression built from queries, formulas, and functions." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11153 }, "name": "formulaExpression", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#alias Dashboard#alias}", "stability": "stable", "summary": "An expression alias." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11141 }, "name": "alias", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cell_display_mode Dashboard#cell_display_mode}", "stability": "stable", "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11147 }, "name": "cellDisplayMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#conditional_formats Dashboard#conditional_formats}", "stability": "stable", "summary": "conditional_formats block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11159 }, "name": "conditionalFormats", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "limit block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11165 }, "name": "limit", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaLimit" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#number_format Dashboard#number_format}", "stability": "stable", "summary": "number_format block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11171 }, "name": "numberFormat", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormat" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#style Dashboard#style}", "stability": "stable", "summary": "style block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11177 }, "name": "style", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaStyle" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormula" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaConditionalFormats": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaConditionalFormats", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9983 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaConditionalFormats", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#comparator Dashboard#comparator}", "stability": "stable", "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9989 }, "name": "comparator", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "The color palette to apply." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10025 }, "name": "palette", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#value Dashboard#value}", "stability": "stable", "summary": "A value for the comparator." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10037 }, "name": "value", "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}", "stability": "stable", "summary": "The color palette to apply to the background, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 9995 }, "name": "customBgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}", "stability": "stable", "summary": "The color palette to apply to the foreground, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10001 }, "name": "customFgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#hide_value Dashboard#hide_value}", "stability": "stable", "summary": "Setting this to True hides values." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10007 }, "name": "hideValue", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#image_url Dashboard#image_url}", "stability": "stable", "summary": "Displays an image as the background." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10013 }, "name": "imageUrl", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The metric from the request to correlate with this conditional format." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10019 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#timeframe Dashboard#timeframe}", "stability": "stable", "summary": "Defines the displayed timeframe." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10031 }, "name": "timeframe", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaConditionalFormats" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaConditionalFormatsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaConditionalFormatsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.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" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10353 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10368 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaConditionalFormatsOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaConditionalFormatsList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10361 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10361 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10361 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10354 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaConditionalFormatsList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaConditionalFormatsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaConditionalFormatsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10135 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10125 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10238 }, "name": "resetCustomBgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10254 }, "name": "resetCustomFgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10270 }, "name": "resetHideValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10286 }, "name": "resetImageUrl" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10302 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10331 }, "name": "resetTimeframe" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaConditionalFormatsOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10226 }, "name": "comparatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10242 }, "name": "customBgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10258 }, "name": "customFgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10274 }, "name": "hideValueInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10290 }, "name": "imageUrlInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10306 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10319 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10335 }, "name": "timeframeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10348 }, "name": "valueInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10219 }, "name": "comparator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10232 }, "name": "customBgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10248 }, "name": "customFgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10264 }, "name": "hideValue", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10280 }, "name": "imageUrl", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10296 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10312 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10325 }, "name": "timeframe", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10341 }, "name": "value", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10139 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaConditionalFormats" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaConditionalFormatsOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaLimit": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaLimit", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10372 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaLimit", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#count Dashboard#count}", "stability": "stable", "summary": "The number of results to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10378 }, "name": "count", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10384 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaLimit" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaLimitOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaLimitOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.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/index-structs/structs4800.ts", "line": 10423 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10469 }, "name": "resetCount" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10485 }, "name": "resetOrder" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaLimitOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10473 }, "name": "countInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10489 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10463 }, "name": "count", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10479 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10434 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaLimit" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaLimitOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11449 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11441 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11456 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11449 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11449 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11449 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11442 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormula" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormat": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormat", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10896 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormat", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit Dashboard#unit}", "stability": "stable", "summary": "unit block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10902 }, "name": "unit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnit" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_scale Dashboard#unit_scale}", "stability": "stable", "summary": "unit_scale block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10908 }, "name": "unitScale", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitScale" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormat" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10954 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10947 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10990 }, "name": "putUnit", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnit" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11003 }, "name": "putUnitScale", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitScale" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11006 }, "name": "resetUnitScale" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10987 }, "name": "unit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11000 }, "name": "unitScale", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitScaleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10994 }, "name": "unitInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnit" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11010 }, "name": "unitScaleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitScale" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10958 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormat" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnit": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnit", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10694 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnit", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#canonical Dashboard#canonical}", "stability": "stable", "summary": "canonical block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10700 }, "name": "canonical", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCanonical" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom Dashboard#custom}", "stability": "stable", "summary": "custom block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10706 }, "name": "custom", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCustom" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnit" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCanonical": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCanonical", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10493 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCanonical", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_name Dashboard#unit_name}", "stability": "stable", "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10505 }, "name": "unitName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#per_unit_name Dashboard#per_unit_name}", "stability": "stable", "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10499 }, "name": "perUnitName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCanonical" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10551 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10544 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10590 }, "name": "resetPerUnitName" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10594 }, "name": "perUnitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10607 }, "name": "unitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10584 }, "name": "perUnitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10600 }, "name": "unitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10555 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCanonical" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCustom": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCustom", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10611 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCustom", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "Unit label." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10617 }, "name": "label", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCustom" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCustomOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10656 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10649 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCustomOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10690 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10683 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10660 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCustom" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCustomOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10752 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10745 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10788 }, "name": "putCanonical", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCanonical" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10804 }, "name": "putCustom", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCustom" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10791 }, "name": "resetCanonical" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10807 }, "name": "resetCustom" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10785 }, "name": "canonical", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10801 }, "name": "custom", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCustomOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10795 }, "name": "canonicalInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCanonical" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10811 }, "name": "customInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCustom" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10756 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnit" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitScale": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitScale", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10815 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitScale", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_name Dashboard#unit_name}." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10819 }, "name": "unitName", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitScale" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitScaleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10858 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10851 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitScaleOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10892 }, "name": "unitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10885 }, "name": "unitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 10862 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitScale" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitScaleOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11261 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11251 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11381 }, "name": "putConditionalFormats", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11397 }, "name": "putLimit", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaLimit" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11413 }, "name": "putNumberFormat", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormat" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11429 }, "name": "putStyle", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaStyle" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11339 }, "name": "resetAlias" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11355 }, "name": "resetCellDisplayMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11384 }, "name": "resetConditionalFormats" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11400 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11416 }, "name": "resetNumberFormat" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11432 }, "name": "resetStyle" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11378 }, "name": "conditionalFormats", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaConditionalFormatsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11394 }, "name": "limit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaLimitOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11410 }, "name": "numberFormat", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11426 }, "name": "style", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaStyleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11343 }, "name": "aliasInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11359 }, "name": "cellDisplayModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11388 }, "name": "conditionalFormatsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11372 }, "name": "formulaExpressionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11404 }, "name": "limitInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaLimit" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11420 }, "name": "numberFormatInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormat" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11436 }, "name": "styleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaStyle" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11333 }, "name": "alias", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11349 }, "name": "cellDisplayMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11365 }, "name": "formulaExpression", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11265 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormula" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaStyle": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaStyle", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11014 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaStyle", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "The color palette used to display the formula." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11020 }, "name": "palette", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette_index Dashboard#palette_index}", "stability": "stable", "summary": "Index specifying which color to use within the palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11026 }, "name": "paletteIndex", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaStyle" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaStyleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaStyleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11072 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11065 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11111 }, "name": "resetPalette" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11127 }, "name": "resetPaletteIndex" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaStyleOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11131 }, "name": "paletteIndexInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11115 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11105 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11121 }, "name": "paletteIndex", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11076 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaStyle" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaStyleOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18150 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18142 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18157 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18150 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18150 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18150 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18143 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequest" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12136 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12142 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12154 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12160 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12166 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12148 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11460 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11466 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11472 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11478 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11531 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11524 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11589 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11605 }, "name": "resetInterval" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11577 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11593 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11609 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11570 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11583 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11599 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11535 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11763 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11769 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11775 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11781 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11940 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11932 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11947 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11940 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11940 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11940 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11933 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11837 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11827 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11920 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11891 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11907 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11923 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11917 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11895 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11911 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11927 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11885 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11901 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11841 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11613 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11619 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11631 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11625 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11684 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11677 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11742 }, "name": "resetFacet" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11730 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11746 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11759 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11723 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11736 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11752 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11688 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11951 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11957 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11963 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 11969 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.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" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12117 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12132 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12125 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12125 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12125 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12118 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12025 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12015 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12092 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12108 }, "name": "resetInterval" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12080 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12096 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12112 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12073 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12086 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12102 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12029 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12233 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12226 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12316 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12332 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12348 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12319 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12335 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12351 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12303 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12313 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12329 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12345 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12323 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12339 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12291 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12355 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12307 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12284 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12297 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12237 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17805 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17795 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18034 }, "name": "putApmQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18050 }, "name": "putFormula", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormula" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18066 }, "name": "putLogQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18082 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18098 }, "name": "putQuery", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuery" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18114 }, "name": "putRumQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18130 }, "name": "putSecurityQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18037 }, "name": "resetApmQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17925 }, "name": "resetChangeType" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17941 }, "name": "resetCompareTo" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18053 }, "name": "resetFormula" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17957 }, "name": "resetIncreaseGood" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18069 }, "name": "resetLogQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17973 }, "name": "resetOrderBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17989 }, "name": "resetOrderDir" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18085 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18005 }, "name": "resetQ" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18101 }, "name": "resetQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18117 }, "name": "resetRumQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18133 }, "name": "resetSecurityQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18021 }, "name": "resetShowPresent" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18031 }, "name": "apmQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18047 }, "name": "formula", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18063 }, "name": "logQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18079 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18095 }, "name": "query", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18111 }, "name": "rumQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18127 }, "name": "securityQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18041 }, "name": "apmQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17929 }, "name": "changeTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17945 }, "name": "compareToInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18057 }, "name": "formulaInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormula" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17961 }, "name": "increaseGoodInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18073 }, "name": "logQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17977 }, "name": "orderByInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17993 }, "name": "orderDirInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18089 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18009 }, "name": "qInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18105 }, "name": "queryInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuery" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18121 }, "name": "rumQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18137 }, "name": "securityQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18025 }, "name": "showPresentInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17919 }, "name": "changeType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17935 }, "name": "compareTo", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17951 }, "name": "increaseGood", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17967 }, "name": "orderBy", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17983 }, "name": "orderDir", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17999 }, "name": "q", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18015 }, "name": "showPresent", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17809 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequest" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12359 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestProcessQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "Your chosen metric." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12377 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#filter_by Dashboard#filter_by}", "stability": "stable", "summary": "A list of processes." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12365 }, "name": "filterBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The max number of items in the filter list." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12371 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_by Dashboard#search_by}", "stability": "stable", "summary": "Your chosen search term." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12383 }, "name": "searchBy", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestProcessQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12443 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12436 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12494 }, "name": "resetFilterBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12510 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12539 }, "name": "resetSearchBy" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestProcessQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12498 }, "name": "filterByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12514 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12527 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12543 }, "name": "searchByInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12488 }, "name": "filterBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12504 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12520 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12533 }, "name": "searchBy", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12447 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestProcessQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestProcessQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15462 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_dependency_stats_query Dashboard#apm_dependency_stats_query}", "stability": "stable", "summary": "apm_dependency_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15468 }, "name": "apmDependencyStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmDependencyStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_resource_stats_query Dashboard#apm_resource_stats_query}", "stability": "stable", "summary": "apm_resource_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15474 }, "name": "apmResourceStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmResourceStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cloud_cost_query Dashboard#cloud_cost_query}", "stability": "stable", "summary": "cloud_cost_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15480 }, "name": "cloudCostQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryCloudCostQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#event_query Dashboard#event_query}", "stability": "stable", "summary": "event_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15486 }, "name": "eventQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric_query Dashboard#metric_query}", "stability": "stable", "summary": "metric_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15492 }, "name": "metricQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryMetricQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#process_query Dashboard#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15498 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_query Dashboard#slo_query}", "stability": "stable", "summary": "slo_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15504 }, "name": "sloQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuerySloQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmDependencyStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmDependencyStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12547 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmDependencyStatsQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12559 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#env Dashboard#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12565 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12577 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#operation_name Dashboard#operation_name}", "stability": "stable", "summary": "Name of operation on service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12583 }, "name": "operationName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#resource_name Dashboard#resource_name}", "stability": "stable", "summary": "APM resource." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12601 }, "name": "resourceName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#service Dashboard#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12607 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#stat Dashboard#stat}", "stability": "stable", "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12613 }, "name": "stat", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12553 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_upstream Dashboard#is_upstream}", "stability": "stable", "summary": "Determines whether stats for upstream or downstream dependencies should be queried." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12571 }, "name": "isUpstream", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}", "stability": "stable", "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12589 }, "name": "primaryTagName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}", "stability": "stable", "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12595 }, "name": "primaryTagValue", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmDependencyStatsQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmDependencyStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmDependencyStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12722 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12715 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12815 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12857 }, "name": "resetIsUpstream" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12899 }, "name": "resetPrimaryTagName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12915 }, "name": "resetPrimaryTagValue" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmDependencyStatsQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12819 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12832 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12845 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12861 }, "name": "isUpstreamInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12874 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12887 }, "name": "operationNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12903 }, "name": "primaryTagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12919 }, "name": "primaryTagValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12932 }, "name": "resourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12945 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12958 }, "name": "statInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12809 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12825 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12838 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12851 }, "name": "isUpstream", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12867 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12880 }, "name": "operationName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12893 }, "name": "primaryTagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12909 }, "name": "primaryTagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12925 }, "name": "resourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12938 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12951 }, "name": "stat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12726 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmDependencyStatsQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmDependencyStatsQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmResourceStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmResourceStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12962 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmResourceStatsQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12974 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#env Dashboard#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12980 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12992 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#service Dashboard#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13022 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#stat Dashboard#stat}", "stability": "stable", "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13028 }, "name": "stat", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12968 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "Array of fields to group results by." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12986 }, "name": "groupBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#operation_name Dashboard#operation_name}", "stability": "stable", "summary": "Name of operation on service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 12998 }, "name": "operationName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}", "stability": "stable", "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13004 }, "name": "primaryTagName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}", "stability": "stable", "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13010 }, "name": "primaryTagValue", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#resource_name Dashboard#resource_name}", "stability": "stable", "summary": "APM resource." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13016 }, "name": "resourceName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmResourceStatsQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmResourceStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmResourceStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13137 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13130 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13230 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13272 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13301 }, "name": "resetOperationName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13317 }, "name": "resetPrimaryTagName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13333 }, "name": "resetPrimaryTagValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13349 }, "name": "resetResourceName" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmResourceStatsQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13234 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13247 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13260 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13276 }, "name": "groupByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13289 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13305 }, "name": "operationNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13321 }, "name": "primaryTagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13337 }, "name": "primaryTagValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13353 }, "name": "resourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13366 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13379 }, "name": "statInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13224 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13240 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13253 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13266 }, "name": "groupBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13282 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13295 }, "name": "operationName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13311 }, "name": "primaryTagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13327 }, "name": "primaryTagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13343 }, "name": "resourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13359 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13372 }, "name": "stat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13141 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmResourceStatsQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmResourceStatsQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryCloudCostQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryCloudCostQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13383 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryCloudCostQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13401 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13407 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The cloud cost query definition." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13413 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13389 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13395 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryCloudCostQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryCloudCostQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryCloudCostQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13480 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13473 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13537 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13553 }, "name": "resetCrossOrgUuids" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryCloudCostQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13541 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13557 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13570 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13583 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13596 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13531 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13547 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13563 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13576 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13589 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13484 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryCloudCostQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryCloudCostQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14206 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute Dashboard#compute}", "stability": "stable", "summary": "compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14242 }, "name": "compute", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for event platform-based queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14218 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14230 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14212 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14248 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#indexes Dashboard#indexes}", "stability": "stable", "summary": "An array of index names to query in the stream." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14224 }, "name": "indexes", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search Dashboard#search}", "stability": "stable", "summary": "search block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14254 }, "name": "search", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuerySearch" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#storage Dashboard#storage}", "stability": "stable", "summary": "Storage location (private beta)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14236 }, "name": "storage", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13600 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation methods for event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13606 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "A time interval in milliseconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13612 }, "name": "interval", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The measurable attribute to compute." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13618 }, "name": "metric", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13774 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13766 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13781 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryComputeOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13774 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13774 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13774 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13767 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13674 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13664 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13741 }, "name": "resetInterval" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13757 }, "name": "resetMetric" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13729 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13745 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13761 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13722 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13735 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13751 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13678 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13938 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The event facet." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13944 }, "name": "facet", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The number of groups to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13950 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort Dashboard#sort}", "stability": "stable", "summary": "sort block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13956 }, "name": "sort", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBySort" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14112 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14104 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14119 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14112 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14112 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14112 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14105 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14012 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14002 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14092 }, "name": "putSort", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBySort" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14079 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14095 }, "name": "resetSort" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14089 }, "name": "sort", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBySortOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14067 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14083 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14099 }, "name": "sortInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBySort" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14060 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14073 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14016 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBySort": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBySort", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13785 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBySort", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation methods for the event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13791 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The metric used for sorting group by results." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13797 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Direction of sort. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13803 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBySort" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBySortOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBySortOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13856 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13849 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13914 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13930 }, "name": "resetOrder" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBySortOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13902 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13918 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13934 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13895 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13908 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13924 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 13860 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBySort" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBySortOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14342 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14335 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14488 }, "name": "putCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14501 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14517 }, "name": "putSearch", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuerySearch" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14417 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14504 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14446 }, "name": "resetIndexes" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14520 }, "name": "resetSearch" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14475 }, "name": "resetStorage" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14485 }, "name": "compute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14498 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14514 }, "name": "search", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuerySearchOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14492 }, "name": "computeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14421 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14434 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14508 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14450 }, "name": "indexesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14463 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14524 }, "name": "searchInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuerySearch" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14479 }, "name": "storageInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14411 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14427 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14440 }, "name": "indexes", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14456 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14469 }, "name": "storage", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14346 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuerySearch": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuerySearch", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14123 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuerySearch", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The events search string." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14129 }, "name": "query", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuerySearch" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuerySearchOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuerySearchOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14168 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14161 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuerySearchOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14202 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14195 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14172 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuerySearch" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuerySearchOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15779 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15771 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15786 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15779 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15779 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15779 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15772 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuery" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryMetricQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryMetricQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14528 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryMetricQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14552 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The metrics query definition." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14558 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14534 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14540 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for metrics queries. Defaults to `\"metrics\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14546 }, "name": "dataSource", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryMetricQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryMetricQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryMetricQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14625 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14618 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14682 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14698 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14714 }, "name": "resetDataSource" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryMetricQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14686 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14702 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14718 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14731 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14744 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14676 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14692 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14708 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14724 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14737 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14629 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryMetricQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryMetricQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15588 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15578 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15663 }, "name": "putApmDependencyStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmDependencyStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15679 }, "name": "putApmResourceStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmResourceStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15695 }, "name": "putCloudCostQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryCloudCostQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15711 }, "name": "putEventQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15727 }, "name": "putMetricQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryMetricQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15743 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15759 }, "name": "putSloQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuerySloQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15666 }, "name": "resetApmDependencyStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15682 }, "name": "resetApmResourceStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15698 }, "name": "resetCloudCostQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15714 }, "name": "resetEventQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15730 }, "name": "resetMetricQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15746 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15762 }, "name": "resetSloQuery" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15660 }, "name": "apmDependencyStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmDependencyStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15676 }, "name": "apmResourceStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmResourceStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15692 }, "name": "cloudCostQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryCloudCostQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15708 }, "name": "eventQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15724 }, "name": "metricQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryMetricQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15740 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15756 }, "name": "sloQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuerySloQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15670 }, "name": "apmDependencyStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmDependencyStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15686 }, "name": "apmResourceStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmResourceStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15702 }, "name": "cloudCostQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryCloudCostQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15718 }, "name": "eventQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15734 }, "name": "metricQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryMetricQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15750 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15766 }, "name": "sloQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuerySloQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15592 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuery" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14748 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryProcessQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for process queries. Valid values are `process`, `container`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14766 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The process metric name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14784 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14790 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14754 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14760 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_normalized_cpu Dashboard#is_normalized_cpu}", "stability": "stable", "summary": "Whether to normalize the CPU percentages." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14772 }, "name": "isNormalizedCpu", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The number of hits to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14778 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort Dashboard#sort}", "stability": "stable", "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14796 }, "name": "sort", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#tag_filters Dashboard#tag_filters}", "stability": "stable", "summary": "An array of tags to filter by." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14802 }, "name": "tagFilters", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#text_filter Dashboard#text_filter}", "stability": "stable", "summary": "The text to use as a filter." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14808 }, "name": "textFilter", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryProcessQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14910 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14903 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14997 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15013 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15042 }, "name": "resetIsNormalizedCpu" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15058 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15100 }, "name": "resetSort" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15116 }, "name": "resetTagFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15132 }, "name": "resetTextFilter" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryProcessQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15001 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15017 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15030 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15046 }, "name": "isNormalizedCpuInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15062 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15075 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15088 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15104 }, "name": "sortInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15120 }, "name": "tagFiltersInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15136 }, "name": "textFilterInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14991 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15007 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15023 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15036 }, "name": "isNormalizedCpu", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15052 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15068 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15081 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15094 }, "name": "sort", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15110 }, "name": "tagFilters", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15126 }, "name": "textFilter", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 14914 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryProcessQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryProcessQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuerySloQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuerySloQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15140 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuerySloQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for SLO queries. Valid values are `slo`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15158 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#measure Dashboard#measure}", "stability": "stable", "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15170 }, "name": "measure", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_id Dashboard#slo_id}", "stability": "stable", "summary": "ID of an SLO to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15182 }, "name": "sloId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#additional_query_filters Dashboard#additional_query_filters}", "stability": "stable", "summary": "Additional filters applied to the SLO query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15146 }, "name": "additionalQueryFilters", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15152 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_mode Dashboard#group_mode}", "stability": "stable", "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15164 }, "name": "groupMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15176 }, "name": "name", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_query_type Dashboard#slo_query_type}", "stability": "stable", "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15188 }, "name": "sloQueryType", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuerySloQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuerySloQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuerySloQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15276 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15269 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15351 }, "name": "resetAdditionalQueryFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15367 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15396 }, "name": "resetGroupMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15425 }, "name": "resetName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15454 }, "name": "resetSloQueryType" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuerySloQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15355 }, "name": "additionalQueryFiltersInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15371 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15384 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15400 }, "name": "groupModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15413 }, "name": "measureInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15429 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15442 }, "name": "sloIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15458 }, "name": "sloQueryTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15345 }, "name": "additionalQueryFilters", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15361 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15377 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15390 }, "name": "groupMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15406 }, "name": "measure", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15419 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15435 }, "name": "sloId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15448 }, "name": "sloQueryType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15280 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuerySloQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuerySloQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16466 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16472 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16484 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16490 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16496 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16478 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15790 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15796 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15802 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15808 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15861 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15854 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15919 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15935 }, "name": "resetInterval" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15907 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15923 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15939 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15900 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15913 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15929 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15865 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16093 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16099 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16105 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16111 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16270 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16262 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16277 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16270 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16270 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16270 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16263 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16167 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16157 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16250 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16221 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16237 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16253 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16247 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16225 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16241 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16257 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16215 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16231 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16171 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15943 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15949 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15961 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 15955 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.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" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16007 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16072 }, "name": "resetFacet" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16060 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16076 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16089 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16053 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16066 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16082 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16018 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16281 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16287 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16293 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16299 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16455 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16447 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16462 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16455 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16455 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16455 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16448 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16355 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16345 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16422 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16438 }, "name": "resetInterval" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16410 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16426 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16442 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16403 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16416 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16432 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16359 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16563 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16556 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16646 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16662 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16678 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16649 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16665 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16681 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16633 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16643 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16659 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16675 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16653 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16669 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16621 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16685 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16637 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16614 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16627 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16567 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17365 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17371 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17383 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17389 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17395 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17377 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16689 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16695 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16701 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16707 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16760 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16753 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16818 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16834 }, "name": "resetInterval" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16806 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16822 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16838 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16799 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16812 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16828 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16764 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16992 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16998 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17004 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17010 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17169 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17161 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17176 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17169 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17169 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17169 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17162 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17066 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17056 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17149 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17120 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17136 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17152 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17146 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17124 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17140 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17156 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17114 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17130 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17070 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16842 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16848 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16860 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16854 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16913 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16906 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16971 }, "name": "resetFacet" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16959 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16975 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16988 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16952 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16965 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16981 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 16917 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17180 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17186 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17192 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17198 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17354 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17346 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17361 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17354 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17354 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17354 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17347 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17254 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17244 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17321 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17337 }, "name": "resetInterval" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17309 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17325 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17341 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17302 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17315 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17331 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17258 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17462 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17455 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17545 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17561 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17577 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17548 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17564 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17580 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17532 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17542 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17558 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17574 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17552 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17568 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17520 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17584 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17536 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17513 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17526 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 17466 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinition", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 895 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinition", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#view Dashboard#view}", "stability": "stable", "summary": "view block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 943 }, "name": "view", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionView" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_link Dashboard#custom_link}", "stability": "stable", "summary": "custom_link block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 925 }, "name": "customLink", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#live_span Dashboard#live_span}", "stability": "stable", "summary": "The timeframe to use when displaying the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 901 }, "name": "liveSpan", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#request Dashboard#request}", "stability": "stable", "summary": "request block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 931 }, "name": "request", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequest" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#style Dashboard#style}", "stability": "stable", "summary": "style block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 937 }, "name": "style", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionStyle" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title Dashboard#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 907 }, "name": "title", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_align Dashboard#title_align}", "stability": "stable", "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 913 }, "name": "titleAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_size Dashboard#title_size}", "stability": "stable", "summary": "The size of the widget's title (defaults to 16)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 919 }, "name": "titleSize", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinition" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionCustomLink": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionCustomLink", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18422 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionCustomLink", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_hidden Dashboard#is_hidden}", "stability": "stable", "summary": "The flag for toggling context menu link visibility." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18428 }, "name": "isHidden", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "The label for the custom link URL." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18434 }, "name": "label", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#link Dashboard#link}", "stability": "stable", "summary": "The URL of the custom link." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18440 }, "name": "link", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#override_label Dashboard#override_label}", "stability": "stable", "summary": "The label ID that refers to a context menu link item." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18446 }, "name": "overrideLabel", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionCustomLink" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionCustomLinkList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionCustomLinkList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.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/index-structs/structs4800.ts", "line": 18626 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.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.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionCustomLinkOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionCustomLinkList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18634 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.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/index-structs/structs4800.ts", "line": 18634 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18627 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionCustomLink" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionCustomLinkList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionCustomLinkOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionCustomLinkOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18509 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18499 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18569 }, "name": "resetIsHidden" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18585 }, "name": "resetLabel" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18601 }, "name": "resetLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18617 }, "name": "resetOverrideLabel" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionCustomLinkOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18573 }, "name": "isHiddenInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18589 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18605 }, "name": "linkInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18621 }, "name": "overrideLabelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18563 }, "name": "isHidden", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18579 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18595 }, "name": "link", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18611 }, "name": "overrideLabel", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18513 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionCustomLink" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionCustomLinkOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1031 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1024 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1167 }, "name": "putCustomLink", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionCustomLink" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1183 }, "name": "putRequest", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequest" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1199 }, "name": "putStyle", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionStyle" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1215 }, "name": "putView", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionView" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1170 }, "name": "resetCustomLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1106 }, "name": "resetLiveSpan" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1186 }, "name": "resetRequest" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1202 }, "name": "resetStyle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1122 }, "name": "resetTitle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1138 }, "name": "resetTitleAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1154 }, "name": "resetTitleSize" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1164 }, "name": "customLink", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionCustomLinkList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1180 }, "name": "request", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1196 }, "name": "style", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionStyleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1212 }, "name": "view", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionViewOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1174 }, "name": "customLinkInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1110 }, "name": "liveSpanInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1190 }, "name": "requestInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequest" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1206 }, "name": "styleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionStyle" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1142 }, "name": "titleAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1126 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1158 }, "name": "titleSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1219 }, "name": "viewInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionView" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1100 }, "name": "liveSpan", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1116 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1132 }, "name": "titleAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1148 }, "name": "titleSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1035 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinition" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequest": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequest", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 439 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequest", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#formula Dashboard#formula}", "stability": "stable", "summary": "formula block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 451 }, "name": "formula", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormula" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#log_query Dashboard#log_query}", "stability": "stable", "summary": "log_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 457 }, "name": "logQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#q Dashboard#q}", "stability": "stable", "summary": "The metric query to use for this widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 445 }, "name": "q", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 463 }, "name": "query", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuery" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#rum_query Dashboard#rum_query}", "stability": "stable", "summary": "rum_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 469 }, "name": "rumQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequest" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormula": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormula", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 19797 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormula", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#formula_expression Dashboard#formula_expression}", "stability": "stable", "summary": "A string expression built from queries, formulas, and functions." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 19815 }, "name": "formulaExpression", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#alias Dashboard#alias}", "stability": "stable", "summary": "An expression alias." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 19803 }, "name": "alias", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cell_display_mode Dashboard#cell_display_mode}", "stability": "stable", "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 19809 }, "name": "cellDisplayMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#conditional_formats Dashboard#conditional_formats}", "stability": "stable", "summary": "conditional_formats block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 19821 }, "name": "conditionalFormats", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "limit block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 19827 }, "name": "limit", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaLimit" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#number_format Dashboard#number_format}", "stability": "stable", "summary": "number_format block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 19833 }, "name": "numberFormat", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormat" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#style Dashboard#style}", "stability": "stable", "summary": "style block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 19839 }, "name": "style", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaStyle" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormula" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaConditionalFormats": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaConditionalFormats", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18645 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaConditionalFormats", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#comparator Dashboard#comparator}", "stability": "stable", "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18651 }, "name": "comparator", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "The color palette to apply." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18687 }, "name": "palette", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#value Dashboard#value}", "stability": "stable", "summary": "A value for the comparator." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18699 }, "name": "value", "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}", "stability": "stable", "summary": "The color palette to apply to the background, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18657 }, "name": "customBgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}", "stability": "stable", "summary": "The color palette to apply to the foreground, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18663 }, "name": "customFgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#hide_value Dashboard#hide_value}", "stability": "stable", "summary": "Setting this to True hides values." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18669 }, "name": "hideValue", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#image_url Dashboard#image_url}", "stability": "stable", "summary": "Displays an image as the background." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18675 }, "name": "imageUrl", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The metric from the request to correlate with this conditional format." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18681 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#timeframe Dashboard#timeframe}", "stability": "stable", "summary": "Defines the displayed timeframe." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18693 }, "name": "timeframe", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaConditionalFormats" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaConditionalFormatsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaConditionalFormatsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 19023 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 19015 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 19030 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaConditionalFormatsOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaConditionalFormatsList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 19023 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 19023 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 19023 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 19016 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaConditionalFormatsList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaConditionalFormatsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaConditionalFormatsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18797 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18787 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18900 }, "name": "resetCustomBgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18916 }, "name": "resetCustomFgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18932 }, "name": "resetHideValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18948 }, "name": "resetImageUrl" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18964 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18993 }, "name": "resetTimeframe" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaConditionalFormatsOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18888 }, "name": "comparatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18904 }, "name": "customBgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18920 }, "name": "customFgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18936 }, "name": "hideValueInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18952 }, "name": "imageUrlInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18968 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18981 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18997 }, "name": "timeframeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 19010 }, "name": "valueInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18881 }, "name": "comparator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18894 }, "name": "customBgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18910 }, "name": "customFgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18926 }, "name": "hideValue", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18942 }, "name": "imageUrl", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18958 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18974 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18987 }, "name": "timeframe", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 19003 }, "name": "value", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 18801 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaConditionalFormats" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaConditionalFormatsOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaLimit": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaLimit", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 19034 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaLimit", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#count Dashboard#count}", "stability": "stable", "summary": "The number of results to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 19040 }, "name": "count", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 19046 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaLimit" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaLimitOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaLimitOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.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/index-structs/structs4800.ts", "line": 19085 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 19131 }, "name": "resetCount" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 19147 }, "name": "resetOrder" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaLimitOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 19135 }, "name": "countInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 19151 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 19125 }, "name": "count", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 19141 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 19096 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaLimit" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaLimitOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20111 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20103 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20118 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20111 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20111 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20111 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20104 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormula" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormat": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormat", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 19558 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormat", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit Dashboard#unit}", "stability": "stable", "summary": "unit block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 19564 }, "name": "unit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnit" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_scale Dashboard#unit_scale}", "stability": "stable", "summary": "unit_scale block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 19570 }, "name": "unitScale", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitScale" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormat" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 19616 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 19609 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 19652 }, "name": "putUnit", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnit" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 19665 }, "name": "putUnitScale", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitScale" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 19668 }, "name": "resetUnitScale" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 19649 }, "name": "unit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 19662 }, "name": "unitScale", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 19656 }, "name": "unitInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnit" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 19672 }, "name": "unitScaleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitScale" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 19620 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormat" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnit": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnit", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 19356 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnit", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#canonical Dashboard#canonical}", "stability": "stable", "summary": "canonical block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 19362 }, "name": "canonical", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCanonical" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom Dashboard#custom}", "stability": "stable", "summary": "custom block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 19368 }, "name": "custom", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCustom" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnit" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCanonical": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCanonical", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 19155 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCanonical", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_name Dashboard#unit_name}", "stability": "stable", "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 19167 }, "name": "unitName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#per_unit_name Dashboard#per_unit_name}", "stability": "stable", "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 19161 }, "name": "perUnitName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCanonical" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 19213 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 19206 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 19252 }, "name": "resetPerUnitName" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 19256 }, "name": "perUnitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 19269 }, "name": "unitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 19246 }, "name": "perUnitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 19262 }, "name": "unitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 19217 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCanonical" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCustom": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCustom", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 19273 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCustom", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "Unit label." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 19279 }, "name": "label", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCustom" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 19318 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 19311 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 19352 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 19345 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 19322 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCustom" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 19414 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 19407 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 19450 }, "name": "putCanonical", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCanonical" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 19466 }, "name": "putCustom", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCustom" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 19453 }, "name": "resetCanonical" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 19469 }, "name": "resetCustom" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 19447 }, "name": "canonical", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 19463 }, "name": "custom", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 19457 }, "name": "canonicalInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCanonical" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 19473 }, "name": "customInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCustom" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 19418 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnit" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitScale": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitScale", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 19477 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitScale", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_name Dashboard#unit_name}." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 19481 }, "name": "unitName", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitScale" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 19520 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 19513 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 19554 }, "name": "unitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 19547 }, "name": "unitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 19524 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitScale" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 19923 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 19913 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20043 }, "name": "putConditionalFormats", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20059 }, "name": "putLimit", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaLimit" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20075 }, "name": "putNumberFormat", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormat" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20091 }, "name": "putStyle", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaStyle" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20001 }, "name": "resetAlias" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20017 }, "name": "resetCellDisplayMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20046 }, "name": "resetConditionalFormats" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20062 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20078 }, "name": "resetNumberFormat" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20094 }, "name": "resetStyle" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20040 }, "name": "conditionalFormats", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaConditionalFormatsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20056 }, "name": "limit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaLimitOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20072 }, "name": "numberFormat", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20088 }, "name": "style", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaStyleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20005 }, "name": "aliasInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20021 }, "name": "cellDisplayModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20050 }, "name": "conditionalFormatsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20034 }, "name": "formulaExpressionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20066 }, "name": "limitInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaLimit" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20082 }, "name": "numberFormatInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormat" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20098 }, "name": "styleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaStyle" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 19995 }, "name": "alias", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20011 }, "name": "cellDisplayMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20027 }, "name": "formulaExpression", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 19927 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormula" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaStyle": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaStyle", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 19676 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaStyle", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "The color palette used to display the formula." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 19682 }, "name": "palette", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette_index Dashboard#palette_index}", "stability": "stable", "summary": "Index specifying which color to use within the palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 19688 }, "name": "paletteIndex", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaStyle" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaStyleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaStyleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 19734 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 19727 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 19773 }, "name": "resetPalette" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 19789 }, "name": "resetPaletteIndex" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaStyleOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 19793 }, "name": "paletteIndexInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 19777 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 19767 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 19783 }, "name": "paletteIndex", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 19738 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaStyle" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaStyleOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 686 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 678 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 693 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 686 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 686 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 686 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 679 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequest" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20798 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20804 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20816 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20822 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20828 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20810 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20122 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20128 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20134 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20140 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20193 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20186 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20251 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20267 }, "name": "resetInterval" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20239 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20255 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20271 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20232 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20245 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20261 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20197 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20425 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20431 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20437 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20443 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20602 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20594 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20609 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20602 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20602 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20602 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20595 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20499 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20489 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20582 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20553 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20569 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20585 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20579 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20557 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20573 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20589 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20547 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20563 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20503 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20275 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20281 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20293 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20287 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20346 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20339 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20404 }, "name": "resetFacet" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20392 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20408 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20421 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20385 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20398 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20414 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20350 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20613 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20619 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20625 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20631 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20787 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20779 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20794 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20787 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20787 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20787 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20780 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20687 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20677 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20754 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20770 }, "name": "resetInterval" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20742 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20758 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20774 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20735 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20748 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20764 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20691 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20895 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20888 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20978 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20994 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21010 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20981 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20997 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21013 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20965 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20975 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20991 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21007 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20985 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21001 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20953 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21017 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20969 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20946 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20959 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 20899 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 539 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 529 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 618 }, "name": "putFormula", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormula" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 634 }, "name": "putLogQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 650 }, "name": "putQuery", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuery" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 666 }, "name": "putRumQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 621 }, "name": "resetFormula" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 637 }, "name": "resetLogQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 605 }, "name": "resetQ" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 653 }, "name": "resetQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 669 }, "name": "resetRumQuery" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 615 }, "name": "formula", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 631 }, "name": "logQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 647 }, "name": "query", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 663 }, "name": "rumQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 625 }, "name": "formulaInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormula" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 641 }, "name": "logQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 609 }, "name": "qInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 657 }, "name": "queryInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuery" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 673 }, "name": "rumQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 599 }, "name": "q", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 543 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequest" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23936 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_dependency_stats_query Dashboard#apm_dependency_stats_query}", "stability": "stable", "summary": "apm_dependency_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23942 }, "name": "apmDependencyStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmDependencyStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_resource_stats_query Dashboard#apm_resource_stats_query}", "stability": "stable", "summary": "apm_resource_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23948 }, "name": "apmResourceStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmResourceStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cloud_cost_query Dashboard#cloud_cost_query}", "stability": "stable", "summary": "cloud_cost_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23954 }, "name": "cloudCostQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryCloudCostQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#event_query Dashboard#event_query}", "stability": "stable", "summary": "event_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23960 }, "name": "eventQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric_query Dashboard#metric_query}", "stability": "stable", "summary": "metric_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23966 }, "name": "metricQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryMetricQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#process_query Dashboard#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23972 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_query Dashboard#slo_query}", "stability": "stable", "summary": "slo_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23978 }, "name": "sloQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuerySloQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmDependencyStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmDependencyStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21021 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmDependencyStatsQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21033 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#env Dashboard#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21039 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21051 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#operation_name Dashboard#operation_name}", "stability": "stable", "summary": "Name of operation on service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21057 }, "name": "operationName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#resource_name Dashboard#resource_name}", "stability": "stable", "summary": "APM resource." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21075 }, "name": "resourceName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#service Dashboard#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21081 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#stat Dashboard#stat}", "stability": "stable", "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21087 }, "name": "stat", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21027 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_upstream Dashboard#is_upstream}", "stability": "stable", "summary": "Determines whether stats for upstream or downstream dependencies should be queried." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21045 }, "name": "isUpstream", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}", "stability": "stable", "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21063 }, "name": "primaryTagName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}", "stability": "stable", "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21069 }, "name": "primaryTagValue", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmDependencyStatsQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmDependencyStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmDependencyStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21196 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21189 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21289 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21331 }, "name": "resetIsUpstream" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21373 }, "name": "resetPrimaryTagName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21389 }, "name": "resetPrimaryTagValue" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmDependencyStatsQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21293 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21306 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21319 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21335 }, "name": "isUpstreamInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21348 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21361 }, "name": "operationNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21377 }, "name": "primaryTagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21393 }, "name": "primaryTagValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21406 }, "name": "resourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21419 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21432 }, "name": "statInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21283 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21299 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21312 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21325 }, "name": "isUpstream", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21341 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21354 }, "name": "operationName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21367 }, "name": "primaryTagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21383 }, "name": "primaryTagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21399 }, "name": "resourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21412 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21425 }, "name": "stat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21200 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmDependencyStatsQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmDependencyStatsQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmResourceStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmResourceStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21436 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmResourceStatsQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21448 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#env Dashboard#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21454 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21466 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#service Dashboard#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21496 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#stat Dashboard#stat}", "stability": "stable", "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21502 }, "name": "stat", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21442 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "Array of fields to group results by." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21460 }, "name": "groupBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#operation_name Dashboard#operation_name}", "stability": "stable", "summary": "Name of operation on service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21472 }, "name": "operationName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}", "stability": "stable", "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21478 }, "name": "primaryTagName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}", "stability": "stable", "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21484 }, "name": "primaryTagValue", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#resource_name Dashboard#resource_name}", "stability": "stable", "summary": "APM resource." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21490 }, "name": "resourceName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmResourceStatsQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmResourceStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmResourceStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21611 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21604 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21704 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21746 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21775 }, "name": "resetOperationName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21791 }, "name": "resetPrimaryTagName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21807 }, "name": "resetPrimaryTagValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21823 }, "name": "resetResourceName" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmResourceStatsQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21708 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21721 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21734 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21750 }, "name": "groupByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21763 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21779 }, "name": "operationNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21795 }, "name": "primaryTagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21811 }, "name": "primaryTagValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21827 }, "name": "resourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21840 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21853 }, "name": "statInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21698 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21714 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21727 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21740 }, "name": "groupBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21756 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21769 }, "name": "operationName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21785 }, "name": "primaryTagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21801 }, "name": "primaryTagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21817 }, "name": "resourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21833 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21846 }, "name": "stat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21615 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmResourceStatsQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmResourceStatsQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryCloudCostQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryCloudCostQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21857 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryCloudCostQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21875 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21881 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The cloud cost query definition." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21887 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21863 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21869 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryCloudCostQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryCloudCostQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryCloudCostQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21954 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21947 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22011 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22027 }, "name": "resetCrossOrgUuids" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryCloudCostQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22015 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22031 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22044 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22057 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22070 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22005 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22021 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22037 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22050 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22063 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 21958 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryCloudCostQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryCloudCostQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22680 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute Dashboard#compute}", "stability": "stable", "summary": "compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22716 }, "name": "compute", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for event platform-based queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22692 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22704 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22686 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22722 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#indexes Dashboard#indexes}", "stability": "stable", "summary": "An array of index names to query in the stream." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22698 }, "name": "indexes", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search Dashboard#search}", "stability": "stable", "summary": "search block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22728 }, "name": "search", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuerySearch" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#storage Dashboard#storage}", "stability": "stable", "summary": "Storage location (private beta)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22710 }, "name": "storage", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22074 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation methods for event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22080 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "A time interval in milliseconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22086 }, "name": "interval", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The measurable attribute to compute." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22092 }, "name": "metric", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22248 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22240 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22255 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryComputeOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22248 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22248 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22248 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22241 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22148 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22138 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22215 }, "name": "resetInterval" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22231 }, "name": "resetMetric" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22203 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22219 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22235 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22196 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22209 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22225 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22152 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22412 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The event facet." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22418 }, "name": "facet", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The number of groups to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22424 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort Dashboard#sort}", "stability": "stable", "summary": "sort block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22430 }, "name": "sort", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBySort" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22586 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22578 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22593 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22586 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22586 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22586 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22579 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22486 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22476 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22566 }, "name": "putSort", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBySort" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22553 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22569 }, "name": "resetSort" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22563 }, "name": "sort", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBySortOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22541 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22557 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22573 }, "name": "sortInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBySort" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22534 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22547 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22490 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBySort": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBySort", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22259 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBySort", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation methods for the event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22265 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The metric used for sorting group by results." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22271 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Direction of sort. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22277 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBySort" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBySortOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBySortOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22330 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22323 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22388 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22404 }, "name": "resetOrder" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBySortOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22376 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22392 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22408 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22369 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22382 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22398 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22334 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBySort" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBySortOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22816 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22809 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22962 }, "name": "putCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22975 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22991 }, "name": "putSearch", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuerySearch" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22891 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22978 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22920 }, "name": "resetIndexes" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22994 }, "name": "resetSearch" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22949 }, "name": "resetStorage" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22959 }, "name": "compute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22972 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22988 }, "name": "search", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuerySearchOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22966 }, "name": "computeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22895 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22908 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22982 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22924 }, "name": "indexesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22937 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22998 }, "name": "searchInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuerySearch" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22953 }, "name": "storageInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22885 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22901 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22914 }, "name": "indexes", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22930 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22943 }, "name": "storage", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22820 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuerySearch": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuerySearch", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22597 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuerySearch", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The events search string." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22603 }, "name": "query", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuerySearch" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuerySearchOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuerySearchOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22642 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22635 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuerySearchOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22676 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22669 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 22646 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuerySearch" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuerySearchOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 24253 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 24245 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 24260 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 24253 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 24253 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 24253 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 24246 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuery" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryMetricQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryMetricQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23002 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryMetricQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23026 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The metrics query definition." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23032 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23008 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23014 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for metrics queries. Defaults to `\"metrics\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23020 }, "name": "dataSource", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryMetricQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryMetricQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryMetricQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23099 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23092 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23156 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23172 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23188 }, "name": "resetDataSource" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryMetricQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23160 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23176 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23192 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23205 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23218 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23150 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23166 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23182 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23198 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23211 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23103 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryMetricQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryMetricQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 24062 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 24052 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 24137 }, "name": "putApmDependencyStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmDependencyStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 24153 }, "name": "putApmResourceStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmResourceStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 24169 }, "name": "putCloudCostQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryCloudCostQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 24185 }, "name": "putEventQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 24201 }, "name": "putMetricQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryMetricQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 24217 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 24233 }, "name": "putSloQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuerySloQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 24140 }, "name": "resetApmDependencyStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 24156 }, "name": "resetApmResourceStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 24172 }, "name": "resetCloudCostQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 24188 }, "name": "resetEventQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 24204 }, "name": "resetMetricQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 24220 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 24236 }, "name": "resetSloQuery" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 24134 }, "name": "apmDependencyStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmDependencyStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 24150 }, "name": "apmResourceStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmResourceStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 24166 }, "name": "cloudCostQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryCloudCostQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 24182 }, "name": "eventQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 24198 }, "name": "metricQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryMetricQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 24214 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 24230 }, "name": "sloQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuerySloQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 24144 }, "name": "apmDependencyStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmDependencyStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 24160 }, "name": "apmResourceStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmResourceStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 24176 }, "name": "cloudCostQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryCloudCostQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 24192 }, "name": "eventQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 24208 }, "name": "metricQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryMetricQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 24224 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 24240 }, "name": "sloQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuerySloQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 24066 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuery" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23222 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryProcessQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for process queries. Valid values are `process`, `container`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23240 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The process metric name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23258 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23264 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23228 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23234 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_normalized_cpu Dashboard#is_normalized_cpu}", "stability": "stable", "summary": "Whether to normalize the CPU percentages." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23246 }, "name": "isNormalizedCpu", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The number of hits to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23252 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort Dashboard#sort}", "stability": "stable", "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23270 }, "name": "sort", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#tag_filters Dashboard#tag_filters}", "stability": "stable", "summary": "An array of tags to filter by." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23276 }, "name": "tagFilters", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#text_filter Dashboard#text_filter}", "stability": "stable", "summary": "The text to use as a filter." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23282 }, "name": "textFilter", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryProcessQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23384 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23377 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23471 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23487 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23516 }, "name": "resetIsNormalizedCpu" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23532 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23574 }, "name": "resetSort" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23590 }, "name": "resetTagFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23606 }, "name": "resetTextFilter" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryProcessQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23475 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23491 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23504 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23520 }, "name": "isNormalizedCpuInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23536 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23549 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23562 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23578 }, "name": "sortInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23594 }, "name": "tagFiltersInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23610 }, "name": "textFilterInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23465 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23481 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23497 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23510 }, "name": "isNormalizedCpu", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23526 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23542 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23555 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23568 }, "name": "sort", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23584 }, "name": "tagFilters", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23600 }, "name": "textFilter", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23388 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryProcessQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryProcessQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuerySloQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuerySloQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23614 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuerySloQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for SLO queries. Valid values are `slo`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23632 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#measure Dashboard#measure}", "stability": "stable", "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23644 }, "name": "measure", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_id Dashboard#slo_id}", "stability": "stable", "summary": "ID of an SLO to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23656 }, "name": "sloId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#additional_query_filters Dashboard#additional_query_filters}", "stability": "stable", "summary": "Additional filters applied to the SLO query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23620 }, "name": "additionalQueryFilters", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23626 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_mode Dashboard#group_mode}", "stability": "stable", "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23638 }, "name": "groupMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23650 }, "name": "name", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_query_type Dashboard#slo_query_type}", "stability": "stable", "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23662 }, "name": "sloQueryType", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuerySloQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuerySloQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuerySloQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23750 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23743 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23825 }, "name": "resetAdditionalQueryFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23841 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23870 }, "name": "resetGroupMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23899 }, "name": "resetName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23928 }, "name": "resetSloQueryType" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuerySloQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23829 }, "name": "additionalQueryFiltersInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23845 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23858 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23874 }, "name": "groupModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23887 }, "name": "measureInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23903 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23916 }, "name": "sloIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23932 }, "name": "sloQueryTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23819 }, "name": "additionalQueryFilters", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23835 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23851 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23864 }, "name": "groupMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23880 }, "name": "measure", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23893 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23909 }, "name": "sloId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23922 }, "name": "sloQueryType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 23754 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuerySloQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuerySloQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 216 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 222 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 234 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 240 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 246 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 228 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 24264 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 24270 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 24276 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 24282 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 24335 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 24328 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 24393 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 24409 }, "name": "resetInterval" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 24381 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 24397 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 24413 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 24374 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 24387 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 24403 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 24339 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 24567 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 24573 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 24579 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 24585 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 24744 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 24736 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 24751 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 24744 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 24744 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 24744 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 24737 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 24641 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 24631 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 24724 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 24695 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 24711 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 24727 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 24721 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 24699 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 24715 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 24731 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 24689 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 24705 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 24645 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 24417 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 24423 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 24435 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 24429 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 24488 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 24481 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 24546 }, "name": "resetFacet" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 24534 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 24550 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 24563 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 24527 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 24540 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 24556 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs4800.ts", "line": 24492 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 31 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 37 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 43 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 49 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 205 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 197 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 212 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 205 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 205 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 205 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 198 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.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": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 95 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 172 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 188 }, "name": "resetInterval" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 160 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 176 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 192 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 153 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 166 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 182 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 109 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 313 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 306 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 396 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 412 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 428 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 399 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 415 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 431 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 383 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 393 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 409 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 425 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 403 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 419 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 371 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 435 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 387 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 364 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 377 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 317 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionStyle": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionStyle", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 697 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionStyle", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "The color palette to apply to the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 703 }, "name": "palette", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette_flip Dashboard#palette_flip}", "stability": "stable", "summary": "A Boolean indicating whether to flip the palette tones." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 709 }, "name": "paletteFlip", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionStyle" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionStyleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionStyleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.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/index-structs/structs5200.ts", "line": 748 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionStyleOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 808 }, "name": "paletteFlipInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 795 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 788 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 801 }, "name": "paletteFlip", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 759 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionStyle" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionStyleOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionView": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionView", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 812 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionView", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#focus Dashboard#focus}", "stability": "stable", "summary": "The two-letter ISO code of a country to focus the map on (or `WORLD`)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 818 }, "name": "focus", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionView" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionViewOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionViewOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 857 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 850 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionViewOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 891 }, "name": "focusInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 884 }, "name": "focus", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 861 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionView" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionViewOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4085 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4078 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4163 }, "name": "putChangeDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4179 }, "name": "putGeomapDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4195 }, "name": "putQueryTableDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4211 }, "name": "putQueryValueDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4227 }, "name": "putScatterplotDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4243 }, "name": "putSunburstDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4259 }, "name": "putTimeseriesDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4275 }, "name": "putToplistDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4291 }, "name": "putTreemapDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4166 }, "name": "resetChangeDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4182 }, "name": "resetGeomapDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4198 }, "name": "resetQueryTableDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4214 }, "name": "resetQueryValueDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4230 }, "name": "resetScatterplotDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4246 }, "name": "resetSunburstDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4262 }, "name": "resetTimeseriesDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4278 }, "name": "resetToplistDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4294 }, "name": "resetTreemapDefinition" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4160 }, "name": "changeDefinition", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4176 }, "name": "geomapDefinition", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4192 }, "name": "queryTableDefinition", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4208 }, "name": "queryValueDefinition", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4224 }, "name": "scatterplotDefinition", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4240 }, "name": "sunburstDefinition", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4256 }, "name": "timeseriesDefinition", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4272 }, "name": "toplistDefinition", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4288 }, "name": "treemapDefinition", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4170 }, "name": "changeDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4186 }, "name": "geomapDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4202 }, "name": "queryTableDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4218 }, "name": "queryValueDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4234 }, "name": "scatterplotDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4250 }, "name": "sunburstDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4266 }, "name": "timeseriesDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4282 }, "name": "toplistDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4298 }, "name": "treemapDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinition" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4089 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinition" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinition", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12277 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinition", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_link Dashboard#custom_link}", "stability": "stable", "summary": "custom_link block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12313 }, "name": "customLink", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#has_search_bar Dashboard#has_search_bar}", "stability": "stable", "summary": "Controls the display of the search bar. Valid values are `always`, `never`, `auto`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12283 }, "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`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#live_span Dashboard#live_span}", "stability": "stable", "summary": "The timeframe to use when displaying the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12289 }, "name": "liveSpan", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#request Dashboard#request}", "stability": "stable", "summary": "request block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12319 }, "name": "request", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequest" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title Dashboard#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12295 }, "name": "title", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_align Dashboard#title_align}", "stability": "stable", "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12301 }, "name": "titleAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_size Dashboard#title_size}", "stability": "stable", "summary": "The size of the widget's title (defaults to 16)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12307 }, "name": "titleSize", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinition" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionCustomLink": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionCustomLink", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1223 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionCustomLink", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_hidden Dashboard#is_hidden}", "stability": "stable", "summary": "The flag for toggling context menu link visibility." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1229 }, "name": "isHidden", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "The label for the custom link URL." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1235 }, "name": "label", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#link Dashboard#link}", "stability": "stable", "summary": "The URL of the custom link." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1241 }, "name": "link", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#override_label Dashboard#override_label}", "stability": "stable", "summary": "The label ID that refers to a context menu link item." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1247 }, "name": "overrideLabel", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionCustomLink" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionCustomLinkList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionCustomLinkList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1435 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1427 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1442 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionCustomLinkOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionCustomLinkList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1435 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1435 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1435 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1428 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionCustomLink" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionCustomLinkList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionCustomLinkOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionCustomLinkOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1310 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1300 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1370 }, "name": "resetIsHidden" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1386 }, "name": "resetLabel" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1402 }, "name": "resetLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1418 }, "name": "resetOverrideLabel" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionCustomLinkOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1374 }, "name": "isHiddenInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1390 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1406 }, "name": "linkInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1422 }, "name": "overrideLabelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1364 }, "name": "isHidden", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1380 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1396 }, "name": "link", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1412 }, "name": "overrideLabel", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1314 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionCustomLink" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionCustomLinkOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12400 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12393 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12546 }, "name": "putCustomLink", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionCustomLink" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12562 }, "name": "putRequest", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequest" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12549 }, "name": "resetCustomLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12469 }, "name": "resetHasSearchBar" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12485 }, "name": "resetLiveSpan" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12565 }, "name": "resetRequest" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12501 }, "name": "resetTitle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12517 }, "name": "resetTitleAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12533 }, "name": "resetTitleSize" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12543 }, "name": "customLink", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionCustomLinkList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12559 }, "name": "request", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12553 }, "name": "customLinkInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12473 }, "name": "hasSearchBarInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12489 }, "name": "liveSpanInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12569 }, "name": "requestInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequest" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12521 }, "name": "titleAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12505 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12537 }, "name": "titleSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12463 }, "name": "hasSearchBar", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12479 }, "name": "liveSpan", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12495 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12511 }, "name": "titleAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12527 }, "name": "titleSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12404 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinition" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequest": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequest", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 11634 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequest", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregator to use for time aggregation. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 11640 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#alias Dashboard#alias}", "stability": "stable", "summary": "The alias for the column name (defaults to metric name)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 11646 }, "name": "alias", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_query Dashboard#apm_query}", "stability": "stable", "summary": "apm_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 11676 }, "name": "apmQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_stats_query Dashboard#apm_stats_query}", "stability": "stable", "summary": "apm_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 11682 }, "name": "apmStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cell_display_mode Dashboard#cell_display_mode}", "stability": "stable", "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 11652 }, "name": "cellDisplayMode", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#conditional_formats Dashboard#conditional_formats}", "stability": "stable", "summary": "conditional_formats block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 11688 }, "name": "conditionalFormats", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestConditionalFormats" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#formula Dashboard#formula}", "stability": "stable", "summary": "formula block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 11694 }, "name": "formula", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormula" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The number of lines to show in the table." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 11658 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#log_query Dashboard#log_query}", "stability": "stable", "summary": "log_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 11700 }, "name": "logQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "The sort order for the rows. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 11664 }, "name": "order", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#process_query Dashboard#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 11706 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#q Dashboard#q}", "stability": "stable", "summary": "The metric query to use for this widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 11670 }, "name": "q", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 11712 }, "name": "query", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuery" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#rum_query Dashboard#rum_query}", "stability": "stable", "summary": "rum_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 11718 }, "name": "rumQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#security_query Dashboard#security_query}", "stability": "stable", "summary": "security_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 11724 }, "name": "securityQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#text_formats Dashboard#text_formats}", "stability": "stable", "summary": "text_formats block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 11730 }, "name": "textFormats", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormats" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequest" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2122 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2128 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2140 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2146 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2152 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2134 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1446 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1452 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1458 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1464 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1517 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1510 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1575 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1591 }, "name": "resetInterval" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1563 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1579 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1595 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1556 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1569 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1585 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1521 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1749 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1755 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1761 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1767 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1926 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1918 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1933 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1926 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1926 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1926 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1919 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1823 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1813 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1906 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1877 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1893 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1909 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1903 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1881 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1897 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1913 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1871 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1887 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1827 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1599 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1605 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1617 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1611 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1670 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1663 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1728 }, "name": "resetFacet" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1716 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1732 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1745 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1709 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1722 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1738 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1674 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1937 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1943 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1949 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 1955 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.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/index-structs/structs5200.ts", "line": 2103 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.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.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2111 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.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/index-structs/structs5200.ts", "line": 2111 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2104 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2011 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2001 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2078 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2094 }, "name": "resetInterval" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2066 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2082 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2098 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2059 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2072 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2088 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2015 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2219 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2212 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2302 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2318 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2334 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2305 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2321 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2337 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2289 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2299 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2315 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2331 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2309 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2325 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2277 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2341 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2293 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2270 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2283 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2223 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2565 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#env Dashboard#env}", "stability": "stable", "summary": "The environment name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2571 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The operation name associated with the service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2577 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag Dashboard#primary_tag}", "stability": "stable", "summary": "The organization's host group name and value." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2583 }, "name": "primaryTag", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#row_type Dashboard#row_type}", "stability": "stable", "summary": "The level of detail for the request. Valid values are `service`, `resource`, `span`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2595 }, "name": "rowType", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#service Dashboard#service}", "stability": "stable", "summary": "The service name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2601 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#columns Dashboard#columns}", "stability": "stable", "summary": "columns block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2607 }, "name": "columns", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryColumns" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#resource Dashboard#resource}", "stability": "stable", "summary": "The resource name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2589 }, "name": "resource", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryColumns": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryColumns", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2345 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryColumns", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The column name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2363 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#alias Dashboard#alias}", "stability": "stable", "summary": "A user-assigned alias for the column." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2351 }, "name": "alias", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cell_display_mode Dashboard#cell_display_mode}", "stability": "stable", "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2357 }, "name": "cellDisplayMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2369 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryColumns" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryColumnsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryColumnsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2554 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2546 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2561 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryColumnsOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryColumnsList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2554 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2554 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2554 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2547 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryColumns" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryColumnsList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryColumnsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryColumnsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2432 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2422 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2492 }, "name": "resetAlias" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2508 }, "name": "resetCellDisplayMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2537 }, "name": "resetOrder" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryColumnsOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2496 }, "name": "aliasInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2512 }, "name": "cellDisplayModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2525 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2541 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2486 }, "name": "alias", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2502 }, "name": "cellDisplayMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2518 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2531 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2436 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryColumns" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryColumnsOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2688 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2681 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2835 }, "name": "putColumns", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryColumns" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2838 }, "name": "resetColumns" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2796 }, "name": "resetResource" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2832 }, "name": "columns", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryColumnsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2842 }, "name": "columnsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryColumns" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2758 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2771 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2784 }, "name": "primaryTagInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2800 }, "name": "resourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2813 }, "name": "rowTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2826 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2751 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2764 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2777 }, "name": "primaryTag", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2790 }, "name": "resource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2806 }, "name": "rowType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2819 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2692 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestConditionalFormats": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestConditionalFormats", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2846 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestConditionalFormats", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#comparator Dashboard#comparator}", "stability": "stable", "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2852 }, "name": "comparator", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "The color palette to apply." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2888 }, "name": "palette", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#value Dashboard#value}", "stability": "stable", "summary": "A value for the comparator." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2900 }, "name": "value", "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}", "stability": "stable", "summary": "The color palette to apply to the background, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2858 }, "name": "customBgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}", "stability": "stable", "summary": "The color palette to apply to the foreground, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2864 }, "name": "customFgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#hide_value Dashboard#hide_value}", "stability": "stable", "summary": "Setting this to True hides values." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2870 }, "name": "hideValue", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#image_url Dashboard#image_url}", "stability": "stable", "summary": "Displays an image as the background." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2876 }, "name": "imageUrl", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The metric from the request to correlate with this conditional format." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2882 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#timeframe Dashboard#timeframe}", "stability": "stable", "summary": "Defines the displayed timeframe." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2894 }, "name": "timeframe", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestConditionalFormats" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestConditionalFormatsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestConditionalFormatsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3224 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3216 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3231 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestConditionalFormatsOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestConditionalFormatsList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3224 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3224 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3224 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3217 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestConditionalFormats" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestConditionalFormatsList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestConditionalFormatsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestConditionalFormatsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2998 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 2988 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3101 }, "name": "resetCustomBgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3117 }, "name": "resetCustomFgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3133 }, "name": "resetHideValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3149 }, "name": "resetImageUrl" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3165 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3194 }, "name": "resetTimeframe" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestConditionalFormatsOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3089 }, "name": "comparatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3105 }, "name": "customBgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3121 }, "name": "customFgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3137 }, "name": "hideValueInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3153 }, "name": "imageUrlInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3169 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3182 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3198 }, "name": "timeframeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3211 }, "name": "valueInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3082 }, "name": "comparator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3095 }, "name": "customBgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3111 }, "name": "customFgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3127 }, "name": "hideValue", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3143 }, "name": "imageUrl", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3159 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3175 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3188 }, "name": "timeframe", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3204 }, "name": "value", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3002 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestConditionalFormats" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestConditionalFormatsOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormula": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormula", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4508 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormula", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#formula_expression Dashboard#formula_expression}", "stability": "stable", "summary": "A string expression built from queries, formulas, and functions." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4526 }, "name": "formulaExpression", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#alias Dashboard#alias}", "stability": "stable", "summary": "An expression alias." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4514 }, "name": "alias", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cell_display_mode Dashboard#cell_display_mode}", "stability": "stable", "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4520 }, "name": "cellDisplayMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cell_display_mode_options Dashboard#cell_display_mode_options}", "stability": "stable", "summary": "cell_display_mode_options block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4532 }, "name": "cellDisplayModeOptions", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaCellDisplayModeOptions" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#conditional_formats Dashboard#conditional_formats}", "stability": "stable", "summary": "conditional_formats block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4538 }, "name": "conditionalFormats", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "limit block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4544 }, "name": "limit", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaLimit" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#number_format Dashboard#number_format}", "stability": "stable", "summary": "number_format block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4550 }, "name": "numberFormat", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormat" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#style Dashboard#style}", "stability": "stable", "summary": "style block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4556 }, "name": "style", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaStyle" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormula" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaCellDisplayModeOptions": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaCellDisplayModeOptions", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3235 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaCellDisplayModeOptions", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#trend_type Dashboard#trend_type}", "stability": "stable", "summary": "The type of trend line to display. Valid values are `area`, `line`, `bars`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3241 }, "name": "trendType", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#y_scale Dashboard#y_scale}", "stability": "stable", "summary": "The scale of the y-axis. Valid values are `shared`, `independent`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3247 }, "name": "yScale", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaCellDisplayModeOptions" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaCellDisplayModeOptionsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaCellDisplayModeOptionsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.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/index-structs/structs5200.ts", "line": 3286 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3332 }, "name": "resetTrendType" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3348 }, "name": "resetYScale" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaCellDisplayModeOptionsOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3336 }, "name": "trendTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3352 }, "name": "yScaleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3326 }, "name": "trendType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3342 }, "name": "yScale", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3297 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaCellDisplayModeOptions" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaCellDisplayModeOptionsOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaConditionalFormats": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaConditionalFormats", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3356 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaConditionalFormats", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#comparator Dashboard#comparator}", "stability": "stable", "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3362 }, "name": "comparator", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "The color palette to apply." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3398 }, "name": "palette", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#value Dashboard#value}", "stability": "stable", "summary": "A value for the comparator." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3410 }, "name": "value", "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}", "stability": "stable", "summary": "The color palette to apply to the background, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3368 }, "name": "customBgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}", "stability": "stable", "summary": "The color palette to apply to the foreground, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3374 }, "name": "customFgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#hide_value Dashboard#hide_value}", "stability": "stable", "summary": "Setting this to True hides values." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3380 }, "name": "hideValue", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#image_url Dashboard#image_url}", "stability": "stable", "summary": "Displays an image as the background." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3386 }, "name": "imageUrl", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The metric from the request to correlate with this conditional format." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3392 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#timeframe Dashboard#timeframe}", "stability": "stable", "summary": "Defines the displayed timeframe." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3404 }, "name": "timeframe", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaConditionalFormats" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaConditionalFormatsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaConditionalFormatsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3734 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3726 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3741 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaConditionalFormatsOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaConditionalFormatsList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3734 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3734 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3734 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3727 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaConditionalFormatsList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaConditionalFormatsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaConditionalFormatsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3508 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3498 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3611 }, "name": "resetCustomBgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3627 }, "name": "resetCustomFgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3643 }, "name": "resetHideValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3659 }, "name": "resetImageUrl" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3675 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3704 }, "name": "resetTimeframe" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaConditionalFormatsOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3599 }, "name": "comparatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3615 }, "name": "customBgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3631 }, "name": "customFgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3647 }, "name": "hideValueInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3663 }, "name": "imageUrlInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3679 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3692 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3708 }, "name": "timeframeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3721 }, "name": "valueInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3592 }, "name": "comparator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3605 }, "name": "customBgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3621 }, "name": "customFgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3637 }, "name": "hideValue", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3653 }, "name": "imageUrl", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3669 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3685 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3698 }, "name": "timeframe", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3714 }, "name": "value", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3512 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaConditionalFormats" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaConditionalFormatsOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaLimit": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaLimit", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3745 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaLimit", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#count Dashboard#count}", "stability": "stable", "summary": "The number of results to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3751 }, "name": "count", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3757 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaLimit" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaLimitOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaLimitOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3803 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3796 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3842 }, "name": "resetCount" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3858 }, "name": "resetOrder" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaLimitOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3846 }, "name": "countInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3862 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3836 }, "name": "count", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3852 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3807 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaLimit" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaLimitOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4857 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4849 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4864 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4857 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4857 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4857 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4850 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormula" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormat": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormat", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4269 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormat", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit Dashboard#unit}", "stability": "stable", "summary": "unit block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4275 }, "name": "unit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnit" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_scale Dashboard#unit_scale}", "stability": "stable", "summary": "unit_scale block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4281 }, "name": "unitScale", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitScale" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormat" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4327 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4320 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4363 }, "name": "putUnit", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnit" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4376 }, "name": "putUnitScale", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitScale" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4379 }, "name": "resetUnitScale" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4360 }, "name": "unit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4373 }, "name": "unitScale", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitScaleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4367 }, "name": "unitInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnit" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4383 }, "name": "unitScaleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitScale" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4331 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormat" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnit": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnit", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4067 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnit", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#canonical Dashboard#canonical}", "stability": "stable", "summary": "canonical block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4073 }, "name": "canonical", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom Dashboard#custom}", "stability": "stable", "summary": "custom block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4079 }, "name": "custom", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCustom" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnit" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3866 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_name Dashboard#unit_name}", "stability": "stable", "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3878 }, "name": "unitName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#per_unit_name Dashboard#per_unit_name}", "stability": "stable", "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3872 }, "name": "perUnitName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3924 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3917 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3963 }, "name": "resetPerUnitName" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3967 }, "name": "perUnitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3980 }, "name": "unitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3957 }, "name": "perUnitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3973 }, "name": "unitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3928 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCustom": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCustom", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3984 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCustom", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "Unit label." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 3990 }, "name": "label", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCustom" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCustomOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4029 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4022 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCustomOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4063 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4056 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4033 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCustom" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCustomOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4125 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4118 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4161 }, "name": "putCanonical", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4177 }, "name": "putCustom", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCustom" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4164 }, "name": "resetCanonical" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4180 }, "name": "resetCustom" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4158 }, "name": "canonical", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4174 }, "name": "custom", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCustomOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4168 }, "name": "canonicalInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4184 }, "name": "customInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCustom" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4129 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnit" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitScale": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitScale", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4188 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitScale", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_name Dashboard#unit_name}." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4192 }, "name": "unitName", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitScale" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitScaleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.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/index-structs/structs5200.ts", "line": 4224 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitScaleOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4265 }, "name": "unitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4258 }, "name": "unitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4235 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitScale" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitScaleOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4647 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4637 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4773 }, "name": "putCellDisplayModeOptions", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaCellDisplayModeOptions" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4789 }, "name": "putConditionalFormats", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4805 }, "name": "putLimit", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaLimit" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4821 }, "name": "putNumberFormat", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormat" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4837 }, "name": "putStyle", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaStyle" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4731 }, "name": "resetAlias" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4747 }, "name": "resetCellDisplayMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4776 }, "name": "resetCellDisplayModeOptions" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4792 }, "name": "resetConditionalFormats" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4808 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4824 }, "name": "resetNumberFormat" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4840 }, "name": "resetStyle" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4770 }, "name": "cellDisplayModeOptions", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaCellDisplayModeOptionsOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4786 }, "name": "conditionalFormats", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaConditionalFormatsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4802 }, "name": "limit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaLimitOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4818 }, "name": "numberFormat", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4834 }, "name": "style", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaStyleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4735 }, "name": "aliasInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4751 }, "name": "cellDisplayModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4780 }, "name": "cellDisplayModeOptionsInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaCellDisplayModeOptions" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4796 }, "name": "conditionalFormatsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4764 }, "name": "formulaExpressionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4812 }, "name": "limitInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaLimit" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4828 }, "name": "numberFormatInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormat" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4844 }, "name": "styleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaStyle" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4725 }, "name": "alias", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4741 }, "name": "cellDisplayMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4757 }, "name": "formulaExpression", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4651 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormula" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaStyle": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaStyle", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4387 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaStyle", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "The color palette used to display the formula." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4393 }, "name": "palette", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette_index Dashboard#palette_index}", "stability": "stable", "summary": "Index specifying which color to use within the palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4399 }, "name": "paletteIndex", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaStyle" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaStyleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaStyleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4445 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4438 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4484 }, "name": "resetPalette" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4500 }, "name": "resetPaletteIndex" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaStyleOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4504 }, "name": "paletteIndexInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4488 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4478 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4494 }, "name": "paletteIndex", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4449 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaStyle" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaStyleOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12266 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12258 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12273 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12266 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12266 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12266 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12259 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequest" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5544 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5550 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5562 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5568 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5574 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5556 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4868 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4874 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4880 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4886 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.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" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4932 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4997 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5013 }, "name": "resetInterval" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4985 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5001 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5017 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4978 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4991 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5007 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 4943 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5171 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5177 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5183 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5189 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5348 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5340 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5355 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5348 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5348 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5348 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5341 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5245 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5235 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5328 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5299 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5315 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5331 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5325 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5303 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5319 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5335 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5293 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5309 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5249 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5021 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5027 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5039 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5033 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5092 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5085 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5150 }, "name": "resetFacet" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5138 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5154 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5167 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5131 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5144 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5160 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5096 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5359 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5365 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5371 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5377 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5533 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5525 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5540 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5533 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5533 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5533 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5526 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5433 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5423 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5500 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5516 }, "name": "resetInterval" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5488 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5504 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5520 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5481 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5494 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5510 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5437 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5641 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5634 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5724 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5740 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5756 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5727 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5743 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5759 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5711 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5721 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5737 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5753 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5731 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5747 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5699 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5763 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5715 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5692 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5705 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5645 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 11877 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 11867 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12102 }, "name": "putApmQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12118 }, "name": "putApmStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12134 }, "name": "putConditionalFormats", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestConditionalFormats" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12150 }, "name": "putFormula", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormula" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12166 }, "name": "putLogQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12182 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12198 }, "name": "putQuery", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuery" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12214 }, "name": "putRumQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12230 }, "name": "putSecurityQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12246 }, "name": "putTextFormats", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormats" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12009 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12025 }, "name": "resetAlias" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12105 }, "name": "resetApmQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12121 }, "name": "resetApmStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12041 }, "name": "resetCellDisplayMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12137 }, "name": "resetConditionalFormats" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12153 }, "name": "resetFormula" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12057 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12169 }, "name": "resetLogQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12073 }, "name": "resetOrder" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12185 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12089 }, "name": "resetQ" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12201 }, "name": "resetQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12217 }, "name": "resetRumQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12233 }, "name": "resetSecurityQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12249 }, "name": "resetTextFormats" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12099 }, "name": "apmQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12115 }, "name": "apmStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12131 }, "name": "conditionalFormats", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestConditionalFormatsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12147 }, "name": "formula", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12163 }, "name": "logQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12179 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12195 }, "name": "query", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12211 }, "name": "rumQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12227 }, "name": "securityQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12243 }, "name": "textFormats", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12013 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12029 }, "name": "aliasInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12109 }, "name": "apmQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12125 }, "name": "apmStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12045 }, "name": "cellDisplayModeInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12141 }, "name": "conditionalFormatsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestConditionalFormats" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12157 }, "name": "formulaInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormula" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12061 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12173 }, "name": "logQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12077 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12189 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12093 }, "name": "qInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12205 }, "name": "queryInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuery" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12221 }, "name": "rumQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12237 }, "name": "securityQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12253 }, "name": "textFormatsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormats" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12003 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12019 }, "name": "alias", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12035 }, "name": "cellDisplayMode", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12051 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12067 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12083 }, "name": "q", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 11881 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequest" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5767 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestProcessQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "Your chosen metric." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5785 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#filter_by Dashboard#filter_by}", "stability": "stable", "summary": "A list of processes." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5773 }, "name": "filterBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The max number of items in the filter list." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5779 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_by Dashboard#search_by}", "stability": "stable", "summary": "Your chosen search term." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5791 }, "name": "searchBy", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestProcessQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5851 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5844 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5902 }, "name": "resetFilterBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5918 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5947 }, "name": "resetSearchBy" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestProcessQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5906 }, "name": "filterByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5922 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5935 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5951 }, "name": "searchByInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5896 }, "name": "filterBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5912 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5928 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5941 }, "name": "searchBy", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5855 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestProcessQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestProcessQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8870 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_dependency_stats_query Dashboard#apm_dependency_stats_query}", "stability": "stable", "summary": "apm_dependency_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8876 }, "name": "apmDependencyStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmDependencyStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_resource_stats_query Dashboard#apm_resource_stats_query}", "stability": "stable", "summary": "apm_resource_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8882 }, "name": "apmResourceStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmResourceStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cloud_cost_query Dashboard#cloud_cost_query}", "stability": "stable", "summary": "cloud_cost_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8888 }, "name": "cloudCostQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryCloudCostQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#event_query Dashboard#event_query}", "stability": "stable", "summary": "event_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8894 }, "name": "eventQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric_query Dashboard#metric_query}", "stability": "stable", "summary": "metric_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8900 }, "name": "metricQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryMetricQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#process_query Dashboard#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8906 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_query Dashboard#slo_query}", "stability": "stable", "summary": "slo_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8912 }, "name": "sloQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuerySloQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmDependencyStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmDependencyStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5955 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmDependencyStatsQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5967 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#env Dashboard#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5973 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5985 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#operation_name Dashboard#operation_name}", "stability": "stable", "summary": "Name of operation on service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5991 }, "name": "operationName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#resource_name Dashboard#resource_name}", "stability": "stable", "summary": "APM resource." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 6009 }, "name": "resourceName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#service Dashboard#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 6015 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#stat Dashboard#stat}", "stability": "stable", "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 6021 }, "name": "stat", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5961 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_upstream Dashboard#is_upstream}", "stability": "stable", "summary": "Determines whether stats for upstream or downstream dependencies should be queried." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5979 }, "name": "isUpstream", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}", "stability": "stable", "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 5997 }, "name": "primaryTagName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}", "stability": "stable", "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 6003 }, "name": "primaryTagValue", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmDependencyStatsQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmDependencyStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmDependencyStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 6130 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 6123 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 6223 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 6265 }, "name": "resetIsUpstream" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 6307 }, "name": "resetPrimaryTagName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 6323 }, "name": "resetPrimaryTagValue" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmDependencyStatsQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 6227 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 6240 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 6253 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 6269 }, "name": "isUpstreamInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 6282 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 6295 }, "name": "operationNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 6311 }, "name": "primaryTagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 6327 }, "name": "primaryTagValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 6340 }, "name": "resourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 6353 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 6366 }, "name": "statInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 6217 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 6233 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 6246 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 6259 }, "name": "isUpstream", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 6275 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 6288 }, "name": "operationName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 6301 }, "name": "primaryTagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 6317 }, "name": "primaryTagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 6333 }, "name": "resourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 6346 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 6359 }, "name": "stat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 6134 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmDependencyStatsQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmDependencyStatsQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmResourceStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmResourceStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 6370 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmResourceStatsQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 6382 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#env Dashboard#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 6388 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 6400 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#service Dashboard#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 6430 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#stat Dashboard#stat}", "stability": "stable", "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 6436 }, "name": "stat", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 6376 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "Array of fields to group results by." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 6394 }, "name": "groupBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#operation_name Dashboard#operation_name}", "stability": "stable", "summary": "Name of operation on service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 6406 }, "name": "operationName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}", "stability": "stable", "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 6412 }, "name": "primaryTagName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}", "stability": "stable", "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 6418 }, "name": "primaryTagValue", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#resource_name Dashboard#resource_name}", "stability": "stable", "summary": "APM resource." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 6424 }, "name": "resourceName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmResourceStatsQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmResourceStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmResourceStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 6545 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 6538 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 6638 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 6680 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 6709 }, "name": "resetOperationName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 6725 }, "name": "resetPrimaryTagName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 6741 }, "name": "resetPrimaryTagValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 6757 }, "name": "resetResourceName" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmResourceStatsQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 6642 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 6655 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 6668 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 6684 }, "name": "groupByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 6697 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 6713 }, "name": "operationNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 6729 }, "name": "primaryTagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 6745 }, "name": "primaryTagValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 6761 }, "name": "resourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 6774 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 6787 }, "name": "statInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 6632 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 6648 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 6661 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 6674 }, "name": "groupBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 6690 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 6703 }, "name": "operationName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 6719 }, "name": "primaryTagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 6735 }, "name": "primaryTagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 6751 }, "name": "resourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 6767 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 6780 }, "name": "stat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 6549 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmResourceStatsQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmResourceStatsQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryCloudCostQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryCloudCostQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 6791 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryCloudCostQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 6809 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 6815 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The cloud cost query definition." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 6821 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 6797 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 6803 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryCloudCostQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryCloudCostQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryCloudCostQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 6888 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 6881 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 6945 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 6961 }, "name": "resetCrossOrgUuids" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryCloudCostQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 6949 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 6965 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 6978 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 6991 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7004 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 6939 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 6955 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 6971 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 6984 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 6997 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 6892 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryCloudCostQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryCloudCostQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7614 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute Dashboard#compute}", "stability": "stable", "summary": "compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7650 }, "name": "compute", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for event platform-based queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7626 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7638 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7620 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7656 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#indexes Dashboard#indexes}", "stability": "stable", "summary": "An array of index names to query in the stream." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7632 }, "name": "indexes", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search Dashboard#search}", "stability": "stable", "summary": "search block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7662 }, "name": "search", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuerySearch" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#storage Dashboard#storage}", "stability": "stable", "summary": "Storage location (private beta)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7644 }, "name": "storage", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7008 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation methods for event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7014 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "A time interval in milliseconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7020 }, "name": "interval", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The measurable attribute to compute." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7026 }, "name": "metric", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7182 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7174 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7189 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryComputeOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7182 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7182 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7182 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7175 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7082 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7072 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7149 }, "name": "resetInterval" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7165 }, "name": "resetMetric" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7137 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7153 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7169 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7130 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7143 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7159 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7086 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7346 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The event facet." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7352 }, "name": "facet", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The number of groups to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7358 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort Dashboard#sort}", "stability": "stable", "summary": "sort block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7364 }, "name": "sort", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBySort" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.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" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7512 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7527 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7520 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7520 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7520 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7513 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7420 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7410 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7500 }, "name": "putSort", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBySort" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7487 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7503 }, "name": "resetSort" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7497 }, "name": "sort", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBySortOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7475 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7491 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7507 }, "name": "sortInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBySort" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7468 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7481 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7424 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBySort": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBySort", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7193 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBySort", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation methods for the event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7199 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The metric used for sorting group by results." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7205 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Direction of sort. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7211 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBySort" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBySortOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBySortOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7264 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7257 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7322 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7338 }, "name": "resetOrder" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBySortOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7310 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7326 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7342 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7303 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7316 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7332 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7268 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBySort" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBySortOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7750 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7743 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7896 }, "name": "putCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7909 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7925 }, "name": "putSearch", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuerySearch" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7825 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7912 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7854 }, "name": "resetIndexes" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7928 }, "name": "resetSearch" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7883 }, "name": "resetStorage" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7893 }, "name": "compute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7906 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7922 }, "name": "search", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuerySearchOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7900 }, "name": "computeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7829 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7842 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7916 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7858 }, "name": "indexesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7871 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7932 }, "name": "searchInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuerySearch" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7887 }, "name": "storageInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7819 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7835 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7848 }, "name": "indexes", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7864 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7877 }, "name": "storage", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7754 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuerySearch": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuerySearch", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7531 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuerySearch", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The events search string." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7537 }, "name": "query", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuerySearch" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuerySearchOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuerySearchOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7576 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7569 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuerySearchOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7610 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7603 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7580 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuerySearch" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuerySearchOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9187 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9179 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9194 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9187 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9187 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9187 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9180 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuery" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryMetricQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryMetricQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7936 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryMetricQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7960 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The metrics query definition." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7966 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7942 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7948 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for metrics queries. Defaults to `\"metrics\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 7954 }, "name": "dataSource", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryMetricQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryMetricQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryMetricQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8033 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8026 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8090 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8106 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8122 }, "name": "resetDataSource" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryMetricQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8094 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8110 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8126 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8139 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8152 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8084 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8100 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8116 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8132 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8145 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8037 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryMetricQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryMetricQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8996 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8986 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9071 }, "name": "putApmDependencyStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmDependencyStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9087 }, "name": "putApmResourceStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmResourceStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9103 }, "name": "putCloudCostQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryCloudCostQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9119 }, "name": "putEventQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9135 }, "name": "putMetricQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryMetricQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9151 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9167 }, "name": "putSloQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuerySloQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9074 }, "name": "resetApmDependencyStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9090 }, "name": "resetApmResourceStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9106 }, "name": "resetCloudCostQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9122 }, "name": "resetEventQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9138 }, "name": "resetMetricQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9154 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9170 }, "name": "resetSloQuery" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9068 }, "name": "apmDependencyStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmDependencyStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9084 }, "name": "apmResourceStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmResourceStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9100 }, "name": "cloudCostQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryCloudCostQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9116 }, "name": "eventQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9132 }, "name": "metricQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryMetricQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9148 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9164 }, "name": "sloQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuerySloQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9078 }, "name": "apmDependencyStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmDependencyStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9094 }, "name": "apmResourceStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmResourceStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9110 }, "name": "cloudCostQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryCloudCostQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9126 }, "name": "eventQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9142 }, "name": "metricQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryMetricQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9158 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9174 }, "name": "sloQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuerySloQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9000 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuery" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8156 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryProcessQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for process queries. Valid values are `process`, `container`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8174 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The process metric name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8192 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8198 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8162 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8168 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_normalized_cpu Dashboard#is_normalized_cpu}", "stability": "stable", "summary": "Whether to normalize the CPU percentages." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8180 }, "name": "isNormalizedCpu", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The number of hits to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8186 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort Dashboard#sort}", "stability": "stable", "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8204 }, "name": "sort", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#tag_filters Dashboard#tag_filters}", "stability": "stable", "summary": "An array of tags to filter by." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8210 }, "name": "tagFilters", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#text_filter Dashboard#text_filter}", "stability": "stable", "summary": "The text to use as a filter." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8216 }, "name": "textFilter", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryProcessQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8318 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8311 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8405 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8421 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8450 }, "name": "resetIsNormalizedCpu" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8466 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8508 }, "name": "resetSort" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8524 }, "name": "resetTagFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8540 }, "name": "resetTextFilter" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryProcessQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8409 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8425 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8438 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8454 }, "name": "isNormalizedCpuInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8470 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8483 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8496 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8512 }, "name": "sortInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8528 }, "name": "tagFiltersInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8544 }, "name": "textFilterInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8399 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8415 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8431 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8444 }, "name": "isNormalizedCpu", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8460 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8476 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8489 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8502 }, "name": "sort", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8518 }, "name": "tagFilters", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8534 }, "name": "textFilter", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8322 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryProcessQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryProcessQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuerySloQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuerySloQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8548 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuerySloQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for SLO queries. Valid values are `slo`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8566 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#measure Dashboard#measure}", "stability": "stable", "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8578 }, "name": "measure", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_id Dashboard#slo_id}", "stability": "stable", "summary": "ID of an SLO to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8590 }, "name": "sloId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#additional_query_filters Dashboard#additional_query_filters}", "stability": "stable", "summary": "Additional filters applied to the SLO query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8554 }, "name": "additionalQueryFilters", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8560 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_mode Dashboard#group_mode}", "stability": "stable", "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8572 }, "name": "groupMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8584 }, "name": "name", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_query_type Dashboard#slo_query_type}", "stability": "stable", "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8596 }, "name": "sloQueryType", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuerySloQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuerySloQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuerySloQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.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" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8677 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8759 }, "name": "resetAdditionalQueryFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8775 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8804 }, "name": "resetGroupMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8833 }, "name": "resetName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8862 }, "name": "resetSloQueryType" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuerySloQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8763 }, "name": "additionalQueryFiltersInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8779 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8792 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8808 }, "name": "groupModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8821 }, "name": "measureInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8837 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8850 }, "name": "sloIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8866 }, "name": "sloQueryTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8753 }, "name": "additionalQueryFilters", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8769 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8785 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8798 }, "name": "groupMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8814 }, "name": "measure", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8827 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8843 }, "name": "sloId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8856 }, "name": "sloQueryType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 8688 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuerySloQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuerySloQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9874 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9880 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9892 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9898 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9904 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9886 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9198 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9204 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9210 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9216 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9269 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9262 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9327 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9343 }, "name": "resetInterval" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9315 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9331 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9347 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9308 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9321 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9337 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9273 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9501 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9507 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9513 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9519 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9678 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9670 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9685 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9678 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9678 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9678 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9671 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9575 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9565 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9658 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9629 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9645 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9661 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9655 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9633 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9649 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9665 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9623 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9639 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9579 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9351 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9357 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9369 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9363 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9422 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9415 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9480 }, "name": "resetFacet" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9468 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9484 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9497 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9461 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9474 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9490 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9426 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9689 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9695 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9701 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9707 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9863 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9855 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9870 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9863 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9863 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9863 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9856 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9763 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9753 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9830 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9846 }, "name": "resetInterval" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9818 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9834 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9850 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9811 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9824 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9840 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9767 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9971 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9964 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10054 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10070 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10086 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10057 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10073 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10089 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10041 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10051 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10067 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10083 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10061 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10077 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10029 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10093 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10045 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10022 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10035 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 9975 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10773 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10779 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10791 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10797 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10803 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10785 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10097 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10103 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10109 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10115 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10168 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10161 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10226 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10242 }, "name": "resetInterval" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10214 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10230 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10246 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10207 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10220 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10236 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10172 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10400 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10406 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10412 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10418 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10577 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10569 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10584 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10577 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10577 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10577 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10570 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10474 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10464 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10557 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10528 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10544 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10560 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10554 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10532 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10548 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10564 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10522 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10538 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10478 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10250 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10256 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10268 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10262 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10321 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10314 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10379 }, "name": "resetFacet" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10367 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10383 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10396 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10360 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10373 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10389 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10325 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10588 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10594 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10600 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10606 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10762 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10754 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10769 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10762 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10762 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10762 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10755 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10662 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10652 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10729 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10745 }, "name": "resetInterval" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10717 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10733 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10749 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10710 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10723 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10739 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10666 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10870 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10863 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10953 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10969 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10985 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10956 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10972 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10988 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10940 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10950 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10966 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10982 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10960 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10976 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10928 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10992 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10944 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10921 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10934 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10874 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormats": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormats", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 11516 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormats", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#text_format Dashboard#text_format}", "stability": "stable", "summary": "text_format block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 11522 }, "name": "textFormat", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormat" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormats" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 11623 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 11615 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 11630 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 11623 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 11623 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 11623 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 11616 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormats" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 11564 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 11554 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 11603 }, "name": "putTextFormat", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormat" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 11606 }, "name": "resetTextFormat" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 11600 }, "name": "textFormat", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 11610 }, "name": "textFormatInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormat" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 11568 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormats" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormat": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormat", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 11261 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormat", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#match Dashboard#match}", "stability": "stable", "summary": "match block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 11285 }, "name": "match", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatMatch" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}", "stability": "stable", "summary": "The custom color palette to apply to the background." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 11267 }, "name": "customBgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}", "stability": "stable", "summary": "The custom color palette to apply to the foreground text." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 11273 }, "name": "customFgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "The color palette to apply. Valid values are `white_on_red`, `white_on_yellow`, `white_on_green`, `black_on_light_red`, `black_on_light_yellow`, `black_on_light_green`, `red_on_white`, `yellow_on_white`, `green_on_white`, `custom_bg`, `custom_text`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 11279 }, "name": "palette", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#replace Dashboard#replace}", "stability": "stable", "summary": "replace block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 11291 }, "name": "replace", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatReplace" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormat" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 11505 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 11497 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 11512 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 11505 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 11505 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 11505 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 11498 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormat" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatMatch": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatMatch", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 10996 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatMatch", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#type Dashboard#type}", "stability": "stable", "summary": "Match or compare option. Valid values are `is`, `is_not`, `contains`, `does_not_contain`, `starts_with`, `ends_with`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 11002 }, "name": "type", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#value Dashboard#value}", "stability": "stable", "summary": "Table Widget Match String." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 11008 }, "name": "value", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatMatch" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatMatchOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatMatchOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 11054 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 11047 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatMatchOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 11094 }, "name": "typeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 11107 }, "name": "valueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 11087 }, "name": "type", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 11100 }, "name": "value", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 11058 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatMatch" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatMatchOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 11361 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 11351 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 11472 }, "name": "putMatch", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatMatch" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 11485 }, "name": "putReplace", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatReplace" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 11427 }, "name": "resetCustomBgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 11443 }, "name": "resetCustomFgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 11459 }, "name": "resetPalette" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 11488 }, "name": "resetReplace" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 11469 }, "name": "match", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatMatchOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 11482 }, "name": "replace", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatReplaceOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 11431 }, "name": "customBgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 11447 }, "name": "customFgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 11476 }, "name": "matchInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatMatch" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 11463 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 11492 }, "name": "replaceInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatReplace" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 11421 }, "name": "customBgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 11437 }, "name": "customFgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 11453 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 11365 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormat" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatReplace": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatReplace", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 11111 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatReplace", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#type Dashboard#type}", "stability": "stable", "summary": "Table widget text format replace all type." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 11123 }, "name": "type", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#with Dashboard#with}", "stability": "stable", "summary": "Table Widget Match String." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 11129 }, "name": "with", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#substring Dashboard#substring}", "stability": "stable", "summary": "Text that will be replaced. Must be used with type `substring`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 11117 }, "name": "substring", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatReplace" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatReplaceOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatReplaceOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 11182 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 11175 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 11227 }, "name": "resetSubstring" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatReplaceOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 11231 }, "name": "substringInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 11244 }, "name": "typeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 11257 }, "name": "withInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 11221 }, "name": "substring", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 11237 }, "name": "type", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 11250 }, "name": "with", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 11186 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatReplace" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatReplaceOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinition", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23400 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinition", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#autoscale Dashboard#autoscale}", "stability": "stable", "summary": "A Boolean indicating whether to automatically scale the tile." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23406 }, "name": "autoscale", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_link Dashboard#custom_link}", "stability": "stable", "summary": "custom_link block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23454 }, "name": "customLink", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_unit Dashboard#custom_unit}", "stability": "stable", "summary": "The unit for the value displayed in the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23412 }, "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`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#live_span Dashboard#live_span}", "stability": "stable", "summary": "The timeframe to use when displaying the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23418 }, "name": "liveSpan", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#precision Dashboard#precision}", "stability": "stable", "summary": "The precision to use when displaying the tile." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23424 }, "name": "precision", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#request Dashboard#request}", "stability": "stable", "summary": "request block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23460 }, "name": "request", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequest" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#text_align Dashboard#text_align}", "stability": "stable", "summary": "The alignment of the widget's text. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23430 }, "name": "textAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#timeseries_background Dashboard#timeseries_background}", "stability": "stable", "summary": "timeseries_background block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23466 }, "name": "timeseriesBackground", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackground" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title Dashboard#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23436 }, "name": "title", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_align Dashboard#title_align}", "stability": "stable", "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23442 }, "name": "titleAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_size Dashboard#title_size}", "stability": "stable", "summary": "The size of the widget's title (defaults to 16)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23448 }, "name": "titleSize", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinition" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionCustomLink": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionCustomLink", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12573 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionCustomLink", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_hidden Dashboard#is_hidden}", "stability": "stable", "summary": "The flag for toggling context menu link visibility." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12579 }, "name": "isHidden", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "The label for the custom link URL." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12585 }, "name": "label", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#link Dashboard#link}", "stability": "stable", "summary": "The URL of the custom link." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12591 }, "name": "link", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#override_label Dashboard#override_label}", "stability": "stable", "summary": "The label ID that refers to a context menu link item." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12597 }, "name": "overrideLabel", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionCustomLink" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionCustomLinkList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionCustomLinkList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12785 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12777 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12792 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionCustomLinkOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionCustomLinkList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12785 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12785 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12785 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12778 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionCustomLink" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionCustomLinkList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionCustomLinkOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionCustomLinkOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12660 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12650 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12720 }, "name": "resetIsHidden" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12736 }, "name": "resetLabel" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12752 }, "name": "resetLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12768 }, "name": "resetOverrideLabel" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionCustomLinkOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12724 }, "name": "isHiddenInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12740 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12756 }, "name": "linkInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12772 }, "name": "overrideLabelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12714 }, "name": "isHidden", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12730 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12746 }, "name": "link", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12762 }, "name": "overrideLabel", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12664 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionCustomLink" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionCustomLinkOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23575 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23568 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23793 }, "name": "putCustomLink", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionCustomLink" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23809 }, "name": "putRequest", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequest" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23825 }, "name": "putTimeseriesBackground", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackground" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23668 }, "name": "resetAutoscale" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23796 }, "name": "resetCustomLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23684 }, "name": "resetCustomUnit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23700 }, "name": "resetLiveSpan" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23716 }, "name": "resetPrecision" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23812 }, "name": "resetRequest" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23732 }, "name": "resetTextAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23828 }, "name": "resetTimeseriesBackground" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23748 }, "name": "resetTitle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23764 }, "name": "resetTitleAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23780 }, "name": "resetTitleSize" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23790 }, "name": "customLink", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionCustomLinkList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23806 }, "name": "request", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23822 }, "name": "timeseriesBackground", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackgroundOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23672 }, "name": "autoscaleInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23800 }, "name": "customLinkInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23688 }, "name": "customUnitInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23704 }, "name": "liveSpanInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23720 }, "name": "precisionInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23816 }, "name": "requestInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequest" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23736 }, "name": "textAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23832 }, "name": "timeseriesBackgroundInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackground" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23768 }, "name": "titleAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23752 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23784 }, "name": "titleSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23662 }, "name": "autoscale", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23678 }, "name": "customUnit", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23694 }, "name": "liveSpan", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23710 }, "name": "precision", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23726 }, "name": "textAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23742 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23758 }, "name": "titleAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23774 }, "name": "titleSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23579 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinition" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequest": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequest", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22588 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequest", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregator to use for time aggregation. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22594 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_query Dashboard#apm_query}", "stability": "stable", "summary": "apm_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22606 }, "name": "apmQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#audit_query Dashboard#audit_query}", "stability": "stable", "summary": "audit_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22612 }, "name": "auditQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#conditional_formats Dashboard#conditional_formats}", "stability": "stable", "summary": "conditional_formats block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22618 }, "name": "conditionalFormats", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestConditionalFormats" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#formula Dashboard#formula}", "stability": "stable", "summary": "formula block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22624 }, "name": "formula", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormula" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#log_query Dashboard#log_query}", "stability": "stable", "summary": "log_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22630 }, "name": "logQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#process_query Dashboard#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22636 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#q Dashboard#q}", "stability": "stable", "summary": "The metric query to use for this widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22600 }, "name": "q", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22642 }, "name": "query", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuery" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#rum_query Dashboard#rum_query}", "stability": "stable", "summary": "rum_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22648 }, "name": "rumQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#security_query Dashboard#security_query}", "stability": "stable", "summary": "security_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22654 }, "name": "securityQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequest" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13472 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13478 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13490 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13496 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13502 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13484 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12796 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12802 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12808 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12814 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12867 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12860 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12925 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12941 }, "name": "resetInterval" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12913 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12929 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12945 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12906 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12919 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12935 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12871 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13099 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13105 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13111 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13117 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13276 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13268 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13283 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13276 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13276 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13276 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13269 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13173 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13163 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13256 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13227 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13243 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13259 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13253 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13231 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13247 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13263 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13221 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13237 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13177 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12949 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12955 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12967 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 12961 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13020 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13013 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13078 }, "name": "resetFacet" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13066 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13082 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13095 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13059 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13072 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13088 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13024 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13287 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13293 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13299 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13305 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13461 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13453 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13468 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13461 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13461 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13461 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13454 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13361 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13351 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13428 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13444 }, "name": "resetInterval" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13416 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13432 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13448 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13409 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13422 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13438 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13365 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13569 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13562 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13652 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13668 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13684 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13655 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13671 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13687 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13639 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13649 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13665 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13681 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13659 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13675 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13627 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13691 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13643 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13620 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13633 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13573 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14371 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14377 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14389 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14395 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14401 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14383 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13695 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13701 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13707 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13713 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13766 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13759 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13824 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13840 }, "name": "resetInterval" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13812 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13828 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13844 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13805 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13818 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13834 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13770 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13998 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14004 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14010 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14016 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14175 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14167 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14182 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14175 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14175 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14175 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14168 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14072 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14062 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14155 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14126 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14142 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14158 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14152 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14130 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14146 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14162 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14120 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14136 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14076 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13848 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13854 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13866 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13860 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13919 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13912 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13977 }, "name": "resetFacet" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13965 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13981 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13994 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13958 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13971 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13987 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 13923 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14186 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14192 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14198 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14204 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14360 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14352 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14367 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14360 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14360 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14360 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14353 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14260 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14250 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14327 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14343 }, "name": "resetInterval" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14315 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14331 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14347 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14308 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14321 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14337 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14264 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14468 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14461 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14551 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14567 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14583 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14554 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14570 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14586 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14538 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14548 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14564 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14580 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14558 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14574 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14526 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14590 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14542 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14519 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14532 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14472 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestConditionalFormats": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestConditionalFormats", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14594 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestConditionalFormats", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#comparator Dashboard#comparator}", "stability": "stable", "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14600 }, "name": "comparator", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "The color palette to apply." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14636 }, "name": "palette", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#value Dashboard#value}", "stability": "stable", "summary": "A value for the comparator." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14648 }, "name": "value", "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}", "stability": "stable", "summary": "The color palette to apply to the background, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14606 }, "name": "customBgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}", "stability": "stable", "summary": "The color palette to apply to the foreground, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14612 }, "name": "customFgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#hide_value Dashboard#hide_value}", "stability": "stable", "summary": "Setting this to True hides values." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14618 }, "name": "hideValue", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#image_url Dashboard#image_url}", "stability": "stable", "summary": "Displays an image as the background." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14624 }, "name": "imageUrl", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The metric from the request to correlate with this conditional format." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14630 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#timeframe Dashboard#timeframe}", "stability": "stable", "summary": "Defines the displayed timeframe." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14642 }, "name": "timeframe", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestConditionalFormats" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestConditionalFormatsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestConditionalFormatsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14972 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14964 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14979 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestConditionalFormatsOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestConditionalFormatsList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14972 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14972 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14972 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14965 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestConditionalFormats" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestConditionalFormatsList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestConditionalFormatsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestConditionalFormatsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14746 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14736 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14849 }, "name": "resetCustomBgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14865 }, "name": "resetCustomFgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14881 }, "name": "resetHideValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14897 }, "name": "resetImageUrl" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14913 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14942 }, "name": "resetTimeframe" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestConditionalFormatsOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14837 }, "name": "comparatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14853 }, "name": "customBgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14869 }, "name": "customFgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14885 }, "name": "hideValueInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14901 }, "name": "imageUrlInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14917 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14930 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14946 }, "name": "timeframeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14959 }, "name": "valueInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14830 }, "name": "comparator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14843 }, "name": "customBgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14859 }, "name": "customFgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14875 }, "name": "hideValue", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14891 }, "name": "imageUrl", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14907 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14923 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14936 }, "name": "timeframe", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14952 }, "name": "value", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14750 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestConditionalFormats" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestConditionalFormatsOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormula": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormula", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16135 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormula", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#formula_expression Dashboard#formula_expression}", "stability": "stable", "summary": "A string expression built from queries, formulas, and functions." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16153 }, "name": "formulaExpression", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#alias Dashboard#alias}", "stability": "stable", "summary": "An expression alias." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16141 }, "name": "alias", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cell_display_mode Dashboard#cell_display_mode}", "stability": "stable", "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16147 }, "name": "cellDisplayMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#conditional_formats Dashboard#conditional_formats}", "stability": "stable", "summary": "conditional_formats block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16159 }, "name": "conditionalFormats", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "limit block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16165 }, "name": "limit", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaLimit" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#number_format Dashboard#number_format}", "stability": "stable", "summary": "number_format block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16171 }, "name": "numberFormat", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormat" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#style Dashboard#style}", "stability": "stable", "summary": "style block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16177 }, "name": "style", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaStyle" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormula" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaConditionalFormats": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaConditionalFormats", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14983 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaConditionalFormats", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#comparator Dashboard#comparator}", "stability": "stable", "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14989 }, "name": "comparator", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "The color palette to apply." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15025 }, "name": "palette", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#value Dashboard#value}", "stability": "stable", "summary": "A value for the comparator." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15037 }, "name": "value", "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}", "stability": "stable", "summary": "The color palette to apply to the background, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 14995 }, "name": "customBgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}", "stability": "stable", "summary": "The color palette to apply to the foreground, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15001 }, "name": "customFgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#hide_value Dashboard#hide_value}", "stability": "stable", "summary": "Setting this to True hides values." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15007 }, "name": "hideValue", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#image_url Dashboard#image_url}", "stability": "stable", "summary": "Displays an image as the background." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15013 }, "name": "imageUrl", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The metric from the request to correlate with this conditional format." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15019 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#timeframe Dashboard#timeframe}", "stability": "stable", "summary": "Defines the displayed timeframe." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15031 }, "name": "timeframe", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaConditionalFormats" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaConditionalFormatsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaConditionalFormatsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15361 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15353 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15368 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaConditionalFormatsOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaConditionalFormatsList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15361 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15361 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15361 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15354 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaConditionalFormatsList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaConditionalFormatsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaConditionalFormatsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15135 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15125 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15238 }, "name": "resetCustomBgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15254 }, "name": "resetCustomFgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15270 }, "name": "resetHideValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15286 }, "name": "resetImageUrl" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15302 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15331 }, "name": "resetTimeframe" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaConditionalFormatsOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15226 }, "name": "comparatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15242 }, "name": "customBgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15258 }, "name": "customFgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15274 }, "name": "hideValueInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15290 }, "name": "imageUrlInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15306 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15319 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15335 }, "name": "timeframeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15348 }, "name": "valueInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15219 }, "name": "comparator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15232 }, "name": "customBgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15248 }, "name": "customFgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15264 }, "name": "hideValue", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15280 }, "name": "imageUrl", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15296 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15312 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15325 }, "name": "timeframe", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15341 }, "name": "value", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15139 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaConditionalFormats" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaConditionalFormatsOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaLimit": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaLimit", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15372 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaLimit", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#count Dashboard#count}", "stability": "stable", "summary": "The number of results to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15378 }, "name": "count", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15384 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaLimit" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaLimitOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaLimitOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15430 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15423 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15469 }, "name": "resetCount" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15485 }, "name": "resetOrder" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaLimitOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15473 }, "name": "countInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15489 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15463 }, "name": "count", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15479 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15434 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaLimit" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaLimitOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16449 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16441 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16456 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16449 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16449 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16449 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16442 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormula" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormat": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormat", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15896 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormat", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit Dashboard#unit}", "stability": "stable", "summary": "unit block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15902 }, "name": "unit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnit" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_scale Dashboard#unit_scale}", "stability": "stable", "summary": "unit_scale block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15908 }, "name": "unitScale", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitScale" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormat" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15954 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15947 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15990 }, "name": "putUnit", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnit" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16003 }, "name": "putUnitScale", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitScale" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16006 }, "name": "resetUnitScale" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15987 }, "name": "unit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16000 }, "name": "unitScale", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitScaleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15994 }, "name": "unitInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnit" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16010 }, "name": "unitScaleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitScale" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15958 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormat" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnit": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnit", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15694 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnit", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#canonical Dashboard#canonical}", "stability": "stable", "summary": "canonical block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15700 }, "name": "canonical", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom Dashboard#custom}", "stability": "stable", "summary": "custom block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15706 }, "name": "custom", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCustom" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnit" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15493 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_name Dashboard#unit_name}", "stability": "stable", "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15505 }, "name": "unitName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#per_unit_name Dashboard#per_unit_name}", "stability": "stable", "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15499 }, "name": "perUnitName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15551 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15544 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15590 }, "name": "resetPerUnitName" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15594 }, "name": "perUnitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15607 }, "name": "unitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15584 }, "name": "perUnitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15600 }, "name": "unitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15555 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCustom": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCustom", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15611 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCustom", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "Unit label." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15617 }, "name": "label", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCustom" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCustomOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15656 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15649 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCustomOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15690 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15683 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15660 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCustom" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCustomOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15752 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15745 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15788 }, "name": "putCanonical", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15804 }, "name": "putCustom", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCustom" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15791 }, "name": "resetCanonical" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15807 }, "name": "resetCustom" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15785 }, "name": "canonical", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15801 }, "name": "custom", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCustomOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15795 }, "name": "canonicalInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15811 }, "name": "customInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCustom" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15756 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnit" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitScale": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitScale", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15815 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitScale", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_name Dashboard#unit_name}." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15819 }, "name": "unitName", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitScale" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitScaleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15858 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15851 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitScaleOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15892 }, "name": "unitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15885 }, "name": "unitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 15862 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitScale" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitScaleOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16261 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16251 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16381 }, "name": "putConditionalFormats", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16397 }, "name": "putLimit", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaLimit" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16413 }, "name": "putNumberFormat", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormat" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16429 }, "name": "putStyle", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaStyle" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16339 }, "name": "resetAlias" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16355 }, "name": "resetCellDisplayMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16384 }, "name": "resetConditionalFormats" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16400 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16416 }, "name": "resetNumberFormat" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16432 }, "name": "resetStyle" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16378 }, "name": "conditionalFormats", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaConditionalFormatsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16394 }, "name": "limit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaLimitOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16410 }, "name": "numberFormat", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16426 }, "name": "style", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaStyleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16343 }, "name": "aliasInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16359 }, "name": "cellDisplayModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16388 }, "name": "conditionalFormatsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16372 }, "name": "formulaExpressionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16404 }, "name": "limitInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaLimit" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16420 }, "name": "numberFormatInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormat" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16436 }, "name": "styleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaStyle" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16333 }, "name": "alias", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16349 }, "name": "cellDisplayMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16365 }, "name": "formulaExpression", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16265 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormula" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaStyle": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaStyle", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16014 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaStyle", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "The color palette used to display the formula." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16020 }, "name": "palette", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette_index Dashboard#palette_index}", "stability": "stable", "summary": "Index specifying which color to use within the palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16026 }, "name": "paletteIndex", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaStyle" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaStyleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaStyleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16072 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16065 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16111 }, "name": "resetPalette" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16127 }, "name": "resetPaletteIndex" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaStyleOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16131 }, "name": "paletteIndexInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16115 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16105 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16121 }, "name": "paletteIndex", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16076 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaStyle" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaStyleOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23045 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23037 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23052 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23045 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23045 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23045 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23038 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequest" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17136 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17142 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17154 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17160 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17166 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17148 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16460 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16466 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16472 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16478 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16531 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16524 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16589 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16605 }, "name": "resetInterval" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16577 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16593 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16609 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16570 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16583 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16599 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16535 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16763 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16769 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16775 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16781 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16940 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16932 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16947 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16940 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16940 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16940 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16933 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16837 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16827 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16920 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16891 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16907 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16923 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16917 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16895 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16911 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16927 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16885 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16901 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16841 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16613 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16619 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16631 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16625 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16684 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16677 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16742 }, "name": "resetFacet" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16730 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16746 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16759 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16723 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16736 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16752 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16688 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16951 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16957 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16963 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 16969 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17125 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17117 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17132 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17125 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17125 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17125 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17118 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17025 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17015 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17092 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17108 }, "name": "resetInterval" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17080 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17096 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17112 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17073 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17086 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17102 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17029 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17233 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17226 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17316 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17332 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17348 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17319 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17335 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17351 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17303 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17313 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17329 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17345 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17323 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17339 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17291 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17355 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17307 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17284 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17297 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17237 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22766 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22756 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22897 }, "name": "putApmQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22913 }, "name": "putAuditQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22929 }, "name": "putConditionalFormats", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestConditionalFormats" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22945 }, "name": "putFormula", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormula" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22961 }, "name": "putLogQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22977 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22993 }, "name": "putQuery", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuery" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23009 }, "name": "putRumQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23025 }, "name": "putSecurityQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22868 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22900 }, "name": "resetApmQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22916 }, "name": "resetAuditQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22932 }, "name": "resetConditionalFormats" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22948 }, "name": "resetFormula" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22964 }, "name": "resetLogQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22980 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22884 }, "name": "resetQ" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22996 }, "name": "resetQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23012 }, "name": "resetRumQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23028 }, "name": "resetSecurityQuery" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22894 }, "name": "apmQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22910 }, "name": "auditQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22926 }, "name": "conditionalFormats", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestConditionalFormatsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22942 }, "name": "formula", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22958 }, "name": "logQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22974 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22990 }, "name": "query", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23006 }, "name": "rumQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23022 }, "name": "securityQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22872 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22904 }, "name": "apmQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22920 }, "name": "auditQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22936 }, "name": "conditionalFormatsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestConditionalFormats" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22952 }, "name": "formulaInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormula" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22968 }, "name": "logQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22984 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22888 }, "name": "qInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23000 }, "name": "queryInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuery" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23016 }, "name": "rumQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23032 }, "name": "securityQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22862 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22878 }, "name": "q", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22770 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequest" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17359 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestProcessQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "Your chosen metric." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17377 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#filter_by Dashboard#filter_by}", "stability": "stable", "summary": "A list of processes." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17365 }, "name": "filterBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The max number of items in the filter list." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17371 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_by Dashboard#search_by}", "stability": "stable", "summary": "Your chosen search term." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17383 }, "name": "searchBy", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestProcessQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17443 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17436 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17494 }, "name": "resetFilterBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17510 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17539 }, "name": "resetSearchBy" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestProcessQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17498 }, "name": "filterByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17514 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17527 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17543 }, "name": "searchByInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17488 }, "name": "filterBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17504 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17520 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17533 }, "name": "searchBy", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17447 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestProcessQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestProcessQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20462 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_dependency_stats_query Dashboard#apm_dependency_stats_query}", "stability": "stable", "summary": "apm_dependency_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20468 }, "name": "apmDependencyStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmDependencyStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_resource_stats_query Dashboard#apm_resource_stats_query}", "stability": "stable", "summary": "apm_resource_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20474 }, "name": "apmResourceStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmResourceStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cloud_cost_query Dashboard#cloud_cost_query}", "stability": "stable", "summary": "cloud_cost_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20480 }, "name": "cloudCostQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryCloudCostQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#event_query Dashboard#event_query}", "stability": "stable", "summary": "event_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20486 }, "name": "eventQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric_query Dashboard#metric_query}", "stability": "stable", "summary": "metric_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20492 }, "name": "metricQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryMetricQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#process_query Dashboard#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20498 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_query Dashboard#slo_query}", "stability": "stable", "summary": "slo_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20504 }, "name": "sloQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuerySloQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmDependencyStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmDependencyStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17547 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmDependencyStatsQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17559 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#env Dashboard#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17565 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17577 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#operation_name Dashboard#operation_name}", "stability": "stable", "summary": "Name of operation on service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17583 }, "name": "operationName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#resource_name Dashboard#resource_name}", "stability": "stable", "summary": "APM resource." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17601 }, "name": "resourceName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#service Dashboard#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17607 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#stat Dashboard#stat}", "stability": "stable", "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17613 }, "name": "stat", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17553 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_upstream Dashboard#is_upstream}", "stability": "stable", "summary": "Determines whether stats for upstream or downstream dependencies should be queried." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17571 }, "name": "isUpstream", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}", "stability": "stable", "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17589 }, "name": "primaryTagName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}", "stability": "stable", "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17595 }, "name": "primaryTagValue", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmDependencyStatsQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmDependencyStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmDependencyStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17722 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17715 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17815 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17857 }, "name": "resetIsUpstream" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17899 }, "name": "resetPrimaryTagName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17915 }, "name": "resetPrimaryTagValue" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmDependencyStatsQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17819 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17832 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17845 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17861 }, "name": "isUpstreamInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17874 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17887 }, "name": "operationNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17903 }, "name": "primaryTagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17919 }, "name": "primaryTagValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17932 }, "name": "resourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17945 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17958 }, "name": "statInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17809 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17825 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17838 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17851 }, "name": "isUpstream", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17867 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17880 }, "name": "operationName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17893 }, "name": "primaryTagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17909 }, "name": "primaryTagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17925 }, "name": "resourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17938 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17951 }, "name": "stat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17726 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmDependencyStatsQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmDependencyStatsQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmResourceStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmResourceStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17962 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmResourceStatsQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17974 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#env Dashboard#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17980 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17992 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#service Dashboard#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 18022 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#stat Dashboard#stat}", "stability": "stable", "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 18028 }, "name": "stat", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17968 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "Array of fields to group results by." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17986 }, "name": "groupBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#operation_name Dashboard#operation_name}", "stability": "stable", "summary": "Name of operation on service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 17998 }, "name": "operationName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}", "stability": "stable", "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 18004 }, "name": "primaryTagName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}", "stability": "stable", "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 18010 }, "name": "primaryTagValue", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#resource_name Dashboard#resource_name}", "stability": "stable", "summary": "APM resource." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 18016 }, "name": "resourceName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmResourceStatsQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmResourceStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmResourceStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 18137 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 18130 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 18230 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 18272 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 18301 }, "name": "resetOperationName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 18317 }, "name": "resetPrimaryTagName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 18333 }, "name": "resetPrimaryTagValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 18349 }, "name": "resetResourceName" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmResourceStatsQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 18234 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 18247 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 18260 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 18276 }, "name": "groupByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 18289 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 18305 }, "name": "operationNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 18321 }, "name": "primaryTagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 18337 }, "name": "primaryTagValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 18353 }, "name": "resourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 18366 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 18379 }, "name": "statInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 18224 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 18240 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 18253 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 18266 }, "name": "groupBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 18282 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 18295 }, "name": "operationName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 18311 }, "name": "primaryTagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 18327 }, "name": "primaryTagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 18343 }, "name": "resourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 18359 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 18372 }, "name": "stat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 18141 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmResourceStatsQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmResourceStatsQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryCloudCostQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryCloudCostQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 18383 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryCloudCostQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 18401 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 18407 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The cloud cost query definition." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 18413 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 18389 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 18395 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryCloudCostQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryCloudCostQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryCloudCostQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.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" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 18473 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 18537 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 18553 }, "name": "resetCrossOrgUuids" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryCloudCostQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 18541 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 18557 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 18570 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 18583 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 18596 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 18531 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 18547 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 18563 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 18576 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 18589 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 18484 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryCloudCostQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryCloudCostQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19206 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute Dashboard#compute}", "stability": "stable", "summary": "compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19242 }, "name": "compute", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for event platform-based queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19218 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19230 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19212 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19248 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#indexes Dashboard#indexes}", "stability": "stable", "summary": "An array of index names to query in the stream." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19224 }, "name": "indexes", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search Dashboard#search}", "stability": "stable", "summary": "search block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19254 }, "name": "search", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuerySearch" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#storage Dashboard#storage}", "stability": "stable", "summary": "Storage location (private beta)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19236 }, "name": "storage", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 18600 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation methods for event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 18606 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "A time interval in milliseconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 18612 }, "name": "interval", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The measurable attribute to compute." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 18618 }, "name": "metric", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 18774 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 18766 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 18781 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryComputeOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 18774 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 18774 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 18774 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 18767 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 18674 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 18664 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 18741 }, "name": "resetInterval" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 18757 }, "name": "resetMetric" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 18729 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 18745 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 18761 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 18722 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 18735 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 18751 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 18678 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 18938 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The event facet." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 18944 }, "name": "facet", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The number of groups to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 18950 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort Dashboard#sort}", "stability": "stable", "summary": "sort block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 18956 }, "name": "sort", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBySort" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19112 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19104 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19119 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19112 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19112 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19112 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19105 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19012 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19002 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19092 }, "name": "putSort", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBySort" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19079 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19095 }, "name": "resetSort" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19089 }, "name": "sort", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBySortOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19067 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19083 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19099 }, "name": "sortInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBySort" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19060 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19073 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19016 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBySort": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBySort", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 18785 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBySort", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation methods for the event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 18791 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The metric used for sorting group by results." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 18797 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Direction of sort. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 18803 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBySort" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBySortOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBySortOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 18856 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 18849 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 18914 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 18930 }, "name": "resetOrder" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBySortOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 18902 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 18918 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 18934 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 18895 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 18908 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 18924 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 18860 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBySort" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBySortOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19342 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19335 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19488 }, "name": "putCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19501 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19517 }, "name": "putSearch", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuerySearch" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19417 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19504 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19446 }, "name": "resetIndexes" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19520 }, "name": "resetSearch" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19475 }, "name": "resetStorage" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19485 }, "name": "compute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19498 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19514 }, "name": "search", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuerySearchOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19492 }, "name": "computeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19421 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19434 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19508 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19450 }, "name": "indexesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19463 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19524 }, "name": "searchInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuerySearch" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19479 }, "name": "storageInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19411 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19427 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19440 }, "name": "indexes", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19456 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19469 }, "name": "storage", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19346 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuerySearch": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuerySearch", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19123 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuerySearch", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The events search string." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19129 }, "name": "query", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuerySearch" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuerySearchOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuerySearchOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19168 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19161 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuerySearchOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19202 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19195 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19172 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuerySearch" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuerySearchOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20779 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20771 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20786 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20779 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20779 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20779 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20772 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuery" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryMetricQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryMetricQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19528 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryMetricQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19552 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The metrics query definition." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19558 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19534 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19540 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for metrics queries. Defaults to `\"metrics\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19546 }, "name": "dataSource", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryMetricQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryMetricQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryMetricQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19625 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19618 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19682 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19698 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19714 }, "name": "resetDataSource" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryMetricQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19686 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19702 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19718 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19731 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19744 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19676 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19692 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19708 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19724 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19737 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19629 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryMetricQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryMetricQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20588 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20578 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20663 }, "name": "putApmDependencyStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmDependencyStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20679 }, "name": "putApmResourceStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmResourceStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20695 }, "name": "putCloudCostQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryCloudCostQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20711 }, "name": "putEventQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20727 }, "name": "putMetricQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryMetricQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20743 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20759 }, "name": "putSloQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuerySloQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20666 }, "name": "resetApmDependencyStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20682 }, "name": "resetApmResourceStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20698 }, "name": "resetCloudCostQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20714 }, "name": "resetEventQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20730 }, "name": "resetMetricQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20746 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20762 }, "name": "resetSloQuery" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20660 }, "name": "apmDependencyStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmDependencyStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20676 }, "name": "apmResourceStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmResourceStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20692 }, "name": "cloudCostQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryCloudCostQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20708 }, "name": "eventQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20724 }, "name": "metricQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryMetricQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20740 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20756 }, "name": "sloQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuerySloQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20670 }, "name": "apmDependencyStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmDependencyStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20686 }, "name": "apmResourceStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmResourceStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20702 }, "name": "cloudCostQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryCloudCostQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20718 }, "name": "eventQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20734 }, "name": "metricQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryMetricQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20750 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20766 }, "name": "sloQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuerySloQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20592 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuery" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19748 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryProcessQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for process queries. Valid values are `process`, `container`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19766 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The process metric name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19784 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19790 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19754 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19760 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_normalized_cpu Dashboard#is_normalized_cpu}", "stability": "stable", "summary": "Whether to normalize the CPU percentages." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19772 }, "name": "isNormalizedCpu", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The number of hits to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19778 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort Dashboard#sort}", "stability": "stable", "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19796 }, "name": "sort", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#tag_filters Dashboard#tag_filters}", "stability": "stable", "summary": "An array of tags to filter by." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19802 }, "name": "tagFilters", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#text_filter Dashboard#text_filter}", "stability": "stable", "summary": "The text to use as a filter." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19808 }, "name": "textFilter", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryProcessQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19910 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19903 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19997 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20013 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20042 }, "name": "resetIsNormalizedCpu" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20058 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20100 }, "name": "resetSort" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20116 }, "name": "resetTagFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20132 }, "name": "resetTextFilter" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryProcessQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20001 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20017 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20030 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20046 }, "name": "isNormalizedCpuInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20062 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20075 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20088 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20104 }, "name": "sortInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20120 }, "name": "tagFiltersInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20136 }, "name": "textFilterInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19991 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20007 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20023 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20036 }, "name": "isNormalizedCpu", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20052 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20068 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20081 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20094 }, "name": "sort", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20110 }, "name": "tagFilters", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20126 }, "name": "textFilter", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 19914 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryProcessQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryProcessQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuerySloQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuerySloQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20140 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuerySloQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for SLO queries. Valid values are `slo`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20158 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#measure Dashboard#measure}", "stability": "stable", "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20170 }, "name": "measure", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_id Dashboard#slo_id}", "stability": "stable", "summary": "ID of an SLO to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20182 }, "name": "sloId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#additional_query_filters Dashboard#additional_query_filters}", "stability": "stable", "summary": "Additional filters applied to the SLO query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20146 }, "name": "additionalQueryFilters", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20152 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_mode Dashboard#group_mode}", "stability": "stable", "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20164 }, "name": "groupMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20176 }, "name": "name", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_query_type Dashboard#slo_query_type}", "stability": "stable", "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20188 }, "name": "sloQueryType", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuerySloQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuerySloQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuerySloQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20276 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20269 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20351 }, "name": "resetAdditionalQueryFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20367 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20396 }, "name": "resetGroupMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20425 }, "name": "resetName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20454 }, "name": "resetSloQueryType" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuerySloQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20355 }, "name": "additionalQueryFiltersInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20371 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20384 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20400 }, "name": "groupModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20413 }, "name": "measureInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20429 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20442 }, "name": "sloIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20458 }, "name": "sloQueryTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20345 }, "name": "additionalQueryFilters", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20361 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20377 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20390 }, "name": "groupMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20406 }, "name": "measure", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20419 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20435 }, "name": "sloId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20448 }, "name": "sloQueryType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20280 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuerySloQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuerySloQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21466 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21472 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21484 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21490 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21496 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21478 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20790 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20796 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20802 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20808 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20861 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20854 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20919 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20935 }, "name": "resetInterval" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20907 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20923 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20939 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20900 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20913 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20929 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20865 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21093 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21099 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21105 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21111 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21270 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21262 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21277 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21270 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21270 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21270 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21263 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21167 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21157 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21250 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21221 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21237 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21253 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21247 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21225 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21241 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21257 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21215 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21231 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21171 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20943 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20949 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20961 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 20955 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21014 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21007 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21072 }, "name": "resetFacet" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21060 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21076 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21089 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21053 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21066 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21082 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21018 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21281 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21287 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21293 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21299 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21455 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21447 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21462 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21455 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21455 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21455 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21448 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21355 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21345 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21422 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21438 }, "name": "resetInterval" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21410 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21426 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21442 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21403 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21416 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21432 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21359 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21563 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21556 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21646 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21662 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21678 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21649 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21665 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21681 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21633 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21643 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21659 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21675 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21653 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21669 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21621 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21685 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21637 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21614 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21627 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21567 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22365 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22371 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22383 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22389 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22395 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22377 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21689 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21695 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21701 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21707 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21760 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21753 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21818 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21834 }, "name": "resetInterval" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21806 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21822 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21838 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21799 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21812 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21828 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21764 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21992 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21998 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22004 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22010 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22169 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22161 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22176 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22169 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22169 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22169 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22162 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22066 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22056 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22149 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22120 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22136 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22152 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22146 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22124 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22140 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22156 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22114 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22130 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22070 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21842 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21848 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21860 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21854 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21913 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21906 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21971 }, "name": "resetFacet" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21959 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21975 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21988 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21952 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21965 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21981 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 21917 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22180 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22186 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22192 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22198 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22354 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22346 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22361 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22354 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22354 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22354 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22347 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22254 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22244 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22321 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22337 }, "name": "resetInterval" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22309 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22325 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22341 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22302 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22315 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22331 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22258 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22462 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22455 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22545 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22561 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22577 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22548 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22564 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22580 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22532 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22542 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22558 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22574 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22552 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22568 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22520 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22584 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22536 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22513 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22526 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 22466 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackground": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackground", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23282 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackground", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#type Dashboard#type}", "stability": "stable", "summary": "Whether the Timeseries is made using an area or bars. Valid values are `bars`, `area`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23288 }, "name": "type", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#yaxis Dashboard#yaxis}", "stability": "stable", "summary": "yaxis block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23294 }, "name": "yaxis", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackgroundYaxis" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackground" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackgroundOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackgroundOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23340 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23333 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23389 }, "name": "putYaxis", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackgroundYaxis" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23392 }, "name": "resetYaxis" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackgroundOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23386 }, "name": "yaxis", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackgroundYaxisOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23380 }, "name": "typeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23396 }, "name": "yaxisInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackgroundYaxis" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23373 }, "name": "type", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23344 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackground" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackgroundOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackgroundYaxis": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackgroundYaxis", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23056 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackgroundYaxis", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#include_zero Dashboard#include_zero}", "stability": "stable", "summary": "Always include zero or fit the axis to the data range." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23062 }, "name": "includeZero", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "The label of the axis to display on the graph." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23068 }, "name": "label", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#max Dashboard#max}", "stability": "stable", "summary": "Specify the maximum value to show on the Y-axis." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23074 }, "name": "max", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#min Dashboard#min}", "stability": "stable", "summary": "Specify the minimum value to show on the Y-axis." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23080 }, "name": "min", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#scale Dashboard#scale}", "stability": "stable", "summary": "Specify the scale type, options: `linear`, `log`, `pow`, `sqrt`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23086 }, "name": "scale", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackgroundYaxis" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackgroundYaxisOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackgroundYaxisOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23153 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23146 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23210 }, "name": "resetIncludeZero" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23226 }, "name": "resetLabel" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23242 }, "name": "resetMax" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23258 }, "name": "resetMin" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23274 }, "name": "resetScale" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackgroundYaxisOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23214 }, "name": "includeZeroInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23230 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23246 }, "name": "maxInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23262 }, "name": "minInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23278 }, "name": "scaleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23204 }, "name": "includeZero", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23220 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23236 }, "name": "max", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23252 }, "name": "min", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23268 }, "name": "scale", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23157 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackgroundYaxis" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackgroundYaxisOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinition", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10872 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinition", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#color_by_groups Dashboard#color_by_groups}", "stability": "stable", "summary": "List of groups used for colors." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10878 }, "name": "colorByGroups", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_link Dashboard#custom_link}", "stability": "stable", "summary": "custom_link block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10908 }, "name": "customLink", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#live_span Dashboard#live_span}", "stability": "stable", "summary": "The timeframe to use when displaying the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10884 }, "name": "liveSpan", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#request Dashboard#request}", "stability": "stable", "summary": "request block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10914 }, "name": "request", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequest" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title Dashboard#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10890 }, "name": "title", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_align Dashboard#title_align}", "stability": "stable", "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10896 }, "name": "titleAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_size Dashboard#title_size}", "stability": "stable", "summary": "The size of the widget's title (defaults to 16)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10902 }, "name": "titleSize", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#xaxis Dashboard#xaxis}", "stability": "stable", "summary": "xaxis block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10920 }, "name": "xaxis", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionXaxis" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#yaxis Dashboard#yaxis}", "stability": "stable", "summary": "yaxis block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10926 }, "name": "yaxis", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionYaxis" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinition" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionCustomLink": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionCustomLink", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23836 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionCustomLink", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_hidden Dashboard#is_hidden}", "stability": "stable", "summary": "The flag for toggling context menu link visibility." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23842 }, "name": "isHidden", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "The label for the custom link URL." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23848 }, "name": "label", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#link Dashboard#link}", "stability": "stable", "summary": "The URL of the custom link." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23854 }, "name": "link", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#override_label Dashboard#override_label}", "stability": "stable", "summary": "The label ID that refers to a context menu link item." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23860 }, "name": "overrideLabel", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionCustomLink" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionCustomLinkList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionCustomLinkList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24048 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24040 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24055 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionCustomLinkOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionCustomLinkList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24048 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24048 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24048 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24041 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionCustomLink" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionCustomLinkList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionCustomLinkOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionCustomLinkOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23923 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23913 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23983 }, "name": "resetIsHidden" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23999 }, "name": "resetLabel" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24015 }, "name": "resetLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24031 }, "name": "resetOverrideLabel" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionCustomLinkOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23987 }, "name": "isHiddenInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24003 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24019 }, "name": "linkInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24035 }, "name": "overrideLabelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23977 }, "name": "isHidden", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23993 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24009 }, "name": "link", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24025 }, "name": "overrideLabel", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 23927 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionCustomLink" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionCustomLinkOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11021 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11014 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11179 }, "name": "putCustomLink", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionCustomLink" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11195 }, "name": "putRequest", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequest" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11211 }, "name": "putXaxis", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionXaxis" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11227 }, "name": "putYaxis", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionYaxis" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11102 }, "name": "resetColorByGroups" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11182 }, "name": "resetCustomLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11118 }, "name": "resetLiveSpan" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11198 }, "name": "resetRequest" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11134 }, "name": "resetTitle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11150 }, "name": "resetTitleAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11166 }, "name": "resetTitleSize" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11214 }, "name": "resetXaxis" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11230 }, "name": "resetYaxis" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11176 }, "name": "customLink", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionCustomLinkList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11192 }, "name": "request", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11208 }, "name": "xaxis", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionXaxisOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11224 }, "name": "yaxis", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionYaxisOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11106 }, "name": "colorByGroupsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11186 }, "name": "customLinkInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11122 }, "name": "liveSpanInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11202 }, "name": "requestInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequest" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11154 }, "name": "titleAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11138 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11170 }, "name": "titleSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11218 }, "name": "xaxisInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionXaxis" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11234 }, "name": "yaxisInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionYaxis" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11096 }, "name": "colorByGroups", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11112 }, "name": "liveSpan", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11128 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11144 }, "name": "titleAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11160 }, "name": "titleSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11025 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinition" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequest": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequest", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10264 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequest", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#scatterplot_table Dashboard#scatterplot_table}", "stability": "stable", "summary": "scatterplot_table block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10270 }, "name": "scatterplotTable", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTable" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#x Dashboard#x}", "stability": "stable", "summary": "x block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10276 }, "name": "x", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestX" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#y Dashboard#y}", "stability": "stable", "summary": "y block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10282 }, "name": "y", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestY" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequest" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10335 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10328 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10377 }, "name": "putScatterplotTable", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTable" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10393 }, "name": "putX", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestX" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10409 }, "name": "putY", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestY" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10380 }, "name": "resetScatterplotTable" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10396 }, "name": "resetX" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10412 }, "name": "resetY" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10374 }, "name": "scatterplotTable", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10390 }, "name": "x", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10406 }, "name": "y", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10384 }, "name": "scatterplotTableInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTable" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10400 }, "name": "xInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestX" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10416 }, "name": "yInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestY" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10339 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequest" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTable": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTable", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1887 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTable", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#formula Dashboard#formula}", "stability": "stable", "summary": "formula block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1893 }, "name": "formula", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableFormula" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1899 }, "name": "query", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuery" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTable" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableFormula": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableFormula", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24059 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableFormula", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#dimension Dashboard#dimension}", "stability": "stable", "summary": "Dimension of the Scatterplot. Valid values are `x`, `y`, `radius`, `color`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24071 }, "name": "dimension", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#formula_expression Dashboard#formula_expression}", "stability": "stable", "summary": "A string expression built from queries, formulas, and functions." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24077 }, "name": "formulaExpression", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#alias Dashboard#alias}", "stability": "stable", "summary": "An expression alias." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24065 }, "name": "alias", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableFormula" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableFormulaList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableFormulaList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24230 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24222 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24237 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableFormulaOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableFormulaList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24230 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24230 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24230 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24223 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableFormula" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableFormulaList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableFormulaOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableFormulaOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24133 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24123 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24187 }, "name": "resetAlias" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableFormulaOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24191 }, "name": "aliasInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24204 }, "name": "dimensionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24217 }, "name": "formulaExpressionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24181 }, "name": "alias", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24197 }, "name": "dimension", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24210 }, "name": "formulaExpression", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24137 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableFormula" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableFormulaOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2029 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2021 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2036 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2029 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2029 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2029 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2022 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTable" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1948 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1938 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1993 }, "name": "putFormula", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableFormula" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2009 }, "name": "putQuery", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuery" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1996 }, "name": "resetFormula" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2012 }, "name": "resetQuery" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1990 }, "name": "formula", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableFormulaList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2006 }, "name": "query", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2000 }, "name": "formulaInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableFormula" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2016 }, "name": "queryInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuery" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1952 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTable" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1559 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_dependency_stats_query Dashboard#apm_dependency_stats_query}", "stability": "stable", "summary": "apm_dependency_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1565 }, "name": "apmDependencyStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_resource_stats_query Dashboard#apm_resource_stats_query}", "stability": "stable", "summary": "apm_resource_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1571 }, "name": "apmResourceStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cloud_cost_query Dashboard#cloud_cost_query}", "stability": "stable", "summary": "cloud_cost_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1577 }, "name": "cloudCostQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#event_query Dashboard#event_query}", "stability": "stable", "summary": "event_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1583 }, "name": "eventQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric_query Dashboard#metric_query}", "stability": "stable", "summary": "metric_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1589 }, "name": "metricQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryMetricQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#process_query Dashboard#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1595 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_query Dashboard#slo_query}", "stability": "stable", "summary": "slo_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1601 }, "name": "sloQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuerySloQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24241 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24253 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#env Dashboard#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24259 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24271 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#operation_name Dashboard#operation_name}", "stability": "stable", "summary": "Name of operation on service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24277 }, "name": "operationName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#resource_name Dashboard#resource_name}", "stability": "stable", "summary": "APM resource." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24295 }, "name": "resourceName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#service Dashboard#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24301 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#stat Dashboard#stat}", "stability": "stable", "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24307 }, "name": "stat", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24247 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_upstream Dashboard#is_upstream}", "stability": "stable", "summary": "Determines whether stats for upstream or downstream dependencies should be queried." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24265 }, "name": "isUpstream", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}", "stability": "stable", "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24283 }, "name": "primaryTagName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}", "stability": "stable", "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24289 }, "name": "primaryTagValue", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24416 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24409 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24509 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24551 }, "name": "resetIsUpstream" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24593 }, "name": "resetPrimaryTagName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24609 }, "name": "resetPrimaryTagValue" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24513 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24526 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24539 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24555 }, "name": "isUpstreamInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24568 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24581 }, "name": "operationNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24597 }, "name": "primaryTagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24613 }, "name": "primaryTagValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24626 }, "name": "resourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24639 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24652 }, "name": "statInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24503 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24519 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24532 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24545 }, "name": "isUpstream", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24561 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24574 }, "name": "operationName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24587 }, "name": "primaryTagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24603 }, "name": "primaryTagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24619 }, "name": "resourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24632 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24645 }, "name": "stat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24420 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24656 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24668 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#env Dashboard#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24674 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24686 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#service Dashboard#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24716 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#stat Dashboard#stat}", "stability": "stable", "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24722 }, "name": "stat", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24662 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "Array of fields to group results by." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24680 }, "name": "groupBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#operation_name Dashboard#operation_name}", "stability": "stable", "summary": "Name of operation on service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24692 }, "name": "operationName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}", "stability": "stable", "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24698 }, "name": "primaryTagName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}", "stability": "stable", "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24704 }, "name": "primaryTagValue", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#resource_name Dashboard#resource_name}", "stability": "stable", "summary": "APM resource." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24710 }, "name": "resourceName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24831 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24824 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24924 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24966 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24995 }, "name": "resetOperationName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 25011 }, "name": "resetPrimaryTagName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 25027 }, "name": "resetPrimaryTagValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 25043 }, "name": "resetResourceName" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24928 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24941 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24954 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24970 }, "name": "groupByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24983 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24999 }, "name": "operationNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 25015 }, "name": "primaryTagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 25031 }, "name": "primaryTagValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 25047 }, "name": "resourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 25060 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 25073 }, "name": "statInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24918 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24934 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24947 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24960 }, "name": "groupBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24976 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24989 }, "name": "operationName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 25005 }, "name": "primaryTagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 25021 }, "name": "primaryTagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 25037 }, "name": "resourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 25053 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 25066 }, "name": "stat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 24835 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 25077 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 25095 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 25101 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The cloud cost query definition." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 25107 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 25083 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 25089 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryCloudCostQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryCloudCostQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 25174 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 25167 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 25231 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 25247 }, "name": "resetCrossOrgUuids" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryCloudCostQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 25235 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 25251 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 25264 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 25277 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 25290 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 25225 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 25241 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 25257 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 25270 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 25283 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 25178 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryCloudCostQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 303 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute Dashboard#compute}", "stability": "stable", "summary": "compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 339 }, "name": "compute", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for event platform-based queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 315 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 327 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 309 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 345 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#indexes Dashboard#indexes}", "stability": "stable", "summary": "An array of index names to query in the stream." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 321 }, "name": "indexes", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search Dashboard#search}", "stability": "stable", "summary": "search block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 351 }, "name": "search", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#storage Dashboard#storage}", "stability": "stable", "summary": "Storage location (private beta)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 333 }, "name": "storage", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 25294 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation methods for event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 25300 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "A time interval in milliseconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 25306 }, "name": "interval", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The measurable attribute to compute." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 25312 }, "name": "metric", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 25468 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 25460 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 25475 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 25468 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 25468 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 25468 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 25461 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 25368 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 25358 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 25435 }, "name": "resetInterval" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 25451 }, "name": "resetMetric" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 25423 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 25439 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 25455 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 25416 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 25429 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 25445 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 25372 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 35 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The event facet." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 41 }, "name": "facet", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The number of groups to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 47 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort Dashboard#sort}", "stability": "stable", "summary": "sort block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 53 }, "name": "sort", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 209 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 201 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 216 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 209 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 209 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 209 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 202 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.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" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 99 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 189 }, "name": "putSort", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 176 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 192 }, "name": "resetSort" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 186 }, "name": "sort", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 164 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 180 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 196 }, "name": "sortInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 157 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 170 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 113 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 25479 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation methods for the event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 25485 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The metric used for sorting group by results." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 25491 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Direction of sort. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 25497 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 25550 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 25543 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 25608 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 25624 }, "name": "resetOrder" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 25596 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 25612 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 25628 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 25589 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 25602 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 25618 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5200.ts", "line": 25554 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort" } } ], "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 439 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 432 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 585 }, "name": "putCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 598 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 614 }, "name": "putSearch", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 514 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 601 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 543 }, "name": "resetIndexes" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 617 }, "name": "resetSearch" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 572 }, "name": "resetStorage" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 582 }, "name": "compute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 595 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 611 }, "name": "search", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 589 }, "name": "computeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 518 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 531 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 605 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 547 }, "name": "indexesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 560 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 621 }, "name": "searchInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 576 }, "name": "storageInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 508 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 524 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 537 }, "name": "indexes", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 553 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 566 }, "name": "storage", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 443 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 220 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The events search string." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 226 }, "name": "query", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 265 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 258 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 299 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 292 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 269 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.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" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1868 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1883 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1876 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1876 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1876 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1869 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuery" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryMetricQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryMetricQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 625 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryMetricQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 649 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The metrics query definition." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 655 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 631 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 637 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for metrics queries. Defaults to `\"metrics\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 643 }, "name": "dataSource", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryMetricQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryMetricQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryMetricQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 722 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 715 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 779 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 795 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 811 }, "name": "resetDataSource" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryMetricQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 783 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 799 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 815 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 828 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 841 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 773 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 789 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 805 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 821 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 834 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 726 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryMetricQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryMetricQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1685 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1675 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1760 }, "name": "putApmDependencyStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1776 }, "name": "putApmResourceStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1792 }, "name": "putCloudCostQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1808 }, "name": "putEventQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1824 }, "name": "putMetricQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryMetricQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1840 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1856 }, "name": "putSloQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuerySloQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1763 }, "name": "resetApmDependencyStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1779 }, "name": "resetApmResourceStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1795 }, "name": "resetCloudCostQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1811 }, "name": "resetEventQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1827 }, "name": "resetMetricQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1843 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1859 }, "name": "resetSloQuery" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1757 }, "name": "apmDependencyStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1773 }, "name": "apmResourceStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1789 }, "name": "cloudCostQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryCloudCostQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1805 }, "name": "eventQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1821 }, "name": "metricQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryMetricQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1837 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1853 }, "name": "sloQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuerySloQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1767 }, "name": "apmDependencyStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1783 }, "name": "apmResourceStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1799 }, "name": "cloudCostQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1815 }, "name": "eventQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1831 }, "name": "metricQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryMetricQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1847 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1863 }, "name": "sloQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuerySloQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1689 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuery" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 845 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryProcessQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for process queries. Valid values are `process`, `container`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 863 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The process metric name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 881 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 887 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 851 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 857 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_normalized_cpu Dashboard#is_normalized_cpu}", "stability": "stable", "summary": "Whether to normalize the CPU percentages." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 869 }, "name": "isNormalizedCpu", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The number of hits to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 875 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort Dashboard#sort}", "stability": "stable", "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 893 }, "name": "sort", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#tag_filters Dashboard#tag_filters}", "stability": "stable", "summary": "An array of tags to filter by." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 899 }, "name": "tagFilters", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#text_filter Dashboard#text_filter}", "stability": "stable", "summary": "The text to use as a filter." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 905 }, "name": "textFilter", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryProcessQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1007 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1000 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1094 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1110 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1139 }, "name": "resetIsNormalizedCpu" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1155 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1197 }, "name": "resetSort" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1213 }, "name": "resetTagFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1229 }, "name": "resetTextFilter" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryProcessQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1098 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1114 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1127 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1143 }, "name": "isNormalizedCpuInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1159 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1172 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1185 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1201 }, "name": "sortInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1217 }, "name": "tagFiltersInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1233 }, "name": "textFilterInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1088 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1104 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1120 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1133 }, "name": "isNormalizedCpu", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1149 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1165 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1178 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1191 }, "name": "sort", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1207 }, "name": "tagFilters", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1223 }, "name": "textFilter", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1011 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryProcessQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryProcessQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuerySloQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuerySloQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1237 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuerySloQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for SLO queries. Valid values are `slo`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1255 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#measure Dashboard#measure}", "stability": "stable", "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1267 }, "name": "measure", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_id Dashboard#slo_id}", "stability": "stable", "summary": "ID of an SLO to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1279 }, "name": "sloId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#additional_query_filters Dashboard#additional_query_filters}", "stability": "stable", "summary": "Additional filters applied to the SLO query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1243 }, "name": "additionalQueryFilters", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1249 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_mode Dashboard#group_mode}", "stability": "stable", "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1261 }, "name": "groupMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1273 }, "name": "name", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_query_type Dashboard#slo_query_type}", "stability": "stable", "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1285 }, "name": "sloQueryType", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuerySloQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuerySloQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuerySloQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1373 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1366 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1448 }, "name": "resetAdditionalQueryFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1464 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1493 }, "name": "resetGroupMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1522 }, "name": "resetName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1551 }, "name": "resetSloQueryType" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuerySloQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1452 }, "name": "additionalQueryFiltersInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1468 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1481 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1497 }, "name": "groupModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1510 }, "name": "measureInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1526 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1539 }, "name": "sloIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1555 }, "name": "sloQueryTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1442 }, "name": "additionalQueryFilters", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1458 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1474 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1487 }, "name": "groupMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1503 }, "name": "measure", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1516 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1532 }, "name": "sloId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1545 }, "name": "sloQueryType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 1377 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuerySloQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuerySloQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestX": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestX", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5824 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestX", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "Aggregator used for the request. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5830 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_query Dashboard#apm_query}", "stability": "stable", "summary": "apm_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5842 }, "name": "apmQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#log_query Dashboard#log_query}", "stability": "stable", "summary": "log_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5848 }, "name": "logQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#process_query Dashboard#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5854 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#q Dashboard#q}", "stability": "stable", "summary": "The metric query to use for this widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5836 }, "name": "q", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#rum_query Dashboard#rum_query}", "stability": "stable", "summary": "rum_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5860 }, "name": "rumQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#security_query Dashboard#security_query}", "stability": "stable", "summary": "security_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5866 }, "name": "securityQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestX" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2716 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2722 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2734 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2740 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2746 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2728 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2040 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2046 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2052 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2058 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.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" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2104 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2169 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2185 }, "name": "resetInterval" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2157 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2173 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2189 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2150 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2163 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2179 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2115 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2343 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2349 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2355 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2361 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2520 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2512 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2527 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2520 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2520 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2520 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2513 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2417 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2407 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2500 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2471 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2487 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2503 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2497 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2475 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2491 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2507 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2465 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2481 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2421 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2193 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2199 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2211 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2205 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2264 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2257 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2322 }, "name": "resetFacet" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2310 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2326 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2339 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2303 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2316 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2332 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2268 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2531 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2537 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2543 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2549 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2705 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2697 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2712 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2705 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2705 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2705 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2698 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2605 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2595 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2672 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2688 }, "name": "resetInterval" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2660 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2676 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2692 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2653 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2666 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2682 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2609 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2813 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2806 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2896 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2912 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2928 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2899 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2915 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2931 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2883 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2893 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2909 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2925 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2903 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2919 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2871 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2935 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2887 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2864 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2877 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2817 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6141 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6133 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6148 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6141 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6141 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6141 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6134 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestX" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3615 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3621 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3633 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3639 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3645 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3627 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2939 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2945 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2951 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 2957 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3010 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3003 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3068 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3084 }, "name": "resetInterval" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3056 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3072 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3088 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3049 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3062 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3078 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3014 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3242 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3248 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3254 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3260 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3419 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3411 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3426 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3419 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3419 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3419 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3412 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3316 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3306 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3399 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3370 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3386 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3402 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3396 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3374 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3390 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3406 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3364 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3380 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3320 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3092 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3098 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3110 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3104 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3163 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3156 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3221 }, "name": "resetFacet" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3209 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3225 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3238 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3202 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3215 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3231 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3167 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3430 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3436 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3442 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3448 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3604 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3596 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3611 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3604 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3604 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3604 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3597 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3504 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3494 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3571 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3587 }, "name": "resetInterval" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3559 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3575 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3591 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3552 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3565 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3581 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3508 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.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/index-structs/structs5600.ts", "line": 3705 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3795 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3811 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3827 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3798 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3814 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3830 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3782 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3792 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3808 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3824 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3802 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3818 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3770 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3834 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3786 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3763 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3776 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3716 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5950 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5940 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6057 }, "name": "putApmQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6073 }, "name": "putLogQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6089 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6105 }, "name": "putRumQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6121 }, "name": "putSecurityQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6028 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6060 }, "name": "resetApmQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6076 }, "name": "resetLogQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6092 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6044 }, "name": "resetQ" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6108 }, "name": "resetRumQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6124 }, "name": "resetSecurityQuery" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6054 }, "name": "apmQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6070 }, "name": "logQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6086 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6102 }, "name": "rumQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6118 }, "name": "securityQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6032 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6064 }, "name": "apmQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6080 }, "name": "logQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6096 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6048 }, "name": "qInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6112 }, "name": "rumQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6128 }, "name": "securityQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6022 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6038 }, "name": "q", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5954 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestX" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3838 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXProcessQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "Your chosen metric." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3856 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#filter_by Dashboard#filter_by}", "stability": "stable", "summary": "A list of processes." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3844 }, "name": "filterBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The max number of items in the filter list." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3850 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_by Dashboard#search_by}", "stability": "stable", "summary": "Your chosen search term." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3862 }, "name": "searchBy", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXProcessQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3922 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3915 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3973 }, "name": "resetFilterBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3989 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4018 }, "name": "resetSearchBy" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXProcessQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3977 }, "name": "filterByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3993 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4006 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4022 }, "name": "searchByInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3967 }, "name": "filterBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3983 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3999 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4012 }, "name": "searchBy", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 3926 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXProcessQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXProcessQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4702 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4708 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4720 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4726 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4732 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4714 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4026 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4032 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4038 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4044 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4097 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4090 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4155 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4171 }, "name": "resetInterval" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4143 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4159 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4175 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4136 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4149 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4165 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4101 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4329 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4335 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4341 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4347 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4506 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4498 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4513 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4506 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4506 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4506 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4499 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4403 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4393 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4486 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4457 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4473 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4489 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4483 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4461 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4477 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4493 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4451 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4467 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4407 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4179 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4185 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4197 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4191 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4250 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4243 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4308 }, "name": "resetFacet" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4296 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4312 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4325 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4289 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4302 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4318 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4254 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4517 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4523 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4529 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4535 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4691 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4683 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4698 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4691 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4691 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4691 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4684 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4591 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4581 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4658 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4674 }, "name": "resetInterval" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4646 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4662 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4678 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4639 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4652 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4668 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4595 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4799 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4792 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4882 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4898 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4914 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4885 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4901 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4917 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4869 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4879 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4895 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4911 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4889 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4905 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4857 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4921 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4873 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4850 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4863 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4803 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5601 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5607 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5619 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5625 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5631 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5613 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4925 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4931 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4937 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4943 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4996 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 4989 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5054 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5070 }, "name": "resetInterval" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5042 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5058 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5074 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5035 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5048 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5064 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5000 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5228 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5234 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5240 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5246 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5405 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5397 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5412 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5405 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5405 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5405 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5398 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5302 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5292 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5385 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5356 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5372 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5388 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5382 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5360 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5376 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5392 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5350 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5366 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5306 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5078 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5084 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5096 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5090 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5149 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5142 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5207 }, "name": "resetFacet" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5195 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5211 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5224 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5188 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5201 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5217 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5153 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5416 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5422 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5428 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5434 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5590 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5582 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5597 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5590 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5590 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5590 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5583 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5490 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5480 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5557 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5573 }, "name": "resetInterval" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5545 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5561 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5577 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5538 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5551 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5567 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5494 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5698 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5691 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5781 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5797 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5813 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5784 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5800 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5816 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5768 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5778 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5794 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5810 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5788 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5804 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5756 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5820 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5772 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5749 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5762 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 5702 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestY": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestY", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9936 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestY", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "Aggregator used for the request. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9942 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_query Dashboard#apm_query}", "stability": "stable", "summary": "apm_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9954 }, "name": "apmQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#log_query Dashboard#log_query}", "stability": "stable", "summary": "log_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9960 }, "name": "logQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#process_query Dashboard#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9966 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#q Dashboard#q}", "stability": "stable", "summary": "The metric query to use for this widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9948 }, "name": "q", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#rum_query Dashboard#rum_query}", "stability": "stable", "summary": "rum_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9972 }, "name": "rumQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#security_query Dashboard#security_query}", "stability": "stable", "summary": "security_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9978 }, "name": "securityQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestY" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6828 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6834 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6846 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6852 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6858 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6840 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6152 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6158 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6164 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6170 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6223 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6216 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6281 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6297 }, "name": "resetInterval" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6269 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6285 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6301 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6262 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6275 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6291 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6227 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6455 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6461 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6467 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6473 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6632 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6624 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6639 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6632 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6632 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6632 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6625 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6529 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6519 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6612 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6583 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6599 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6615 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6609 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6587 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6603 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6619 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6577 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6593 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6533 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6305 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6311 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6323 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6317 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6376 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6369 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6434 }, "name": "resetFacet" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6422 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6438 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6451 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6415 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6428 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6444 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6380 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6643 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6649 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6655 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6661 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6817 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6809 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6824 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6817 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6817 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6817 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6810 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6717 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6707 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6784 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6800 }, "name": "resetInterval" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6772 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6788 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6804 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6765 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6778 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6794 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6721 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6925 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6918 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7008 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7024 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7040 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7011 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7027 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7043 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6995 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7005 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7021 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7037 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7015 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7031 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6983 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7047 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6999 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6976 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6989 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 6929 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10253 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10245 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10260 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10253 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10253 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10253 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10246 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestY" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7727 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7733 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7745 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7751 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7757 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7739 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7051 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7057 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7063 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7069 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7122 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7115 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7180 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7196 }, "name": "resetInterval" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7168 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7184 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7200 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7161 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7174 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7190 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7126 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7354 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7360 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7366 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7372 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.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": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7523 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7538 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7531 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7531 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7531 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7524 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7428 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7418 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7511 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7482 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7498 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7514 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7508 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7486 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7502 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7518 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7476 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7492 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7432 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7204 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7210 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7222 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7216 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.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/index-structs/structs5600.ts", "line": 7268 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7333 }, "name": "resetFacet" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7321 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7337 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7350 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7314 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7327 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7343 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7279 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7542 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7548 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7554 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7560 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.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/index-structs/structs5600.ts", "line": 7708 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.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.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7716 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.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/index-structs/structs5600.ts", "line": 7716 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7709 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.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/index-structs/structs5600.ts", "line": 7606 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7683 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7699 }, "name": "resetInterval" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7671 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7687 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7703 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7664 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7677 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7693 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7620 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7824 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7817 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7907 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7923 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7939 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7910 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7926 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7942 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7894 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7904 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7920 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7936 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7914 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7930 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7882 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7946 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7898 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7875 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7888 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7828 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10062 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10052 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10169 }, "name": "putApmQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10185 }, "name": "putLogQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10201 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10217 }, "name": "putRumQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10233 }, "name": "putSecurityQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10140 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10172 }, "name": "resetApmQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10188 }, "name": "resetLogQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10204 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10156 }, "name": "resetQ" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10220 }, "name": "resetRumQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10236 }, "name": "resetSecurityQuery" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10166 }, "name": "apmQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10182 }, "name": "logQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10198 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10214 }, "name": "rumQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10230 }, "name": "securityQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10144 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10176 }, "name": "apmQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10192 }, "name": "logQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10208 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10160 }, "name": "qInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10224 }, "name": "rumQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10240 }, "name": "securityQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10134 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10150 }, "name": "q", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10066 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestY" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7950 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYProcessQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "Your chosen metric." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7968 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#filter_by Dashboard#filter_by}", "stability": "stable", "summary": "A list of processes." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7956 }, "name": "filterBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The max number of items in the filter list." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7962 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_by Dashboard#search_by}", "stability": "stable", "summary": "Your chosen search term." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 7974 }, "name": "searchBy", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYProcessQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8034 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8027 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8085 }, "name": "resetFilterBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8101 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8130 }, "name": "resetSearchBy" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYProcessQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8089 }, "name": "filterByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8105 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8118 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8134 }, "name": "searchByInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8079 }, "name": "filterBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8095 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8111 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8124 }, "name": "searchBy", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8038 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYProcessQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYProcessQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8814 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8820 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8832 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8838 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8844 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8826 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8138 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8144 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8150 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8156 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8209 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8202 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8267 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8283 }, "name": "resetInterval" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8255 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8271 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8287 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8248 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8261 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8277 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8213 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8441 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8447 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8453 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8459 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8618 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8610 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8625 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8618 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8618 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8618 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8611 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8515 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8505 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8598 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8569 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8585 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8601 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8595 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8573 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8589 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8605 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8563 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8579 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8519 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8291 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8297 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8309 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8303 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8362 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8355 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8420 }, "name": "resetFacet" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8408 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8424 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8437 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8401 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8414 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8430 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8366 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8629 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8635 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8641 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8647 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8803 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8795 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8810 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8803 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8803 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8803 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8796 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8703 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8693 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8770 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8786 }, "name": "resetInterval" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8758 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8774 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8790 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8751 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8764 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8780 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8707 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8911 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8904 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8994 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9010 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9026 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8997 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9013 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9029 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8981 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8991 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9007 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9023 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9001 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9017 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8969 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9033 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8985 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8962 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8975 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 8915 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9713 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9719 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9731 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9737 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9743 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9725 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9037 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9043 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9049 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9055 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9108 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9101 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9166 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9182 }, "name": "resetInterval" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9154 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9170 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9186 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9147 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9160 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9176 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9112 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9340 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9346 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9352 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9358 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9517 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9509 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9524 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9517 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9517 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9517 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9510 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9414 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9404 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9497 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9468 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9484 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9500 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9494 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9472 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9488 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9504 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9462 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9478 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9418 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9190 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9196 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9208 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9202 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9261 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9254 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9319 }, "name": "resetFacet" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9307 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9323 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9336 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9300 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9313 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9329 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9265 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9528 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9534 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9540 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9546 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.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" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9694 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9709 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9702 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9702 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9702 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9695 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9602 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9592 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9669 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9685 }, "name": "resetInterval" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9657 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9673 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9689 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9650 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9663 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9679 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9606 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9810 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9803 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9893 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9909 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9925 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9896 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9912 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9928 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9880 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9890 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9906 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9922 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9900 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9916 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9868 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9932 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9884 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9861 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9874 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 9814 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionXaxis": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionXaxis", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10420 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionXaxis", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#include_zero Dashboard#include_zero}", "stability": "stable", "summary": "Always include zero or fit the axis to the data range." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10426 }, "name": "includeZero", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "The label of the axis to display on the graph." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10432 }, "name": "label", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#max Dashboard#max}", "stability": "stable", "summary": "Specify the maximum value to show on the Y-axis." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10438 }, "name": "max", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#min Dashboard#min}", "stability": "stable", "summary": "Specify the minimum value to show on the Y-axis." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10444 }, "name": "min", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#scale Dashboard#scale}", "stability": "stable", "summary": "Specify the scale type, options: `linear`, `log`, `pow`, `sqrt`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10450 }, "name": "scale", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionXaxis" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionXaxisOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionXaxisOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10517 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10510 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10574 }, "name": "resetIncludeZero" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10590 }, "name": "resetLabel" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10606 }, "name": "resetMax" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10622 }, "name": "resetMin" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10638 }, "name": "resetScale" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionXaxisOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10578 }, "name": "includeZeroInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10594 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10610 }, "name": "maxInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10626 }, "name": "minInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10642 }, "name": "scaleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10568 }, "name": "includeZero", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10584 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10600 }, "name": "max", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10616 }, "name": "min", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10632 }, "name": "scale", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10521 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionXaxis" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionXaxisOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionYaxis": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionYaxis", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10646 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionYaxis", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#include_zero Dashboard#include_zero}", "stability": "stable", "summary": "Always include zero or fit the axis to the data range." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10652 }, "name": "includeZero", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "The label of the axis to display on the graph." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10658 }, "name": "label", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#max Dashboard#max}", "stability": "stable", "summary": "Specify the maximum value to show on the Y-axis." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10664 }, "name": "max", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#min Dashboard#min}", "stability": "stable", "summary": "Specify the minimum value to show on the Y-axis." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10670 }, "name": "min", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#scale Dashboard#scale}", "stability": "stable", "summary": "Specify the scale type, options: `linear`, `log`, `pow`, `sqrt`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10676 }, "name": "scale", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionYaxis" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionYaxisOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionYaxisOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10743 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10736 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10800 }, "name": "resetIncludeZero" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10816 }, "name": "resetLabel" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10832 }, "name": "resetMax" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10848 }, "name": "resetMin" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10864 }, "name": "resetScale" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionYaxisOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10804 }, "name": "includeZeroInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10820 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10836 }, "name": "maxInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10852 }, "name": "minInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10868 }, "name": "scaleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10794 }, "name": "includeZero", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10810 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10826 }, "name": "max", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10842 }, "name": "min", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10858 }, "name": "scale", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 10747 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionYaxis" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionYaxisOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinition", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22553 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinition", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_link Dashboard#custom_link}", "stability": "stable", "summary": "custom_link block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22589 }, "name": "customLink", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#hide_total Dashboard#hide_total}", "stability": "stable", "summary": "Whether or not to show the total value in the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22559 }, "name": "hideTotal", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#legend_inline Dashboard#legend_inline}", "stability": "stable", "summary": "legend_inline block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22595 }, "name": "legendInline", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendInline" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#legend_table Dashboard#legend_table}", "stability": "stable", "summary": "legend_table block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22601 }, "name": "legendTable", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendTable" } }, { "abstract": true, "docs": { "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#live_span Dashboard#live_span}", "stability": "stable", "summary": "The timeframe to use when displaying the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22565 }, "name": "liveSpan", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#request Dashboard#request}", "stability": "stable", "summary": "request block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22607 }, "name": "request", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequest" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title Dashboard#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22571 }, "name": "title", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_align Dashboard#title_align}", "stability": "stable", "summary": "The alignment of the widget's title. One of `left`, `center`, or `right`. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22577 }, "name": "titleAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_size Dashboard#title_size}", "stability": "stable", "summary": "The size of the widget's title. Default is 16." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22583 }, "name": "titleSize", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinition" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionCustomLink": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionCustomLink", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11238 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionCustomLink", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_hidden Dashboard#is_hidden}", "stability": "stable", "summary": "The flag for toggling context menu link visibility." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11244 }, "name": "isHidden", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "The label for the custom link URL." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11250 }, "name": "label", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#link Dashboard#link}", "stability": "stable", "summary": "The URL of the custom link." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11256 }, "name": "link", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#override_label Dashboard#override_label}", "stability": "stable", "summary": "The label ID that refers to a context menu link item." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11262 }, "name": "overrideLabel", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionCustomLink" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionCustomLinkList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionCustomLinkList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11450 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11442 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11457 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionCustomLinkOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionCustomLinkList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11450 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11450 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11450 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11443 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionCustomLink" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionCustomLinkList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionCustomLinkOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionCustomLinkOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11325 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11315 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11385 }, "name": "resetIsHidden" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11401 }, "name": "resetLabel" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11417 }, "name": "resetLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11433 }, "name": "resetOverrideLabel" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionCustomLinkOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11389 }, "name": "isHiddenInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11405 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11421 }, "name": "linkInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11437 }, "name": "overrideLabelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11379 }, "name": "isHidden", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11395 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11411 }, "name": "link", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11427 }, "name": "overrideLabel", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11329 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionCustomLink" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionCustomLinkOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendInline": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendInline", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11461 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendInline", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#type Dashboard#type}", "stability": "stable", "summary": "The type of legend (inline or automatic). Valid values are `inline`, `automatic`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11479 }, "name": "type", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#hide_percent Dashboard#hide_percent}", "stability": "stable", "summary": "Whether to hide the percentages of the groups." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11467 }, "name": "hidePercent", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#hide_value Dashboard#hide_value}", "stability": "stable", "summary": "Whether to hide the values of the groups." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11473 }, "name": "hideValue", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendInline" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendInlineOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendInlineOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11532 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11525 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11577 }, "name": "resetHidePercent" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11593 }, "name": "resetHideValue" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendInlineOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11581 }, "name": "hidePercentInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11597 }, "name": "hideValueInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11610 }, "name": "typeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11571 }, "name": "hidePercent", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11587 }, "name": "hideValue", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11603 }, "name": "type", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11536 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendInline" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendInlineOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendTable": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendTable", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11614 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendTable", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#type Dashboard#type}", "stability": "stable", "summary": "The type of legend (table or none). Valid values are `table`, `none`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11620 }, "name": "type", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendTable" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendTableOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendTableOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11659 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11652 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendTableOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11693 }, "name": "typeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11686 }, "name": "type", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11663 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendTable" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendTableOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22702 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22695 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22860 }, "name": "putCustomLink", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionCustomLink" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22876 }, "name": "putLegendInline", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendInline" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22892 }, "name": "putLegendTable", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendTable" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22908 }, "name": "putRequest", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequest" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22863 }, "name": "resetCustomLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22783 }, "name": "resetHideTotal" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22879 }, "name": "resetLegendInline" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22895 }, "name": "resetLegendTable" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22799 }, "name": "resetLiveSpan" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22911 }, "name": "resetRequest" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22815 }, "name": "resetTitle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22831 }, "name": "resetTitleAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22847 }, "name": "resetTitleSize" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22857 }, "name": "customLink", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionCustomLinkList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22873 }, "name": "legendInline", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendInlineOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22889 }, "name": "legendTable", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendTableOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22905 }, "name": "request", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22867 }, "name": "customLinkInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22787 }, "name": "hideTotalInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22883 }, "name": "legendInlineInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendInline" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22899 }, "name": "legendTableInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendTable" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22803 }, "name": "liveSpanInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22915 }, "name": "requestInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequest" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22835 }, "name": "titleAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22819 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22851 }, "name": "titleSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22777 }, "name": "hideTotal", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22793 }, "name": "liveSpan", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22809 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22825 }, "name": "titleAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22841 }, "name": "titleSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22706 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinition" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequest": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequest", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22085 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequest", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_query Dashboard#apm_query}", "stability": "stable", "summary": "apm_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22097 }, "name": "apmQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#audit_query Dashboard#audit_query}", "stability": "stable", "summary": "audit_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22103 }, "name": "auditQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#formula Dashboard#formula}", "stability": "stable", "summary": "formula block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22109 }, "name": "formula", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormula" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#log_query Dashboard#log_query}", "stability": "stable", "summary": "log_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22115 }, "name": "logQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#network_query Dashboard#network_query}", "stability": "stable", "summary": "network_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22121 }, "name": "networkQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#process_query Dashboard#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22127 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#q Dashboard#q}", "stability": "stable", "summary": "The metric query to use for this widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22091 }, "name": "q", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22133 }, "name": "query", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuery" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#rum_query Dashboard#rum_query}", "stability": "stable", "summary": "rum_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22139 }, "name": "rumQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#security_query Dashboard#security_query}", "stability": "stable", "summary": "security_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22145 }, "name": "securityQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#style Dashboard#style}", "stability": "stable", "summary": "style block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22151 }, "name": "style", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestStyle" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequest" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12373 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12379 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12391 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12397 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12403 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12385 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11697 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11703 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11709 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11715 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11768 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11761 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11826 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11842 }, "name": "resetInterval" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11814 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11830 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11846 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11807 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11820 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11836 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11772 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12000 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12006 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12012 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12018 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12177 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12169 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12184 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12177 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12177 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12177 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12170 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.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": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12064 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12157 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12128 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12144 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12160 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12154 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12132 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12148 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12164 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12122 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12138 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12078 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11850 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11856 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11868 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11862 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11921 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11914 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11979 }, "name": "resetFacet" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11967 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11983 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11996 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11960 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11973 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11989 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 11925 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12188 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12194 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12200 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12206 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12362 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12354 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12369 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12362 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12362 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12362 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12355 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12262 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12252 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12329 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12345 }, "name": "resetInterval" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12317 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12333 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12349 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12310 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12323 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12339 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12266 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12470 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12463 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12553 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12569 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12585 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12556 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12572 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12588 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12540 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12550 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12566 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12582 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12560 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12576 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12528 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12592 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12544 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12521 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12534 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12474 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13272 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13278 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13290 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13296 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13302 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13284 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12596 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12602 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12608 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12614 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12667 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12660 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12725 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12741 }, "name": "resetInterval" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12713 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12729 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12745 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12706 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12719 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12735 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12671 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12899 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12905 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12911 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12917 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13076 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13068 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13083 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13076 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13076 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13076 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13069 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12973 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12963 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13056 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13027 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13043 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13059 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13053 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13031 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13047 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13063 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13021 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13037 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12977 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12749 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12755 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12767 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12761 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12820 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12813 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12878 }, "name": "resetFacet" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12866 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12882 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12895 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12859 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12872 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12888 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 12824 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13087 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13093 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13099 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13105 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13261 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13253 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13268 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13261 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13261 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13261 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13254 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13161 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13151 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13228 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13244 }, "name": "resetInterval" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13216 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13232 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13248 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13209 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13222 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13238 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13165 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13369 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13362 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13452 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13468 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13484 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13455 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13471 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13487 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13439 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13449 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13465 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13481 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13459 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13475 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13427 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13491 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13443 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13420 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13433 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13373 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormula": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormula", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14647 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormula", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#formula_expression Dashboard#formula_expression}", "stability": "stable", "summary": "A string expression built from queries, formulas, and functions." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14665 }, "name": "formulaExpression", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#alias Dashboard#alias}", "stability": "stable", "summary": "An expression alias." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14653 }, "name": "alias", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cell_display_mode Dashboard#cell_display_mode}", "stability": "stable", "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14659 }, "name": "cellDisplayMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#conditional_formats Dashboard#conditional_formats}", "stability": "stable", "summary": "conditional_formats block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14671 }, "name": "conditionalFormats", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "limit block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14677 }, "name": "limit", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaLimit" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#number_format Dashboard#number_format}", "stability": "stable", "summary": "number_format block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14683 }, "name": "numberFormat", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormat" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#style Dashboard#style}", "stability": "stable", "summary": "style block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14689 }, "name": "style", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaStyle" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormula" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaConditionalFormats": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaConditionalFormats", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13495 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaConditionalFormats", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#comparator Dashboard#comparator}", "stability": "stable", "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13501 }, "name": "comparator", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "The color palette to apply." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13537 }, "name": "palette", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#value Dashboard#value}", "stability": "stable", "summary": "A value for the comparator." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13549 }, "name": "value", "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}", "stability": "stable", "summary": "The color palette to apply to the background, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13507 }, "name": "customBgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}", "stability": "stable", "summary": "The color palette to apply to the foreground, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13513 }, "name": "customFgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#hide_value Dashboard#hide_value}", "stability": "stable", "summary": "Setting this to True hides values." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13519 }, "name": "hideValue", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#image_url Dashboard#image_url}", "stability": "stable", "summary": "Displays an image as the background." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13525 }, "name": "imageUrl", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The metric from the request to correlate with this conditional format." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13531 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#timeframe Dashboard#timeframe}", "stability": "stable", "summary": "Defines the displayed timeframe." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13543 }, "name": "timeframe", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaConditionalFormats" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaConditionalFormatsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaConditionalFormatsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13873 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13865 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13880 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaConditionalFormatsOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaConditionalFormatsList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13873 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13873 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13873 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13866 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaConditionalFormatsList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaConditionalFormatsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaConditionalFormatsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13647 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13637 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13750 }, "name": "resetCustomBgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13766 }, "name": "resetCustomFgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13782 }, "name": "resetHideValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13798 }, "name": "resetImageUrl" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13814 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13843 }, "name": "resetTimeframe" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaConditionalFormatsOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13738 }, "name": "comparatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13754 }, "name": "customBgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13770 }, "name": "customFgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13786 }, "name": "hideValueInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13802 }, "name": "imageUrlInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13818 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13831 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13847 }, "name": "timeframeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13860 }, "name": "valueInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13731 }, "name": "comparator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13744 }, "name": "customBgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13760 }, "name": "customFgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13776 }, "name": "hideValue", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13792 }, "name": "imageUrl", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13808 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13824 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13837 }, "name": "timeframe", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13853 }, "name": "value", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13651 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaConditionalFormats" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaConditionalFormatsOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaLimit": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaLimit", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13884 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaLimit", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#count Dashboard#count}", "stability": "stable", "summary": "The number of results to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13890 }, "name": "count", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13896 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaLimit" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaLimitOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaLimitOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13942 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13935 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13981 }, "name": "resetCount" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13997 }, "name": "resetOrder" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaLimitOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13985 }, "name": "countInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14001 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13975 }, "name": "count", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13991 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 13946 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaLimit" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaLimitOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14961 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14953 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14968 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14961 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14961 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14961 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14954 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormula" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormat": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormat", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14408 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormat", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit Dashboard#unit}", "stability": "stable", "summary": "unit block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14414 }, "name": "unit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnit" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_scale Dashboard#unit_scale}", "stability": "stable", "summary": "unit_scale block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14420 }, "name": "unitScale", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitScale" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormat" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14466 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14459 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14502 }, "name": "putUnit", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnit" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14515 }, "name": "putUnitScale", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitScale" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14518 }, "name": "resetUnitScale" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14499 }, "name": "unit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14512 }, "name": "unitScale", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitScaleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14506 }, "name": "unitInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnit" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14522 }, "name": "unitScaleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitScale" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14470 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormat" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnit": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnit", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14206 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnit", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#canonical Dashboard#canonical}", "stability": "stable", "summary": "canonical block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14212 }, "name": "canonical", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCanonical" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom Dashboard#custom}", "stability": "stable", "summary": "custom block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14218 }, "name": "custom", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCustom" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnit" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCanonical": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCanonical", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14005 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCanonical", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_name Dashboard#unit_name}", "stability": "stable", "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14017 }, "name": "unitName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#per_unit_name Dashboard#per_unit_name}", "stability": "stable", "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14011 }, "name": "perUnitName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCanonical" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14063 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14056 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14102 }, "name": "resetPerUnitName" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14106 }, "name": "perUnitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14119 }, "name": "unitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14096 }, "name": "perUnitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14112 }, "name": "unitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14067 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCanonical" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCustom": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCustom", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14123 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCustom", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "Unit label." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14129 }, "name": "label", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCustom" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCustomOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14168 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14161 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCustomOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14202 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14195 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14172 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCustom" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCustomOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14264 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14257 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14300 }, "name": "putCanonical", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCanonical" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14316 }, "name": "putCustom", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCustom" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14303 }, "name": "resetCanonical" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14319 }, "name": "resetCustom" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14297 }, "name": "canonical", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14313 }, "name": "custom", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCustomOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14307 }, "name": "canonicalInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCanonical" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14323 }, "name": "customInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCustom" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14268 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnit" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitScale": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitScale", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14327 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitScale", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_name Dashboard#unit_name}." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14331 }, "name": "unitName", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitScale" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitScaleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14370 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14363 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitScaleOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14404 }, "name": "unitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14397 }, "name": "unitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14374 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitScale" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitScaleOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14773 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14763 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14893 }, "name": "putConditionalFormats", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14909 }, "name": "putLimit", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaLimit" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14925 }, "name": "putNumberFormat", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormat" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14941 }, "name": "putStyle", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaStyle" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14851 }, "name": "resetAlias" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14867 }, "name": "resetCellDisplayMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14896 }, "name": "resetConditionalFormats" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14912 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14928 }, "name": "resetNumberFormat" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14944 }, "name": "resetStyle" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14890 }, "name": "conditionalFormats", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaConditionalFormatsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14906 }, "name": "limit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaLimitOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14922 }, "name": "numberFormat", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14938 }, "name": "style", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaStyleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14855 }, "name": "aliasInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14871 }, "name": "cellDisplayModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14900 }, "name": "conditionalFormatsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14884 }, "name": "formulaExpressionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14916 }, "name": "limitInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaLimit" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14932 }, "name": "numberFormatInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormat" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14948 }, "name": "styleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaStyle" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14845 }, "name": "alias", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14861 }, "name": "cellDisplayMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14877 }, "name": "formulaExpression", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14777 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormula" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaStyle": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaStyle", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14526 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaStyle", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "The color palette used to display the formula." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14532 }, "name": "palette", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette_index Dashboard#palette_index}", "stability": "stable", "summary": "Index specifying which color to use within the palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14538 }, "name": "paletteIndex", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaStyle" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaStyleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaStyleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14584 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14577 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14623 }, "name": "resetPalette" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14639 }, "name": "resetPaletteIndex" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaStyleOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14643 }, "name": "paletteIndexInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14627 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14617 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14633 }, "name": "paletteIndex", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14588 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaStyle" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaStyleOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22542 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22534 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22549 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22542 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22542 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22542 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22535 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequest" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15648 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15654 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15666 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15672 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15678 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15660 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14972 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14978 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14984 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 14990 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15043 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15036 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15101 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15117 }, "name": "resetInterval" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15089 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15105 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15121 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15082 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15095 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15111 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15047 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15275 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15281 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15287 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15293 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15452 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15444 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15459 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15452 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15452 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15452 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15445 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15349 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15339 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15432 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15403 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15419 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15435 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15429 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15407 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15423 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15439 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15397 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15413 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15353 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15125 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15131 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15143 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15137 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15196 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15189 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15254 }, "name": "resetFacet" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15242 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15258 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15271 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15235 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15248 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15264 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15200 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15463 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15469 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15475 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15481 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.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": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15629 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15644 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15637 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15637 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15637 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15630 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15537 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15527 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15604 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15620 }, "name": "resetInterval" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15592 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15608 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15624 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15585 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15598 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15614 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15541 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15745 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15738 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15828 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15844 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15860 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15831 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15847 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15863 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15815 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15825 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15841 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15857 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15835 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15851 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15803 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15867 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15819 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15796 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15809 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15749 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16547 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16553 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16565 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16571 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16577 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16559 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15871 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15877 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15883 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15889 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15942 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15935 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16000 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16016 }, "name": "resetInterval" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15988 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16004 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16020 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15981 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15994 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16010 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 15946 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16174 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16180 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16186 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16192 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16351 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16343 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16358 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16351 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16351 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16351 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16344 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16248 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16238 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16331 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16302 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16318 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16334 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16328 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16306 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16322 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16338 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16296 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16312 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16252 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16024 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16030 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16042 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16036 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16095 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16088 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16153 }, "name": "resetFacet" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16141 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16157 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16170 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16134 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16147 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16163 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16099 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16362 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16368 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16374 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16380 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16536 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16528 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16543 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16536 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16536 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16536 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16529 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16436 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16426 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16503 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16519 }, "name": "resetInterval" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16491 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16507 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16523 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16484 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16497 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16513 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16440 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16644 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16637 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16727 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16743 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16759 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16730 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16746 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16762 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16714 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16724 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16740 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16756 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16734 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16750 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16702 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16766 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16718 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16695 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16708 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16648 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22263 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22253 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22378 }, "name": "putApmQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22394 }, "name": "putAuditQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22410 }, "name": "putFormula", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormula" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22426 }, "name": "putLogQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22442 }, "name": "putNetworkQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22458 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22474 }, "name": "putQuery", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuery" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22490 }, "name": "putRumQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22506 }, "name": "putSecurityQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22522 }, "name": "putStyle", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestStyle" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22381 }, "name": "resetApmQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22397 }, "name": "resetAuditQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22413 }, "name": "resetFormula" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22429 }, "name": "resetLogQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22445 }, "name": "resetNetworkQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22461 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22365 }, "name": "resetQ" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22477 }, "name": "resetQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22493 }, "name": "resetRumQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22509 }, "name": "resetSecurityQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22525 }, "name": "resetStyle" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22375 }, "name": "apmQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22391 }, "name": "auditQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22407 }, "name": "formula", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22423 }, "name": "logQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22439 }, "name": "networkQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22455 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22471 }, "name": "query", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22487 }, "name": "rumQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22503 }, "name": "securityQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22519 }, "name": "style", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestStyleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22385 }, "name": "apmQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22401 }, "name": "auditQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22417 }, "name": "formulaInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormula" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22433 }, "name": "logQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22449 }, "name": "networkQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22465 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22369 }, "name": "qInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22481 }, "name": "queryInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuery" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22497 }, "name": "rumQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22513 }, "name": "securityQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22529 }, "name": "styleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestStyle" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22359 }, "name": "q", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22267 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequest" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16770 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestProcessQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "Your chosen metric." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16788 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#filter_by Dashboard#filter_by}", "stability": "stable", "summary": "A list of processes." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16776 }, "name": "filterBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The max number of items in the filter list." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16782 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_by Dashboard#search_by}", "stability": "stable", "summary": "Your chosen search term." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16794 }, "name": "searchBy", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestProcessQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16854 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16847 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16905 }, "name": "resetFilterBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16921 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16950 }, "name": "resetSearchBy" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestProcessQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16909 }, "name": "filterByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16925 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16938 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16954 }, "name": "searchByInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16899 }, "name": "filterBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16915 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16931 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16944 }, "name": "searchBy", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16858 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestProcessQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestProcessQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19873 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_dependency_stats_query Dashboard#apm_dependency_stats_query}", "stability": "stable", "summary": "apm_dependency_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19879 }, "name": "apmDependencyStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmDependencyStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_resource_stats_query Dashboard#apm_resource_stats_query}", "stability": "stable", "summary": "apm_resource_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19885 }, "name": "apmResourceStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmResourceStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cloud_cost_query Dashboard#cloud_cost_query}", "stability": "stable", "summary": "cloud_cost_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19891 }, "name": "cloudCostQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryCloudCostQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#event_query Dashboard#event_query}", "stability": "stable", "summary": "event_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19897 }, "name": "eventQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric_query Dashboard#metric_query}", "stability": "stable", "summary": "metric_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19903 }, "name": "metricQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryMetricQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#process_query Dashboard#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19909 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_query Dashboard#slo_query}", "stability": "stable", "summary": "slo_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19915 }, "name": "sloQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuerySloQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmDependencyStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmDependencyStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16958 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmDependencyStatsQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16970 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#env Dashboard#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16976 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16988 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#operation_name Dashboard#operation_name}", "stability": "stable", "summary": "Name of operation on service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16994 }, "name": "operationName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#resource_name Dashboard#resource_name}", "stability": "stable", "summary": "APM resource." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 17012 }, "name": "resourceName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#service Dashboard#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 17018 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#stat Dashboard#stat}", "stability": "stable", "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 17024 }, "name": "stat", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16964 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_upstream Dashboard#is_upstream}", "stability": "stable", "summary": "Determines whether stats for upstream or downstream dependencies should be queried." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 16982 }, "name": "isUpstream", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}", "stability": "stable", "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 17000 }, "name": "primaryTagName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}", "stability": "stable", "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 17006 }, "name": "primaryTagValue", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmDependencyStatsQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmDependencyStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmDependencyStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.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/index-structs/structs5600.ts", "line": 17126 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 17226 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 17268 }, "name": "resetIsUpstream" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 17310 }, "name": "resetPrimaryTagName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 17326 }, "name": "resetPrimaryTagValue" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmDependencyStatsQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 17230 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 17243 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 17256 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 17272 }, "name": "isUpstreamInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 17285 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 17298 }, "name": "operationNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 17314 }, "name": "primaryTagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 17330 }, "name": "primaryTagValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 17343 }, "name": "resourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 17356 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 17369 }, "name": "statInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 17220 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 17236 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 17249 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 17262 }, "name": "isUpstream", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 17278 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 17291 }, "name": "operationName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 17304 }, "name": "primaryTagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 17320 }, "name": "primaryTagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 17336 }, "name": "resourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 17349 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 17362 }, "name": "stat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 17137 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmDependencyStatsQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmDependencyStatsQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmResourceStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmResourceStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 17373 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmResourceStatsQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 17385 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#env Dashboard#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 17391 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 17403 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#service Dashboard#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 17433 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#stat Dashboard#stat}", "stability": "stable", "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 17439 }, "name": "stat", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 17379 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "Array of fields to group results by." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 17397 }, "name": "groupBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#operation_name Dashboard#operation_name}", "stability": "stable", "summary": "Name of operation on service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 17409 }, "name": "operationName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}", "stability": "stable", "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 17415 }, "name": "primaryTagName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}", "stability": "stable", "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 17421 }, "name": "primaryTagValue", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#resource_name Dashboard#resource_name}", "stability": "stable", "summary": "APM resource." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 17427 }, "name": "resourceName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmResourceStatsQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmResourceStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmResourceStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 17548 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 17541 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 17641 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 17683 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 17712 }, "name": "resetOperationName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 17728 }, "name": "resetPrimaryTagName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 17744 }, "name": "resetPrimaryTagValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 17760 }, "name": "resetResourceName" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmResourceStatsQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 17645 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 17658 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 17671 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 17687 }, "name": "groupByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 17700 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 17716 }, "name": "operationNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 17732 }, "name": "primaryTagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 17748 }, "name": "primaryTagValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 17764 }, "name": "resourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 17777 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 17790 }, "name": "statInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 17635 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 17651 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 17664 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 17677 }, "name": "groupBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 17693 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 17706 }, "name": "operationName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 17722 }, "name": "primaryTagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 17738 }, "name": "primaryTagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 17754 }, "name": "resourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 17770 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 17783 }, "name": "stat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 17552 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmResourceStatsQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmResourceStatsQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryCloudCostQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryCloudCostQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 17794 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryCloudCostQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 17812 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 17818 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The cloud cost query definition." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 17824 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 17800 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 17806 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryCloudCostQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryCloudCostQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryCloudCostQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 17891 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 17884 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 17948 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 17964 }, "name": "resetCrossOrgUuids" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryCloudCostQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 17952 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 17968 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 17981 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 17994 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18007 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 17942 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 17958 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 17974 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 17987 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18000 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 17895 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryCloudCostQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryCloudCostQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18617 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute Dashboard#compute}", "stability": "stable", "summary": "compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18653 }, "name": "compute", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for event platform-based queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18629 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18641 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18623 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18659 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#indexes Dashboard#indexes}", "stability": "stable", "summary": "An array of index names to query in the stream." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18635 }, "name": "indexes", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search Dashboard#search}", "stability": "stable", "summary": "search block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18665 }, "name": "search", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuerySearch" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#storage Dashboard#storage}", "stability": "stable", "summary": "Storage location (private beta)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18647 }, "name": "storage", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18011 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation methods for event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18017 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "A time interval in milliseconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18023 }, "name": "interval", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The measurable attribute to compute." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18029 }, "name": "metric", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18185 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18177 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18192 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryComputeOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18185 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18185 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18185 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18178 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18085 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18075 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18152 }, "name": "resetInterval" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18168 }, "name": "resetMetric" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18140 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18156 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18172 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18133 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18146 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18162 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18089 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18349 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The event facet." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18355 }, "name": "facet", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The number of groups to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18361 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort Dashboard#sort}", "stability": "stable", "summary": "sort block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18367 }, "name": "sort", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBySort" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18523 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18515 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18530 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18523 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18523 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18523 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18516 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18423 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18413 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18503 }, "name": "putSort", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBySort" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18490 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18506 }, "name": "resetSort" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18500 }, "name": "sort", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBySortOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18478 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18494 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18510 }, "name": "sortInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBySort" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18471 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18484 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18427 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBySort": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBySort", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18196 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBySort", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation methods for the event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18202 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The metric used for sorting group by results." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18208 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Direction of sort. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18214 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBySort" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBySortOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBySortOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18267 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18260 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18325 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18341 }, "name": "resetOrder" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBySortOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18313 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18329 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18345 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18306 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18319 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18335 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18271 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBySort" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBySortOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18753 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18746 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18899 }, "name": "putCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18912 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18928 }, "name": "putSearch", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuerySearch" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18828 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18915 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18857 }, "name": "resetIndexes" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18931 }, "name": "resetSearch" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18886 }, "name": "resetStorage" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18896 }, "name": "compute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18909 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18925 }, "name": "search", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuerySearchOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18903 }, "name": "computeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18832 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18845 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18919 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18861 }, "name": "indexesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18874 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18935 }, "name": "searchInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuerySearch" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18890 }, "name": "storageInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18822 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18838 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18851 }, "name": "indexes", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18867 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18880 }, "name": "storage", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18757 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuerySearch": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuerySearch", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18534 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuerySearch", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The events search string." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18540 }, "name": "query", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuerySearch" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuerySearchOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuerySearchOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18579 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18572 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuerySearchOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18613 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18606 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18583 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuerySearch" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuerySearchOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20190 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20182 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20197 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20190 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20190 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20190 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20183 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuery" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryMetricQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryMetricQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18939 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryMetricQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18963 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The metrics query definition." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18969 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18945 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18951 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for metrics queries. Defaults to `\"metrics\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 18957 }, "name": "dataSource", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryMetricQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryMetricQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryMetricQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19036 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19029 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19093 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19109 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19125 }, "name": "resetDataSource" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryMetricQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19097 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19113 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19129 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19142 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19155 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19087 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19103 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19119 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19135 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19148 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19040 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryMetricQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryMetricQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19999 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19989 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20074 }, "name": "putApmDependencyStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmDependencyStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20090 }, "name": "putApmResourceStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmResourceStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20106 }, "name": "putCloudCostQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryCloudCostQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20122 }, "name": "putEventQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20138 }, "name": "putMetricQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryMetricQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20154 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20170 }, "name": "putSloQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuerySloQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20077 }, "name": "resetApmDependencyStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20093 }, "name": "resetApmResourceStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20109 }, "name": "resetCloudCostQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20125 }, "name": "resetEventQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20141 }, "name": "resetMetricQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20157 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20173 }, "name": "resetSloQuery" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20071 }, "name": "apmDependencyStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmDependencyStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20087 }, "name": "apmResourceStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmResourceStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20103 }, "name": "cloudCostQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryCloudCostQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20119 }, "name": "eventQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20135 }, "name": "metricQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryMetricQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20151 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20167 }, "name": "sloQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuerySloQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20081 }, "name": "apmDependencyStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmDependencyStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20097 }, "name": "apmResourceStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmResourceStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20113 }, "name": "cloudCostQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryCloudCostQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20129 }, "name": "eventQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20145 }, "name": "metricQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryMetricQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20161 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20177 }, "name": "sloQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuerySloQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20003 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuery" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19159 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryProcessQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for process queries. Valid values are `process`, `container`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19177 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The process metric name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19195 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19201 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19165 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19171 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_normalized_cpu Dashboard#is_normalized_cpu}", "stability": "stable", "summary": "Whether to normalize the CPU percentages." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19183 }, "name": "isNormalizedCpu", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The number of hits to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19189 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort Dashboard#sort}", "stability": "stable", "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19207 }, "name": "sort", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#tag_filters Dashboard#tag_filters}", "stability": "stable", "summary": "An array of tags to filter by." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19213 }, "name": "tagFilters", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#text_filter Dashboard#text_filter}", "stability": "stable", "summary": "The text to use as a filter." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19219 }, "name": "textFilter", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryProcessQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19321 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19314 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19408 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19424 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19453 }, "name": "resetIsNormalizedCpu" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19469 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19511 }, "name": "resetSort" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19527 }, "name": "resetTagFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19543 }, "name": "resetTextFilter" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryProcessQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19412 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19428 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19441 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19457 }, "name": "isNormalizedCpuInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19473 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19486 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19499 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19515 }, "name": "sortInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19531 }, "name": "tagFiltersInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19547 }, "name": "textFilterInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19402 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19418 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19434 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19447 }, "name": "isNormalizedCpu", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19463 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19479 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19492 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19505 }, "name": "sort", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19521 }, "name": "tagFilters", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19537 }, "name": "textFilter", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19325 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryProcessQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryProcessQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuerySloQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuerySloQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19551 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuerySloQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for SLO queries. Valid values are `slo`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19569 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#measure Dashboard#measure}", "stability": "stable", "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19581 }, "name": "measure", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_id Dashboard#slo_id}", "stability": "stable", "summary": "ID of an SLO to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19593 }, "name": "sloId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#additional_query_filters Dashboard#additional_query_filters}", "stability": "stable", "summary": "Additional filters applied to the SLO query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19557 }, "name": "additionalQueryFilters", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19563 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_mode Dashboard#group_mode}", "stability": "stable", "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19575 }, "name": "groupMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19587 }, "name": "name", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_query_type Dashboard#slo_query_type}", "stability": "stable", "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19599 }, "name": "sloQueryType", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuerySloQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuerySloQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuerySloQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19687 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19680 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19762 }, "name": "resetAdditionalQueryFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19778 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19807 }, "name": "resetGroupMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19836 }, "name": "resetName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19865 }, "name": "resetSloQueryType" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuerySloQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19766 }, "name": "additionalQueryFiltersInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19782 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19795 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19811 }, "name": "groupModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19824 }, "name": "measureInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19840 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19853 }, "name": "sloIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19869 }, "name": "sloQueryTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19756 }, "name": "additionalQueryFilters", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19772 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19788 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19801 }, "name": "groupMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19817 }, "name": "measure", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19830 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19846 }, "name": "sloId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19859 }, "name": "sloQueryType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 19691 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuerySloQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuerySloQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20877 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20883 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20895 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20901 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20907 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20889 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20201 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20207 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20213 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20219 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20272 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20265 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20330 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20346 }, "name": "resetInterval" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20318 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20334 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20350 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20311 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20324 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20340 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20276 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20504 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20510 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20516 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20522 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20681 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20673 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20688 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20681 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20681 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20681 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20674 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20578 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20568 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20661 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20632 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20648 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20664 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20658 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20636 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20652 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20668 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20626 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20642 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20582 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20354 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20360 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20372 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20366 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20425 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20418 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20483 }, "name": "resetFacet" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20471 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20487 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20500 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20464 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20477 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20493 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20429 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20692 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20698 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20704 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20710 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20866 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20858 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20873 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20866 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20866 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20866 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20859 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20766 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20756 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20833 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20849 }, "name": "resetInterval" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20821 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20837 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20853 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20814 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20827 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20843 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20770 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20974 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20967 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21057 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21073 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21089 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21060 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21076 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21092 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21044 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21054 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21070 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21086 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21064 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21080 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21032 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21096 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21048 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21025 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21038 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 20978 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21776 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21782 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21794 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21800 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21806 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21788 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21100 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21106 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21112 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21118 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21171 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21164 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21229 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21245 }, "name": "resetInterval" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21217 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21233 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21249 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21210 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21223 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21239 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21175 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21403 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21409 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21415 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21421 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21580 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21572 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21587 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21580 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21580 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21580 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21573 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21477 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21467 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21560 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21531 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21547 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21563 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21557 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21535 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21551 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21567 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21525 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21541 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21481 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21253 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21259 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21271 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21265 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21324 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21317 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21382 }, "name": "resetFacet" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21370 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21386 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21399 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21363 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21376 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21392 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21328 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21591 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21597 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21603 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21609 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21765 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21757 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21772 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21765 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21765 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21765 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21758 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21665 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21655 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21732 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21748 }, "name": "resetInterval" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21720 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21736 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21752 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21713 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21726 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21742 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21669 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21873 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21866 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21956 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21972 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21988 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21959 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21975 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21991 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21943 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21953 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21969 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21985 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21963 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21979 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21931 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21995 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21947 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21924 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21937 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21877 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestStyle": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestStyle", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 21999 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestStyle", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22005 }, "name": "palette", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestStyle" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestStyleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestStyleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22044 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22037 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22077 }, "name": "resetPalette" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestStyleOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22081 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22071 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22048 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestStyle" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestStyleOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinition", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11357 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinition", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_link Dashboard#custom_link}", "stability": "stable", "summary": "custom_link block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11411 }, "name": "customLink", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#event Dashboard#event}", "stability": "stable", "summary": "event block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11417 }, "name": "event", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionEvent" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#legend_columns Dashboard#legend_columns}", "stability": "stable", "summary": "A list of columns to display in the legend. Valid values are `value`, `avg`, `sum`, `min`, `max`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11363 }, "name": "legendColumns", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#legend_layout Dashboard#legend_layout}", "stability": "stable", "summary": "The layout of the legend displayed in the widget. Valid values are `auto`, `horizontal`, `vertical`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11369 }, "name": "legendLayout", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#legend_size Dashboard#legend_size}", "stability": "stable", "summary": "The size of the legend displayed in the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11375 }, "name": "legendSize", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#live_span Dashboard#live_span}", "stability": "stable", "summary": "The timeframe to use when displaying the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11381 }, "name": "liveSpan", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#marker Dashboard#marker}", "stability": "stable", "summary": "marker block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11423 }, "name": "marker", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionMarker" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#request Dashboard#request}", "stability": "stable", "summary": "request block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11429 }, "name": "request", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequest" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#right_yaxis Dashboard#right_yaxis}", "stability": "stable", "summary": "right_yaxis block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11435 }, "name": "rightYaxis", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRightYaxis" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#show_legend Dashboard#show_legend}", "stability": "stable", "summary": "Whether or not to show the legend on this widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11387 }, "name": "showLegend", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title Dashboard#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11393 }, "name": "title", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_align Dashboard#title_align}", "stability": "stable", "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11399 }, "name": "titleAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_size Dashboard#title_size}", "stability": "stable", "summary": "The size of the widget's title (defaults to 16)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11405 }, "name": "titleSize", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#yaxis Dashboard#yaxis}", "stability": "stable", "summary": "yaxis block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11441 }, "name": "yaxis", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionYaxis" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinition" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionCustomLink": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionCustomLink", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22919 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionCustomLink", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_hidden Dashboard#is_hidden}", "stability": "stable", "summary": "The flag for toggling context menu link visibility." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22925 }, "name": "isHidden", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "The label for the custom link URL." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22931 }, "name": "label", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#link Dashboard#link}", "stability": "stable", "summary": "The URL of the custom link." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22937 }, "name": "link", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#override_label Dashboard#override_label}", "stability": "stable", "summary": "The label ID that refers to a context menu link item." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22943 }, "name": "overrideLabel", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionCustomLink" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionCustomLinkList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionCustomLinkList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 23131 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 23123 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 23138 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionCustomLinkOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionCustomLinkList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 23131 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 23131 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 23131 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 23124 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionCustomLink" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionCustomLinkList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionCustomLinkOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionCustomLinkOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 23006 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 22996 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 23066 }, "name": "resetIsHidden" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 23082 }, "name": "resetLabel" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 23098 }, "name": "resetLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 23114 }, "name": "resetOverrideLabel" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionCustomLinkOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 23070 }, "name": "isHiddenInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 23086 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 23102 }, "name": "linkInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 23118 }, "name": "overrideLabelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 23060 }, "name": "isHidden", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 23076 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 23092 }, "name": "link", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 23108 }, "name": "overrideLabel", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 23010 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionCustomLink" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionCustomLinkOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionEvent": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionEvent", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 23142 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionEvent", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#q Dashboard#q}", "stability": "stable", "summary": "The event query to use in the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 23148 }, "name": "q", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#tags_execution Dashboard#tags_execution}", "stability": "stable", "summary": "The execution method for multi-value filters." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 23154 }, "name": "tagsExecution", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionEvent" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionEventList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionEventList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 23281 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 23273 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 23288 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionEventOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionEventList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 23281 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 23281 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 23281 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 23274 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionEvent" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionEventList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionEventOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionEventOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 23203 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 23193 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 23264 }, "name": "resetTagsExecution" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionEventOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 23252 }, "name": "qInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 23268 }, "name": "tagsExecutionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 23245 }, "name": "q", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 23258 }, "name": "tagsExecution", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 23207 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionEvent" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionEventOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionMarker": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionMarker", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 23292 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionMarker", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#value Dashboard#value}", "stability": "stable", "summary": "A mathematical expression describing the marker, for example: `y > 1`, `-5 < y < 0`, `y = 19`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 23310 }, "name": "value", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Example: `error dashed`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#display_type Dashboard#display_type}", "stability": "stable", "summary": "How the marker lines are displayed, options are one of {`error`, `warning`, `info`, `ok`} combined with one of {`dashed`, `solid`, `bold`}." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 23298 }, "name": "displayType", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "A label for the line or range." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 23304 }, "name": "label", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionMarker" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionMarkerList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionMarkerList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 23466 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 23458 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 23473 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionMarkerOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionMarkerList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 23466 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 23466 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 23466 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 23459 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionMarker" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionMarkerList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionMarkerOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionMarkerOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 23366 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 23356 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 23420 }, "name": "resetDisplayType" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 23436 }, "name": "resetLabel" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionMarkerOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 23424 }, "name": "displayTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 23440 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 23453 }, "name": "valueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 23414 }, "name": "displayType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 23430 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 23446 }, "name": "value", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 23370 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionMarker" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionMarkerOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11571 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11564 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11807 }, "name": "putCustomLink", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionCustomLink" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11823 }, "name": "putEvent", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionEvent" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11839 }, "name": "putMarker", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionMarker" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11855 }, "name": "putRequest", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequest" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11871 }, "name": "putRightYaxis", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRightYaxis" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11887 }, "name": "putYaxis", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionYaxis" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11810 }, "name": "resetCustomLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11826 }, "name": "resetEvent" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11682 }, "name": "resetLegendColumns" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11698 }, "name": "resetLegendLayout" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11714 }, "name": "resetLegendSize" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11730 }, "name": "resetLiveSpan" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11842 }, "name": "resetMarker" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11858 }, "name": "resetRequest" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11874 }, "name": "resetRightYaxis" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11746 }, "name": "resetShowLegend" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11762 }, "name": "resetTitle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11778 }, "name": "resetTitleAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11794 }, "name": "resetTitleSize" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11890 }, "name": "resetYaxis" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11804 }, "name": "customLink", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionCustomLinkList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11820 }, "name": "event", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionEventList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11836 }, "name": "marker", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionMarkerList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11852 }, "name": "request", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11868 }, "name": "rightYaxis", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRightYaxisOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11884 }, "name": "yaxis", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionYaxisOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11814 }, "name": "customLinkInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11830 }, "name": "eventInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionEvent" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11686 }, "name": "legendColumnsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11702 }, "name": "legendLayoutInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11718 }, "name": "legendSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11734 }, "name": "liveSpanInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11846 }, "name": "markerInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionMarker" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11862 }, "name": "requestInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequest" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11878 }, "name": "rightYaxisInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRightYaxis" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11750 }, "name": "showLegendInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11782 }, "name": "titleAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11766 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11798 }, "name": "titleSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11894 }, "name": "yaxisInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionYaxis" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11676 }, "name": "legendColumns", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11692 }, "name": "legendLayout", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11708 }, "name": "legendSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11724 }, "name": "liveSpan", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11740 }, "name": "showLegend", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11756 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11772 }, "name": "titleAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11788 }, "name": "titleSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11575 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinition" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequest": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequest", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10332 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequest", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_query Dashboard#apm_query}", "stability": "stable", "summary": "apm_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10356 }, "name": "apmQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#audit_query Dashboard#audit_query}", "stability": "stable", "summary": "audit_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10362 }, "name": "auditQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#display_type Dashboard#display_type}", "stability": "stable", "summary": "How to display the marker lines. Valid values are `area`, `bars`, `line`, `overlay`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10338 }, "name": "displayType", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#formula Dashboard#formula}", "stability": "stable", "summary": "formula block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10368 }, "name": "formula", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormula" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#log_query Dashboard#log_query}", "stability": "stable", "summary": "log_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10374 }, "name": "logQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metadata Dashboard#metadata}", "stability": "stable", "summary": "metadata block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10380 }, "name": "metadata", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestMetadata" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#network_query Dashboard#network_query}", "stability": "stable", "summary": "network_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10386 }, "name": "networkQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#on_right_yaxis Dashboard#on_right_yaxis}", "stability": "stable", "summary": "A Boolean indicating whether the request uses the right or left Y-Axis." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10344 }, "name": "onRightYaxis", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#process_query Dashboard#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10392 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#q Dashboard#q}", "stability": "stable", "summary": "The metric query to use for this widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10350 }, "name": "q", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10398 }, "name": "query", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuery" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#rum_query Dashboard#rum_query}", "stability": "stable", "summary": "rum_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10404 }, "name": "rumQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#security_query Dashboard#security_query}", "stability": "stable", "summary": "security_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10410 }, "name": "securityQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#style Dashboard#style}", "stability": "stable", "summary": "style block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10416 }, "name": "style", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestStyle" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequest" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 400 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 406 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 418 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 424 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 430 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 412 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 23477 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 23483 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 23489 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 23495 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 23548 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 23541 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 23606 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 23622 }, "name": "resetInterval" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 23594 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 23610 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 23626 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 23587 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 23600 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 23616 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 23552 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 27 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 33 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 39 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 45 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 204 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 196 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 211 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 204 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 204 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 204 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 197 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 101 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 91 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 184 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 155 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 171 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 187 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 181 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 159 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 175 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 191 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 149 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 165 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 105 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 23630 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 23636 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 23648 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 23642 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 23701 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 23694 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 23759 }, "name": "resetFacet" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 23747 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 23763 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 23776 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 23740 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 23753 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 23769 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs5600.ts", "line": 23705 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 215 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 221 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 227 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 233 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 389 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 381 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 396 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 389 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 389 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 389 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 382 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.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": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 279 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 356 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 372 }, "name": "resetInterval" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 344 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 360 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 376 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 337 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 350 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 366 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 293 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.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/dashboard/index-structs/structs6000.ts", "line": 490 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 580 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 596 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 612 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 583 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 599 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 615 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 567 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 577 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 593 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 609 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 587 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 603 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 555 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 619 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 571 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 548 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 561 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 501 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1299 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1305 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1317 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1323 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1329 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1311 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 623 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 629 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 635 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 641 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 694 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 687 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 752 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 768 }, "name": "resetInterval" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 740 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 756 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 772 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 733 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 746 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 762 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 698 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 926 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 932 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 938 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 944 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1103 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1095 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1110 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1103 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1103 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1103 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1096 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1000 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 990 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1083 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1054 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1070 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1086 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1080 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1058 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1074 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1090 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1048 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1064 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1004 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 776 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 782 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 794 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 788 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 847 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 840 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 905 }, "name": "resetFacet" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 893 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 909 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 922 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 886 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 899 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 915 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 851 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1114 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1120 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1126 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1132 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1288 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1280 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1295 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1288 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1288 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1288 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1281 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1188 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1178 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1255 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1271 }, "name": "resetInterval" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1243 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1259 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1275 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1236 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1249 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1265 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1192 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1396 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1389 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1479 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1495 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1511 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1482 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1498 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1514 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1466 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1476 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1492 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1508 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1486 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1502 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1454 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1518 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1470 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1447 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1460 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1400 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormula": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormula", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2674 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormula", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#formula_expression Dashboard#formula_expression}", "stability": "stable", "summary": "A string expression built from queries, formulas, and functions." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2692 }, "name": "formulaExpression", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#alias Dashboard#alias}", "stability": "stable", "summary": "An expression alias." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2680 }, "name": "alias", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cell_display_mode Dashboard#cell_display_mode}", "stability": "stable", "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2686 }, "name": "cellDisplayMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#conditional_formats Dashboard#conditional_formats}", "stability": "stable", "summary": "conditional_formats block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2698 }, "name": "conditionalFormats", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "limit block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2704 }, "name": "limit", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaLimit" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#number_format Dashboard#number_format}", "stability": "stable", "summary": "number_format block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2710 }, "name": "numberFormat", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormat" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#style Dashboard#style}", "stability": "stable", "summary": "style block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2716 }, "name": "style", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaStyle" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormula" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaConditionalFormats": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaConditionalFormats", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1522 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaConditionalFormats", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#comparator Dashboard#comparator}", "stability": "stable", "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1528 }, "name": "comparator", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "The color palette to apply." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1564 }, "name": "palette", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#value Dashboard#value}", "stability": "stable", "summary": "A value for the comparator." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1576 }, "name": "value", "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}", "stability": "stable", "summary": "The color palette to apply to the background, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1534 }, "name": "customBgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}", "stability": "stable", "summary": "The color palette to apply to the foreground, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1540 }, "name": "customFgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#hide_value Dashboard#hide_value}", "stability": "stable", "summary": "Setting this to True hides values." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1546 }, "name": "hideValue", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#image_url Dashboard#image_url}", "stability": "stable", "summary": "Displays an image as the background." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1552 }, "name": "imageUrl", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The metric from the request to correlate with this conditional format." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1558 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#timeframe Dashboard#timeframe}", "stability": "stable", "summary": "Defines the displayed timeframe." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1570 }, "name": "timeframe", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaConditionalFormats" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaConditionalFormatsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaConditionalFormatsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1900 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1892 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1907 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaConditionalFormatsOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaConditionalFormatsList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1900 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1900 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1900 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1893 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaConditionalFormatsList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaConditionalFormatsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaConditionalFormatsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1674 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1664 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1777 }, "name": "resetCustomBgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1793 }, "name": "resetCustomFgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1809 }, "name": "resetHideValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1825 }, "name": "resetImageUrl" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1841 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1870 }, "name": "resetTimeframe" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaConditionalFormatsOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1765 }, "name": "comparatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1781 }, "name": "customBgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1797 }, "name": "customFgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1813 }, "name": "hideValueInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1829 }, "name": "imageUrlInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1845 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1858 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1874 }, "name": "timeframeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1887 }, "name": "valueInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1758 }, "name": "comparator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1771 }, "name": "customBgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1787 }, "name": "customFgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1803 }, "name": "hideValue", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1819 }, "name": "imageUrl", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1835 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1851 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1864 }, "name": "timeframe", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1880 }, "name": "value", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1678 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaConditionalFormats" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaConditionalFormatsOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaLimit": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaLimit", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1911 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaLimit", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#count Dashboard#count}", "stability": "stable", "summary": "The number of results to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1917 }, "name": "count", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1923 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaLimit" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaLimitOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaLimitOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.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/dashboard/index-structs/structs6000.ts", "line": 1962 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2008 }, "name": "resetCount" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2024 }, "name": "resetOrder" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaLimitOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2012 }, "name": "countInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2028 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2002 }, "name": "count", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2018 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 1973 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaLimit" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaLimitOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2988 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2980 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2995 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2988 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2988 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2988 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2981 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormula" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormat": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormat", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2435 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormat", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit Dashboard#unit}", "stability": "stable", "summary": "unit block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2441 }, "name": "unit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnit" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_scale Dashboard#unit_scale}", "stability": "stable", "summary": "unit_scale block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2447 }, "name": "unitScale", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitScale" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormat" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2493 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2486 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2529 }, "name": "putUnit", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnit" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2542 }, "name": "putUnitScale", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitScale" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2545 }, "name": "resetUnitScale" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2526 }, "name": "unit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2539 }, "name": "unitScale", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitScaleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2533 }, "name": "unitInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnit" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2549 }, "name": "unitScaleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitScale" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2497 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormat" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnit": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnit", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2233 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnit", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#canonical Dashboard#canonical}", "stability": "stable", "summary": "canonical block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2239 }, "name": "canonical", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom Dashboard#custom}", "stability": "stable", "summary": "custom block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2245 }, "name": "custom", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnit" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2032 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_name Dashboard#unit_name}", "stability": "stable", "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2044 }, "name": "unitName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#per_unit_name Dashboard#per_unit_name}", "stability": "stable", "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2038 }, "name": "perUnitName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2090 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2083 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2129 }, "name": "resetPerUnitName" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2133 }, "name": "perUnitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2146 }, "name": "unitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2123 }, "name": "perUnitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2139 }, "name": "unitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2094 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2150 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "Unit label." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2156 }, "name": "label", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCustomOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2195 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2188 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCustomOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2229 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2222 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2199 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCustomOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2291 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2284 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2327 }, "name": "putCanonical", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2343 }, "name": "putCustom", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2330 }, "name": "resetCanonical" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2346 }, "name": "resetCustom" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2324 }, "name": "canonical", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2340 }, "name": "custom", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCustomOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2334 }, "name": "canonicalInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2350 }, "name": "customInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2295 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnit" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitScale": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitScale", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2354 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitScale", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_name Dashboard#unit_name}." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2358 }, "name": "unitName", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitScale" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitScaleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2397 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2390 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitScaleOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2431 }, "name": "unitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2424 }, "name": "unitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2401 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitScale" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitScaleOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.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/index-structs/structs6000.ts", "line": 2790 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2920 }, "name": "putConditionalFormats", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2936 }, "name": "putLimit", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaLimit" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2952 }, "name": "putNumberFormat", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormat" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2968 }, "name": "putStyle", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaStyle" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2878 }, "name": "resetAlias" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2894 }, "name": "resetCellDisplayMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2923 }, "name": "resetConditionalFormats" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2939 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2955 }, "name": "resetNumberFormat" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2971 }, "name": "resetStyle" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2917 }, "name": "conditionalFormats", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaConditionalFormatsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2933 }, "name": "limit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaLimitOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2949 }, "name": "numberFormat", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2965 }, "name": "style", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaStyleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2882 }, "name": "aliasInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2898 }, "name": "cellDisplayModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2927 }, "name": "conditionalFormatsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2911 }, "name": "formulaExpressionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2943 }, "name": "limitInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaLimit" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2959 }, "name": "numberFormatInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormat" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2975 }, "name": "styleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaStyle" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2872 }, "name": "alias", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2888 }, "name": "cellDisplayMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2904 }, "name": "formulaExpression", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2804 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormula" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaStyle": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaStyle", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2553 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaStyle", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "The color palette used to display the formula." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2559 }, "name": "palette", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette_index Dashboard#palette_index}", "stability": "stable", "summary": "Index specifying which color to use within the palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2565 }, "name": "paletteIndex", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaStyle" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaStyleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaStyleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2611 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2604 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2650 }, "name": "resetPalette" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2666 }, "name": "resetPaletteIndex" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaStyleOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2670 }, "name": "paletteIndexInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2654 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2644 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2660 }, "name": "paletteIndex", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2615 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaStyle" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaStyleOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10894 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10886 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10901 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10894 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10894 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10894 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10887 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequest" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3675 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3681 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3693 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3699 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3705 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3687 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 2999 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3005 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3011 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3017 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3070 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3063 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3128 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3144 }, "name": "resetInterval" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3116 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3132 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3148 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3109 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3122 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3138 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3074 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3302 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3308 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3314 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3320 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3479 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3471 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3486 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3479 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3479 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3479 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3472 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3376 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3366 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3459 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3430 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3446 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3462 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3456 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3434 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3450 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3466 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3424 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3440 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3380 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3152 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3158 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3170 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3164 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3223 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3216 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3281 }, "name": "resetFacet" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3269 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3285 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3298 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3262 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3275 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3291 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3227 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3490 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3496 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3502 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3508 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3664 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3656 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3671 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3664 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3664 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3664 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3657 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3564 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3554 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3631 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3647 }, "name": "resetInterval" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3619 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3635 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3651 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3612 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3625 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3641 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3568 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3772 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3765 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3855 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3871 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3887 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3858 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3874 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3890 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3842 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3852 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3868 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3884 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3862 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3878 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3830 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3894 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3846 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3823 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3836 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3776 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestMetadata": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestMetadata", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3898 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestMetadata", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#expression Dashboard#expression}", "stability": "stable", "summary": "The expression name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3910 }, "name": "expression", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#alias_name Dashboard#alias_name}", "stability": "stable", "summary": "The expression alias." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3904 }, "name": "aliasName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestMetadata" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestMetadataList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestMetadataList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4037 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4029 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4044 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestMetadataOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestMetadataList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4037 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4037 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4037 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4030 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestMetadata" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestMetadataList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestMetadataOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestMetadataOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3959 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3949 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4007 }, "name": "resetAliasName" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestMetadataOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4011 }, "name": "aliasNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4024 }, "name": "expressionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4001 }, "name": "aliasName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4017 }, "name": "expression", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 3963 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestMetadata" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestMetadataOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4724 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4730 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4742 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4748 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4754 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4736 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4048 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4054 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4060 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4066 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4119 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4112 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4177 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4193 }, "name": "resetInterval" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4165 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4181 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4197 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4158 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4171 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4187 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4123 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4351 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4357 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4363 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4369 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4528 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4520 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4535 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4528 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4528 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4528 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4521 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4425 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4415 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4508 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4479 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4495 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4511 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4505 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4483 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4499 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4515 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4473 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4489 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4429 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4201 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4207 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4219 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4213 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4272 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4265 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4330 }, "name": "resetFacet" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4318 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4334 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4347 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4311 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4324 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4340 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4276 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4539 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4545 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4551 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4557 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4713 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4705 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4720 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4713 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4713 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4713 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4706 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4613 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4603 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4680 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4696 }, "name": "resetInterval" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4668 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4684 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4700 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4661 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4674 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4690 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4617 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4821 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4814 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4904 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4920 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4936 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4907 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4923 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4939 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4891 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4901 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4917 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4933 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4911 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4927 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4879 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4943 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4895 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4872 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4885 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4825 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10549 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10539 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10714 }, "name": "putApmQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10730 }, "name": "putAuditQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10746 }, "name": "putFormula", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormula" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10762 }, "name": "putLogQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10778 }, "name": "putMetadata", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestMetadata" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10794 }, "name": "putNetworkQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10810 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10826 }, "name": "putQuery", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuery" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10842 }, "name": "putRumQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10858 }, "name": "putSecurityQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10874 }, "name": "putStyle", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestStyle" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10717 }, "name": "resetApmQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10733 }, "name": "resetAuditQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10669 }, "name": "resetDisplayType" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10749 }, "name": "resetFormula" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10765 }, "name": "resetLogQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10781 }, "name": "resetMetadata" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10797 }, "name": "resetNetworkQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10685 }, "name": "resetOnRightYaxis" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10813 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10701 }, "name": "resetQ" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10829 }, "name": "resetQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10845 }, "name": "resetRumQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10861 }, "name": "resetSecurityQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10877 }, "name": "resetStyle" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10711 }, "name": "apmQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10727 }, "name": "auditQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10743 }, "name": "formula", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10759 }, "name": "logQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10775 }, "name": "metadata", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestMetadataList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10791 }, "name": "networkQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10807 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10823 }, "name": "query", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10839 }, "name": "rumQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10855 }, "name": "securityQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10871 }, "name": "style", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestStyleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10721 }, "name": "apmQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10737 }, "name": "auditQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10673 }, "name": "displayTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10753 }, "name": "formulaInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormula" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10769 }, "name": "logQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10785 }, "name": "metadataInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestMetadata" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10801 }, "name": "networkQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10689 }, "name": "onRightYaxisInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10817 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10705 }, "name": "qInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10833 }, "name": "queryInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuery" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10849 }, "name": "rumQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10865 }, "name": "securityQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10881 }, "name": "styleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestStyle" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10663 }, "name": "displayType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10679 }, "name": "onRightYaxis", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10695 }, "name": "q", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10553 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequest" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4947 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProcessQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "Your chosen metric." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4965 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#filter_by Dashboard#filter_by}", "stability": "stable", "summary": "A list of processes." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4953 }, "name": "filterBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The max number of items in the filter list." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4959 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_by Dashboard#search_by}", "stability": "stable", "summary": "Your chosen search term." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 4971 }, "name": "searchBy", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProcessQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5031 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5024 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5082 }, "name": "resetFilterBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5098 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5127 }, "name": "resetSearchBy" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProcessQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5086 }, "name": "filterByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5102 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5115 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5131 }, "name": "searchByInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5076 }, "name": "filterBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5092 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5108 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5121 }, "name": "searchBy", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5035 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProcessQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProcessQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8050 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_dependency_stats_query Dashboard#apm_dependency_stats_query}", "stability": "stable", "summary": "apm_dependency_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8056 }, "name": "apmDependencyStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmDependencyStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_resource_stats_query Dashboard#apm_resource_stats_query}", "stability": "stable", "summary": "apm_resource_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8062 }, "name": "apmResourceStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmResourceStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cloud_cost_query Dashboard#cloud_cost_query}", "stability": "stable", "summary": "cloud_cost_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8068 }, "name": "cloudCostQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryCloudCostQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#event_query Dashboard#event_query}", "stability": "stable", "summary": "event_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8074 }, "name": "eventQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric_query Dashboard#metric_query}", "stability": "stable", "summary": "metric_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8080 }, "name": "metricQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryMetricQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#process_query Dashboard#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8086 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_query Dashboard#slo_query}", "stability": "stable", "summary": "slo_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8092 }, "name": "sloQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuerySloQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmDependencyStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmDependencyStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5135 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmDependencyStatsQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5147 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#env Dashboard#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5153 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5165 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#operation_name Dashboard#operation_name}", "stability": "stable", "summary": "Name of operation on service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5171 }, "name": "operationName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#resource_name Dashboard#resource_name}", "stability": "stable", "summary": "APM resource." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5189 }, "name": "resourceName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#service Dashboard#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5195 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#stat Dashboard#stat}", "stability": "stable", "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5201 }, "name": "stat", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5141 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_upstream Dashboard#is_upstream}", "stability": "stable", "summary": "Determines whether stats for upstream or downstream dependencies should be queried." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5159 }, "name": "isUpstream", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}", "stability": "stable", "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5177 }, "name": "primaryTagName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}", "stability": "stable", "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5183 }, "name": "primaryTagValue", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmDependencyStatsQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmDependencyStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmDependencyStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5310 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5303 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5403 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5445 }, "name": "resetIsUpstream" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5487 }, "name": "resetPrimaryTagName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5503 }, "name": "resetPrimaryTagValue" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmDependencyStatsQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5407 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5420 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5433 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5449 }, "name": "isUpstreamInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5462 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5475 }, "name": "operationNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5491 }, "name": "primaryTagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5507 }, "name": "primaryTagValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5520 }, "name": "resourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5533 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5546 }, "name": "statInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5397 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5413 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5426 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5439 }, "name": "isUpstream", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5455 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5468 }, "name": "operationName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5481 }, "name": "primaryTagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5497 }, "name": "primaryTagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5513 }, "name": "resourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5526 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5539 }, "name": "stat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5314 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmDependencyStatsQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmDependencyStatsQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmResourceStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmResourceStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5550 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmResourceStatsQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5562 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#env Dashboard#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5568 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5580 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#service Dashboard#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5610 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#stat Dashboard#stat}", "stability": "stable", "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5616 }, "name": "stat", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5556 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "Array of fields to group results by." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5574 }, "name": "groupBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#operation_name Dashboard#operation_name}", "stability": "stable", "summary": "Name of operation on service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5586 }, "name": "operationName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}", "stability": "stable", "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5592 }, "name": "primaryTagName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}", "stability": "stable", "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5598 }, "name": "primaryTagValue", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#resource_name Dashboard#resource_name}", "stability": "stable", "summary": "APM resource." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5604 }, "name": "resourceName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmResourceStatsQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmResourceStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmResourceStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5725 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5718 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5818 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5860 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5889 }, "name": "resetOperationName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5905 }, "name": "resetPrimaryTagName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5921 }, "name": "resetPrimaryTagValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5937 }, "name": "resetResourceName" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmResourceStatsQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5822 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5835 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5848 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5864 }, "name": "groupByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5877 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5893 }, "name": "operationNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5909 }, "name": "primaryTagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5925 }, "name": "primaryTagValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5941 }, "name": "resourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5954 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5967 }, "name": "statInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5812 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5828 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5841 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5854 }, "name": "groupBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5870 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5883 }, "name": "operationName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5899 }, "name": "primaryTagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5915 }, "name": "primaryTagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5931 }, "name": "resourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5947 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5960 }, "name": "stat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5729 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmResourceStatsQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmResourceStatsQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryCloudCostQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryCloudCostQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5971 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryCloudCostQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5989 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5995 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The cloud cost query definition." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 6001 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5977 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 5983 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryCloudCostQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryCloudCostQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryCloudCostQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 6068 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 6061 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 6125 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 6141 }, "name": "resetCrossOrgUuids" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryCloudCostQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 6129 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 6145 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 6158 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 6171 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 6184 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 6119 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 6135 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 6151 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 6164 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 6177 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 6072 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryCloudCostQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryCloudCostQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 6794 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute Dashboard#compute}", "stability": "stable", "summary": "compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 6830 }, "name": "compute", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for event platform-based queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 6806 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 6818 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 6800 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 6836 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#indexes Dashboard#indexes}", "stability": "stable", "summary": "An array of index names to query in the stream." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 6812 }, "name": "indexes", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search Dashboard#search}", "stability": "stable", "summary": "search block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 6842 }, "name": "search", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuerySearch" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#storage Dashboard#storage}", "stability": "stable", "summary": "Storage location (private beta)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 6824 }, "name": "storage", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 6188 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation methods for event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 6194 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "A time interval in milliseconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 6200 }, "name": "interval", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The measurable attribute to compute." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 6206 }, "name": "metric", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 6362 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 6354 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 6369 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryComputeOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 6362 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 6362 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 6362 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 6355 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 6262 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 6252 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 6329 }, "name": "resetInterval" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 6345 }, "name": "resetMetric" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 6317 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 6333 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 6349 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 6310 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 6323 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 6339 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 6266 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 6526 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The event facet." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 6532 }, "name": "facet", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The number of groups to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 6538 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort Dashboard#sort}", "stability": "stable", "summary": "sort block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 6544 }, "name": "sort", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBySort" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 6700 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 6692 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 6707 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 6700 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 6700 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 6700 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 6693 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 6600 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 6590 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 6680 }, "name": "putSort", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBySort" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 6667 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 6683 }, "name": "resetSort" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 6677 }, "name": "sort", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBySortOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 6655 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 6671 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 6687 }, "name": "sortInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBySort" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 6648 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 6661 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 6604 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBySort": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBySort", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 6373 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBySort", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation methods for the event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 6379 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The metric used for sorting group by results." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 6385 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Direction of sort. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 6391 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBySort" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBySortOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBySortOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 6444 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 6437 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 6502 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 6518 }, "name": "resetOrder" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBySortOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 6490 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 6506 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 6522 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 6483 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 6496 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 6512 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 6448 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBySort" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBySortOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 6930 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 6923 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7076 }, "name": "putCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7089 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7105 }, "name": "putSearch", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuerySearch" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7005 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7092 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7034 }, "name": "resetIndexes" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7108 }, "name": "resetSearch" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7063 }, "name": "resetStorage" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7073 }, "name": "compute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7086 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7102 }, "name": "search", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuerySearchOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7080 }, "name": "computeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7009 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7022 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7096 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7038 }, "name": "indexesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7051 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7112 }, "name": "searchInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuerySearch" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7067 }, "name": "storageInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 6999 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7015 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7028 }, "name": "indexes", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7044 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7057 }, "name": "storage", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 6934 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuerySearch": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuerySearch", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 6711 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuerySearch", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The events search string." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 6717 }, "name": "query", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuerySearch" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuerySearchOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuerySearchOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 6756 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 6749 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuerySearchOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 6790 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 6783 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 6760 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuerySearch" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuerySearchOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.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" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8359 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8374 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8367 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8367 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8367 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8360 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuery" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryMetricQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryMetricQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7116 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryMetricQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7140 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The metrics query definition." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7146 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7122 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7128 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for metrics queries. Defaults to `\"metrics\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7134 }, "name": "dataSource", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryMetricQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryMetricQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryMetricQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7213 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7206 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7270 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7286 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7302 }, "name": "resetDataSource" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryMetricQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7274 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7290 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7306 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7319 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7332 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7264 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7280 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7296 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7312 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7325 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7217 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryMetricQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryMetricQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8176 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8166 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8251 }, "name": "putApmDependencyStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmDependencyStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8267 }, "name": "putApmResourceStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmResourceStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8283 }, "name": "putCloudCostQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryCloudCostQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8299 }, "name": "putEventQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8315 }, "name": "putMetricQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryMetricQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8331 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8347 }, "name": "putSloQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuerySloQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8254 }, "name": "resetApmDependencyStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8270 }, "name": "resetApmResourceStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8286 }, "name": "resetCloudCostQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8302 }, "name": "resetEventQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8318 }, "name": "resetMetricQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8334 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8350 }, "name": "resetSloQuery" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8248 }, "name": "apmDependencyStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmDependencyStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8264 }, "name": "apmResourceStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmResourceStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8280 }, "name": "cloudCostQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryCloudCostQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8296 }, "name": "eventQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8312 }, "name": "metricQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryMetricQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8328 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8344 }, "name": "sloQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuerySloQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8258 }, "name": "apmDependencyStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmDependencyStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8274 }, "name": "apmResourceStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmResourceStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8290 }, "name": "cloudCostQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryCloudCostQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8306 }, "name": "eventQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8322 }, "name": "metricQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryMetricQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8338 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8354 }, "name": "sloQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuerySloQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8180 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuery" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7336 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryProcessQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for process queries. Valid values are `process`, `container`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7354 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The process metric name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7372 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7378 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7342 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7348 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_normalized_cpu Dashboard#is_normalized_cpu}", "stability": "stable", "summary": "Whether to normalize the CPU percentages." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7360 }, "name": "isNormalizedCpu", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The number of hits to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7366 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort Dashboard#sort}", "stability": "stable", "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7384 }, "name": "sort", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#tag_filters Dashboard#tag_filters}", "stability": "stable", "summary": "An array of tags to filter by." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7390 }, "name": "tagFilters", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#text_filter Dashboard#text_filter}", "stability": "stable", "summary": "The text to use as a filter." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7396 }, "name": "textFilter", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryProcessQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7498 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7491 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7585 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7601 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7630 }, "name": "resetIsNormalizedCpu" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7646 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7688 }, "name": "resetSort" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7704 }, "name": "resetTagFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7720 }, "name": "resetTextFilter" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryProcessQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7589 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7605 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7618 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7634 }, "name": "isNormalizedCpuInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7650 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7663 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7676 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7692 }, "name": "sortInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7708 }, "name": "tagFiltersInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7724 }, "name": "textFilterInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7579 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7595 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7611 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7624 }, "name": "isNormalizedCpu", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7640 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7656 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7669 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7682 }, "name": "sort", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7698 }, "name": "tagFilters", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7714 }, "name": "textFilter", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7502 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryProcessQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryProcessQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuerySloQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuerySloQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7728 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuerySloQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for SLO queries. Valid values are `slo`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7746 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#measure Dashboard#measure}", "stability": "stable", "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7758 }, "name": "measure", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_id Dashboard#slo_id}", "stability": "stable", "summary": "ID of an SLO to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7770 }, "name": "sloId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#additional_query_filters Dashboard#additional_query_filters}", "stability": "stable", "summary": "Additional filters applied to the SLO query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7734 }, "name": "additionalQueryFilters", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7740 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_mode Dashboard#group_mode}", "stability": "stable", "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7752 }, "name": "groupMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7764 }, "name": "name", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_query_type Dashboard#slo_query_type}", "stability": "stable", "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7776 }, "name": "sloQueryType", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuerySloQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuerySloQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuerySloQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7864 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7857 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7939 }, "name": "resetAdditionalQueryFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7955 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7984 }, "name": "resetGroupMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8013 }, "name": "resetName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8042 }, "name": "resetSloQueryType" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuerySloQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7943 }, "name": "additionalQueryFiltersInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7959 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7972 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7988 }, "name": "groupModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8001 }, "name": "measureInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8017 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8030 }, "name": "sloIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8046 }, "name": "sloQueryTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7933 }, "name": "additionalQueryFilters", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7949 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7965 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7978 }, "name": "groupMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7994 }, "name": "measure", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8007 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8023 }, "name": "sloId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8036 }, "name": "sloQueryType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 7868 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuerySloQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuerySloQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9054 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9060 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9072 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9078 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9084 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9066 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8378 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8384 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8390 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8396 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8449 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8442 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8507 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8523 }, "name": "resetInterval" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8495 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8511 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8527 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8488 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8501 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8517 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8453 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8681 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8687 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8693 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8699 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8858 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8850 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8865 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8858 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8858 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8858 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8851 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8755 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8745 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8838 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8809 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8825 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8841 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8835 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8813 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8829 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8845 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8803 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8819 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8759 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8531 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8537 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8549 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8543 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8602 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8595 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8660 }, "name": "resetFacet" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8648 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8664 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8677 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8641 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8654 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8670 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8606 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8869 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8875 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8881 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8887 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9043 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9035 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9050 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9043 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9043 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9043 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9036 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8943 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8933 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9010 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9026 }, "name": "resetInterval" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8998 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9014 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9030 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8991 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9004 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9020 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 8947 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9151 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9144 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9234 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9250 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9266 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9237 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9253 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9269 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9221 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9231 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9247 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9263 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9241 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9257 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9209 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9273 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9225 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9202 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9215 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9155 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9953 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9959 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9971 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9977 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9983 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9965 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9277 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9283 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9289 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9295 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9348 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9341 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9406 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9422 }, "name": "resetInterval" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9394 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9410 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9426 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9387 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9400 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9416 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9352 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9580 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9586 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9592 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9598 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9757 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9749 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9764 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9757 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9757 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9757 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9750 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9654 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9644 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9737 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9708 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9724 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9740 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9734 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9712 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9728 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9744 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9702 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9718 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9658 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9430 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9436 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9448 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9442 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9501 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9494 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9559 }, "name": "resetFacet" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9547 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9563 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9576 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9540 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9553 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9569 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9505 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9768 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9774 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9780 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9786 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9942 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9934 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9949 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9942 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9942 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9942 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9935 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9842 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9832 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9909 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9925 }, "name": "resetInterval" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9897 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9913 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9929 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9890 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9903 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9919 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 9846 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10050 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10043 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10133 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10149 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10165 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10136 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10152 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10168 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10120 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10130 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10146 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10162 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10140 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10156 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10108 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10172 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10124 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10101 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10114 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10054 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestStyle": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestStyle", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10176 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestStyle", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#line_type Dashboard#line_type}", "stability": "stable", "summary": "The type of lines displayed. Valid values are `dashed`, `dotted`, `solid`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10182 }, "name": "lineType", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#line_width Dashboard#line_width}", "stability": "stable", "summary": "The width of line displayed. Valid values are `normal`, `thick`, `thin`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10188 }, "name": "lineWidth", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10194 }, "name": "palette", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestStyle" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestStyleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestStyleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10247 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10240 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10292 }, "name": "resetLineType" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10308 }, "name": "resetLineWidth" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10324 }, "name": "resetPalette" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestStyleOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10296 }, "name": "lineTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10312 }, "name": "lineWidthInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10328 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10286 }, "name": "lineType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10302 }, "name": "lineWidth", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10318 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10251 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestStyle" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestStyleOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRightYaxis": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRightYaxis", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10905 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRightYaxis", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#include_zero Dashboard#include_zero}", "stability": "stable", "summary": "Always include zero or fit the axis to the data range." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10911 }, "name": "includeZero", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "The label of the axis to display on the graph." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10917 }, "name": "label", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#max Dashboard#max}", "stability": "stable", "summary": "Specify the maximum value to show on the Y-axis." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10923 }, "name": "max", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#min Dashboard#min}", "stability": "stable", "summary": "Specify the minimum value to show on the Y-axis." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10929 }, "name": "min", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#scale Dashboard#scale}", "stability": "stable", "summary": "Specify the scale type, options: `linear`, `log`, `pow`, `sqrt`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10935 }, "name": "scale", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRightYaxis" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRightYaxisOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRightYaxisOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11002 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 10995 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11059 }, "name": "resetIncludeZero" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11075 }, "name": "resetLabel" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11091 }, "name": "resetMax" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11107 }, "name": "resetMin" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11123 }, "name": "resetScale" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRightYaxisOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11063 }, "name": "includeZeroInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11079 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11095 }, "name": "maxInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11111 }, "name": "minInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11127 }, "name": "scaleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11053 }, "name": "includeZero", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11069 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11085 }, "name": "max", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11101 }, "name": "min", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11117 }, "name": "scale", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11006 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRightYaxis" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRightYaxisOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionYaxis": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionYaxis", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11131 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionYaxis", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#include_zero Dashboard#include_zero}", "stability": "stable", "summary": "Always include zero or fit the axis to the data range." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11137 }, "name": "includeZero", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "The label of the axis to display on the graph." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11143 }, "name": "label", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#max Dashboard#max}", "stability": "stable", "summary": "Specify the maximum value to show on the Y-axis." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11149 }, "name": "max", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#min Dashboard#min}", "stability": "stable", "summary": "Specify the minimum value to show on the Y-axis." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11155 }, "name": "min", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#scale Dashboard#scale}", "stability": "stable", "summary": "Specify the scale type, options: `linear`, `log`, `pow`, `sqrt`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11161 }, "name": "scale", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionYaxis" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionYaxisOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionYaxisOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11228 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11221 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11285 }, "name": "resetIncludeZero" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11301 }, "name": "resetLabel" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11317 }, "name": "resetMax" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11333 }, "name": "resetMin" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11349 }, "name": "resetScale" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionYaxisOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11289 }, "name": "includeZeroInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11305 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11321 }, "name": "maxInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11337 }, "name": "minInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11353 }, "name": "scaleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11279 }, "name": "includeZero", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11295 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11311 }, "name": "max", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11327 }, "name": "min", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11343 }, "name": "scale", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11232 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionYaxis" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionYaxisOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinition", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22770 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinition", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_link Dashboard#custom_link}", "stability": "stable", "summary": "custom_link block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22800 }, "name": "customLink", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#live_span Dashboard#live_span}", "stability": "stable", "summary": "The timeframe to use when displaying the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22776 }, "name": "liveSpan", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#request Dashboard#request}", "stability": "stable", "summary": "request block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22806 }, "name": "request", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequest" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#style Dashboard#style}", "stability": "stable", "summary": "style block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22812 }, "name": "style", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyle" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title Dashboard#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22782 }, "name": "title", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_align Dashboard#title_align}", "stability": "stable", "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22788 }, "name": "titleAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_size Dashboard#title_size}", "stability": "stable", "summary": "The size of the widget's title (defaults to 16)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22794 }, "name": "titleSize", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinition" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionCustomLink": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionCustomLink", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11898 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionCustomLink", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_hidden Dashboard#is_hidden}", "stability": "stable", "summary": "The flag for toggling context menu link visibility." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11904 }, "name": "isHidden", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "The label for the custom link URL." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11910 }, "name": "label", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#link Dashboard#link}", "stability": "stable", "summary": "The URL of the custom link." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11916 }, "name": "link", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#override_label Dashboard#override_label}", "stability": "stable", "summary": "The label ID that refers to a context menu link item." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11922 }, "name": "overrideLabel", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionCustomLink" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionCustomLinkList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionCustomLinkList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12110 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12102 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12117 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionCustomLinkOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionCustomLinkList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12110 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12110 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12110 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12103 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionCustomLink" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionCustomLinkList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionCustomLinkOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionCustomLinkOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11985 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11975 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12045 }, "name": "resetIsHidden" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12061 }, "name": "resetLabel" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12077 }, "name": "resetLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12093 }, "name": "resetOverrideLabel" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionCustomLinkOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12049 }, "name": "isHiddenInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12065 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12081 }, "name": "linkInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12097 }, "name": "overrideLabelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12039 }, "name": "isHidden", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12055 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12071 }, "name": "link", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12087 }, "name": "overrideLabel", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 11989 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionCustomLink" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionCustomLinkOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22893 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22886 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23023 }, "name": "putCustomLink", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionCustomLink" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23039 }, "name": "putRequest", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequest" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23055 }, "name": "putStyle", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyle" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23026 }, "name": "resetCustomLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22962 }, "name": "resetLiveSpan" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23042 }, "name": "resetRequest" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23058 }, "name": "resetStyle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22978 }, "name": "resetTitle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22994 }, "name": "resetTitleAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23010 }, "name": "resetTitleSize" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23020 }, "name": "customLink", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionCustomLinkList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23036 }, "name": "request", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23052 }, "name": "style", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23030 }, "name": "customLinkInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22966 }, "name": "liveSpanInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23046 }, "name": "requestInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequest" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23062 }, "name": "styleInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyle" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22998 }, "name": "titleAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22982 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23014 }, "name": "titleSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22956 }, "name": "liveSpan", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22972 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22988 }, "name": "titleAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23004 }, "name": "titleSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22897 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinition" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequest": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequest", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21999 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequest", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_query Dashboard#apm_query}", "stability": "stable", "summary": "apm_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22011 }, "name": "apmQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#audit_query Dashboard#audit_query}", "stability": "stable", "summary": "audit_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22017 }, "name": "auditQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#conditional_formats Dashboard#conditional_formats}", "stability": "stable", "summary": "conditional_formats block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22023 }, "name": "conditionalFormats", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestConditionalFormats" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#formula Dashboard#formula}", "stability": "stable", "summary": "formula block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22029 }, "name": "formula", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormula" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#log_query Dashboard#log_query}", "stability": "stable", "summary": "log_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22035 }, "name": "logQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#process_query Dashboard#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22041 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#q Dashboard#q}", "stability": "stable", "summary": "The metric query to use for this widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22005 }, "name": "q", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22047 }, "name": "query", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuery" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#rum_query Dashboard#rum_query}", "stability": "stable", "summary": "rum_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22053 }, "name": "rumQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#security_query Dashboard#security_query}", "stability": "stable", "summary": "security_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22059 }, "name": "securityQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#style Dashboard#style}", "stability": "stable", "summary": "style block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22065 }, "name": "style", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestStyle" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequest" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12797 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12803 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12815 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12821 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12827 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12809 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12121 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12127 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12133 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12139 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12192 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12185 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12250 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12266 }, "name": "resetInterval" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12238 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12254 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12270 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12231 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12244 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12260 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12196 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12424 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12430 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12436 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12442 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12601 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12593 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12608 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12601 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12601 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12601 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12594 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12498 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12488 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12581 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12552 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12568 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12584 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12578 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12556 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12572 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12588 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12546 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12562 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12502 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12274 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12280 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12292 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12286 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12345 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12338 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12403 }, "name": "resetFacet" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12391 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12407 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12420 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12384 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12397 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12413 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12349 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12612 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12618 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12624 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12630 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12786 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12778 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12793 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12786 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12786 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12786 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12779 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12686 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12676 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12753 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12769 }, "name": "resetInterval" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12741 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12757 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12773 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12734 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12747 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12763 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12690 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12894 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12887 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12977 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12993 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13009 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12980 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12996 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13012 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12964 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12974 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12990 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13006 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12984 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13000 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12952 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13016 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12968 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12945 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12958 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 12898 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13696 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13702 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13714 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13720 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13726 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13708 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13020 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13026 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13032 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13038 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13091 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13084 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13149 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13165 }, "name": "resetInterval" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13137 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13153 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13169 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13130 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13143 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13159 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13095 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13323 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13329 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13335 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13341 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13500 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13492 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13507 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13500 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13500 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13500 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13493 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13397 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13387 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13480 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13451 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13467 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13483 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13477 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13455 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13471 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13487 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13445 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13461 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13401 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13173 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13179 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13191 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13185 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13244 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13237 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13302 }, "name": "resetFacet" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13290 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13306 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13319 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13283 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13296 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13312 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13248 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13511 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13517 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13523 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13529 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13685 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13677 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13692 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13685 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13685 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13685 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13678 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13585 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13575 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13652 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13668 }, "name": "resetInterval" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13640 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13656 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13672 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13633 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13646 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13662 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13589 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13793 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13786 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13876 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13892 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13908 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13879 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13895 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13911 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13863 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13873 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13889 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13905 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13883 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13899 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13851 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13915 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13867 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13844 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13857 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13797 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestConditionalFormats": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestConditionalFormats", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13919 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestConditionalFormats", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#comparator Dashboard#comparator}", "stability": "stable", "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13925 }, "name": "comparator", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "The color palette to apply." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13961 }, "name": "palette", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#value Dashboard#value}", "stability": "stable", "summary": "A value for the comparator." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13973 }, "name": "value", "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}", "stability": "stable", "summary": "The color palette to apply to the background, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13931 }, "name": "customBgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}", "stability": "stable", "summary": "The color palette to apply to the foreground, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13937 }, "name": "customFgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#hide_value Dashboard#hide_value}", "stability": "stable", "summary": "Setting this to True hides values." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13943 }, "name": "hideValue", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#image_url Dashboard#image_url}", "stability": "stable", "summary": "Displays an image as the background." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13949 }, "name": "imageUrl", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The metric from the request to correlate with this conditional format." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13955 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#timeframe Dashboard#timeframe}", "stability": "stable", "summary": "Defines the displayed timeframe." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 13967 }, "name": "timeframe", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestConditionalFormats" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestConditionalFormatsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestConditionalFormatsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14297 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14289 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14304 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestConditionalFormatsOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestConditionalFormatsList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14297 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14297 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14297 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14290 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestConditionalFormats" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestConditionalFormatsList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestConditionalFormatsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestConditionalFormatsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14071 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14061 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14174 }, "name": "resetCustomBgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14190 }, "name": "resetCustomFgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14206 }, "name": "resetHideValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14222 }, "name": "resetImageUrl" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14238 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14267 }, "name": "resetTimeframe" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestConditionalFormatsOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14162 }, "name": "comparatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14178 }, "name": "customBgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14194 }, "name": "customFgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14210 }, "name": "hideValueInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14226 }, "name": "imageUrlInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14242 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14255 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14271 }, "name": "timeframeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14284 }, "name": "valueInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14155 }, "name": "comparator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14168 }, "name": "customBgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14184 }, "name": "customFgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14200 }, "name": "hideValue", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14216 }, "name": "imageUrl", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14232 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14248 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14261 }, "name": "timeframe", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14277 }, "name": "value", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14075 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestConditionalFormats" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestConditionalFormatsOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormula": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormula", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15460 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormula", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#formula_expression Dashboard#formula_expression}", "stability": "stable", "summary": "A string expression built from queries, formulas, and functions." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15478 }, "name": "formulaExpression", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#alias Dashboard#alias}", "stability": "stable", "summary": "An expression alias." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15466 }, "name": "alias", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cell_display_mode Dashboard#cell_display_mode}", "stability": "stable", "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15472 }, "name": "cellDisplayMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#conditional_formats Dashboard#conditional_formats}", "stability": "stable", "summary": "conditional_formats block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15484 }, "name": "conditionalFormats", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "limit block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15490 }, "name": "limit", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaLimit" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#number_format Dashboard#number_format}", "stability": "stable", "summary": "number_format block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15496 }, "name": "numberFormat", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormat" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#style Dashboard#style}", "stability": "stable", "summary": "style block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15502 }, "name": "style", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaStyle" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormula" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaConditionalFormats": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaConditionalFormats", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14308 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaConditionalFormats", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#comparator Dashboard#comparator}", "stability": "stable", "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14314 }, "name": "comparator", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "The color palette to apply." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14350 }, "name": "palette", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#value Dashboard#value}", "stability": "stable", "summary": "A value for the comparator." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14362 }, "name": "value", "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}", "stability": "stable", "summary": "The color palette to apply to the background, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14320 }, "name": "customBgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}", "stability": "stable", "summary": "The color palette to apply to the foreground, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14326 }, "name": "customFgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#hide_value Dashboard#hide_value}", "stability": "stable", "summary": "Setting this to True hides values." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14332 }, "name": "hideValue", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#image_url Dashboard#image_url}", "stability": "stable", "summary": "Displays an image as the background." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14338 }, "name": "imageUrl", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The metric from the request to correlate with this conditional format." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14344 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#timeframe Dashboard#timeframe}", "stability": "stable", "summary": "Defines the displayed timeframe." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14356 }, "name": "timeframe", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaConditionalFormats" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaConditionalFormatsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaConditionalFormatsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14686 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14678 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14693 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaConditionalFormatsOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaConditionalFormatsList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14686 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14686 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14686 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14679 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaConditionalFormatsList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaConditionalFormatsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaConditionalFormatsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14460 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14450 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14563 }, "name": "resetCustomBgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14579 }, "name": "resetCustomFgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14595 }, "name": "resetHideValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14611 }, "name": "resetImageUrl" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14627 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14656 }, "name": "resetTimeframe" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaConditionalFormatsOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14551 }, "name": "comparatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14567 }, "name": "customBgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14583 }, "name": "customFgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14599 }, "name": "hideValueInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14615 }, "name": "imageUrlInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14631 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14644 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14660 }, "name": "timeframeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14673 }, "name": "valueInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14544 }, "name": "comparator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14557 }, "name": "customBgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14573 }, "name": "customFgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14589 }, "name": "hideValue", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14605 }, "name": "imageUrl", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14621 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14637 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14650 }, "name": "timeframe", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14666 }, "name": "value", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14464 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaConditionalFormats" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaConditionalFormatsOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaLimit": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaLimit", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14697 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaLimit", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#count Dashboard#count}", "stability": "stable", "summary": "The number of results to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14703 }, "name": "count", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14709 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaLimit" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaLimitOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaLimitOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14755 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14748 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14794 }, "name": "resetCount" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14810 }, "name": "resetOrder" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaLimitOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14798 }, "name": "countInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14814 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14788 }, "name": "count", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14804 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14759 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaLimit" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaLimitOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15774 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15766 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15781 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15774 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15774 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15774 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15767 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormula" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormat": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormat", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15221 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormat", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit Dashboard#unit}", "stability": "stable", "summary": "unit block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15227 }, "name": "unit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnit" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_scale Dashboard#unit_scale}", "stability": "stable", "summary": "unit_scale block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15233 }, "name": "unitScale", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitScale" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormat" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15279 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15272 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15315 }, "name": "putUnit", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnit" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15328 }, "name": "putUnitScale", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitScale" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15331 }, "name": "resetUnitScale" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15312 }, "name": "unit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15325 }, "name": "unitScale", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitScaleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15319 }, "name": "unitInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnit" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15335 }, "name": "unitScaleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitScale" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15283 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormat" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnit": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnit", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15019 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnit", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#canonical Dashboard#canonical}", "stability": "stable", "summary": "canonical block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15025 }, "name": "canonical", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCanonical" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom Dashboard#custom}", "stability": "stable", "summary": "custom block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15031 }, "name": "custom", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCustom" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnit" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCanonical": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCanonical", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14818 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCanonical", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_name Dashboard#unit_name}", "stability": "stable", "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14830 }, "name": "unitName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#per_unit_name Dashboard#per_unit_name}", "stability": "stable", "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14824 }, "name": "perUnitName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCanonical" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14876 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14869 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14915 }, "name": "resetPerUnitName" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14919 }, "name": "perUnitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14932 }, "name": "unitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14909 }, "name": "perUnitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14925 }, "name": "unitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14880 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCanonical" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCustom": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCustom", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14936 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCustom", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "Unit label." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14942 }, "name": "label", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCustom" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCustomOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14981 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14974 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCustomOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15015 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15008 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 14985 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCustom" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCustomOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15077 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15070 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15113 }, "name": "putCanonical", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCanonical" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15129 }, "name": "putCustom", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCustom" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15116 }, "name": "resetCanonical" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15132 }, "name": "resetCustom" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15110 }, "name": "canonical", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15126 }, "name": "custom", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCustomOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15120 }, "name": "canonicalInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCanonical" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15136 }, "name": "customInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCustom" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15081 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnit" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitScale": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitScale", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15140 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitScale", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_name Dashboard#unit_name}." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15144 }, "name": "unitName", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitScale" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitScaleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15183 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15176 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitScaleOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15217 }, "name": "unitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15210 }, "name": "unitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15187 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitScale" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitScaleOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15586 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15576 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15706 }, "name": "putConditionalFormats", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15722 }, "name": "putLimit", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaLimit" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15738 }, "name": "putNumberFormat", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormat" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15754 }, "name": "putStyle", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaStyle" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15664 }, "name": "resetAlias" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15680 }, "name": "resetCellDisplayMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15709 }, "name": "resetConditionalFormats" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15725 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15741 }, "name": "resetNumberFormat" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15757 }, "name": "resetStyle" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15703 }, "name": "conditionalFormats", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaConditionalFormatsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15719 }, "name": "limit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaLimitOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15735 }, "name": "numberFormat", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15751 }, "name": "style", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaStyleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15668 }, "name": "aliasInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15684 }, "name": "cellDisplayModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15713 }, "name": "conditionalFormatsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15697 }, "name": "formulaExpressionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15729 }, "name": "limitInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaLimit" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15745 }, "name": "numberFormatInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormat" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15761 }, "name": "styleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaStyle" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15658 }, "name": "alias", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15674 }, "name": "cellDisplayMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15690 }, "name": "formulaExpression", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15590 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormula" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaStyle": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaStyle", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15339 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaStyle", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "The color palette used to display the formula." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15345 }, "name": "palette", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette_index Dashboard#palette_index}", "stability": "stable", "summary": "Index specifying which color to use within the palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15351 }, "name": "paletteIndex", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaStyle" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaStyleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaStyleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15397 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15390 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15436 }, "name": "resetPalette" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15452 }, "name": "resetPaletteIndex" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaStyleOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15456 }, "name": "paletteIndexInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15440 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15430 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15446 }, "name": "paletteIndex", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15401 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaStyle" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaStyleOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22456 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22448 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22463 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22456 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22456 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22456 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22449 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequest" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16461 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16467 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16479 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16485 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16491 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16473 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15785 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15791 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15797 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15803 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15856 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15849 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15914 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15930 }, "name": "resetInterval" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15902 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15918 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15934 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15895 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15908 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15924 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15860 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16088 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16094 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16100 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16106 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16265 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16257 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16272 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16265 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16265 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16265 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16258 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16162 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16152 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16245 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16216 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16232 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16248 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16242 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16220 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16236 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16252 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16210 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16226 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16166 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15938 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15944 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15956 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 15950 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16009 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16002 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16067 }, "name": "resetFacet" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16055 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16071 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16084 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16048 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16061 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16077 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16013 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16276 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16282 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16288 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16294 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16450 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16442 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16457 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16450 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16450 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16450 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16443 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16350 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16340 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16417 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16433 }, "name": "resetInterval" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16405 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16421 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16437 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16398 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16411 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16427 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16354 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16558 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16551 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16641 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16657 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16673 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16644 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16660 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16676 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16628 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16638 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16654 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16670 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16648 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16664 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16616 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16680 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16632 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16609 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16622 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16562 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22177 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22167 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22292 }, "name": "putApmQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22308 }, "name": "putAuditQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22324 }, "name": "putConditionalFormats", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestConditionalFormats" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22340 }, "name": "putFormula", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormula" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22356 }, "name": "putLogQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22372 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22388 }, "name": "putQuery", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuery" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22404 }, "name": "putRumQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22420 }, "name": "putSecurityQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22436 }, "name": "putStyle", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestStyle" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22295 }, "name": "resetApmQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22311 }, "name": "resetAuditQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22327 }, "name": "resetConditionalFormats" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22343 }, "name": "resetFormula" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22359 }, "name": "resetLogQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22375 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22279 }, "name": "resetQ" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22391 }, "name": "resetQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22407 }, "name": "resetRumQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22423 }, "name": "resetSecurityQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22439 }, "name": "resetStyle" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22289 }, "name": "apmQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22305 }, "name": "auditQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22321 }, "name": "conditionalFormats", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestConditionalFormatsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22337 }, "name": "formula", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22353 }, "name": "logQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22369 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22385 }, "name": "query", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22401 }, "name": "rumQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22417 }, "name": "securityQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22433 }, "name": "style", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestStyleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22299 }, "name": "apmQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22315 }, "name": "auditQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22331 }, "name": "conditionalFormatsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestConditionalFormats" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22347 }, "name": "formulaInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormula" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22363 }, "name": "logQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22379 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22283 }, "name": "qInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22395 }, "name": "queryInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuery" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22411 }, "name": "rumQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22427 }, "name": "securityQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22443 }, "name": "styleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestStyle" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22273 }, "name": "q", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22181 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequest" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16684 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestProcessQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "Your chosen metric." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16702 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#filter_by Dashboard#filter_by}", "stability": "stable", "summary": "A list of processes." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16690 }, "name": "filterBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The max number of items in the filter list." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16696 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_by Dashboard#search_by}", "stability": "stable", "summary": "Your chosen search term." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16708 }, "name": "searchBy", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestProcessQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16768 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16761 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16819 }, "name": "resetFilterBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16835 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16864 }, "name": "resetSearchBy" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestProcessQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16823 }, "name": "filterByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16839 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16852 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16868 }, "name": "searchByInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16813 }, "name": "filterBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16829 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16845 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16858 }, "name": "searchBy", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16772 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestProcessQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestProcessQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19787 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_dependency_stats_query Dashboard#apm_dependency_stats_query}", "stability": "stable", "summary": "apm_dependency_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19793 }, "name": "apmDependencyStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmDependencyStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_resource_stats_query Dashboard#apm_resource_stats_query}", "stability": "stable", "summary": "apm_resource_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19799 }, "name": "apmResourceStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmResourceStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cloud_cost_query Dashboard#cloud_cost_query}", "stability": "stable", "summary": "cloud_cost_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19805 }, "name": "cloudCostQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryCloudCostQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#event_query Dashboard#event_query}", "stability": "stable", "summary": "event_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19811 }, "name": "eventQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric_query Dashboard#metric_query}", "stability": "stable", "summary": "metric_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19817 }, "name": "metricQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryMetricQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#process_query Dashboard#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19823 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_query Dashboard#slo_query}", "stability": "stable", "summary": "slo_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19829 }, "name": "sloQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuerySloQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmDependencyStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmDependencyStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16872 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmDependencyStatsQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16884 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#env Dashboard#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16890 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16902 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#operation_name Dashboard#operation_name}", "stability": "stable", "summary": "Name of operation on service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16908 }, "name": "operationName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#resource_name Dashboard#resource_name}", "stability": "stable", "summary": "APM resource." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16926 }, "name": "resourceName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#service Dashboard#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16932 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#stat Dashboard#stat}", "stability": "stable", "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16938 }, "name": "stat", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16878 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_upstream Dashboard#is_upstream}", "stability": "stable", "summary": "Determines whether stats for upstream or downstream dependencies should be queried." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16896 }, "name": "isUpstream", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}", "stability": "stable", "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16914 }, "name": "primaryTagName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}", "stability": "stable", "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 16920 }, "name": "primaryTagValue", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmDependencyStatsQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmDependencyStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmDependencyStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17047 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17040 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17140 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17182 }, "name": "resetIsUpstream" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17224 }, "name": "resetPrimaryTagName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17240 }, "name": "resetPrimaryTagValue" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmDependencyStatsQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17144 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17157 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17170 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17186 }, "name": "isUpstreamInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17199 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17212 }, "name": "operationNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17228 }, "name": "primaryTagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17244 }, "name": "primaryTagValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17257 }, "name": "resourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17270 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17283 }, "name": "statInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17134 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17150 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17163 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17176 }, "name": "isUpstream", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17192 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17205 }, "name": "operationName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17218 }, "name": "primaryTagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17234 }, "name": "primaryTagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17250 }, "name": "resourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17263 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17276 }, "name": "stat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17051 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmDependencyStatsQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmDependencyStatsQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmResourceStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmResourceStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17287 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmResourceStatsQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17299 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#env Dashboard#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17305 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17317 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#service Dashboard#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17347 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#stat Dashboard#stat}", "stability": "stable", "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17353 }, "name": "stat", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17293 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "Array of fields to group results by." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17311 }, "name": "groupBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#operation_name Dashboard#operation_name}", "stability": "stable", "summary": "Name of operation on service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17323 }, "name": "operationName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}", "stability": "stable", "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17329 }, "name": "primaryTagName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}", "stability": "stable", "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17335 }, "name": "primaryTagValue", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#resource_name Dashboard#resource_name}", "stability": "stable", "summary": "APM resource." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17341 }, "name": "resourceName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmResourceStatsQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmResourceStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmResourceStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17462 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17455 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17555 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17597 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17626 }, "name": "resetOperationName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17642 }, "name": "resetPrimaryTagName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17658 }, "name": "resetPrimaryTagValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17674 }, "name": "resetResourceName" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmResourceStatsQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17559 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17572 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17585 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17601 }, "name": "groupByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17614 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17630 }, "name": "operationNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17646 }, "name": "primaryTagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17662 }, "name": "primaryTagValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17678 }, "name": "resourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17691 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17704 }, "name": "statInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17549 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17565 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17578 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17591 }, "name": "groupBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17607 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17620 }, "name": "operationName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17636 }, "name": "primaryTagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17652 }, "name": "primaryTagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17668 }, "name": "resourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17684 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17697 }, "name": "stat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17466 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmResourceStatsQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmResourceStatsQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryCloudCostQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryCloudCostQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17708 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryCloudCostQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17726 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17732 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The cloud cost query definition." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17738 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17714 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17720 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryCloudCostQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryCloudCostQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryCloudCostQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17805 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17798 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17862 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17878 }, "name": "resetCrossOrgUuids" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryCloudCostQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17866 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17882 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17895 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17908 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17921 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17856 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17872 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17888 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17901 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17914 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17809 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryCloudCostQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryCloudCostQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18531 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute Dashboard#compute}", "stability": "stable", "summary": "compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18567 }, "name": "compute", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for event platform-based queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18543 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18555 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18537 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18573 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#indexes Dashboard#indexes}", "stability": "stable", "summary": "An array of index names to query in the stream." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18549 }, "name": "indexes", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search Dashboard#search}", "stability": "stable", "summary": "search block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18579 }, "name": "search", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuerySearch" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#storage Dashboard#storage}", "stability": "stable", "summary": "Storage location (private beta)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18561 }, "name": "storage", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17925 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation methods for event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17931 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "A time interval in milliseconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17937 }, "name": "interval", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The measurable attribute to compute." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17943 }, "name": "metric", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18099 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18091 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18106 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryComputeOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18099 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18099 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18099 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18092 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17999 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 17989 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18066 }, "name": "resetInterval" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18082 }, "name": "resetMetric" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18054 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18070 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18086 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18047 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18060 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18076 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18003 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18263 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The event facet." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18269 }, "name": "facet", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The number of groups to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18275 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort Dashboard#sort}", "stability": "stable", "summary": "sort block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18281 }, "name": "sort", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBySort" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18437 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18429 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18444 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18437 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18437 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18437 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18430 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18337 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18327 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18417 }, "name": "putSort", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBySort" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18404 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18420 }, "name": "resetSort" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18414 }, "name": "sort", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBySortOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18392 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18408 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18424 }, "name": "sortInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBySort" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18385 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18398 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18341 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBySort": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBySort", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18110 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBySort", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation methods for the event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18116 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The metric used for sorting group by results." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18122 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Direction of sort. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18128 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBySort" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBySortOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBySortOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18181 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18174 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18239 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18255 }, "name": "resetOrder" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBySortOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18227 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18243 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18259 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18220 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18233 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18249 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18185 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBySort" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBySortOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18667 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18660 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18813 }, "name": "putCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18826 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18842 }, "name": "putSearch", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuerySearch" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18742 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18829 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18771 }, "name": "resetIndexes" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18845 }, "name": "resetSearch" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18800 }, "name": "resetStorage" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18810 }, "name": "compute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18823 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18839 }, "name": "search", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuerySearchOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18817 }, "name": "computeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18746 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18759 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18833 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18775 }, "name": "indexesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18788 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18849 }, "name": "searchInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuerySearch" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18804 }, "name": "storageInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18736 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18752 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18765 }, "name": "indexes", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18781 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18794 }, "name": "storage", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18671 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuerySearch": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuerySearch", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18448 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuerySearch", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The events search string." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18454 }, "name": "query", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuerySearch" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuerySearchOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuerySearchOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18493 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18486 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuerySearchOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18527 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18520 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18497 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuerySearch" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuerySearchOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20104 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20096 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20111 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20104 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20104 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20104 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20097 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuery" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryMetricQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryMetricQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18853 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryMetricQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18877 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The metrics query definition." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18883 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18859 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18865 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for metrics queries. Defaults to `\"metrics\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18871 }, "name": "dataSource", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryMetricQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryMetricQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryMetricQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18950 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18943 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19007 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19023 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19039 }, "name": "resetDataSource" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryMetricQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19011 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19027 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19043 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19056 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19069 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19001 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19017 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19033 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19049 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19062 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 18954 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryMetricQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryMetricQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19913 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19903 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19988 }, "name": "putApmDependencyStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmDependencyStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20004 }, "name": "putApmResourceStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmResourceStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20020 }, "name": "putCloudCostQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryCloudCostQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20036 }, "name": "putEventQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20052 }, "name": "putMetricQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryMetricQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20068 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20084 }, "name": "putSloQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuerySloQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19991 }, "name": "resetApmDependencyStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20007 }, "name": "resetApmResourceStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20023 }, "name": "resetCloudCostQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20039 }, "name": "resetEventQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20055 }, "name": "resetMetricQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20071 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20087 }, "name": "resetSloQuery" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19985 }, "name": "apmDependencyStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmDependencyStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20001 }, "name": "apmResourceStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmResourceStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20017 }, "name": "cloudCostQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryCloudCostQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20033 }, "name": "eventQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20049 }, "name": "metricQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryMetricQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20065 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20081 }, "name": "sloQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuerySloQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19995 }, "name": "apmDependencyStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmDependencyStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20011 }, "name": "apmResourceStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmResourceStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20027 }, "name": "cloudCostQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryCloudCostQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20043 }, "name": "eventQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20059 }, "name": "metricQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryMetricQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20075 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20091 }, "name": "sloQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuerySloQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19917 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuery" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19073 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryProcessQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for process queries. Valid values are `process`, `container`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19091 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The process metric name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19109 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19115 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19079 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19085 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_normalized_cpu Dashboard#is_normalized_cpu}", "stability": "stable", "summary": "Whether to normalize the CPU percentages." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19097 }, "name": "isNormalizedCpu", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The number of hits to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19103 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort Dashboard#sort}", "stability": "stable", "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19121 }, "name": "sort", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#tag_filters Dashboard#tag_filters}", "stability": "stable", "summary": "An array of tags to filter by." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19127 }, "name": "tagFilters", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#text_filter Dashboard#text_filter}", "stability": "stable", "summary": "The text to use as a filter." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19133 }, "name": "textFilter", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryProcessQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.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/index-structs/structs6000.ts", "line": 19228 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19322 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19338 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19367 }, "name": "resetIsNormalizedCpu" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19383 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19425 }, "name": "resetSort" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19441 }, "name": "resetTagFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19457 }, "name": "resetTextFilter" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryProcessQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19326 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19342 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19355 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19371 }, "name": "isNormalizedCpuInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19387 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19400 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19413 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19429 }, "name": "sortInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19445 }, "name": "tagFiltersInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19461 }, "name": "textFilterInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19316 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19332 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19348 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19361 }, "name": "isNormalizedCpu", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19377 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19393 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19406 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19419 }, "name": "sort", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19435 }, "name": "tagFilters", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19451 }, "name": "textFilter", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19239 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryProcessQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryProcessQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuerySloQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuerySloQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19465 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuerySloQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for SLO queries. Valid values are `slo`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19483 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#measure Dashboard#measure}", "stability": "stable", "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19495 }, "name": "measure", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_id Dashboard#slo_id}", "stability": "stable", "summary": "ID of an SLO to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19507 }, "name": "sloId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#additional_query_filters Dashboard#additional_query_filters}", "stability": "stable", "summary": "Additional filters applied to the SLO query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19471 }, "name": "additionalQueryFilters", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19477 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_mode Dashboard#group_mode}", "stability": "stable", "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19489 }, "name": "groupMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19501 }, "name": "name", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_query_type Dashboard#slo_query_type}", "stability": "stable", "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19513 }, "name": "sloQueryType", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuerySloQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuerySloQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuerySloQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19601 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19594 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19676 }, "name": "resetAdditionalQueryFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19692 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19721 }, "name": "resetGroupMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19750 }, "name": "resetName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19779 }, "name": "resetSloQueryType" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuerySloQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19680 }, "name": "additionalQueryFiltersInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19696 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19709 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19725 }, "name": "groupModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19738 }, "name": "measureInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19754 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19767 }, "name": "sloIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19783 }, "name": "sloQueryTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19670 }, "name": "additionalQueryFilters", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19686 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19702 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19715 }, "name": "groupMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19731 }, "name": "measure", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19744 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19760 }, "name": "sloId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19773 }, "name": "sloQueryType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 19605 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuerySloQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuerySloQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20791 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20797 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20809 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20815 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20821 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20803 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20115 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20121 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20127 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20133 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20186 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20179 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20244 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20260 }, "name": "resetInterval" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20232 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20248 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20264 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20225 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20238 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20254 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20190 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20418 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20424 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20430 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20436 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20595 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20587 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20602 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20595 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20595 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20595 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20588 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20492 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20482 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20575 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20546 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20562 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20578 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20572 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20550 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20566 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20582 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20540 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20556 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20496 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20268 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20274 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20286 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20280 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20339 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20332 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20397 }, "name": "resetFacet" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20385 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20401 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20414 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20378 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20391 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20407 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20343 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20606 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20612 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20618 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20624 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20780 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20772 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20787 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20780 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20780 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20780 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20773 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20680 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20670 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20747 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20763 }, "name": "resetInterval" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20735 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20751 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20767 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20728 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20741 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20757 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20684 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20888 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20881 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20971 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20987 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21003 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20974 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20990 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21006 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20958 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20968 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20984 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21000 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20978 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20994 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20946 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21010 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20962 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20939 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20952 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 20892 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21690 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21696 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21708 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21714 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21720 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21702 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21014 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21020 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21026 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21032 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21085 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21078 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21143 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21159 }, "name": "resetInterval" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21131 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21147 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21163 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21124 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21137 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21153 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21089 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21317 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21323 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21329 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21335 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21494 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21486 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21501 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21494 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21494 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21494 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21487 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21391 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21381 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21474 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21445 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21461 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21477 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21471 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21449 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21465 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21481 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21439 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21455 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21395 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21167 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21173 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21185 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21179 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21238 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21231 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21296 }, "name": "resetFacet" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21284 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21300 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21313 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21277 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21290 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21306 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21242 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21505 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21511 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21517 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21523 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21679 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21671 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21686 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21679 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21679 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21679 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21672 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21579 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21569 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21646 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21662 }, "name": "resetInterval" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21634 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21650 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21666 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21627 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21640 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21656 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21583 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21787 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21780 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21870 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21886 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21902 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21873 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21889 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21905 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21857 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21867 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21883 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21899 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21877 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21893 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21845 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21909 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21861 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21838 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21851 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21791 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestStyle": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestStyle", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21913 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestStyle", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21919 }, "name": "palette", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestStyle" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestStyleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestStyleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21958 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21951 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21991 }, "name": "resetPalette" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestStyleOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21995 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21985 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 21962 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestStyle" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestStyleOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyle": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyle", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22582 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyle", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#display Dashboard#display}", "stability": "stable", "summary": "display block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22600 }, "name": "display", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplay" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "The color palette for the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22588 }, "name": "palette", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#scaling Dashboard#scaling}", "stability": "stable", "summary": "The scaling mode for the widget. Valid values are `absolute`, `relative`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22594 }, "name": "scaling", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyle" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplay": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplay", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22467 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplay", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#type Dashboard#type}", "stability": "stable", "summary": "The display type for the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22473 }, "name": "type", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplay" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplayList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplayList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22571 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22563 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22578 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplayOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplayList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22571 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22571 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22571 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22564 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplay" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplayList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplayOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplayOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22515 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22505 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplayOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22558 }, "name": "typeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22551 }, "name": "type", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22519 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplay" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplayOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22759 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22751 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22766 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22759 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22759 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22759 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22752 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyle" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22656 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22646 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22739 }, "name": "putDisplay", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplay" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22742 }, "name": "resetDisplay" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22710 }, "name": "resetPalette" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22726 }, "name": "resetScaling" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22736 }, "name": "display", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplayList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22746 }, "name": "displayInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplay" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22714 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22730 }, "name": "scalingInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22704 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22720 }, "name": "scaling", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 22660 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyle" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinition", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3780 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinition", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_links Dashboard#custom_links}", "stability": "stable", "summary": "custom_links block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3792 }, "name": "customLinks", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionCustomLinks" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#request Dashboard#request}", "stability": "stable", "summary": "request block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3798 }, "name": "request", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequest" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title Dashboard#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3786 }, "name": "title", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinition" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionCustomLinks": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionCustomLinks", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23066 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionCustomLinks", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_hidden Dashboard#is_hidden}", "stability": "stable", "summary": "The flag for toggling context menu link visibility." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23072 }, "name": "isHidden", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "The label for the custom link URL." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23078 }, "name": "label", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#link Dashboard#link}", "stability": "stable", "summary": "The URL of the custom link." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23084 }, "name": "link", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#override_label Dashboard#override_label}", "stability": "stable", "summary": "The label ID that refers to a context menu link item." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23090 }, "name": "overrideLabel", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionCustomLinks" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionCustomLinksList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionCustomLinksList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23278 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23270 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23285 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionCustomLinksOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionCustomLinksList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23278 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23278 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23278 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23271 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionCustomLinks" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionCustomLinksList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionCustomLinksOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionCustomLinksOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23153 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23143 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23213 }, "name": "resetIsHidden" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23229 }, "name": "resetLabel" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23245 }, "name": "resetLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23261 }, "name": "resetOverrideLabel" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionCustomLinksOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23217 }, "name": "isHiddenInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23233 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23249 }, "name": "linkInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23265 }, "name": "overrideLabelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23207 }, "name": "isHidden", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23223 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23239 }, "name": "link", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23255 }, "name": "overrideLabel", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23157 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionCustomLinks" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionCustomLinksOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3851 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3844 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3909 }, "name": "putCustomLinks", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionCustomLinks" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3925 }, "name": "putRequest", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequest" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3912 }, "name": "resetCustomLinks" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3928 }, "name": "resetRequest" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3896 }, "name": "resetTitle" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3906 }, "name": "customLinks", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionCustomLinksList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3922 }, "name": "request", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3916 }, "name": "customLinksInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionCustomLinks" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3932 }, "name": "requestInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequest" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3900 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3890 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3855 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinition" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequest": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequest", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3627 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequest", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#formula Dashboard#formula}", "stability": "stable", "summary": "formula block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3633 }, "name": "formula", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormula" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3639 }, "name": "query", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuery" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequest" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormula": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormula", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 59 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormula", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#formula_expression Dashboard#formula_expression}", "stability": "stable", "summary": "A string expression built from queries, formulas, and functions." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 77 }, "name": "formulaExpression", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#alias Dashboard#alias}", "stability": "stable", "summary": "An expression alias." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 65 }, "name": "alias", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cell_display_mode Dashboard#cell_display_mode}", "stability": "stable", "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 71 }, "name": "cellDisplayMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#conditional_formats Dashboard#conditional_formats}", "stability": "stable", "summary": "conditional_formats block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 83 }, "name": "conditionalFormats", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "limit block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 89 }, "name": "limit", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaLimit" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#number_format Dashboard#number_format}", "stability": "stable", "summary": "number_format block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 95 }, "name": "numberFormat", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormat" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#style Dashboard#style}", "stability": "stable", "summary": "style block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 101 }, "name": "style", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaStyle" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormula" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaConditionalFormats": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaConditionalFormats", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23289 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaConditionalFormats", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#comparator Dashboard#comparator}", "stability": "stable", "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23295 }, "name": "comparator", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "The color palette to apply." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23331 }, "name": "palette", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#value Dashboard#value}", "stability": "stable", "summary": "A value for the comparator." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23343 }, "name": "value", "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}", "stability": "stable", "summary": "The color palette to apply to the background, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23301 }, "name": "customBgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}", "stability": "stable", "summary": "The color palette to apply to the foreground, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23307 }, "name": "customFgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#hide_value Dashboard#hide_value}", "stability": "stable", "summary": "Setting this to True hides values." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23313 }, "name": "hideValue", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#image_url Dashboard#image_url}", "stability": "stable", "summary": "Displays an image as the background." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23319 }, "name": "imageUrl", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The metric from the request to correlate with this conditional format." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23325 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#timeframe Dashboard#timeframe}", "stability": "stable", "summary": "Defines the displayed timeframe." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23337 }, "name": "timeframe", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaConditionalFormats" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaConditionalFormatsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaConditionalFormatsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23667 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23659 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23674 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaConditionalFormatsOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaConditionalFormatsList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23667 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23667 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23667 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23660 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaConditionalFormatsList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaConditionalFormatsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaConditionalFormatsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23441 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23431 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23544 }, "name": "resetCustomBgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23560 }, "name": "resetCustomFgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23576 }, "name": "resetHideValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23592 }, "name": "resetImageUrl" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23608 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23637 }, "name": "resetTimeframe" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaConditionalFormatsOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23532 }, "name": "comparatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23548 }, "name": "customBgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23564 }, "name": "customFgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23580 }, "name": "hideValueInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23596 }, "name": "imageUrlInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23612 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23625 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23641 }, "name": "timeframeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23654 }, "name": "valueInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23525 }, "name": "comparator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23538 }, "name": "customBgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23554 }, "name": "customFgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23570 }, "name": "hideValue", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23586 }, "name": "imageUrl", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23602 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23618 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23631 }, "name": "timeframe", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23647 }, "name": "value", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23445 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaConditionalFormats" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaConditionalFormatsOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaLimit": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaLimit", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23678 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaLimit", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#count Dashboard#count}", "stability": "stable", "summary": "The number of results to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23684 }, "name": "count", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23690 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaLimit" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaLimitOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaLimitOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23736 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23729 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23775 }, "name": "resetCount" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23791 }, "name": "resetOrder" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaLimitOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23779 }, "name": "countInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23795 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23769 }, "name": "count", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23785 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23740 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaLimit" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaLimitOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 373 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 365 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 380 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 373 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 373 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 373 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 366 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormula" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormat": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormat", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 24202 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormat", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit Dashboard#unit}", "stability": "stable", "summary": "unit block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 24208 }, "name": "unit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnit" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_scale Dashboard#unit_scale}", "stability": "stable", "summary": "unit_scale block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 24214 }, "name": "unitScale", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitScale" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormat" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 24260 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 24253 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 24296 }, "name": "putUnit", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnit" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 24309 }, "name": "putUnitScale", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitScale" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 24312 }, "name": "resetUnitScale" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 24293 }, "name": "unit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 24306 }, "name": "unitScale", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 24300 }, "name": "unitInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnit" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 24316 }, "name": "unitScaleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitScale" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 24264 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormat" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnit": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnit", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 24000 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnit", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#canonical Dashboard#canonical}", "stability": "stable", "summary": "canonical block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 24006 }, "name": "canonical", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCanonical" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom Dashboard#custom}", "stability": "stable", "summary": "custom block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 24012 }, "name": "custom", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCustom" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnit" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCanonical": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCanonical", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23799 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCanonical", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_name Dashboard#unit_name}", "stability": "stable", "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23811 }, "name": "unitName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#per_unit_name Dashboard#per_unit_name}", "stability": "stable", "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23805 }, "name": "perUnitName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCanonical" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23857 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23850 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23896 }, "name": "resetPerUnitName" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23900 }, "name": "perUnitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23913 }, "name": "unitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23890 }, "name": "perUnitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23906 }, "name": "unitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23861 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCanonical" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCustom": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCustom", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23917 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCustom", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "Unit label." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23923 }, "name": "label", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCustom" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23962 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23955 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23996 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23989 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 23966 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCustom" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 24058 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 24051 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 24094 }, "name": "putCanonical", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCanonical" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 24110 }, "name": "putCustom", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCustom" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 24097 }, "name": "resetCanonical" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 24113 }, "name": "resetCustom" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 24091 }, "name": "canonical", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 24107 }, "name": "custom", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 24101 }, "name": "canonicalInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCanonical" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 24117 }, "name": "customInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCustom" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 24062 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnit" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitScale": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitScale", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 24121 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitScale", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_name Dashboard#unit_name}." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 24125 }, "name": "unitName", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitScale" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 24164 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 24157 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 24198 }, "name": "unitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 24191 }, "name": "unitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 24168 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitScale" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 185 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 175 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 305 }, "name": "putConditionalFormats", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 321 }, "name": "putLimit", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaLimit" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 337 }, "name": "putNumberFormat", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormat" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 353 }, "name": "putStyle", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaStyle" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 263 }, "name": "resetAlias" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 279 }, "name": "resetCellDisplayMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 308 }, "name": "resetConditionalFormats" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 324 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 340 }, "name": "resetNumberFormat" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 356 }, "name": "resetStyle" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 302 }, "name": "conditionalFormats", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaConditionalFormatsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 318 }, "name": "limit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaLimitOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 334 }, "name": "numberFormat", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 350 }, "name": "style", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaStyleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 267 }, "name": "aliasInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 283 }, "name": "cellDisplayModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 312 }, "name": "conditionalFormatsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 296 }, "name": "formulaExpressionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 328 }, "name": "limitInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaLimit" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 344 }, "name": "numberFormatInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormat" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 360 }, "name": "styleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaStyle" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 257 }, "name": "alias", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 273 }, "name": "cellDisplayMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 289 }, "name": "formulaExpression", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 189 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormula" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaStyle": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaStyle", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 24320 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaStyle", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "The color palette used to display the formula." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 24326 }, "name": "palette", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette_index Dashboard#palette_index}", "stability": "stable", "summary": "Index specifying which color to use within the palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 24332 }, "name": "paletteIndex", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaStyle" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaStyleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaStyleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 24378 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 24371 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 24417 }, "name": "resetPalette" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 24433 }, "name": "resetPaletteIndex" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaStyleOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 24437 }, "name": "paletteIndexInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 24421 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 24411 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 24427 }, "name": "paletteIndex", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6000.ts", "line": 24382 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaStyle" } } ], "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaStyleOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.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/index-structs/structs6400.ts", "line": 3761 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.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.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3769 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.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/index-structs/structs6400.ts", "line": 3769 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3762 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequest" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3688 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3678 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3733 }, "name": "putFormula", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormula" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3749 }, "name": "putQuery", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuery" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3736 }, "name": "resetFormula" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3752 }, "name": "resetQuery" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3730 }, "name": "formula", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3746 }, "name": "query", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3740 }, "name": "formulaInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormula" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3756 }, "name": "queryInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuery" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3692 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequest" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3299 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_dependency_stats_query Dashboard#apm_dependency_stats_query}", "stability": "stable", "summary": "apm_dependency_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3305 }, "name": "apmDependencyStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmDependencyStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_resource_stats_query Dashboard#apm_resource_stats_query}", "stability": "stable", "summary": "apm_resource_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3311 }, "name": "apmResourceStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmResourceStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cloud_cost_query Dashboard#cloud_cost_query}", "stability": "stable", "summary": "cloud_cost_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3317 }, "name": "cloudCostQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryCloudCostQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#event_query Dashboard#event_query}", "stability": "stable", "summary": "event_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3323 }, "name": "eventQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric_query Dashboard#metric_query}", "stability": "stable", "summary": "metric_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3329 }, "name": "metricQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryMetricQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#process_query Dashboard#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3335 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_query Dashboard#slo_query}", "stability": "stable", "summary": "slo_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3341 }, "name": "sloQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuerySloQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmDependencyStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmDependencyStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 384 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmDependencyStatsQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 396 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#env Dashboard#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 402 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 414 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#operation_name Dashboard#operation_name}", "stability": "stable", "summary": "Name of operation on service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 420 }, "name": "operationName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#resource_name Dashboard#resource_name}", "stability": "stable", "summary": "APM resource." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 438 }, "name": "resourceName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#service Dashboard#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 444 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#stat Dashboard#stat}", "stability": "stable", "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 450 }, "name": "stat", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 390 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_upstream Dashboard#is_upstream}", "stability": "stable", "summary": "Determines whether stats for upstream or downstream dependencies should be queried." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 408 }, "name": "isUpstream", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}", "stability": "stable", "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 426 }, "name": "primaryTagName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}", "stability": "stable", "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 432 }, "name": "primaryTagValue", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmDependencyStatsQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmDependencyStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmDependencyStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 559 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 552 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 652 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 694 }, "name": "resetIsUpstream" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 736 }, "name": "resetPrimaryTagName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 752 }, "name": "resetPrimaryTagValue" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmDependencyStatsQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 656 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 669 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 682 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 698 }, "name": "isUpstreamInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 711 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 724 }, "name": "operationNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 740 }, "name": "primaryTagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 756 }, "name": "primaryTagValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 769 }, "name": "resourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 782 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 795 }, "name": "statInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 646 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 662 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 675 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 688 }, "name": "isUpstream", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 704 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 717 }, "name": "operationName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 730 }, "name": "primaryTagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 746 }, "name": "primaryTagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 762 }, "name": "resourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 775 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 788 }, "name": "stat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 563 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmDependencyStatsQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmDependencyStatsQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmResourceStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmResourceStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 799 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmResourceStatsQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 811 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#env Dashboard#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 817 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 829 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#service Dashboard#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 859 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#stat Dashboard#stat}", "stability": "stable", "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 865 }, "name": "stat", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 805 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "Array of fields to group results by." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 823 }, "name": "groupBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#operation_name Dashboard#operation_name}", "stability": "stable", "summary": "Name of operation on service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 835 }, "name": "operationName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}", "stability": "stable", "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 841 }, "name": "primaryTagName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}", "stability": "stable", "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 847 }, "name": "primaryTagValue", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#resource_name Dashboard#resource_name}", "stability": "stable", "summary": "APM resource." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 853 }, "name": "resourceName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmResourceStatsQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmResourceStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmResourceStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 974 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 967 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1067 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1109 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1138 }, "name": "resetOperationName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1154 }, "name": "resetPrimaryTagName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1170 }, "name": "resetPrimaryTagValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1186 }, "name": "resetResourceName" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmResourceStatsQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1071 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1084 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1097 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1113 }, "name": "groupByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1126 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1142 }, "name": "operationNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1158 }, "name": "primaryTagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1174 }, "name": "primaryTagValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1190 }, "name": "resourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1203 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1216 }, "name": "statInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1061 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1077 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1090 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1103 }, "name": "groupBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1119 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1132 }, "name": "operationName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1148 }, "name": "primaryTagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1164 }, "name": "primaryTagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1180 }, "name": "resourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1196 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1209 }, "name": "stat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 978 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmResourceStatsQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmResourceStatsQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryCloudCostQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryCloudCostQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1220 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryCloudCostQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1238 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1244 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The cloud cost query definition." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1250 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1226 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1232 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryCloudCostQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryCloudCostQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryCloudCostQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1317 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1310 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1374 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1390 }, "name": "resetCrossOrgUuids" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryCloudCostQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1378 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1394 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1407 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1420 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1433 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1368 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1384 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1400 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1413 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1426 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1321 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryCloudCostQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryCloudCostQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2043 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute Dashboard#compute}", "stability": "stable", "summary": "compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2079 }, "name": "compute", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for event platform-based queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2055 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2067 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2049 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2085 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#indexes Dashboard#indexes}", "stability": "stable", "summary": "An array of index names to query in the stream." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2061 }, "name": "indexes", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search Dashboard#search}", "stability": "stable", "summary": "search block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2091 }, "name": "search", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuerySearch" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#storage Dashboard#storage}", "stability": "stable", "summary": "Storage location (private beta)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2073 }, "name": "storage", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1437 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation methods for event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1443 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "A time interval in milliseconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1449 }, "name": "interval", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The measurable attribute to compute." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1455 }, "name": "metric", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1611 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1603 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1618 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryComputeOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1611 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1611 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1611 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1604 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1511 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1501 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1578 }, "name": "resetInterval" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1594 }, "name": "resetMetric" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1566 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1582 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1598 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1559 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1572 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1588 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1515 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1775 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The event facet." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1781 }, "name": "facet", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The number of groups to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1787 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort Dashboard#sort}", "stability": "stable", "summary": "sort block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1793 }, "name": "sort", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBySort" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1949 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1941 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1956 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1949 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1949 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1949 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1942 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1849 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1839 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1929 }, "name": "putSort", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBySort" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1916 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1932 }, "name": "resetSort" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1926 }, "name": "sort", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBySortOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1904 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1920 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1936 }, "name": "sortInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBySort" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1897 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1910 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1853 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBySort": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBySort", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1622 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBySort", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation methods for the event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1628 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The metric used for sorting group by results." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1634 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Direction of sort. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1640 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBySort" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBySortOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBySortOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1693 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1686 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1751 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1767 }, "name": "resetOrder" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBySortOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1739 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1755 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1771 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1732 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1745 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1761 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1697 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBySort" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBySortOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2179 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2172 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2325 }, "name": "putCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2338 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2354 }, "name": "putSearch", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuerySearch" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2254 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2341 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2283 }, "name": "resetIndexes" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2357 }, "name": "resetSearch" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2312 }, "name": "resetStorage" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2322 }, "name": "compute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2335 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2351 }, "name": "search", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuerySearchOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2329 }, "name": "computeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2258 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2271 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2345 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2287 }, "name": "indexesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2300 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2361 }, "name": "searchInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuerySearch" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2316 }, "name": "storageInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2248 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2264 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2277 }, "name": "indexes", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2293 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2306 }, "name": "storage", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2183 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuerySearch": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuerySearch", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1960 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuerySearch", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The events search string." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1966 }, "name": "query", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuerySearch" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuerySearchOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuerySearchOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2005 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 1998 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuerySearchOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2039 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2032 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2009 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuerySearch" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuerySearchOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3616 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3608 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3623 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3616 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3616 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3616 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3609 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuery" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryMetricQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryMetricQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2365 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryMetricQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2389 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The metrics query definition." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2395 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2371 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2377 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for metrics queries. Defaults to `\"metrics\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2383 }, "name": "dataSource", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryMetricQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryMetricQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryMetricQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2462 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2455 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2519 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2535 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2551 }, "name": "resetDataSource" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryMetricQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2523 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2539 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2555 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2568 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2581 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2513 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2529 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2545 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2561 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2574 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2466 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryMetricQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryMetricQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3425 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3415 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3500 }, "name": "putApmDependencyStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmDependencyStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3516 }, "name": "putApmResourceStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmResourceStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3532 }, "name": "putCloudCostQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryCloudCostQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3548 }, "name": "putEventQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3564 }, "name": "putMetricQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryMetricQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3580 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3596 }, "name": "putSloQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuerySloQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3503 }, "name": "resetApmDependencyStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3519 }, "name": "resetApmResourceStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3535 }, "name": "resetCloudCostQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3551 }, "name": "resetEventQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3567 }, "name": "resetMetricQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3583 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3599 }, "name": "resetSloQuery" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3497 }, "name": "apmDependencyStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmDependencyStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3513 }, "name": "apmResourceStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmResourceStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3529 }, "name": "cloudCostQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryCloudCostQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3545 }, "name": "eventQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3561 }, "name": "metricQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryMetricQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3577 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3593 }, "name": "sloQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuerySloQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3507 }, "name": "apmDependencyStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmDependencyStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3523 }, "name": "apmResourceStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmResourceStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3539 }, "name": "cloudCostQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryCloudCostQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3555 }, "name": "eventQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3571 }, "name": "metricQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryMetricQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3587 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3603 }, "name": "sloQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuerySloQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3429 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuery" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2585 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryProcessQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for process queries. Valid values are `process`, `container`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2603 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The process metric name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2621 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2627 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2591 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2597 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_normalized_cpu Dashboard#is_normalized_cpu}", "stability": "stable", "summary": "Whether to normalize the CPU percentages." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2609 }, "name": "isNormalizedCpu", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The number of hits to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2615 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort Dashboard#sort}", "stability": "stable", "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2633 }, "name": "sort", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#tag_filters Dashboard#tag_filters}", "stability": "stable", "summary": "An array of tags to filter by." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2639 }, "name": "tagFilters", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#text_filter Dashboard#text_filter}", "stability": "stable", "summary": "The text to use as a filter." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2645 }, "name": "textFilter", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryProcessQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2747 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2740 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2834 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2850 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2879 }, "name": "resetIsNormalizedCpu" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2895 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2937 }, "name": "resetSort" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2953 }, "name": "resetTagFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2969 }, "name": "resetTextFilter" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryProcessQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2838 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2854 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2867 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2883 }, "name": "isNormalizedCpuInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2899 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2912 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2925 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2941 }, "name": "sortInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2957 }, "name": "tagFiltersInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2973 }, "name": "textFilterInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2828 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2844 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2860 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2873 }, "name": "isNormalizedCpu", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2889 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2905 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2918 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2931 }, "name": "sort", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2947 }, "name": "tagFilters", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2963 }, "name": "textFilter", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2751 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryProcessQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryProcessQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuerySloQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuerySloQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2977 }, "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuerySloQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for SLO queries. Valid values are `slo`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2995 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#measure Dashboard#measure}", "stability": "stable", "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3007 }, "name": "measure", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_id Dashboard#slo_id}", "stability": "stable", "summary": "ID of an SLO to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3019 }, "name": "sloId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#additional_query_filters Dashboard#additional_query_filters}", "stability": "stable", "summary": "Additional filters applied to the SLO query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2983 }, "name": "additionalQueryFilters", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 2989 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_mode Dashboard#group_mode}", "stability": "stable", "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3001 }, "name": "groupMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3013 }, "name": "name", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_query_type Dashboard#slo_query_type}", "stability": "stable", "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3025 }, "name": "sloQueryType", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuerySloQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuerySloQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuerySloQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3113 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3106 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3188 }, "name": "resetAdditionalQueryFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3204 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3233 }, "name": "resetGroupMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3262 }, "name": "resetName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3291 }, "name": "resetSloQueryType" } ], "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuerySloQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3192 }, "name": "additionalQueryFiltersInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3208 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3221 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3237 }, "name": "groupModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3250 }, "name": "measureInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3266 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3279 }, "name": "sloIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3295 }, "name": "sloQueryTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3182 }, "name": "additionalQueryFilters", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3198 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3214 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3227 }, "name": "groupMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3243 }, "name": "measure", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3256 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3272 }, "name": "sloId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3285 }, "name": "sloQueryType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 3117 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuerySloQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuerySloQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfig", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4879 }, "name": "DashboardWidgetSplitGraphDefinitionSplitConfig", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort Dashboard#sort}", "stability": "stable", "summary": "sort block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4891 }, "name": "sort", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigSort" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#split_dimensions Dashboard#split_dimensions}", "stability": "stable", "summary": "split_dimensions block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4897 }, "name": "splitDimensions", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigSplitDimensions" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "Maximum number of graphs to display in the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4885 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#static_splits Dashboard#static_splits}", "stability": "stable", "summary": "static_splits block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4903 }, "name": "staticSplits", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigStaticSplits" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSplitConfig" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4963 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4956 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5027 }, "name": "putSort", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigSort" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5040 }, "name": "putSplitDimensions", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigSplitDimensions" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5053 }, "name": "putStaticSplits", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigStaticSplits" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5014 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5056 }, "name": "resetStaticSplits" } ], "name": "DashboardWidgetSplitGraphDefinitionSplitConfigOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5024 }, "name": "sort", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigSortOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5037 }, "name": "splitDimensions", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigSplitDimensionsOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5050 }, "name": "staticSplits", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigStaticSplitsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5018 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5031 }, "name": "sortInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigSort" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5044 }, "name": "splitDimensionsInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigSplitDimensions" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5060 }, "name": "staticSplitsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigStaticSplits" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5008 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4967 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfig" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSplitConfigOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigSort": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigSort", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4420 }, "name": "DashboardWidgetSplitGraphDefinitionSplitConfigSort", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4426 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute Dashboard#compute}", "stability": "stable", "summary": "compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4432 }, "name": "compute", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigSortCompute" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSplitConfigSort" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigSortCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigSortCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4302 }, "name": "DashboardWidgetSplitGraphDefinitionSplitConfigSortCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The metric to use for sorting graphs." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4314 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "How to aggregate the sort metric for the purposes of ordering." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4308 }, "name": "aggregation", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSplitConfigSortCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigSortComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigSortComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4360 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4353 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4399 }, "name": "resetAggregation" } ], "name": "DashboardWidgetSplitGraphDefinitionSplitConfigSortComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4403 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4416 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4393 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4409 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4364 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigSortCompute" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSplitConfigSortComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigSortOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigSortOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4478 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4471 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4527 }, "name": "putCompute", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigSortCompute" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4530 }, "name": "resetCompute" } ], "name": "DashboardWidgetSplitGraphDefinitionSplitConfigSortOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4524 }, "name": "compute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigSortComputeOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4534 }, "name": "computeInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigSortCompute" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4518 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4511 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4482 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigSort" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSplitConfigSortOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigSplitDimensions": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigSplitDimensions", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4538 }, "name": "DashboardWidgetSplitGraphDefinitionSplitConfigSplitDimensions", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "For metrics, it's a tag. For the events platform, it's an attribute or tag.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#one_graph_per Dashboard#one_graph_per}", "stability": "stable", "summary": "The system interprets this attribute differently depending on the data source of the query being split." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4544 }, "name": "oneGraphPer", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSplitConfigSplitDimensions" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigSplitDimensionsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigSplitDimensionsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4583 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4576 }, "name": "DashboardWidgetSplitGraphDefinitionSplitConfigSplitDimensionsOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4617 }, "name": "oneGraphPerInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4610 }, "name": "oneGraphPer", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4587 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigSplitDimensions" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSplitConfigSplitDimensionsOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigStaticSplits": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigStaticSplits", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4764 }, "name": "DashboardWidgetSplitGraphDefinitionSplitConfigStaticSplits", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#split_vector Dashboard#split_vector}", "stability": "stable", "summary": "split_vector block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4770 }, "name": "splitVector", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigStaticSplitsSplitVector" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSplitConfigStaticSplits" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigStaticSplitsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigStaticSplitsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.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" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4860 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4875 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigStaticSplitsOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSplitConfigStaticSplitsList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4868 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4868 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4868 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4861 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigStaticSplits" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSplitConfigStaticSplitsList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigStaticSplitsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigStaticSplitsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4812 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4802 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4851 }, "name": "putSplitVector", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigStaticSplitsSplitVector" }, "kind": "array" } } ] } } } ] } ], "name": "DashboardWidgetSplitGraphDefinitionSplitConfigStaticSplitsOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4848 }, "name": "splitVector", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigStaticSplitsSplitVectorList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4855 }, "name": "splitVectorInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigStaticSplitsSplitVector" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4816 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigStaticSplits" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSplitConfigStaticSplitsOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigStaticSplitsSplitVector": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigStaticSplitsSplitVector", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4621 }, "name": "DashboardWidgetSplitGraphDefinitionSplitConfigStaticSplitsSplitVector", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#tag_key Dashboard#tag_key}." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4625 }, "name": "tagKey", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#tag_values Dashboard#tag_values}." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4629 }, "name": "tagValues", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSplitConfigStaticSplitsSplitVector" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigStaticSplitsSplitVectorList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigStaticSplitsSplitVectorList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4753 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4745 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4760 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigStaticSplitsSplitVectorOutputReference" } } } ], "name": "DashboardWidgetSplitGraphDefinitionSplitConfigStaticSplitsSplitVectorList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4753 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4753 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4753 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4746 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigStaticSplitsSplitVector" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSplitConfigStaticSplitsSplitVectorList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigStaticSplitsSplitVectorOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigStaticSplitsSplitVectorOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4678 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4668 }, "name": "DashboardWidgetSplitGraphDefinitionSplitConfigStaticSplitsSplitVectorOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4727 }, "name": "tagKeyInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4740 }, "name": "tagValuesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4720 }, "name": "tagKey", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4733 }, "name": "tagValues", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 4682 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigStaticSplitsSplitVector" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSplitConfigStaticSplitsSplitVectorOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinition", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16631 }, "name": "DashboardWidgetSunburstDefinition", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_link Dashboard#custom_link}", "stability": "stable", "summary": "custom_link block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16667 }, "name": "customLink", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#hide_total Dashboard#hide_total}", "stability": "stable", "summary": "Whether or not to show the total value in the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16637 }, "name": "hideTotal", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#legend_inline Dashboard#legend_inline}", "stability": "stable", "summary": "legend_inline block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16673 }, "name": "legendInline", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionLegendInline" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#legend_table Dashboard#legend_table}", "stability": "stable", "summary": "legend_table block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16679 }, "name": "legendTable", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionLegendTable" } }, { "abstract": true, "docs": { "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#live_span Dashboard#live_span}", "stability": "stable", "summary": "The timeframe to use when displaying the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16643 }, "name": "liveSpan", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#request Dashboard#request}", "stability": "stable", "summary": "request block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16685 }, "name": "request", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequest" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title Dashboard#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16649 }, "name": "title", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_align Dashboard#title_align}", "stability": "stable", "summary": "The alignment of the widget's title. One of `left`, `center`, or `right`. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16655 }, "name": "titleAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_size Dashboard#title_size}", "stability": "stable", "summary": "The size of the widget's title. Default is 16." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16661 }, "name": "titleSize", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinition" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionCustomLink": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionCustomLink", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5316 }, "name": "DashboardWidgetSunburstDefinitionCustomLink", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_hidden Dashboard#is_hidden}", "stability": "stable", "summary": "The flag for toggling context menu link visibility." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5322 }, "name": "isHidden", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "The label for the custom link URL." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5328 }, "name": "label", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#link Dashboard#link}", "stability": "stable", "summary": "The URL of the custom link." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5334 }, "name": "link", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#override_label Dashboard#override_label}", "stability": "stable", "summary": "The label ID that refers to a context menu link item." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5340 }, "name": "overrideLabel", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionCustomLink" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionCustomLinkList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionCustomLinkList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5528 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5520 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5535 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionCustomLinkOutputReference" } } } ], "name": "DashboardWidgetSunburstDefinitionCustomLinkList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5528 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5528 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5528 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5521 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionCustomLink" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionCustomLinkList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionCustomLinkOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionCustomLinkOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5403 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5393 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5463 }, "name": "resetIsHidden" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5479 }, "name": "resetLabel" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5495 }, "name": "resetLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5511 }, "name": "resetOverrideLabel" } ], "name": "DashboardWidgetSunburstDefinitionCustomLinkOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5467 }, "name": "isHiddenInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5483 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5499 }, "name": "linkInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5515 }, "name": "overrideLabelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5457 }, "name": "isHidden", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5473 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5489 }, "name": "link", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5505 }, "name": "overrideLabel", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5407 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionCustomLink" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionCustomLinkOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionLegendInline": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionLegendInline", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5539 }, "name": "DashboardWidgetSunburstDefinitionLegendInline", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#type Dashboard#type}", "stability": "stable", "summary": "The type of legend (inline or automatic). Valid values are `inline`, `automatic`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5557 }, "name": "type", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#hide_percent Dashboard#hide_percent}", "stability": "stable", "summary": "Whether to hide the percentages of the groups." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5545 }, "name": "hidePercent", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#hide_value Dashboard#hide_value}", "stability": "stable", "summary": "Whether to hide the values of the groups." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5551 }, "name": "hideValue", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionLegendInline" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionLegendInlineOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionLegendInlineOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5610 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5603 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5655 }, "name": "resetHidePercent" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5671 }, "name": "resetHideValue" } ], "name": "DashboardWidgetSunburstDefinitionLegendInlineOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5659 }, "name": "hidePercentInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5675 }, "name": "hideValueInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5688 }, "name": "typeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5649 }, "name": "hidePercent", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5665 }, "name": "hideValue", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5681 }, "name": "type", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5614 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionLegendInline" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionLegendInlineOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionLegendTable": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionLegendTable", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5692 }, "name": "DashboardWidgetSunburstDefinitionLegendTable", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#type Dashboard#type}", "stability": "stable", "summary": "The type of legend (table or none). Valid values are `table`, `none`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5698 }, "name": "type", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionLegendTable" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionLegendTableOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionLegendTableOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5737 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5730 }, "name": "DashboardWidgetSunburstDefinitionLegendTableOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5771 }, "name": "typeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5764 }, "name": "type", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5741 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionLegendTable" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionLegendTableOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16780 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16773 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16938 }, "name": "putCustomLink", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionCustomLink" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16954 }, "name": "putLegendInline", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionLegendInline" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16970 }, "name": "putLegendTable", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionLegendTable" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16986 }, "name": "putRequest", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequest" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16941 }, "name": "resetCustomLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16861 }, "name": "resetHideTotal" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16957 }, "name": "resetLegendInline" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16973 }, "name": "resetLegendTable" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16877 }, "name": "resetLiveSpan" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16989 }, "name": "resetRequest" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16893 }, "name": "resetTitle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16909 }, "name": "resetTitleAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16925 }, "name": "resetTitleSize" } ], "name": "DashboardWidgetSunburstDefinitionOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16935 }, "name": "customLink", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionCustomLinkList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16951 }, "name": "legendInline", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionLegendInlineOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16967 }, "name": "legendTable", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionLegendTableOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16983 }, "name": "request", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16945 }, "name": "customLinkInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16865 }, "name": "hideTotalInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16961 }, "name": "legendInlineInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionLegendInline" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16977 }, "name": "legendTableInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionLegendTable" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16881 }, "name": "liveSpanInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16993 }, "name": "requestInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequest" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16913 }, "name": "titleAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16897 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16929 }, "name": "titleSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16855 }, "name": "hideTotal", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16871 }, "name": "liveSpan", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16887 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16903 }, "name": "titleAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16919 }, "name": "titleSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16784 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinition" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequest": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequest", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16163 }, "name": "DashboardWidgetSunburstDefinitionRequest", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_query Dashboard#apm_query}", "stability": "stable", "summary": "apm_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16175 }, "name": "apmQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#audit_query Dashboard#audit_query}", "stability": "stable", "summary": "audit_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16181 }, "name": "auditQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#formula Dashboard#formula}", "stability": "stable", "summary": "formula block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16187 }, "name": "formula", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormula" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#log_query Dashboard#log_query}", "stability": "stable", "summary": "log_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16193 }, "name": "logQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#network_query Dashboard#network_query}", "stability": "stable", "summary": "network_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16199 }, "name": "networkQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#process_query Dashboard#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16205 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#q Dashboard#q}", "stability": "stable", "summary": "The metric query to use for this widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16169 }, "name": "q", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16211 }, "name": "query", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQuery" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#rum_query Dashboard#rum_query}", "stability": "stable", "summary": "rum_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16217 }, "name": "rumQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#security_query Dashboard#security_query}", "stability": "stable", "summary": "security_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16223 }, "name": "securityQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#style Dashboard#style}", "stability": "stable", "summary": "style block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16229 }, "name": "style", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestStyle" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequest" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6451 }, "name": "DashboardWidgetSunburstDefinitionRequestApmQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6457 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6469 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6475 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6481 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6463 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestApmQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5775 }, "name": "DashboardWidgetSunburstDefinitionRequestApmQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5781 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5787 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5793 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestApmQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5846 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5839 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5904 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5920 }, "name": "resetInterval" } ], "name": "DashboardWidgetSunburstDefinitionRequestApmQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5892 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5908 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5924 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5885 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5898 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5914 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5850 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestApmQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6078 }, "name": "DashboardWidgetSunburstDefinitionRequestApmQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6084 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6090 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6096 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestApmQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.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" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6247 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6262 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetSunburstDefinitionRequestApmQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6255 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6255 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6255 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6248 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestApmQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6152 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6142 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6235 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6206 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6222 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6238 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetSunburstDefinitionRequestApmQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6232 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6210 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6226 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6242 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6200 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6216 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6156 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestApmQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5928 }, "name": "DashboardWidgetSunburstDefinitionRequestApmQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5934 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5946 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5940 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestApmQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5999 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 5992 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6057 }, "name": "resetFacet" } ], "name": "DashboardWidgetSunburstDefinitionRequestApmQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6045 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6061 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6074 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6038 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6051 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6067 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6003 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestApmQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6266 }, "name": "DashboardWidgetSunburstDefinitionRequestApmQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6272 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6278 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6284 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestApmQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6440 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6432 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6447 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetSunburstDefinitionRequestApmQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6440 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6440 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6440 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6433 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestApmQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6340 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6330 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6407 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6423 }, "name": "resetInterval" } ], "name": "DashboardWidgetSunburstDefinitionRequestApmQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6395 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6411 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6427 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6388 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6401 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6417 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6344 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestApmQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6548 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6541 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6631 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6647 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6663 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6634 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6650 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6666 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6618 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetSunburstDefinitionRequestApmQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6628 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6644 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6660 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6638 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6654 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6606 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6670 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6622 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6599 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6612 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6552 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestApmQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7350 }, "name": "DashboardWidgetSunburstDefinitionRequestAuditQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7356 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7368 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7374 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7380 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7362 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestAuditQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6674 }, "name": "DashboardWidgetSunburstDefinitionRequestAuditQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6680 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6686 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6692 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestAuditQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6745 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6738 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6803 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6819 }, "name": "resetInterval" } ], "name": "DashboardWidgetSunburstDefinitionRequestAuditQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6791 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6807 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6823 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6784 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6797 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6813 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6749 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestAuditQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6977 }, "name": "DashboardWidgetSunburstDefinitionRequestAuditQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6983 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6989 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6995 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestAuditQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7154 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7146 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7161 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetSunburstDefinitionRequestAuditQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7154 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7154 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7154 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7147 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestAuditQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7051 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7041 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7134 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7105 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7121 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7137 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetSunburstDefinitionRequestAuditQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7131 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7109 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7125 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7141 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7099 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7115 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7055 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestAuditQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6827 }, "name": "DashboardWidgetSunburstDefinitionRequestAuditQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6833 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6845 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6839 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestAuditQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.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" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6891 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6956 }, "name": "resetFacet" } ], "name": "DashboardWidgetSunburstDefinitionRequestAuditQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6944 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6960 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6973 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6937 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6950 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6966 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 6902 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestAuditQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7165 }, "name": "DashboardWidgetSunburstDefinitionRequestAuditQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7171 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7177 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7183 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestAuditQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7339 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7331 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7346 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetSunburstDefinitionRequestAuditQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7339 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7339 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7339 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7332 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestAuditQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7239 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7229 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7306 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7322 }, "name": "resetInterval" } ], "name": "DashboardWidgetSunburstDefinitionRequestAuditQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7294 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7310 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7326 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7287 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7300 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7316 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7243 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestAuditQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7447 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7440 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7530 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7546 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7562 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7533 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7549 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7565 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7517 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetSunburstDefinitionRequestAuditQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7527 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7543 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7559 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7537 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7553 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7505 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7569 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7521 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7498 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7511 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7451 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestAuditQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormula": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormula", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8725 }, "name": "DashboardWidgetSunburstDefinitionRequestFormula", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#formula_expression Dashboard#formula_expression}", "stability": "stable", "summary": "A string expression built from queries, formulas, and functions." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8743 }, "name": "formulaExpression", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#alias Dashboard#alias}", "stability": "stable", "summary": "An expression alias." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8731 }, "name": "alias", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cell_display_mode Dashboard#cell_display_mode}", "stability": "stable", "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8737 }, "name": "cellDisplayMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#conditional_formats Dashboard#conditional_formats}", "stability": "stable", "summary": "conditional_formats block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8749 }, "name": "conditionalFormats", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "limit block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8755 }, "name": "limit", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaLimit" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#number_format Dashboard#number_format}", "stability": "stable", "summary": "number_format block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8761 }, "name": "numberFormat", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormat" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#style Dashboard#style}", "stability": "stable", "summary": "style block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8767 }, "name": "style", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaStyle" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestFormula" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaConditionalFormats": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaConditionalFormats", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7573 }, "name": "DashboardWidgetSunburstDefinitionRequestFormulaConditionalFormats", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#comparator Dashboard#comparator}", "stability": "stable", "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7579 }, "name": "comparator", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "The color palette to apply." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7615 }, "name": "palette", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#value Dashboard#value}", "stability": "stable", "summary": "A value for the comparator." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7627 }, "name": "value", "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}", "stability": "stable", "summary": "The color palette to apply to the background, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7585 }, "name": "customBgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}", "stability": "stable", "summary": "The color palette to apply to the foreground, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7591 }, "name": "customFgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#hide_value Dashboard#hide_value}", "stability": "stable", "summary": "Setting this to True hides values." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7597 }, "name": "hideValue", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#image_url Dashboard#image_url}", "stability": "stable", "summary": "Displays an image as the background." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7603 }, "name": "imageUrl", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The metric from the request to correlate with this conditional format." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7609 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#timeframe Dashboard#timeframe}", "stability": "stable", "summary": "Defines the displayed timeframe." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7621 }, "name": "timeframe", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestFormulaConditionalFormats" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaConditionalFormatsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaConditionalFormatsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7951 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7943 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7958 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaConditionalFormatsOutputReference" } } } ], "name": "DashboardWidgetSunburstDefinitionRequestFormulaConditionalFormatsList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7951 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7951 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7951 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7944 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestFormulaConditionalFormatsList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaConditionalFormatsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaConditionalFormatsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7725 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7715 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7828 }, "name": "resetCustomBgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7844 }, "name": "resetCustomFgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7860 }, "name": "resetHideValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7876 }, "name": "resetImageUrl" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7892 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7921 }, "name": "resetTimeframe" } ], "name": "DashboardWidgetSunburstDefinitionRequestFormulaConditionalFormatsOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7816 }, "name": "comparatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7832 }, "name": "customBgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7848 }, "name": "customFgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7864 }, "name": "hideValueInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7880 }, "name": "imageUrlInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7896 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7909 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7925 }, "name": "timeframeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7938 }, "name": "valueInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7809 }, "name": "comparator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7822 }, "name": "customBgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7838 }, "name": "customFgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7854 }, "name": "hideValue", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7870 }, "name": "imageUrl", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7886 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7902 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7915 }, "name": "timeframe", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7931 }, "name": "value", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7729 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaConditionalFormats" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestFormulaConditionalFormatsOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaLimit": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaLimit", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7962 }, "name": "DashboardWidgetSunburstDefinitionRequestFormulaLimit", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#count Dashboard#count}", "stability": "stable", "summary": "The number of results to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7968 }, "name": "count", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 7974 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestFormulaLimit" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaLimitOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaLimitOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8020 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8013 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8059 }, "name": "resetCount" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8075 }, "name": "resetOrder" } ], "name": "DashboardWidgetSunburstDefinitionRequestFormulaLimitOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8063 }, "name": "countInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8079 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8053 }, "name": "count", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8069 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8024 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaLimit" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestFormulaLimitOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9039 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9031 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9046 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaOutputReference" } } } ], "name": "DashboardWidgetSunburstDefinitionRequestFormulaList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9039 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9039 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9039 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9032 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormula" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestFormulaList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormat": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormat", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8486 }, "name": "DashboardWidgetSunburstDefinitionRequestFormulaNumberFormat", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit Dashboard#unit}", "stability": "stable", "summary": "unit block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8492 }, "name": "unit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnit" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_scale Dashboard#unit_scale}", "stability": "stable", "summary": "unit_scale block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8498 }, "name": "unitScale", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScale" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestFormulaNumberFormat" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8544 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8537 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8580 }, "name": "putUnit", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnit" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8593 }, "name": "putUnitScale", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScale" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8596 }, "name": "resetUnitScale" } ], "name": "DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8577 }, "name": "unit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8590 }, "name": "unitScale", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScaleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8584 }, "name": "unitInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnit" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8600 }, "name": "unitScaleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScale" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8548 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormat" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnit": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnit", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8284 }, "name": "DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnit", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#canonical Dashboard#canonical}", "stability": "stable", "summary": "canonical block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8290 }, "name": "canonical", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonical" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom Dashboard#custom}", "stability": "stable", "summary": "custom block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8296 }, "name": "custom", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustom" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnit" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonical": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonical", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8083 }, "name": "DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonical", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_name Dashboard#unit_name}", "stability": "stable", "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8095 }, "name": "unitName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#per_unit_name Dashboard#per_unit_name}", "stability": "stable", "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8089 }, "name": "perUnitName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonical" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8141 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8134 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8180 }, "name": "resetPerUnitName" } ], "name": "DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8184 }, "name": "perUnitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8197 }, "name": "unitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8174 }, "name": "perUnitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8190 }, "name": "unitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8145 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonical" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustom": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustom", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8201 }, "name": "DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustom", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "Unit label." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8207 }, "name": "label", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustom" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustomOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8246 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8239 }, "name": "DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustomOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8280 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8273 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8250 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustom" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustomOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.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/index-structs/structs6400.ts", "line": 8335 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8378 }, "name": "putCanonical", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonical" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8394 }, "name": "putCustom", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustom" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8381 }, "name": "resetCanonical" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8397 }, "name": "resetCustom" } ], "name": "DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8375 }, "name": "canonical", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8391 }, "name": "custom", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustomOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8385 }, "name": "canonicalInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonical" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8401 }, "name": "customInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustom" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8346 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnit" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScale": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScale", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8405 }, "name": "DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScale", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_name Dashboard#unit_name}." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8409 }, "name": "unitName", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScale" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScaleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8448 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8441 }, "name": "DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScaleOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8482 }, "name": "unitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8475 }, "name": "unitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8452 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScale" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScaleOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8851 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8841 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8971 }, "name": "putConditionalFormats", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8987 }, "name": "putLimit", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaLimit" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9003 }, "name": "putNumberFormat", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormat" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9019 }, "name": "putStyle", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaStyle" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8929 }, "name": "resetAlias" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8945 }, "name": "resetCellDisplayMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8974 }, "name": "resetConditionalFormats" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8990 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9006 }, "name": "resetNumberFormat" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9022 }, "name": "resetStyle" } ], "name": "DashboardWidgetSunburstDefinitionRequestFormulaOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8968 }, "name": "conditionalFormats", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaConditionalFormatsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8984 }, "name": "limit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaLimitOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9000 }, "name": "numberFormat", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9016 }, "name": "style", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaStyleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8933 }, "name": "aliasInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8949 }, "name": "cellDisplayModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8978 }, "name": "conditionalFormatsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8962 }, "name": "formulaExpressionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8994 }, "name": "limitInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaLimit" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9010 }, "name": "numberFormatInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormat" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9026 }, "name": "styleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaStyle" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8923 }, "name": "alias", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8939 }, "name": "cellDisplayMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8955 }, "name": "formulaExpression", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8855 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormula" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestFormulaOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaStyle": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaStyle", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8604 }, "name": "DashboardWidgetSunburstDefinitionRequestFormulaStyle", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "The color palette used to display the formula." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8610 }, "name": "palette", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette_index Dashboard#palette_index}", "stability": "stable", "summary": "Index specifying which color to use within the palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8616 }, "name": "paletteIndex", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestFormulaStyle" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaStyleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaStyleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8662 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8655 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8701 }, "name": "resetPalette" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8717 }, "name": "resetPaletteIndex" } ], "name": "DashboardWidgetSunburstDefinitionRequestFormulaStyleOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8721 }, "name": "paletteIndexInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8705 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8695 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8711 }, "name": "paletteIndex", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 8666 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaStyle" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestFormulaStyleOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16620 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16612 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16627 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestOutputReference" } } } ], "name": "DashboardWidgetSunburstDefinitionRequestList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16620 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16620 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16620 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16613 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequest" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9726 }, "name": "DashboardWidgetSunburstDefinitionRequestLogQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9732 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9744 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9750 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9756 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9738 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestLogQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9050 }, "name": "DashboardWidgetSunburstDefinitionRequestLogQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9056 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9062 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9068 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestLogQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9121 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9114 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9179 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9195 }, "name": "resetInterval" } ], "name": "DashboardWidgetSunburstDefinitionRequestLogQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9167 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9183 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9199 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9160 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9173 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9189 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9125 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestLogQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9353 }, "name": "DashboardWidgetSunburstDefinitionRequestLogQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9359 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9365 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9371 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestLogQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9530 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9522 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9537 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetSunburstDefinitionRequestLogQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9530 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9530 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9530 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9523 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestLogQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9427 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9417 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9510 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9481 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9497 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9513 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetSunburstDefinitionRequestLogQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9507 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9485 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9501 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9517 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9475 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9491 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9431 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestLogQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9203 }, "name": "DashboardWidgetSunburstDefinitionRequestLogQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9209 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9221 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9215 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestLogQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9274 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9267 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9332 }, "name": "resetFacet" } ], "name": "DashboardWidgetSunburstDefinitionRequestLogQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9320 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9336 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9349 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9313 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9326 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9342 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9278 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestLogQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9541 }, "name": "DashboardWidgetSunburstDefinitionRequestLogQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9547 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9553 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9559 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestLogQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9715 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9707 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9722 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetSunburstDefinitionRequestLogQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9715 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9715 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9715 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9708 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestLogQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9615 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9605 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9682 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9698 }, "name": "resetInterval" } ], "name": "DashboardWidgetSunburstDefinitionRequestLogQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9670 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9686 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9702 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9663 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9676 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9692 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9619 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestLogQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9823 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9816 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9906 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9922 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9938 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9909 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9925 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9941 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9893 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetSunburstDefinitionRequestLogQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9903 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9919 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9935 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9913 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9929 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9881 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9945 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9897 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9874 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9887 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9827 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestLogQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10625 }, "name": "DashboardWidgetSunburstDefinitionRequestNetworkQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10631 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10643 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10649 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10655 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10637 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestNetworkQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9949 }, "name": "DashboardWidgetSunburstDefinitionRequestNetworkQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9955 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9961 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 9967 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestNetworkQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10020 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10013 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10078 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10094 }, "name": "resetInterval" } ], "name": "DashboardWidgetSunburstDefinitionRequestNetworkQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10066 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10082 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10098 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10059 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10072 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10088 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10024 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestNetworkQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10252 }, "name": "DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10258 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10264 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10270 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.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" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10421 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10436 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10429 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10429 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10429 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10422 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10326 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10316 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10409 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10380 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10396 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10412 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10406 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10384 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10400 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10416 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10374 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10390 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10330 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10102 }, "name": "DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10108 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10120 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10114 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10173 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10166 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10231 }, "name": "resetFacet" } ], "name": "DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10219 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10235 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10248 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10212 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10225 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10241 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10177 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10440 }, "name": "DashboardWidgetSunburstDefinitionRequestNetworkQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10446 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10452 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10458 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestNetworkQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10614 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10606 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10621 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetSunburstDefinitionRequestNetworkQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10614 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10614 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10614 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10607 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestNetworkQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10514 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10504 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10581 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10597 }, "name": "resetInterval" } ], "name": "DashboardWidgetSunburstDefinitionRequestNetworkQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10569 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10585 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10601 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10562 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10575 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10591 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10518 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestNetworkQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10722 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10715 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10805 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10821 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10837 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10808 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10824 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10840 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10792 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetSunburstDefinitionRequestNetworkQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10802 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10818 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10834 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10812 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10828 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10780 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10844 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10796 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10773 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10786 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10726 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestNetworkQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16341 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16331 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16456 }, "name": "putApmQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16472 }, "name": "putAuditQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16488 }, "name": "putFormula", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormula" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16504 }, "name": "putLogQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16520 }, "name": "putNetworkQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16536 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16552 }, "name": "putQuery", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQuery" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16568 }, "name": "putRumQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16584 }, "name": "putSecurityQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16600 }, "name": "putStyle", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestStyle" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16459 }, "name": "resetApmQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16475 }, "name": "resetAuditQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16491 }, "name": "resetFormula" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16507 }, "name": "resetLogQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16523 }, "name": "resetNetworkQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16539 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16443 }, "name": "resetQ" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16555 }, "name": "resetQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16571 }, "name": "resetRumQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16587 }, "name": "resetSecurityQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16603 }, "name": "resetStyle" } ], "name": "DashboardWidgetSunburstDefinitionRequestOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16453 }, "name": "apmQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16469 }, "name": "auditQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16485 }, "name": "formula", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16501 }, "name": "logQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16517 }, "name": "networkQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16533 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16549 }, "name": "query", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16565 }, "name": "rumQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16581 }, "name": "securityQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16597 }, "name": "style", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestStyleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16463 }, "name": "apmQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16479 }, "name": "auditQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16495 }, "name": "formulaInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormula" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16511 }, "name": "logQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16527 }, "name": "networkQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16543 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16447 }, "name": "qInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16559 }, "name": "queryInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQuery" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16575 }, "name": "rumQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16591 }, "name": "securityQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16607 }, "name": "styleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestStyle" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16437 }, "name": "q", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16345 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequest" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10848 }, "name": "DashboardWidgetSunburstDefinitionRequestProcessQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "Your chosen metric." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10866 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#filter_by Dashboard#filter_by}", "stability": "stable", "summary": "A list of processes." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10854 }, "name": "filterBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The max number of items in the filter list." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10860 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_by Dashboard#search_by}", "stability": "stable", "summary": "Your chosen search term." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10872 }, "name": "searchBy", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestProcessQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10932 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10925 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10983 }, "name": "resetFilterBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10999 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11028 }, "name": "resetSearchBy" } ], "name": "DashboardWidgetSunburstDefinitionRequestProcessQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10987 }, "name": "filterByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11003 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11016 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11032 }, "name": "searchByInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10977 }, "name": "filterBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10993 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11009 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11022 }, "name": "searchBy", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 10936 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestProcessQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestProcessQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13951 }, "name": "DashboardWidgetSunburstDefinitionRequestQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_dependency_stats_query Dashboard#apm_dependency_stats_query}", "stability": "stable", "summary": "apm_dependency_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13957 }, "name": "apmDependencyStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryApmDependencyStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_resource_stats_query Dashboard#apm_resource_stats_query}", "stability": "stable", "summary": "apm_resource_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13963 }, "name": "apmResourceStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryApmResourceStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cloud_cost_query Dashboard#cloud_cost_query}", "stability": "stable", "summary": "cloud_cost_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13969 }, "name": "cloudCostQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryCloudCostQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#event_query Dashboard#event_query}", "stability": "stable", "summary": "event_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13975 }, "name": "eventQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric_query Dashboard#metric_query}", "stability": "stable", "summary": "metric_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13981 }, "name": "metricQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryMetricQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#process_query Dashboard#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13987 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_query Dashboard#slo_query}", "stability": "stable", "summary": "slo_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13993 }, "name": "sloQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQuerySloQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryApmDependencyStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryApmDependencyStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11036 }, "name": "DashboardWidgetSunburstDefinitionRequestQueryApmDependencyStatsQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11048 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#env Dashboard#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11054 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11066 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#operation_name Dashboard#operation_name}", "stability": "stable", "summary": "Name of operation on service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11072 }, "name": "operationName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#resource_name Dashboard#resource_name}", "stability": "stable", "summary": "APM resource." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11090 }, "name": "resourceName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#service Dashboard#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11096 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#stat Dashboard#stat}", "stability": "stable", "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11102 }, "name": "stat", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11042 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_upstream Dashboard#is_upstream}", "stability": "stable", "summary": "Determines whether stats for upstream or downstream dependencies should be queried." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11060 }, "name": "isUpstream", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}", "stability": "stable", "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11078 }, "name": "primaryTagName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}", "stability": "stable", "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11084 }, "name": "primaryTagValue", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestQueryApmDependencyStatsQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryApmDependencyStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryApmDependencyStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11211 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11204 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11304 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11346 }, "name": "resetIsUpstream" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11388 }, "name": "resetPrimaryTagName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11404 }, "name": "resetPrimaryTagValue" } ], "name": "DashboardWidgetSunburstDefinitionRequestQueryApmDependencyStatsQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11308 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11321 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11334 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11350 }, "name": "isUpstreamInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11363 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11376 }, "name": "operationNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11392 }, "name": "primaryTagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11408 }, "name": "primaryTagValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11421 }, "name": "resourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11434 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11447 }, "name": "statInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11298 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11314 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11327 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11340 }, "name": "isUpstream", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11356 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11369 }, "name": "operationName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11382 }, "name": "primaryTagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11398 }, "name": "primaryTagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11414 }, "name": "resourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11427 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11440 }, "name": "stat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11215 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryApmDependencyStatsQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestQueryApmDependencyStatsQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryApmResourceStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryApmResourceStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11451 }, "name": "DashboardWidgetSunburstDefinitionRequestQueryApmResourceStatsQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11463 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#env Dashboard#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11469 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11481 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#service Dashboard#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11511 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#stat Dashboard#stat}", "stability": "stable", "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11517 }, "name": "stat", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11457 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "Array of fields to group results by." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11475 }, "name": "groupBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#operation_name Dashboard#operation_name}", "stability": "stable", "summary": "Name of operation on service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11487 }, "name": "operationName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}", "stability": "stable", "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11493 }, "name": "primaryTagName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}", "stability": "stable", "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11499 }, "name": "primaryTagValue", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#resource_name Dashboard#resource_name}", "stability": "stable", "summary": "APM resource." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11505 }, "name": "resourceName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestQueryApmResourceStatsQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryApmResourceStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryApmResourceStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11626 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11619 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11719 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11761 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11790 }, "name": "resetOperationName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11806 }, "name": "resetPrimaryTagName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11822 }, "name": "resetPrimaryTagValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11838 }, "name": "resetResourceName" } ], "name": "DashboardWidgetSunburstDefinitionRequestQueryApmResourceStatsQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11723 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11736 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11749 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11765 }, "name": "groupByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11778 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11794 }, "name": "operationNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11810 }, "name": "primaryTagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11826 }, "name": "primaryTagValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11842 }, "name": "resourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11855 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11868 }, "name": "statInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11713 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11729 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11742 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11755 }, "name": "groupBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11771 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11784 }, "name": "operationName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11800 }, "name": "primaryTagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11816 }, "name": "primaryTagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11832 }, "name": "resourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11848 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11861 }, "name": "stat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11630 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryApmResourceStatsQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestQueryApmResourceStatsQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryCloudCostQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryCloudCostQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11872 }, "name": "DashboardWidgetSunburstDefinitionRequestQueryCloudCostQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11890 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11896 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The cloud cost query definition." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11902 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11878 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11884 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestQueryCloudCostQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryCloudCostQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryCloudCostQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11969 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11962 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12026 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12042 }, "name": "resetCrossOrgUuids" } ], "name": "DashboardWidgetSunburstDefinitionRequestQueryCloudCostQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12030 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12046 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12059 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12072 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12085 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12020 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12036 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12052 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12065 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12078 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 11973 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryCloudCostQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestQueryCloudCostQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12695 }, "name": "DashboardWidgetSunburstDefinitionRequestQueryEventQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute Dashboard#compute}", "stability": "stable", "summary": "compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12731 }, "name": "compute", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for event platform-based queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12707 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12719 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12701 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12737 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#indexes Dashboard#indexes}", "stability": "stable", "summary": "An array of index names to query in the stream." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12713 }, "name": "indexes", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search Dashboard#search}", "stability": "stable", "summary": "search block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12743 }, "name": "search", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQuerySearch" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#storage Dashboard#storage}", "stability": "stable", "summary": "Storage location (private beta)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12725 }, "name": "storage", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestQueryEventQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQueryCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQueryCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12089 }, "name": "DashboardWidgetSunburstDefinitionRequestQueryEventQueryCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation methods for event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12095 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "A time interval in milliseconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12101 }, "name": "interval", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The measurable attribute to compute." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12107 }, "name": "metric", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestQueryEventQueryCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQueryComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQueryComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12263 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12255 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12270 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQueryComputeOutputReference" } } } ], "name": "DashboardWidgetSunburstDefinitionRequestQueryEventQueryComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12263 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12263 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12263 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12256 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestQueryEventQueryComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQueryComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQueryComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12163 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12153 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12230 }, "name": "resetInterval" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12246 }, "name": "resetMetric" } ], "name": "DashboardWidgetSunburstDefinitionRequestQueryEventQueryComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12218 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12234 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12250 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12211 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12224 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12240 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12167 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQueryCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestQueryEventQueryComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12427 }, "name": "DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The event facet." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12433 }, "name": "facet", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The number of groups to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12439 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort Dashboard#sort}", "stability": "stable", "summary": "sort block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12445 }, "name": "sort", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupBySort" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12601 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12593 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12608 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12601 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12601 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12601 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12594 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12501 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12491 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12581 }, "name": "putSort", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupBySort" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12568 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12584 }, "name": "resetSort" } ], "name": "DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12578 }, "name": "sort", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupBySortOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12556 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12572 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12588 }, "name": "sortInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupBySort" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12549 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12562 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12505 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupBySort": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupBySort", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12274 }, "name": "DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupBySort", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation methods for the event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12280 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The metric used for sorting group by results." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12286 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Direction of sort. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12292 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupBySort" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupBySortOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupBySortOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12345 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12338 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12403 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12419 }, "name": "resetOrder" } ], "name": "DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupBySortOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12391 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12407 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12423 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12384 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12397 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12413 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12349 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupBySort" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupBySortOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12831 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12824 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12977 }, "name": "putCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12990 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13006 }, "name": "putSearch", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQuerySearch" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12906 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12993 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12935 }, "name": "resetIndexes" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13009 }, "name": "resetSearch" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12964 }, "name": "resetStorage" } ], "name": "DashboardWidgetSunburstDefinitionRequestQueryEventQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12974 }, "name": "compute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQueryComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12987 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13003 }, "name": "search", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQuerySearchOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12981 }, "name": "computeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12910 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12923 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12997 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12939 }, "name": "indexesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12952 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13013 }, "name": "searchInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQuerySearch" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12968 }, "name": "storageInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12900 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12916 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12929 }, "name": "indexes", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12945 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12958 }, "name": "storage", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12835 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestQueryEventQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQuerySearch": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQuerySearch", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12612 }, "name": "DashboardWidgetSunburstDefinitionRequestQueryEventQuerySearch", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The events search string." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12618 }, "name": "query", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestQueryEventQuerySearch" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQuerySearchOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQuerySearchOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12657 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12650 }, "name": "DashboardWidgetSunburstDefinitionRequestQueryEventQuerySearchOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12691 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12684 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 12661 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQuerySearch" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestQueryEventQuerySearchOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14268 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14260 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14275 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryOutputReference" } } } ], "name": "DashboardWidgetSunburstDefinitionRequestQueryList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14268 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14268 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14268 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14261 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQuery" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestQueryList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryMetricQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryMetricQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13017 }, "name": "DashboardWidgetSunburstDefinitionRequestQueryMetricQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13041 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The metrics query definition." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13047 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13023 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13029 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for metrics queries. Defaults to `\"metrics\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13035 }, "name": "dataSource", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestQueryMetricQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryMetricQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryMetricQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13114 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13107 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13171 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13187 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13203 }, "name": "resetDataSource" } ], "name": "DashboardWidgetSunburstDefinitionRequestQueryMetricQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13175 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13191 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13207 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13220 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13233 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13165 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13181 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13197 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13213 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13226 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13118 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryMetricQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestQueryMetricQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14077 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14067 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14152 }, "name": "putApmDependencyStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryApmDependencyStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14168 }, "name": "putApmResourceStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryApmResourceStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14184 }, "name": "putCloudCostQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryCloudCostQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14200 }, "name": "putEventQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14216 }, "name": "putMetricQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryMetricQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14232 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14248 }, "name": "putSloQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQuerySloQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14155 }, "name": "resetApmDependencyStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14171 }, "name": "resetApmResourceStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14187 }, "name": "resetCloudCostQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14203 }, "name": "resetEventQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14219 }, "name": "resetMetricQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14235 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14251 }, "name": "resetSloQuery" } ], "name": "DashboardWidgetSunburstDefinitionRequestQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14149 }, "name": "apmDependencyStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryApmDependencyStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14165 }, "name": "apmResourceStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryApmResourceStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14181 }, "name": "cloudCostQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryCloudCostQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14197 }, "name": "eventQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14213 }, "name": "metricQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryMetricQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14229 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14245 }, "name": "sloQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQuerySloQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14159 }, "name": "apmDependencyStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryApmDependencyStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14175 }, "name": "apmResourceStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryApmResourceStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14191 }, "name": "cloudCostQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryCloudCostQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14207 }, "name": "eventQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14223 }, "name": "metricQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryMetricQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14239 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14255 }, "name": "sloQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQuerySloQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14081 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQuery" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13237 }, "name": "DashboardWidgetSunburstDefinitionRequestQueryProcessQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for process queries. Valid values are `process`, `container`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13255 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The process metric name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13273 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13279 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13243 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13249 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_normalized_cpu Dashboard#is_normalized_cpu}", "stability": "stable", "summary": "Whether to normalize the CPU percentages." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13261 }, "name": "isNormalizedCpu", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The number of hits to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13267 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort Dashboard#sort}", "stability": "stable", "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13285 }, "name": "sort", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#tag_filters Dashboard#tag_filters}", "stability": "stable", "summary": "An array of tags to filter by." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13291 }, "name": "tagFilters", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#text_filter Dashboard#text_filter}", "stability": "stable", "summary": "The text to use as a filter." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13297 }, "name": "textFilter", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestQueryProcessQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13399 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13392 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13486 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13502 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13531 }, "name": "resetIsNormalizedCpu" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13547 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13589 }, "name": "resetSort" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13605 }, "name": "resetTagFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13621 }, "name": "resetTextFilter" } ], "name": "DashboardWidgetSunburstDefinitionRequestQueryProcessQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13490 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13506 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13519 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13535 }, "name": "isNormalizedCpuInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13551 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13564 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13577 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13593 }, "name": "sortInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13609 }, "name": "tagFiltersInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13625 }, "name": "textFilterInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13480 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13496 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13512 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13525 }, "name": "isNormalizedCpu", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13541 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13557 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13570 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13583 }, "name": "sort", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13599 }, "name": "tagFilters", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13615 }, "name": "textFilter", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13403 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryProcessQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestQueryProcessQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQuerySloQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQuerySloQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13629 }, "name": "DashboardWidgetSunburstDefinitionRequestQuerySloQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for SLO queries. Valid values are `slo`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13647 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#measure Dashboard#measure}", "stability": "stable", "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13659 }, "name": "measure", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_id Dashboard#slo_id}", "stability": "stable", "summary": "ID of an SLO to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13671 }, "name": "sloId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#additional_query_filters Dashboard#additional_query_filters}", "stability": "stable", "summary": "Additional filters applied to the SLO query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13635 }, "name": "additionalQueryFilters", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13641 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_mode Dashboard#group_mode}", "stability": "stable", "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13653 }, "name": "groupMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13665 }, "name": "name", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_query_type Dashboard#slo_query_type}", "stability": "stable", "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13677 }, "name": "sloQueryType", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestQuerySloQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQuerySloQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQuerySloQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13765 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13758 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13840 }, "name": "resetAdditionalQueryFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13856 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13885 }, "name": "resetGroupMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13914 }, "name": "resetName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13943 }, "name": "resetSloQueryType" } ], "name": "DashboardWidgetSunburstDefinitionRequestQuerySloQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13844 }, "name": "additionalQueryFiltersInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13860 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13873 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13889 }, "name": "groupModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13902 }, "name": "measureInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13918 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13931 }, "name": "sloIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13947 }, "name": "sloQueryTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13834 }, "name": "additionalQueryFilters", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13850 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13866 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13879 }, "name": "groupMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13895 }, "name": "measure", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13908 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13924 }, "name": "sloId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13937 }, "name": "sloQueryType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 13769 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQuerySloQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestQuerySloQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14955 }, "name": "DashboardWidgetSunburstDefinitionRequestRumQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14961 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14973 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14979 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14985 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14967 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestRumQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14279 }, "name": "DashboardWidgetSunburstDefinitionRequestRumQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14285 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14291 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14297 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestRumQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14350 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14343 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14408 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14424 }, "name": "resetInterval" } ], "name": "DashboardWidgetSunburstDefinitionRequestRumQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14396 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14412 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14428 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14389 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14402 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14418 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14354 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestRumQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14582 }, "name": "DashboardWidgetSunburstDefinitionRequestRumQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14588 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14594 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14600 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestRumQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14759 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14751 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14766 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetSunburstDefinitionRequestRumQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14759 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14759 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14759 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14752 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestRumQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14656 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14646 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14739 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14710 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14726 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14742 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetSunburstDefinitionRequestRumQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14736 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14714 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14730 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14746 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14704 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14720 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14660 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestRumQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14432 }, "name": "DashboardWidgetSunburstDefinitionRequestRumQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14438 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14450 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14444 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestRumQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14503 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14496 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14561 }, "name": "resetFacet" } ], "name": "DashboardWidgetSunburstDefinitionRequestRumQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14549 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14565 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14578 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14542 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14555 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14571 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14507 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestRumQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14770 }, "name": "DashboardWidgetSunburstDefinitionRequestRumQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14776 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14782 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14788 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestRumQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14944 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14936 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14951 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetSunburstDefinitionRequestRumQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14944 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14944 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14944 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14937 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestRumQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14844 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14834 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14911 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14927 }, "name": "resetInterval" } ], "name": "DashboardWidgetSunburstDefinitionRequestRumQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14899 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14915 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14931 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14892 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14905 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14921 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 14848 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestRumQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15052 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15045 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15135 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15151 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15167 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15138 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15154 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15170 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15122 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetSunburstDefinitionRequestRumQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15132 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15148 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15164 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15142 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15158 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15110 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15174 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15126 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15103 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15116 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15056 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestRumQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15854 }, "name": "DashboardWidgetSunburstDefinitionRequestSecurityQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15860 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15872 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15878 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15884 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15866 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestSecurityQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15178 }, "name": "DashboardWidgetSunburstDefinitionRequestSecurityQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15184 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15190 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15196 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestSecurityQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15249 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15242 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15307 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15323 }, "name": "resetInterval" } ], "name": "DashboardWidgetSunburstDefinitionRequestSecurityQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15295 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15311 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15327 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15288 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15301 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15317 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15253 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestSecurityQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15481 }, "name": "DashboardWidgetSunburstDefinitionRequestSecurityQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15487 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15493 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15499 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestSecurityQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15658 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15650 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15665 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetSunburstDefinitionRequestSecurityQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15658 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15658 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15658 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15651 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestSecurityQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15555 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15545 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15638 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15609 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15625 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15641 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetSunburstDefinitionRequestSecurityQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15635 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15613 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15629 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15645 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15603 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15619 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15559 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestSecurityQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15331 }, "name": "DashboardWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15337 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15349 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15343 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15402 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15395 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15460 }, "name": "resetFacet" } ], "name": "DashboardWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15448 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15464 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15477 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15441 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15454 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15470 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15406 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15669 }, "name": "DashboardWidgetSunburstDefinitionRequestSecurityQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15675 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15681 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15687 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestSecurityQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15843 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15835 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15850 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetSunburstDefinitionRequestSecurityQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15843 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15843 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15843 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15836 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestSecurityQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15743 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15733 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15810 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15826 }, "name": "resetInterval" } ], "name": "DashboardWidgetSunburstDefinitionRequestSecurityQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15798 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15814 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15830 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15791 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15804 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15820 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15747 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestSecurityQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15951 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15944 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16034 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16050 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16066 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16037 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16053 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16069 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16021 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetSunburstDefinitionRequestSecurityQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16031 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16047 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16063 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16041 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16057 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16009 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16073 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16025 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16002 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16015 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 15955 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestSecurityQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestStyle": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestStyle", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16077 }, "name": "DashboardWidgetSunburstDefinitionRequestStyle", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16083 }, "name": "palette", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestStyle" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestStyleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestStyleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16122 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16115 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16155 }, "name": "resetPalette" } ], "name": "DashboardWidgetSunburstDefinitionRequestStyleOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16159 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16149 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16126 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestStyle" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestStyleOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinition", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5159 }, "name": "DashboardWidgetTimeseriesDefinition", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_link Dashboard#custom_link}", "stability": "stable", "summary": "custom_link block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5213 }, "name": "customLink", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#event Dashboard#event}", "stability": "stable", "summary": "event block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5219 }, "name": "event", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionEvent" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#legend_columns Dashboard#legend_columns}", "stability": "stable", "summary": "A list of columns to display in the legend. Valid values are `value`, `avg`, `sum`, `min`, `max`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5165 }, "name": "legendColumns", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#legend_layout Dashboard#legend_layout}", "stability": "stable", "summary": "The layout of the legend displayed in the widget. Valid values are `auto`, `horizontal`, `vertical`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5171 }, "name": "legendLayout", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#legend_size Dashboard#legend_size}", "stability": "stable", "summary": "The size of the legend displayed in the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5177 }, "name": "legendSize", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#live_span Dashboard#live_span}", "stability": "stable", "summary": "The timeframe to use when displaying the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5183 }, "name": "liveSpan", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#marker Dashboard#marker}", "stability": "stable", "summary": "marker block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5225 }, "name": "marker", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionMarker" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#request Dashboard#request}", "stability": "stable", "summary": "request block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5231 }, "name": "request", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequest" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#right_yaxis Dashboard#right_yaxis}", "stability": "stable", "summary": "right_yaxis block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5237 }, "name": "rightYaxis", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRightYaxis" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#show_legend Dashboard#show_legend}", "stability": "stable", "summary": "Whether or not to show the legend on this widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5189 }, "name": "showLegend", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title Dashboard#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5195 }, "name": "title", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_align Dashboard#title_align}", "stability": "stable", "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5201 }, "name": "titleAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_size Dashboard#title_size}", "stability": "stable", "summary": "The size of the widget's title (defaults to 16)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5207 }, "name": "titleSize", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#yaxis Dashboard#yaxis}", "stability": "stable", "summary": "yaxis block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5243 }, "name": "yaxis", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionYaxis" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinition" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionCustomLink": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionCustomLink", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 16997 }, "name": "DashboardWidgetTimeseriesDefinitionCustomLink", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_hidden Dashboard#is_hidden}", "stability": "stable", "summary": "The flag for toggling context menu link visibility." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17003 }, "name": "isHidden", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "The label for the custom link URL." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17009 }, "name": "label", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#link Dashboard#link}", "stability": "stable", "summary": "The URL of the custom link." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17015 }, "name": "link", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#override_label Dashboard#override_label}", "stability": "stable", "summary": "The label ID that refers to a context menu link item." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17021 }, "name": "overrideLabel", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetTimeseriesDefinitionCustomLink" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionCustomLinkList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionCustomLinkList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17209 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17201 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17216 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionCustomLinkOutputReference" } } } ], "name": "DashboardWidgetTimeseriesDefinitionCustomLinkList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17209 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17209 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17209 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17202 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionCustomLink" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetTimeseriesDefinitionCustomLinkList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionCustomLinkOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionCustomLinkOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.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" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17074 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17144 }, "name": "resetIsHidden" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17160 }, "name": "resetLabel" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17176 }, "name": "resetLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17192 }, "name": "resetOverrideLabel" } ], "name": "DashboardWidgetTimeseriesDefinitionCustomLinkOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17148 }, "name": "isHiddenInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17164 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17180 }, "name": "linkInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17196 }, "name": "overrideLabelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17138 }, "name": "isHidden", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17154 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17170 }, "name": "link", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17186 }, "name": "overrideLabel", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17088 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionCustomLink" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetTimeseriesDefinitionCustomLinkOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionEvent": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionEvent", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17220 }, "name": "DashboardWidgetTimeseriesDefinitionEvent", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#q Dashboard#q}", "stability": "stable", "summary": "The event query to use in the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17226 }, "name": "q", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#tags_execution Dashboard#tags_execution}", "stability": "stable", "summary": "The execution method for multi-value filters." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17232 }, "name": "tagsExecution", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetTimeseriesDefinitionEvent" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionEventList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionEventList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17359 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17351 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17366 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionEventOutputReference" } } } ], "name": "DashboardWidgetTimeseriesDefinitionEventList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17359 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17359 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17359 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17352 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionEvent" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetTimeseriesDefinitionEventList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionEventOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionEventOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17281 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17271 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17342 }, "name": "resetTagsExecution" } ], "name": "DashboardWidgetTimeseriesDefinitionEventOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17330 }, "name": "qInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17346 }, "name": "tagsExecutionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17323 }, "name": "q", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17336 }, "name": "tagsExecution", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17285 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionEvent" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetTimeseriesDefinitionEventOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionMarker": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionMarker", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17370 }, "name": "DashboardWidgetTimeseriesDefinitionMarker", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#value Dashboard#value}", "stability": "stable", "summary": "A mathematical expression describing the marker, for example: `y > 1`, `-5 < y < 0`, `y = 19`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17388 }, "name": "value", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Example: `error dashed`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#display_type Dashboard#display_type}", "stability": "stable", "summary": "How the marker lines are displayed, options are one of {`error`, `warning`, `info`, `ok`} combined with one of {`dashed`, `solid`, `bold`}." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17376 }, "name": "displayType", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "A label for the line or range." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17382 }, "name": "label", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetTimeseriesDefinitionMarker" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionMarkerList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionMarkerList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17544 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17536 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17551 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionMarkerOutputReference" } } } ], "name": "DashboardWidgetTimeseriesDefinitionMarkerList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17544 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17544 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17544 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17537 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionMarker" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetTimeseriesDefinitionMarkerList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionMarkerOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionMarkerOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.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/index-structs/structs6400.ts", "line": 17434 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17498 }, "name": "resetDisplayType" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17514 }, "name": "resetLabel" } ], "name": "DashboardWidgetTimeseriesDefinitionMarkerOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17502 }, "name": "displayTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17518 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17531 }, "name": "valueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17492 }, "name": "displayType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17508 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17524 }, "name": "value", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17448 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionMarker" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetTimeseriesDefinitionMarkerOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5373 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5366 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5609 }, "name": "putCustomLink", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionCustomLink" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5625 }, "name": "putEvent", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionEvent" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5641 }, "name": "putMarker", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionMarker" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5657 }, "name": "putRequest", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequest" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5673 }, "name": "putRightYaxis", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRightYaxis" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5689 }, "name": "putYaxis", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionYaxis" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5612 }, "name": "resetCustomLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5628 }, "name": "resetEvent" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5484 }, "name": "resetLegendColumns" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5500 }, "name": "resetLegendLayout" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5516 }, "name": "resetLegendSize" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5532 }, "name": "resetLiveSpan" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5644 }, "name": "resetMarker" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5660 }, "name": "resetRequest" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5676 }, "name": "resetRightYaxis" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5548 }, "name": "resetShowLegend" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5564 }, "name": "resetTitle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5580 }, "name": "resetTitleAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5596 }, "name": "resetTitleSize" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5692 }, "name": "resetYaxis" } ], "name": "DashboardWidgetTimeseriesDefinitionOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5606 }, "name": "customLink", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionCustomLinkList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5622 }, "name": "event", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionEventList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5638 }, "name": "marker", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionMarkerList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5654 }, "name": "request", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5670 }, "name": "rightYaxis", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRightYaxisOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5686 }, "name": "yaxis", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionYaxisOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5616 }, "name": "customLinkInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5632 }, "name": "eventInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionEvent" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5488 }, "name": "legendColumnsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5504 }, "name": "legendLayoutInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5520 }, "name": "legendSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5536 }, "name": "liveSpanInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5648 }, "name": "markerInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionMarker" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5664 }, "name": "requestInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequest" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5680 }, "name": "rightYaxisInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRightYaxis" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5552 }, "name": "showLegendInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5584 }, "name": "titleAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5568 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5600 }, "name": "titleSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5696 }, "name": "yaxisInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionYaxis" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5478 }, "name": "legendColumns", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5494 }, "name": "legendLayout", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5510 }, "name": "legendSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5526 }, "name": "liveSpan", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5542 }, "name": "showLegend", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5558 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5574 }, "name": "titleAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5590 }, "name": "titleSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5377 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinition" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequest": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequest", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4134 }, "name": "DashboardWidgetTimeseriesDefinitionRequest", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_query Dashboard#apm_query}", "stability": "stable", "summary": "apm_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4158 }, "name": "apmQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#audit_query Dashboard#audit_query}", "stability": "stable", "summary": "audit_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4164 }, "name": "auditQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#display_type Dashboard#display_type}", "stability": "stable", "summary": "How to display the marker lines. Valid values are `area`, `bars`, `line`, `overlay`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4140 }, "name": "displayType", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#formula Dashboard#formula}", "stability": "stable", "summary": "formula block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4170 }, "name": "formula", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormula" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#log_query Dashboard#log_query}", "stability": "stable", "summary": "log_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4176 }, "name": "logQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metadata Dashboard#metadata}", "stability": "stable", "summary": "metadata block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4182 }, "name": "metadata", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestMetadata" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#network_query Dashboard#network_query}", "stability": "stable", "summary": "network_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4188 }, "name": "networkQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#on_right_yaxis Dashboard#on_right_yaxis}", "stability": "stable", "summary": "A Boolean indicating whether the request uses the right or left Y-Axis." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4146 }, "name": "onRightYaxis", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#process_query Dashboard#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4194 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#q Dashboard#q}", "stability": "stable", "summary": "The metric query to use for this widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4152 }, "name": "q", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4200 }, "name": "query", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQuery" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#rum_query Dashboard#rum_query}", "stability": "stable", "summary": "rum_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4206 }, "name": "rumQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#security_query Dashboard#security_query}", "stability": "stable", "summary": "security_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4212 }, "name": "securityQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#style Dashboard#style}", "stability": "stable", "summary": "style block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4218 }, "name": "style", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestStyle" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequest" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18231 }, "name": "DashboardWidgetTimeseriesDefinitionRequestApmQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18237 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18249 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18255 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18261 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18243 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetTimeseriesDefinitionRequestApmQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17555 }, "name": "DashboardWidgetTimeseriesDefinitionRequestApmQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17561 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17567 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17573 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetTimeseriesDefinitionRequestApmQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17626 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17619 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17684 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17700 }, "name": "resetInterval" } ], "name": "DashboardWidgetTimeseriesDefinitionRequestApmQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17672 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17688 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17704 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17665 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17678 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17694 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17630 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetTimeseriesDefinitionRequestApmQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17858 }, "name": "DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17864 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17870 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17876 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18035 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18027 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18042 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18035 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18035 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18035 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18028 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.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": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17922 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18015 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17986 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18002 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18018 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18012 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17990 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18006 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18022 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17980 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17996 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17936 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17708 }, "name": "DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17714 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17726 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17720 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17779 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17772 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17837 }, "name": "resetFacet" } ], "name": "DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17825 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17841 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17854 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17818 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17831 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17847 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 17783 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18046 }, "name": "DashboardWidgetTimeseriesDefinitionRequestApmQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18052 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18058 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18064 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetTimeseriesDefinitionRequestApmQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18220 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18212 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18227 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetTimeseriesDefinitionRequestApmQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18220 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18220 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18220 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18213 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetTimeseriesDefinitionRequestApmQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.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": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18110 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18187 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18203 }, "name": "resetInterval" } ], "name": "DashboardWidgetTimeseriesDefinitionRequestApmQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18175 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18191 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18207 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18168 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18181 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18197 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18124 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetTimeseriesDefinitionRequestApmQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18328 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18321 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18411 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18427 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18443 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18414 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18430 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18446 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18398 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetTimeseriesDefinitionRequestApmQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18408 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18424 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18440 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18418 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18434 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18386 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18450 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18402 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18379 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18392 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18332 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetTimeseriesDefinitionRequestApmQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19130 }, "name": "DashboardWidgetTimeseriesDefinitionRequestAuditQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19136 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19148 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19154 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19160 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19142 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetTimeseriesDefinitionRequestAuditQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18454 }, "name": "DashboardWidgetTimeseriesDefinitionRequestAuditQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18460 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18466 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18472 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetTimeseriesDefinitionRequestAuditQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18525 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18518 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18583 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18599 }, "name": "resetInterval" } ], "name": "DashboardWidgetTimeseriesDefinitionRequestAuditQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18571 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18587 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18603 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18564 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18577 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18593 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18529 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetTimeseriesDefinitionRequestAuditQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18757 }, "name": "DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18763 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18769 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18775 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18934 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18926 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18941 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18934 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18934 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18934 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18927 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18831 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18821 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18914 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18885 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18901 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18917 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18911 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18889 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18905 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18921 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18879 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18895 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18835 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18607 }, "name": "DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18613 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18625 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18619 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.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" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18671 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18736 }, "name": "resetFacet" } ], "name": "DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18724 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18740 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18753 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18717 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18730 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18746 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18682 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18945 }, "name": "DashboardWidgetTimeseriesDefinitionRequestAuditQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18951 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18957 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 18963 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetTimeseriesDefinitionRequestAuditQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19119 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19111 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19126 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19119 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19119 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19119 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19112 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19019 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19009 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19086 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19102 }, "name": "resetInterval" } ], "name": "DashboardWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19074 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19090 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19106 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19067 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19080 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19096 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19023 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19227 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19220 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19310 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19326 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19342 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19313 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19329 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19345 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19297 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetTimeseriesDefinitionRequestAuditQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19307 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19323 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19339 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19317 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19333 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19285 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19349 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19301 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19278 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19291 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19231 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetTimeseriesDefinitionRequestAuditQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormula": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormula", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20505 }, "name": "DashboardWidgetTimeseriesDefinitionRequestFormula", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#formula_expression Dashboard#formula_expression}", "stability": "stable", "summary": "A string expression built from queries, formulas, and functions." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20523 }, "name": "formulaExpression", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#alias Dashboard#alias}", "stability": "stable", "summary": "An expression alias." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20511 }, "name": "alias", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cell_display_mode Dashboard#cell_display_mode}", "stability": "stable", "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20517 }, "name": "cellDisplayMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#conditional_formats Dashboard#conditional_formats}", "stability": "stable", "summary": "conditional_formats block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20529 }, "name": "conditionalFormats", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "limit block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20535 }, "name": "limit", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaLimit" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#number_format Dashboard#number_format}", "stability": "stable", "summary": "number_format block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20541 }, "name": "numberFormat", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormat" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#style Dashboard#style}", "stability": "stable", "summary": "style block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20547 }, "name": "style", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaStyle" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetTimeseriesDefinitionRequestFormula" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaConditionalFormats": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaConditionalFormats", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19353 }, "name": "DashboardWidgetTimeseriesDefinitionRequestFormulaConditionalFormats", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#comparator Dashboard#comparator}", "stability": "stable", "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19359 }, "name": "comparator", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "The color palette to apply." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19395 }, "name": "palette", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#value Dashboard#value}", "stability": "stable", "summary": "A value for the comparator." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19407 }, "name": "value", "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}", "stability": "stable", "summary": "The color palette to apply to the background, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19365 }, "name": "customBgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}", "stability": "stable", "summary": "The color palette to apply to the foreground, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19371 }, "name": "customFgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#hide_value Dashboard#hide_value}", "stability": "stable", "summary": "Setting this to True hides values." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19377 }, "name": "hideValue", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#image_url Dashboard#image_url}", "stability": "stable", "summary": "Displays an image as the background." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19383 }, "name": "imageUrl", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The metric from the request to correlate with this conditional format." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19389 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#timeframe Dashboard#timeframe}", "stability": "stable", "summary": "Defines the displayed timeframe." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19401 }, "name": "timeframe", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetTimeseriesDefinitionRequestFormulaConditionalFormats" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19731 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19723 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19738 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsOutputReference" } } } ], "name": "DashboardWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19731 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19731 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19731 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19724 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19505 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19495 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19608 }, "name": "resetCustomBgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19624 }, "name": "resetCustomFgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19640 }, "name": "resetHideValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19656 }, "name": "resetImageUrl" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19672 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19701 }, "name": "resetTimeframe" } ], "name": "DashboardWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19596 }, "name": "comparatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19612 }, "name": "customBgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19628 }, "name": "customFgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19644 }, "name": "hideValueInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19660 }, "name": "imageUrlInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19676 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19689 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19705 }, "name": "timeframeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19718 }, "name": "valueInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19589 }, "name": "comparator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19602 }, "name": "customBgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19618 }, "name": "customFgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19634 }, "name": "hideValue", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19650 }, "name": "imageUrl", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19666 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19682 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19695 }, "name": "timeframe", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19711 }, "name": "value", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19509 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaConditionalFormats" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaLimit": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaLimit", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19742 }, "name": "DashboardWidgetTimeseriesDefinitionRequestFormulaLimit", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#count Dashboard#count}", "stability": "stable", "summary": "The number of results to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19748 }, "name": "count", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19754 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetTimeseriesDefinitionRequestFormulaLimit" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaLimitOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaLimitOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19800 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19793 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19839 }, "name": "resetCount" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19855 }, "name": "resetOrder" } ], "name": "DashboardWidgetTimeseriesDefinitionRequestFormulaLimitOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19843 }, "name": "countInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19859 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19833 }, "name": "count", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19849 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19804 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaLimit" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetTimeseriesDefinitionRequestFormulaLimitOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20819 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20811 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20826 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaOutputReference" } } } ], "name": "DashboardWidgetTimeseriesDefinitionRequestFormulaList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20819 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20819 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20819 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20812 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormula" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetTimeseriesDefinitionRequestFormulaList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormat": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormat", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20266 }, "name": "DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormat", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit Dashboard#unit}", "stability": "stable", "summary": "unit block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20272 }, "name": "unit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnit" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_scale Dashboard#unit_scale}", "stability": "stable", "summary": "unit_scale block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20278 }, "name": "unitScale", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScale" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormat" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20324 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20317 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20360 }, "name": "putUnit", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnit" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20373 }, "name": "putUnitScale", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScale" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20376 }, "name": "resetUnitScale" } ], "name": "DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20357 }, "name": "unit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20370 }, "name": "unitScale", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScaleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20364 }, "name": "unitInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnit" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20380 }, "name": "unitScaleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScale" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20328 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormat" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnit": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnit", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20064 }, "name": "DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnit", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#canonical Dashboard#canonical}", "stability": "stable", "summary": "canonical block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20070 }, "name": "canonical", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom Dashboard#custom}", "stability": "stable", "summary": "custom block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20076 }, "name": "custom", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnit" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19863 }, "name": "DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_name Dashboard#unit_name}", "stability": "stable", "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19875 }, "name": "unitName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#per_unit_name Dashboard#per_unit_name}", "stability": "stable", "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19869 }, "name": "perUnitName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19921 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19914 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19960 }, "name": "resetPerUnitName" } ], "name": "DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19964 }, "name": "perUnitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19977 }, "name": "unitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19954 }, "name": "perUnitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19970 }, "name": "unitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19925 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19981 }, "name": "DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "Unit label." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 19987 }, "name": "label", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustomOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20026 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20019 }, "name": "DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustomOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20060 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20053 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20030 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustomOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20122 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20115 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20158 }, "name": "putCanonical", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20174 }, "name": "putCustom", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20161 }, "name": "resetCanonical" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20177 }, "name": "resetCustom" } ], "name": "DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20155 }, "name": "canonical", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20171 }, "name": "custom", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustomOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20165 }, "name": "canonicalInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20181 }, "name": "customInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20126 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnit" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScale": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScale", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20185 }, "name": "DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScale", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_name Dashboard#unit_name}." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20189 }, "name": "unitName", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScale" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScaleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20228 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20221 }, "name": "DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScaleOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20262 }, "name": "unitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20255 }, "name": "unitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20232 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScale" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScaleOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20631 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20621 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20751 }, "name": "putConditionalFormats", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20767 }, "name": "putLimit", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaLimit" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20783 }, "name": "putNumberFormat", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormat" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20799 }, "name": "putStyle", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaStyle" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20709 }, "name": "resetAlias" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20725 }, "name": "resetCellDisplayMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20754 }, "name": "resetConditionalFormats" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20770 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20786 }, "name": "resetNumberFormat" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20802 }, "name": "resetStyle" } ], "name": "DashboardWidgetTimeseriesDefinitionRequestFormulaOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20748 }, "name": "conditionalFormats", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20764 }, "name": "limit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaLimitOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20780 }, "name": "numberFormat", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20796 }, "name": "style", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaStyleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20713 }, "name": "aliasInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20729 }, "name": "cellDisplayModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20758 }, "name": "conditionalFormatsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20742 }, "name": "formulaExpressionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20774 }, "name": "limitInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaLimit" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20790 }, "name": "numberFormatInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormat" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20806 }, "name": "styleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaStyle" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20703 }, "name": "alias", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20719 }, "name": "cellDisplayMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20735 }, "name": "formulaExpression", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20635 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormula" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetTimeseriesDefinitionRequestFormulaOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaStyle": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaStyle", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20384 }, "name": "DashboardWidgetTimeseriesDefinitionRequestFormulaStyle", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "The color palette used to display the formula." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20390 }, "name": "palette", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette_index Dashboard#palette_index}", "stability": "stable", "summary": "Index specifying which color to use within the palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20396 }, "name": "paletteIndex", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetTimeseriesDefinitionRequestFormulaStyle" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaStyleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaStyleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20442 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20435 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20481 }, "name": "resetPalette" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20497 }, "name": "resetPaletteIndex" } ], "name": "DashboardWidgetTimeseriesDefinitionRequestFormulaStyleOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20501 }, "name": "paletteIndexInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20485 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20475 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20491 }, "name": "paletteIndex", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20446 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaStyle" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetTimeseriesDefinitionRequestFormulaStyleOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4696 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4688 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4703 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestOutputReference" } } } ], "name": "DashboardWidgetTimeseriesDefinitionRequestList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4696 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4696 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4696 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4689 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequest" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21506 }, "name": "DashboardWidgetTimeseriesDefinitionRequestLogQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21512 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21524 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21530 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21536 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21518 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetTimeseriesDefinitionRequestLogQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20830 }, "name": "DashboardWidgetTimeseriesDefinitionRequestLogQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20836 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20842 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20848 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetTimeseriesDefinitionRequestLogQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20901 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20894 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20959 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20975 }, "name": "resetInterval" } ], "name": "DashboardWidgetTimeseriesDefinitionRequestLogQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20947 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20963 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20979 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20940 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20953 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20969 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20905 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetTimeseriesDefinitionRequestLogQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21133 }, "name": "DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21139 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21145 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21151 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21310 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21302 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21317 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21310 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21310 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21310 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21303 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21207 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21197 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21290 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21261 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21277 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21293 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21287 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21265 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21281 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21297 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21255 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21271 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21211 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20983 }, "name": "DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20989 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21001 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 20995 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21054 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21047 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21112 }, "name": "resetFacet" } ], "name": "DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21100 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21116 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21129 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21093 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21106 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21122 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21058 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21321 }, "name": "DashboardWidgetTimeseriesDefinitionRequestLogQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21327 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21333 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21339 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetTimeseriesDefinitionRequestLogQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21495 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21487 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21502 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetTimeseriesDefinitionRequestLogQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21495 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21495 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21495 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21488 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetTimeseriesDefinitionRequestLogQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21395 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21385 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21462 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21478 }, "name": "resetInterval" } ], "name": "DashboardWidgetTimeseriesDefinitionRequestLogQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21450 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21466 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21482 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21443 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21456 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21472 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21399 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetTimeseriesDefinitionRequestLogQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21603 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21596 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21686 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21702 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21718 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21689 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21705 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21721 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21673 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetTimeseriesDefinitionRequestLogQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21683 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21699 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21715 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21693 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21709 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21661 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21725 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21677 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21654 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21667 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21607 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetTimeseriesDefinitionRequestLogQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestMetadata": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestMetadata", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21729 }, "name": "DashboardWidgetTimeseriesDefinitionRequestMetadata", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#expression Dashboard#expression}", "stability": "stable", "summary": "The expression name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21741 }, "name": "expression", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#alias_name Dashboard#alias_name}", "stability": "stable", "summary": "The expression alias." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21735 }, "name": "aliasName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetTimeseriesDefinitionRequestMetadata" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestMetadataList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestMetadataList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21868 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21860 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21875 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestMetadataOutputReference" } } } ], "name": "DashboardWidgetTimeseriesDefinitionRequestMetadataList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21868 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21868 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21868 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21861 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestMetadata" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetTimeseriesDefinitionRequestMetadataList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestMetadataOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestMetadataOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21790 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21780 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21838 }, "name": "resetAliasName" } ], "name": "DashboardWidgetTimeseriesDefinitionRequestMetadataOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21842 }, "name": "aliasNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21855 }, "name": "expressionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21832 }, "name": "aliasName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21848 }, "name": "expression", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21794 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestMetadata" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetTimeseriesDefinitionRequestMetadataOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22555 }, "name": "DashboardWidgetTimeseriesDefinitionRequestNetworkQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22561 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22573 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22579 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22585 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22567 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetTimeseriesDefinitionRequestNetworkQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21879 }, "name": "DashboardWidgetTimeseriesDefinitionRequestNetworkQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21885 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21891 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21897 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetTimeseriesDefinitionRequestNetworkQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21950 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21943 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22008 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22024 }, "name": "resetInterval" } ], "name": "DashboardWidgetTimeseriesDefinitionRequestNetworkQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21996 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22012 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22028 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21989 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22002 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22018 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 21954 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetTimeseriesDefinitionRequestNetworkQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22182 }, "name": "DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22188 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22194 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22200 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22359 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22351 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22366 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22359 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22359 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22359 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22352 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22256 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22246 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22339 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22310 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22326 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22342 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22336 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22314 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22330 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22346 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22304 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22320 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22260 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22032 }, "name": "DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22038 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22050 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22044 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22103 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22096 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22161 }, "name": "resetFacet" } ], "name": "DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22149 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22165 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22178 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22142 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22155 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22171 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22107 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22370 }, "name": "DashboardWidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22376 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22382 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22388 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22544 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22536 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22551 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22544 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22544 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22544 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22537 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22444 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22434 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22511 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22527 }, "name": "resetInterval" } ], "name": "DashboardWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22499 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22515 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22531 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22492 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22505 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22521 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22448 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22652 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22645 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22735 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22751 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22767 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22738 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22754 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22770 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22722 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetTimeseriesDefinitionRequestNetworkQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22732 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22748 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22764 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22742 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22758 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22710 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22774 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22726 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22703 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22716 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22656 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetTimeseriesDefinitionRequestNetworkQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4351 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4341 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4516 }, "name": "putApmQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4532 }, "name": "putAuditQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4548 }, "name": "putFormula", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormula" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4564 }, "name": "putLogQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4580 }, "name": "putMetadata", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestMetadata" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4596 }, "name": "putNetworkQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4612 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4628 }, "name": "putQuery", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQuery" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4644 }, "name": "putRumQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4660 }, "name": "putSecurityQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4676 }, "name": "putStyle", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestStyle" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4519 }, "name": "resetApmQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4535 }, "name": "resetAuditQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4471 }, "name": "resetDisplayType" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4551 }, "name": "resetFormula" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4567 }, "name": "resetLogQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4583 }, "name": "resetMetadata" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4599 }, "name": "resetNetworkQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4487 }, "name": "resetOnRightYaxis" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4615 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4503 }, "name": "resetQ" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4631 }, "name": "resetQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4647 }, "name": "resetRumQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4663 }, "name": "resetSecurityQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4679 }, "name": "resetStyle" } ], "name": "DashboardWidgetTimeseriesDefinitionRequestOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4513 }, "name": "apmQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4529 }, "name": "auditQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4545 }, "name": "formula", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4561 }, "name": "logQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4577 }, "name": "metadata", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestMetadataList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4593 }, "name": "networkQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4609 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4625 }, "name": "query", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4641 }, "name": "rumQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4657 }, "name": "securityQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4673 }, "name": "style", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestStyleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4523 }, "name": "apmQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4539 }, "name": "auditQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4475 }, "name": "displayTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4555 }, "name": "formulaInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormula" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4571 }, "name": "logQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4587 }, "name": "metadataInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestMetadata" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4603 }, "name": "networkQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4491 }, "name": "onRightYaxisInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4619 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4507 }, "name": "qInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4635 }, "name": "queryInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQuery" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4651 }, "name": "rumQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4667 }, "name": "securityQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4683 }, "name": "styleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestStyle" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4465 }, "name": "displayType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4481 }, "name": "onRightYaxis", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4497 }, "name": "q", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4355 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequest" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22778 }, "name": "DashboardWidgetTimeseriesDefinitionRequestProcessQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "Your chosen metric." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22796 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#filter_by Dashboard#filter_by}", "stability": "stable", "summary": "A list of processes." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22784 }, "name": "filterBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The max number of items in the filter list." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22790 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_by Dashboard#search_by}", "stability": "stable", "summary": "Your chosen search term." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22802 }, "name": "searchBy", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetTimeseriesDefinitionRequestProcessQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22862 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22855 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22913 }, "name": "resetFilterBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22929 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22958 }, "name": "resetSearchBy" } ], "name": "DashboardWidgetTimeseriesDefinitionRequestProcessQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22917 }, "name": "filterByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22933 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22946 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22962 }, "name": "searchByInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22907 }, "name": "filterBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22923 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22939 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22952 }, "name": "searchBy", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22866 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestProcessQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetTimeseriesDefinitionRequestProcessQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1852 }, "name": "DashboardWidgetTimeseriesDefinitionRequestQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_dependency_stats_query Dashboard#apm_dependency_stats_query}", "stability": "stable", "summary": "apm_dependency_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1858 }, "name": "apmDependencyStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_resource_stats_query Dashboard#apm_resource_stats_query}", "stability": "stable", "summary": "apm_resource_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1864 }, "name": "apmResourceStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cloud_cost_query Dashboard#cloud_cost_query}", "stability": "stable", "summary": "cloud_cost_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1870 }, "name": "cloudCostQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryCloudCostQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#event_query Dashboard#event_query}", "stability": "stable", "summary": "event_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1876 }, "name": "eventQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric_query Dashboard#metric_query}", "stability": "stable", "summary": "metric_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1882 }, "name": "metricQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryMetricQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#process_query Dashboard#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1888 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_query Dashboard#slo_query}", "stability": "stable", "summary": "slo_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1894 }, "name": "sloQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQuerySloQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22966 }, "name": "DashboardWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22978 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#env Dashboard#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22984 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22996 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#operation_name Dashboard#operation_name}", "stability": "stable", "summary": "Name of operation on service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 23002 }, "name": "operationName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#resource_name Dashboard#resource_name}", "stability": "stable", "summary": "APM resource." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 23020 }, "name": "resourceName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#service Dashboard#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 23026 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#stat Dashboard#stat}", "stability": "stable", "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 23032 }, "name": "stat", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22972 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_upstream Dashboard#is_upstream}", "stability": "stable", "summary": "Determines whether stats for upstream or downstream dependencies should be queried." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 22990 }, "name": "isUpstream", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}", "stability": "stable", "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 23008 }, "name": "primaryTagName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}", "stability": "stable", "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 23014 }, "name": "primaryTagValue", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 23141 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 23134 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 23234 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 23276 }, "name": "resetIsUpstream" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 23318 }, "name": "resetPrimaryTagName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 23334 }, "name": "resetPrimaryTagValue" } ], "name": "DashboardWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 23238 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 23251 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 23264 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 23280 }, "name": "isUpstreamInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 23293 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 23306 }, "name": "operationNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 23322 }, "name": "primaryTagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 23338 }, "name": "primaryTagValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 23351 }, "name": "resourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 23364 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 23377 }, "name": "statInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 23228 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 23244 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 23257 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 23270 }, "name": "isUpstream", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 23286 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 23299 }, "name": "operationName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 23312 }, "name": "primaryTagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 23328 }, "name": "primaryTagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 23344 }, "name": "resourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 23357 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 23370 }, "name": "stat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 23145 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 23381 }, "name": "DashboardWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 23393 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#env Dashboard#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 23399 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 23411 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#service Dashboard#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 23441 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#stat Dashboard#stat}", "stability": "stable", "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 23447 }, "name": "stat", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 23387 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "Array of fields to group results by." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 23405 }, "name": "groupBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#operation_name Dashboard#operation_name}", "stability": "stable", "summary": "Name of operation on service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 23417 }, "name": "operationName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}", "stability": "stable", "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 23423 }, "name": "primaryTagName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}", "stability": "stable", "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 23429 }, "name": "primaryTagValue", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#resource_name Dashboard#resource_name}", "stability": "stable", "summary": "APM resource." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 23435 }, "name": "resourceName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 23556 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 23549 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 23649 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 23691 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 23720 }, "name": "resetOperationName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 23736 }, "name": "resetPrimaryTagName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 23752 }, "name": "resetPrimaryTagValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 23768 }, "name": "resetResourceName" } ], "name": "DashboardWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 23653 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 23666 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 23679 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 23695 }, "name": "groupByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 23708 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 23724 }, "name": "operationNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 23740 }, "name": "primaryTagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 23756 }, "name": "primaryTagValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 23772 }, "name": "resourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 23785 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 23798 }, "name": "statInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 23643 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 23659 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 23672 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 23685 }, "name": "groupBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 23701 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 23714 }, "name": "operationName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 23730 }, "name": "primaryTagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 23746 }, "name": "primaryTagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 23762 }, "name": "resourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 23778 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 23791 }, "name": "stat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 23560 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryCloudCostQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryCloudCostQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 23802 }, "name": "DashboardWidgetTimeseriesDefinitionRequestQueryCloudCostQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 23820 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 23826 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The cloud cost query definition." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 23832 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 23808 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 23814 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetTimeseriesDefinitionRequestQueryCloudCostQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryCloudCostQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryCloudCostQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 23899 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 23892 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 23956 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 23972 }, "name": "resetCrossOrgUuids" } ], "name": "DashboardWidgetTimeseriesDefinitionRequestQueryCloudCostQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 23960 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 23976 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 23989 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 24002 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 24015 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 23950 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 23966 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 23982 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 23995 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 24008 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 23903 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryCloudCostQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetTimeseriesDefinitionRequestQueryCloudCostQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 596 }, "name": "DashboardWidgetTimeseriesDefinitionRequestQueryEventQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute Dashboard#compute}", "stability": "stable", "summary": "compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 632 }, "name": "compute", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for event platform-based queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 608 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 620 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 602 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 638 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#indexes Dashboard#indexes}", "stability": "stable", "summary": "An array of index names to query in the stream." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 614 }, "name": "indexes", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search Dashboard#search}", "stability": "stable", "summary": "search block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 644 }, "name": "search", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQuerySearch" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#storage Dashboard#storage}", "stability": "stable", "summary": "Storage location (private beta)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 626 }, "name": "storage", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestQueryEventQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 24019 }, "name": "DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation methods for event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 24025 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "A time interval in milliseconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 24031 }, "name": "interval", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The measurable attribute to compute." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 24037 }, "name": "metric", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 24193 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 24185 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 24200 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryComputeOutputReference" } } } ], "name": "DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 24193 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 24193 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 24193 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 24186 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 24093 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 24083 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 24160 }, "name": "resetInterval" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 24176 }, "name": "resetMetric" } ], "name": "DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 24148 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 24164 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 24180 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 24141 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 24154 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 24170 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6400.ts", "line": 24097 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 328 }, "name": "DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The event facet." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 334 }, "name": "facet", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The number of groups to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 340 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort Dashboard#sort}", "stability": "stable", "summary": "sort block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 346 }, "name": "sort", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySort" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.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" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 494 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 509 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 502 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 502 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 502 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 495 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 402 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 392 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 482 }, "name": "putSort", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySort" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 469 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 485 }, "name": "resetSort" } ], "name": "DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 479 }, "name": "sort", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySortOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 457 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 473 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 489 }, "name": "sortInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySort" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 450 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 463 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 406 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySort": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySort", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 175 }, "name": "DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySort", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation methods for the event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 181 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The metric used for sorting group by results." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 187 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Direction of sort. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 193 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySort" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySortOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySortOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 246 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 239 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 304 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 320 }, "name": "resetOrder" } ], "name": "DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySortOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 292 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 308 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 324 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 285 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 298 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 314 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 250 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySort" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySortOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 732 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 725 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 878 }, "name": "putCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 891 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 907 }, "name": "putSearch", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQuerySearch" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 807 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 894 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 836 }, "name": "resetIndexes" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 910 }, "name": "resetSearch" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 865 }, "name": "resetStorage" } ], "name": "DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 875 }, "name": "compute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 888 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 904 }, "name": "search", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQuerySearchOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 882 }, "name": "computeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 811 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 824 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 898 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 840 }, "name": "indexesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 853 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 914 }, "name": "searchInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQuerySearch" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 869 }, "name": "storageInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 801 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 817 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 830 }, "name": "indexes", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 846 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 859 }, "name": "storage", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 736 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQuerySearch": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQuerySearch", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 513 }, "name": "DashboardWidgetTimeseriesDefinitionRequestQueryEventQuerySearch", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The events search string." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 519 }, "name": "query", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestQueryEventQuerySearch" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQuerySearchOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQuerySearchOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 558 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 551 }, "name": "DashboardWidgetTimeseriesDefinitionRequestQueryEventQuerySearchOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 592 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 585 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 562 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQuerySearch" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestQueryEventQuerySearchOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2169 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2161 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2176 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryOutputReference" } } } ], "name": "DashboardWidgetTimeseriesDefinitionRequestQueryList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2169 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2169 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2169 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2162 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQuery" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestQueryList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryMetricQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryMetricQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 918 }, "name": "DashboardWidgetTimeseriesDefinitionRequestQueryMetricQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 942 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The metrics query definition." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 948 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 924 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 930 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for metrics queries. Defaults to `\"metrics\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 936 }, "name": "dataSource", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestQueryMetricQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryMetricQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryMetricQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1015 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1008 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1072 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1088 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1104 }, "name": "resetDataSource" } ], "name": "DashboardWidgetTimeseriesDefinitionRequestQueryMetricQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1076 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1092 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1108 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1121 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1134 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1066 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1082 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1098 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1114 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1127 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1019 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryMetricQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestQueryMetricQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1978 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1968 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2053 }, "name": "putApmDependencyStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2069 }, "name": "putApmResourceStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2085 }, "name": "putCloudCostQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryCloudCostQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2101 }, "name": "putEventQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2117 }, "name": "putMetricQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryMetricQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2133 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2149 }, "name": "putSloQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQuerySloQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2056 }, "name": "resetApmDependencyStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2072 }, "name": "resetApmResourceStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2088 }, "name": "resetCloudCostQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2104 }, "name": "resetEventQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2120 }, "name": "resetMetricQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2136 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2152 }, "name": "resetSloQuery" } ], "name": "DashboardWidgetTimeseriesDefinitionRequestQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2050 }, "name": "apmDependencyStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2066 }, "name": "apmResourceStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2082 }, "name": "cloudCostQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryCloudCostQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2098 }, "name": "eventQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2114 }, "name": "metricQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryMetricQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2130 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2146 }, "name": "sloQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQuerySloQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2060 }, "name": "apmDependencyStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2076 }, "name": "apmResourceStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2092 }, "name": "cloudCostQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryCloudCostQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2108 }, "name": "eventQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2124 }, "name": "metricQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryMetricQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2140 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2156 }, "name": "sloQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQuerySloQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1982 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQuery" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1138 }, "name": "DashboardWidgetTimeseriesDefinitionRequestQueryProcessQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for process queries. Valid values are `process`, `container`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1156 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The process metric name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1174 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1180 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1144 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1150 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_normalized_cpu Dashboard#is_normalized_cpu}", "stability": "stable", "summary": "Whether to normalize the CPU percentages." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1162 }, "name": "isNormalizedCpu", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The number of hits to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1168 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort Dashboard#sort}", "stability": "stable", "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1186 }, "name": "sort", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#tag_filters Dashboard#tag_filters}", "stability": "stable", "summary": "An array of tags to filter by." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1192 }, "name": "tagFilters", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#text_filter Dashboard#text_filter}", "stability": "stable", "summary": "The text to use as a filter." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1198 }, "name": "textFilter", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestQueryProcessQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1300 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1293 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1387 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1403 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1432 }, "name": "resetIsNormalizedCpu" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1448 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1490 }, "name": "resetSort" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1506 }, "name": "resetTagFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1522 }, "name": "resetTextFilter" } ], "name": "DashboardWidgetTimeseriesDefinitionRequestQueryProcessQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1391 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1407 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1420 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1436 }, "name": "isNormalizedCpuInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1452 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1465 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1478 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1494 }, "name": "sortInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1510 }, "name": "tagFiltersInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1526 }, "name": "textFilterInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1381 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1397 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1413 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1426 }, "name": "isNormalizedCpu", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1442 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1458 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1471 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1484 }, "name": "sort", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1500 }, "name": "tagFilters", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1516 }, "name": "textFilter", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1304 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryProcessQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestQueryProcessQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQuerySloQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQuerySloQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1530 }, "name": "DashboardWidgetTimeseriesDefinitionRequestQuerySloQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for SLO queries. Valid values are `slo`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1548 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#measure Dashboard#measure}", "stability": "stable", "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1560 }, "name": "measure", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_id Dashboard#slo_id}", "stability": "stable", "summary": "ID of an SLO to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1572 }, "name": "sloId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#additional_query_filters Dashboard#additional_query_filters}", "stability": "stable", "summary": "Additional filters applied to the SLO query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1536 }, "name": "additionalQueryFilters", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1542 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_mode Dashboard#group_mode}", "stability": "stable", "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1554 }, "name": "groupMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1566 }, "name": "name", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_query_type Dashboard#slo_query_type}", "stability": "stable", "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1578 }, "name": "sloQueryType", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestQuerySloQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQuerySloQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQuerySloQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1666 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1659 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1741 }, "name": "resetAdditionalQueryFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1757 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1786 }, "name": "resetGroupMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1815 }, "name": "resetName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1844 }, "name": "resetSloQueryType" } ], "name": "DashboardWidgetTimeseriesDefinitionRequestQuerySloQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1745 }, "name": "additionalQueryFiltersInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1761 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1774 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1790 }, "name": "groupModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1803 }, "name": "measureInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1819 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1832 }, "name": "sloIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1848 }, "name": "sloQueryTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1735 }, "name": "additionalQueryFilters", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1751 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1767 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1780 }, "name": "groupMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1796 }, "name": "measure", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1809 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1825 }, "name": "sloId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1838 }, "name": "sloQueryType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 1670 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQuerySloQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestQuerySloQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2856 }, "name": "DashboardWidgetTimeseriesDefinitionRequestRumQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2862 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2874 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2880 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2886 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2868 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestRumQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2180 }, "name": "DashboardWidgetTimeseriesDefinitionRequestRumQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2186 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2192 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2198 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestRumQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2251 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2244 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2309 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2325 }, "name": "resetInterval" } ], "name": "DashboardWidgetTimeseriesDefinitionRequestRumQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2297 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2313 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2329 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2290 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2303 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2319 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2255 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestRumQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2483 }, "name": "DashboardWidgetTimeseriesDefinitionRequestRumQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2489 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2495 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2501 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestRumQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2660 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2652 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2667 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetTimeseriesDefinitionRequestRumQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2660 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2660 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2660 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2653 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestRumQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2557 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2547 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2640 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2611 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2627 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2643 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetTimeseriesDefinitionRequestRumQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2637 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2615 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2631 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2647 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2605 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2621 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2561 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestRumQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2333 }, "name": "DashboardWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2339 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2351 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2345 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2404 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2397 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2462 }, "name": "resetFacet" } ], "name": "DashboardWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2450 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2466 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2479 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2443 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2456 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2472 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2408 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2671 }, "name": "DashboardWidgetTimeseriesDefinitionRequestRumQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2677 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2683 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2689 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestRumQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2845 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2837 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2852 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetTimeseriesDefinitionRequestRumQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2845 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2845 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2845 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2838 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestRumQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2745 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2735 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2812 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2828 }, "name": "resetInterval" } ], "name": "DashboardWidgetTimeseriesDefinitionRequestRumQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2800 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2816 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2832 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2793 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2806 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2822 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2749 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestRumQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2953 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2946 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3036 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3052 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3068 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3039 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3055 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3071 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3023 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetTimeseriesDefinitionRequestRumQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3033 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3049 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3065 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3043 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3059 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3011 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3075 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3027 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3004 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3017 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 2957 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestRumQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3755 }, "name": "DashboardWidgetTimeseriesDefinitionRequestSecurityQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3761 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3773 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3779 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3785 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3767 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestSecurityQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3079 }, "name": "DashboardWidgetTimeseriesDefinitionRequestSecurityQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3085 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3091 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3097 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestSecurityQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3150 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3143 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3208 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3224 }, "name": "resetInterval" } ], "name": "DashboardWidgetTimeseriesDefinitionRequestSecurityQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3196 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3212 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3228 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3189 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3202 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3218 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3154 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestSecurityQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3382 }, "name": "DashboardWidgetTimeseriesDefinitionRequestSecurityQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3388 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3394 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3400 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestSecurityQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3559 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3551 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3566 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetTimeseriesDefinitionRequestSecurityQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3559 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3559 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3559 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3552 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestSecurityQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3456 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3446 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3539 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3510 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3526 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3542 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetTimeseriesDefinitionRequestSecurityQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3536 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3514 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3530 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3546 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3504 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3520 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3460 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestSecurityQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3232 }, "name": "DashboardWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3238 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3250 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3244 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3303 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3296 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3361 }, "name": "resetFacet" } ], "name": "DashboardWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3349 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3365 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3378 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3342 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3355 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3371 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3307 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3570 }, "name": "DashboardWidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3576 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3582 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3588 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3744 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3736 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3751 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3744 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3744 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3744 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3737 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3644 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3634 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3711 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3727 }, "name": "resetInterval" } ], "name": "DashboardWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3699 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3715 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3731 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3692 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3705 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3721 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3648 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.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" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3845 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3935 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3951 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3967 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3938 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3954 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3970 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3922 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetTimeseriesDefinitionRequestSecurityQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3932 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3948 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3964 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3942 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3958 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3910 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3974 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3926 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3903 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3916 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3856 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestSecurityQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestStyle": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestStyle", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3978 }, "name": "DashboardWidgetTimeseriesDefinitionRequestStyle", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#line_type Dashboard#line_type}", "stability": "stable", "summary": "The type of lines displayed. Valid values are `dashed`, `dotted`, `solid`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3984 }, "name": "lineType", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#line_width Dashboard#line_width}", "stability": "stable", "summary": "The width of line displayed. Valid values are `normal`, `thick`, `thin`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3990 }, "name": "lineWidth", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 3996 }, "name": "palette", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestStyle" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestStyleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestStyleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4049 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4042 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4094 }, "name": "resetLineType" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4110 }, "name": "resetLineWidth" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4126 }, "name": "resetPalette" } ], "name": "DashboardWidgetTimeseriesDefinitionRequestStyleOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4098 }, "name": "lineTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4114 }, "name": "lineWidthInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4130 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4088 }, "name": "lineType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4104 }, "name": "lineWidth", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4120 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4053 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestStyle" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestStyleOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRightYaxis": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRightYaxis", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4707 }, "name": "DashboardWidgetTimeseriesDefinitionRightYaxis", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#include_zero Dashboard#include_zero}", "stability": "stable", "summary": "Always include zero or fit the axis to the data range." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4713 }, "name": "includeZero", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "The label of the axis to display on the graph." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4719 }, "name": "label", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#max Dashboard#max}", "stability": "stable", "summary": "Specify the maximum value to show on the Y-axis." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4725 }, "name": "max", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#min Dashboard#min}", "stability": "stable", "summary": "Specify the minimum value to show on the Y-axis." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4731 }, "name": "min", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#scale Dashboard#scale}", "stability": "stable", "summary": "Specify the scale type, options: `linear`, `log`, `pow`, `sqrt`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4737 }, "name": "scale", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRightYaxis" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRightYaxisOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRightYaxisOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4804 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4797 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4861 }, "name": "resetIncludeZero" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4877 }, "name": "resetLabel" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4893 }, "name": "resetMax" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4909 }, "name": "resetMin" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4925 }, "name": "resetScale" } ], "name": "DashboardWidgetTimeseriesDefinitionRightYaxisOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4865 }, "name": "includeZeroInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4881 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4897 }, "name": "maxInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4913 }, "name": "minInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4929 }, "name": "scaleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4855 }, "name": "includeZero", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4871 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4887 }, "name": "max", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4903 }, "name": "min", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4919 }, "name": "scale", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4808 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRightYaxis" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRightYaxisOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionYaxis": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionYaxis", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4933 }, "name": "DashboardWidgetTimeseriesDefinitionYaxis", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#include_zero Dashboard#include_zero}", "stability": "stable", "summary": "Always include zero or fit the axis to the data range." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4939 }, "name": "includeZero", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "The label of the axis to display on the graph." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4945 }, "name": "label", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#max Dashboard#max}", "stability": "stable", "summary": "Specify the maximum value to show on the Y-axis." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4951 }, "name": "max", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#min Dashboard#min}", "stability": "stable", "summary": "Specify the minimum value to show on the Y-axis." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4957 }, "name": "min", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#scale Dashboard#scale}", "stability": "stable", "summary": "Specify the scale type, options: `linear`, `log`, `pow`, `sqrt`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 4963 }, "name": "scale", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionYaxis" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionYaxisOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionYaxisOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.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" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5023 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5087 }, "name": "resetIncludeZero" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5103 }, "name": "resetLabel" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5119 }, "name": "resetMax" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5135 }, "name": "resetMin" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5151 }, "name": "resetScale" } ], "name": "DashboardWidgetTimeseriesDefinitionYaxisOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5091 }, "name": "includeZeroInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5107 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5123 }, "name": "maxInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5139 }, "name": "minInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5155 }, "name": "scaleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5081 }, "name": "includeZero", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5097 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5113 }, "name": "max", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5129 }, "name": "min", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5145 }, "name": "scale", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5034 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionYaxis" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionYaxisOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinition", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16572 }, "name": "DashboardWidgetToplistDefinition", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_link Dashboard#custom_link}", "stability": "stable", "summary": "custom_link block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16602 }, "name": "customLink", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#live_span Dashboard#live_span}", "stability": "stable", "summary": "The timeframe to use when displaying the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16578 }, "name": "liveSpan", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#request Dashboard#request}", "stability": "stable", "summary": "request block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16608 }, "name": "request", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequest" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#style Dashboard#style}", "stability": "stable", "summary": "style block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16614 }, "name": "style", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionStyle" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title Dashboard#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16584 }, "name": "title", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_align Dashboard#title_align}", "stability": "stable", "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16590 }, "name": "titleAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_size Dashboard#title_size}", "stability": "stable", "summary": "The size of the widget's title (defaults to 16)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16596 }, "name": "titleSize", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinition" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionCustomLink": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionCustomLink", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5700 }, "name": "DashboardWidgetToplistDefinitionCustomLink", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_hidden Dashboard#is_hidden}", "stability": "stable", "summary": "The flag for toggling context menu link visibility." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5706 }, "name": "isHidden", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "The label for the custom link URL." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5712 }, "name": "label", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#link Dashboard#link}", "stability": "stable", "summary": "The URL of the custom link." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5718 }, "name": "link", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#override_label Dashboard#override_label}", "stability": "stable", "summary": "The label ID that refers to a context menu link item." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5724 }, "name": "overrideLabel", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionCustomLink" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionCustomLinkList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionCustomLinkList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5912 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5904 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5919 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionCustomLinkOutputReference" } } } ], "name": "DashboardWidgetToplistDefinitionCustomLinkList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5912 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5912 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5912 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5905 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionCustomLink" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionCustomLinkList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionCustomLinkOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionCustomLinkOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5787 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5777 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5847 }, "name": "resetIsHidden" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5863 }, "name": "resetLabel" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5879 }, "name": "resetLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5895 }, "name": "resetOverrideLabel" } ], "name": "DashboardWidgetToplistDefinitionCustomLinkOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5851 }, "name": "isHiddenInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5867 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5883 }, "name": "linkInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5899 }, "name": "overrideLabelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5841 }, "name": "isHidden", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5857 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5873 }, "name": "link", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5889 }, "name": "overrideLabel", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5791 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionCustomLink" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionCustomLinkOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16695 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16688 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16825 }, "name": "putCustomLink", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionCustomLink" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16841 }, "name": "putRequest", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequest" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16857 }, "name": "putStyle", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionStyle" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16828 }, "name": "resetCustomLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16764 }, "name": "resetLiveSpan" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16844 }, "name": "resetRequest" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16860 }, "name": "resetStyle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16780 }, "name": "resetTitle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16796 }, "name": "resetTitleAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16812 }, "name": "resetTitleSize" } ], "name": "DashboardWidgetToplistDefinitionOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16822 }, "name": "customLink", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionCustomLinkList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16838 }, "name": "request", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16854 }, "name": "style", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionStyleList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16832 }, "name": "customLinkInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16768 }, "name": "liveSpanInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16848 }, "name": "requestInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequest" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16864 }, "name": "styleInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionStyle" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16800 }, "name": "titleAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16784 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16816 }, "name": "titleSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16758 }, "name": "liveSpan", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16774 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16790 }, "name": "titleAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16806 }, "name": "titleSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16699 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinition" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequest": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequest", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15801 }, "name": "DashboardWidgetToplistDefinitionRequest", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_query Dashboard#apm_query}", "stability": "stable", "summary": "apm_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15813 }, "name": "apmQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#audit_query Dashboard#audit_query}", "stability": "stable", "summary": "audit_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15819 }, "name": "auditQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#conditional_formats Dashboard#conditional_formats}", "stability": "stable", "summary": "conditional_formats block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15825 }, "name": "conditionalFormats", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestConditionalFormats" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#formula Dashboard#formula}", "stability": "stable", "summary": "formula block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15831 }, "name": "formula", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormula" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#log_query Dashboard#log_query}", "stability": "stable", "summary": "log_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15837 }, "name": "logQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#process_query Dashboard#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15843 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#q Dashboard#q}", "stability": "stable", "summary": "The metric query to use for this widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15807 }, "name": "q", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15849 }, "name": "query", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQuery" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#rum_query Dashboard#rum_query}", "stability": "stable", "summary": "rum_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15855 }, "name": "rumQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#security_query Dashboard#security_query}", "stability": "stable", "summary": "security_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15861 }, "name": "securityQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#style Dashboard#style}", "stability": "stable", "summary": "style block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15867 }, "name": "style", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestStyle" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequest" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6599 }, "name": "DashboardWidgetToplistDefinitionRequestApmQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6605 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6617 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6623 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6629 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6611 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestApmQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5923 }, "name": "DashboardWidgetToplistDefinitionRequestApmQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5929 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5935 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5941 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestApmQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5994 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5987 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6052 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6068 }, "name": "resetInterval" } ], "name": "DashboardWidgetToplistDefinitionRequestApmQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6040 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6056 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6072 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6033 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6046 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6062 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 5998 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestApmQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6226 }, "name": "DashboardWidgetToplistDefinitionRequestApmQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6232 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6238 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6244 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestApmQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6403 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6395 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6410 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetToplistDefinitionRequestApmQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6403 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6403 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6403 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6396 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestApmQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6300 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6290 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6383 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6354 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6370 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6386 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetToplistDefinitionRequestApmQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6380 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6358 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6374 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6390 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6348 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6364 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6304 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestApmQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6076 }, "name": "DashboardWidgetToplistDefinitionRequestApmQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6082 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6094 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6088 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestApmQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6147 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6140 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6205 }, "name": "resetFacet" } ], "name": "DashboardWidgetToplistDefinitionRequestApmQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6193 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6209 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6222 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6186 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6199 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6215 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6151 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestApmQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6414 }, "name": "DashboardWidgetToplistDefinitionRequestApmQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6420 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6426 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6432 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestApmQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6588 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6580 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6595 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetToplistDefinitionRequestApmQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6588 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6588 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6588 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6581 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestApmQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6488 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6478 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6555 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6571 }, "name": "resetInterval" } ], "name": "DashboardWidgetToplistDefinitionRequestApmQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6543 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6559 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6575 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6536 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6549 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6565 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6492 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestApmQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6696 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6689 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6779 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6795 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6811 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6782 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6798 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6814 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6766 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetToplistDefinitionRequestApmQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6776 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6792 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6808 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6786 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6802 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6754 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6818 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6770 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6747 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6760 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6700 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestApmQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7498 }, "name": "DashboardWidgetToplistDefinitionRequestAuditQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7504 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7516 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7522 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7528 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7510 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestAuditQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6822 }, "name": "DashboardWidgetToplistDefinitionRequestAuditQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6828 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6834 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6840 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestAuditQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6893 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6886 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6951 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6967 }, "name": "resetInterval" } ], "name": "DashboardWidgetToplistDefinitionRequestAuditQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6939 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6955 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6971 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6932 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6945 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6961 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6897 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestAuditQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7125 }, "name": "DashboardWidgetToplistDefinitionRequestAuditQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7131 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7137 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7143 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestAuditQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7302 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7294 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7309 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetToplistDefinitionRequestAuditQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7302 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7302 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7302 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7295 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestAuditQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7199 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7189 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7282 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7253 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7269 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7285 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetToplistDefinitionRequestAuditQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7279 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7257 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7273 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7289 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7247 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7263 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7203 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestAuditQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6975 }, "name": "DashboardWidgetToplistDefinitionRequestAuditQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6981 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6993 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 6987 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestAuditQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.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/index-structs/structs6800.ts", "line": 7039 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7104 }, "name": "resetFacet" } ], "name": "DashboardWidgetToplistDefinitionRequestAuditQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7092 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7108 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7121 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7085 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7098 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7114 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7050 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestAuditQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7313 }, "name": "DashboardWidgetToplistDefinitionRequestAuditQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7319 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7325 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7331 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestAuditQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7487 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7479 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7494 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetToplistDefinitionRequestAuditQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7487 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7487 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7487 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7480 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestAuditQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7387 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7377 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7454 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7470 }, "name": "resetInterval" } ], "name": "DashboardWidgetToplistDefinitionRequestAuditQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7442 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7458 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7474 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7435 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7448 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7464 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7391 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestAuditQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7595 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7588 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7678 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7694 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7710 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7681 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7697 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7713 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7665 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetToplistDefinitionRequestAuditQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7675 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7691 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7707 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7685 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7701 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7653 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7717 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7669 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7646 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7659 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7599 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestAuditQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestConditionalFormats": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestConditionalFormats", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7721 }, "name": "DashboardWidgetToplistDefinitionRequestConditionalFormats", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#comparator Dashboard#comparator}", "stability": "stable", "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7727 }, "name": "comparator", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "The color palette to apply." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7763 }, "name": "palette", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#value Dashboard#value}", "stability": "stable", "summary": "A value for the comparator." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7775 }, "name": "value", "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}", "stability": "stable", "summary": "The color palette to apply to the background, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7733 }, "name": "customBgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}", "stability": "stable", "summary": "The color palette to apply to the foreground, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7739 }, "name": "customFgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#hide_value Dashboard#hide_value}", "stability": "stable", "summary": "Setting this to True hides values." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7745 }, "name": "hideValue", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#image_url Dashboard#image_url}", "stability": "stable", "summary": "Displays an image as the background." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7751 }, "name": "imageUrl", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The metric from the request to correlate with this conditional format." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7757 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#timeframe Dashboard#timeframe}", "stability": "stable", "summary": "Defines the displayed timeframe." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7769 }, "name": "timeframe", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestConditionalFormats" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestConditionalFormatsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestConditionalFormatsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8099 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8091 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8106 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestConditionalFormatsOutputReference" } } } ], "name": "DashboardWidgetToplistDefinitionRequestConditionalFormatsList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8099 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8099 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8099 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8092 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestConditionalFormats" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestConditionalFormatsList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestConditionalFormatsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestConditionalFormatsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7873 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7863 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7976 }, "name": "resetCustomBgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7992 }, "name": "resetCustomFgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8008 }, "name": "resetHideValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8024 }, "name": "resetImageUrl" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8040 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8069 }, "name": "resetTimeframe" } ], "name": "DashboardWidgetToplistDefinitionRequestConditionalFormatsOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7964 }, "name": "comparatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7980 }, "name": "customBgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7996 }, "name": "customFgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8012 }, "name": "hideValueInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8028 }, "name": "imageUrlInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8044 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8057 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8073 }, "name": "timeframeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8086 }, "name": "valueInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7957 }, "name": "comparator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7970 }, "name": "customBgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7986 }, "name": "customFgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8002 }, "name": "hideValue", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8018 }, "name": "imageUrl", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8034 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8050 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8063 }, "name": "timeframe", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8079 }, "name": "value", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 7877 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestConditionalFormats" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestConditionalFormatsOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormula": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormula", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9262 }, "name": "DashboardWidgetToplistDefinitionRequestFormula", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#formula_expression Dashboard#formula_expression}", "stability": "stable", "summary": "A string expression built from queries, formulas, and functions." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9280 }, "name": "formulaExpression", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#alias Dashboard#alias}", "stability": "stable", "summary": "An expression alias." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9268 }, "name": "alias", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cell_display_mode Dashboard#cell_display_mode}", "stability": "stable", "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9274 }, "name": "cellDisplayMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#conditional_formats Dashboard#conditional_formats}", "stability": "stable", "summary": "conditional_formats block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9286 }, "name": "conditionalFormats", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "limit block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9292 }, "name": "limit", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaLimit" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#number_format Dashboard#number_format}", "stability": "stable", "summary": "number_format block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9298 }, "name": "numberFormat", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaNumberFormat" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#style Dashboard#style}", "stability": "stable", "summary": "style block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9304 }, "name": "style", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaStyle" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestFormula" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaConditionalFormats": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaConditionalFormats", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8110 }, "name": "DashboardWidgetToplistDefinitionRequestFormulaConditionalFormats", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#comparator Dashboard#comparator}", "stability": "stable", "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8116 }, "name": "comparator", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "The color palette to apply." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8152 }, "name": "palette", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#value Dashboard#value}", "stability": "stable", "summary": "A value for the comparator." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8164 }, "name": "value", "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}", "stability": "stable", "summary": "The color palette to apply to the background, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8122 }, "name": "customBgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}", "stability": "stable", "summary": "The color palette to apply to the foreground, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8128 }, "name": "customFgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#hide_value Dashboard#hide_value}", "stability": "stable", "summary": "Setting this to True hides values." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8134 }, "name": "hideValue", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#image_url Dashboard#image_url}", "stability": "stable", "summary": "Displays an image as the background." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8140 }, "name": "imageUrl", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The metric from the request to correlate with this conditional format." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8146 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#timeframe Dashboard#timeframe}", "stability": "stable", "summary": "Defines the displayed timeframe." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8158 }, "name": "timeframe", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestFormulaConditionalFormats" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaConditionalFormatsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaConditionalFormatsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8488 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8480 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8495 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaConditionalFormatsOutputReference" } } } ], "name": "DashboardWidgetToplistDefinitionRequestFormulaConditionalFormatsList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8488 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8488 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8488 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8481 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestFormulaConditionalFormatsList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaConditionalFormatsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaConditionalFormatsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8262 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8252 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8365 }, "name": "resetCustomBgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8381 }, "name": "resetCustomFgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8397 }, "name": "resetHideValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8413 }, "name": "resetImageUrl" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8429 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8458 }, "name": "resetTimeframe" } ], "name": "DashboardWidgetToplistDefinitionRequestFormulaConditionalFormatsOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8353 }, "name": "comparatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8369 }, "name": "customBgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8385 }, "name": "customFgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8401 }, "name": "hideValueInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8417 }, "name": "imageUrlInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8433 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8446 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8462 }, "name": "timeframeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8475 }, "name": "valueInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8346 }, "name": "comparator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8359 }, "name": "customBgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8375 }, "name": "customFgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8391 }, "name": "hideValue", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8407 }, "name": "imageUrl", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8423 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8439 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8452 }, "name": "timeframe", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8468 }, "name": "value", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8266 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaConditionalFormats" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestFormulaConditionalFormatsOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaLimit": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaLimit", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8499 }, "name": "DashboardWidgetToplistDefinitionRequestFormulaLimit", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#count Dashboard#count}", "stability": "stable", "summary": "The number of results to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8505 }, "name": "count", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8511 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestFormulaLimit" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaLimitOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaLimitOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8557 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8550 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8596 }, "name": "resetCount" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8612 }, "name": "resetOrder" } ], "name": "DashboardWidgetToplistDefinitionRequestFormulaLimitOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8600 }, "name": "countInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8616 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8590 }, "name": "count", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8606 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8561 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaLimit" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestFormulaLimitOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.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": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9568 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9583 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaOutputReference" } } } ], "name": "DashboardWidgetToplistDefinitionRequestFormulaList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9576 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9576 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9576 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9569 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormula" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestFormulaList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaNumberFormat": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaNumberFormat", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9023 }, "name": "DashboardWidgetToplistDefinitionRequestFormulaNumberFormat", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit Dashboard#unit}", "stability": "stable", "summary": "unit block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9029 }, "name": "unit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnit" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_scale Dashboard#unit_scale}", "stability": "stable", "summary": "unit_scale block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9035 }, "name": "unitScale", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitScale" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestFormulaNumberFormat" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9081 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9074 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9117 }, "name": "putUnit", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnit" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9130 }, "name": "putUnitScale", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitScale" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9133 }, "name": "resetUnitScale" } ], "name": "DashboardWidgetToplistDefinitionRequestFormulaNumberFormatOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9114 }, "name": "unit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9127 }, "name": "unitScale", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitScaleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9121 }, "name": "unitInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnit" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9137 }, "name": "unitScaleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitScale" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9085 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaNumberFormat" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestFormulaNumberFormatOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnit": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnit", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8821 }, "name": "DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnit", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#canonical Dashboard#canonical}", "stability": "stable", "summary": "canonical block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8827 }, "name": "canonical", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonical" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom Dashboard#custom}", "stability": "stable", "summary": "custom block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8833 }, "name": "custom", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustom" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnit" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonical": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonical", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8620 }, "name": "DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonical", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_name Dashboard#unit_name}", "stability": "stable", "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8632 }, "name": "unitName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#per_unit_name Dashboard#per_unit_name}", "stability": "stable", "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8626 }, "name": "perUnitName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonical" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8678 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8671 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8717 }, "name": "resetPerUnitName" } ], "name": "DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8721 }, "name": "perUnitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8734 }, "name": "unitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8711 }, "name": "perUnitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8727 }, "name": "unitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8682 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonical" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustom": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustom", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8738 }, "name": "DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustom", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "Unit label." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8744 }, "name": "label", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustom" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustomOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8783 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8776 }, "name": "DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustomOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8817 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8810 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8787 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustom" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustomOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8879 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8872 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8915 }, "name": "putCanonical", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonical" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8931 }, "name": "putCustom", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustom" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8918 }, "name": "resetCanonical" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8934 }, "name": "resetCustom" } ], "name": "DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8912 }, "name": "canonical", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8928 }, "name": "custom", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustomOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8922 }, "name": "canonicalInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonical" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8938 }, "name": "customInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustom" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8883 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnit" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitScale": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitScale", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8942 }, "name": "DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitScale", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_name Dashboard#unit_name}." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8946 }, "name": "unitName", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitScale" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitScaleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8985 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8978 }, "name": "DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitScaleOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9019 }, "name": "unitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9012 }, "name": "unitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 8989 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitScale" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitScaleOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9388 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9378 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9508 }, "name": "putConditionalFormats", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9524 }, "name": "putLimit", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaLimit" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9540 }, "name": "putNumberFormat", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaNumberFormat" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9556 }, "name": "putStyle", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaStyle" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9466 }, "name": "resetAlias" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9482 }, "name": "resetCellDisplayMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9511 }, "name": "resetConditionalFormats" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9527 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9543 }, "name": "resetNumberFormat" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9559 }, "name": "resetStyle" } ], "name": "DashboardWidgetToplistDefinitionRequestFormulaOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9505 }, "name": "conditionalFormats", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaConditionalFormatsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9521 }, "name": "limit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaLimitOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9537 }, "name": "numberFormat", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9553 }, "name": "style", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaStyleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9470 }, "name": "aliasInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9486 }, "name": "cellDisplayModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9515 }, "name": "conditionalFormatsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9499 }, "name": "formulaExpressionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9531 }, "name": "limitInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaLimit" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9547 }, "name": "numberFormatInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaNumberFormat" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9563 }, "name": "styleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaStyle" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9460 }, "name": "alias", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9476 }, "name": "cellDisplayMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9492 }, "name": "formulaExpression", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9392 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormula" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestFormulaOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaStyle": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaStyle", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9141 }, "name": "DashboardWidgetToplistDefinitionRequestFormulaStyle", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "The color palette used to display the formula." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9147 }, "name": "palette", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette_index Dashboard#palette_index}", "stability": "stable", "summary": "Index specifying which color to use within the palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9153 }, "name": "paletteIndex", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestFormulaStyle" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaStyleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaStyleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9199 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9192 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9238 }, "name": "resetPalette" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9254 }, "name": "resetPaletteIndex" } ], "name": "DashboardWidgetToplistDefinitionRequestFormulaStyleOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9258 }, "name": "paletteIndexInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9242 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9232 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9248 }, "name": "paletteIndex", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9203 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaStyle" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestFormulaStyleOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16258 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16250 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16265 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestOutputReference" } } } ], "name": "DashboardWidgetToplistDefinitionRequestList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16258 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16258 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16258 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16251 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequest" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10263 }, "name": "DashboardWidgetToplistDefinitionRequestLogQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10269 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10281 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10287 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10293 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10275 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestLogQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9587 }, "name": "DashboardWidgetToplistDefinitionRequestLogQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9593 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9599 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9605 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestLogQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.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" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9651 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9716 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9732 }, "name": "resetInterval" } ], "name": "DashboardWidgetToplistDefinitionRequestLogQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9704 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9720 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9736 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9697 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9710 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9726 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9662 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestLogQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9890 }, "name": "DashboardWidgetToplistDefinitionRequestLogQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9896 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9902 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9908 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestLogQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10067 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10059 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10074 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetToplistDefinitionRequestLogQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10067 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10067 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10067 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10060 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestLogQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9964 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9954 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10047 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10018 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10034 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10050 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetToplistDefinitionRequestLogQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10044 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10022 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10038 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10054 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10012 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10028 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9968 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestLogQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9740 }, "name": "DashboardWidgetToplistDefinitionRequestLogQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9746 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9758 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9752 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestLogQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9811 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9804 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9869 }, "name": "resetFacet" } ], "name": "DashboardWidgetToplistDefinitionRequestLogQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9857 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9873 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9886 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9850 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9863 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9879 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 9815 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestLogQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10078 }, "name": "DashboardWidgetToplistDefinitionRequestLogQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10084 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10090 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10096 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestLogQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10252 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10244 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10259 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetToplistDefinitionRequestLogQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10252 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10252 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10252 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10245 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestLogQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10152 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10142 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10219 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10235 }, "name": "resetInterval" } ], "name": "DashboardWidgetToplistDefinitionRequestLogQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10207 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10223 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10239 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10200 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10213 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10229 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10156 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestLogQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10360 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10353 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10443 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10459 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10475 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10446 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10462 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10478 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10430 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetToplistDefinitionRequestLogQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10440 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10456 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10472 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10450 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10466 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10418 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10482 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10434 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10411 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10424 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10364 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestLogQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15979 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15969 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16094 }, "name": "putApmQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16110 }, "name": "putAuditQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16126 }, "name": "putConditionalFormats", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestConditionalFormats" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16142 }, "name": "putFormula", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormula" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16158 }, "name": "putLogQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16174 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16190 }, "name": "putQuery", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQuery" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16206 }, "name": "putRumQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16222 }, "name": "putSecurityQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16238 }, "name": "putStyle", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestStyle" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16097 }, "name": "resetApmQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16113 }, "name": "resetAuditQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16129 }, "name": "resetConditionalFormats" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16145 }, "name": "resetFormula" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16161 }, "name": "resetLogQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16177 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16081 }, "name": "resetQ" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16193 }, "name": "resetQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16209 }, "name": "resetRumQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16225 }, "name": "resetSecurityQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16241 }, "name": "resetStyle" } ], "name": "DashboardWidgetToplistDefinitionRequestOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16091 }, "name": "apmQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16107 }, "name": "auditQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16123 }, "name": "conditionalFormats", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestConditionalFormatsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16139 }, "name": "formula", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16155 }, "name": "logQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16171 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16187 }, "name": "query", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16203 }, "name": "rumQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16219 }, "name": "securityQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16235 }, "name": "style", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestStyleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16101 }, "name": "apmQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16117 }, "name": "auditQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16133 }, "name": "conditionalFormatsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestConditionalFormats" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16149 }, "name": "formulaInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormula" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16165 }, "name": "logQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16181 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16085 }, "name": "qInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16197 }, "name": "queryInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQuery" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16213 }, "name": "rumQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16229 }, "name": "securityQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16245 }, "name": "styleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestStyle" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16075 }, "name": "q", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15983 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequest" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10486 }, "name": "DashboardWidgetToplistDefinitionRequestProcessQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "Your chosen metric." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10504 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#filter_by Dashboard#filter_by}", "stability": "stable", "summary": "A list of processes." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10492 }, "name": "filterBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The max number of items in the filter list." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10498 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_by Dashboard#search_by}", "stability": "stable", "summary": "Your chosen search term." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10510 }, "name": "searchBy", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestProcessQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10570 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10563 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10621 }, "name": "resetFilterBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10637 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10666 }, "name": "resetSearchBy" } ], "name": "DashboardWidgetToplistDefinitionRequestProcessQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10625 }, "name": "filterByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10641 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10654 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10670 }, "name": "searchByInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10615 }, "name": "filterBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10631 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10647 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10660 }, "name": "searchBy", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10574 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestProcessQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestProcessQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13589 }, "name": "DashboardWidgetToplistDefinitionRequestQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_dependency_stats_query Dashboard#apm_dependency_stats_query}", "stability": "stable", "summary": "apm_dependency_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13595 }, "name": "apmDependencyStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryApmDependencyStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_resource_stats_query Dashboard#apm_resource_stats_query}", "stability": "stable", "summary": "apm_resource_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13601 }, "name": "apmResourceStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryApmResourceStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cloud_cost_query Dashboard#cloud_cost_query}", "stability": "stable", "summary": "cloud_cost_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13607 }, "name": "cloudCostQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryCloudCostQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#event_query Dashboard#event_query}", "stability": "stable", "summary": "event_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13613 }, "name": "eventQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric_query Dashboard#metric_query}", "stability": "stable", "summary": "metric_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13619 }, "name": "metricQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryMetricQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#process_query Dashboard#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13625 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_query Dashboard#slo_query}", "stability": "stable", "summary": "slo_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13631 }, "name": "sloQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQuerySloQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryApmDependencyStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryApmDependencyStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10674 }, "name": "DashboardWidgetToplistDefinitionRequestQueryApmDependencyStatsQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10686 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#env Dashboard#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10692 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10704 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#operation_name Dashboard#operation_name}", "stability": "stable", "summary": "Name of operation on service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10710 }, "name": "operationName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#resource_name Dashboard#resource_name}", "stability": "stable", "summary": "APM resource." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10728 }, "name": "resourceName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#service Dashboard#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10734 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#stat Dashboard#stat}", "stability": "stable", "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10740 }, "name": "stat", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10680 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_upstream Dashboard#is_upstream}", "stability": "stable", "summary": "Determines whether stats for upstream or downstream dependencies should be queried." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10698 }, "name": "isUpstream", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}", "stability": "stable", "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10716 }, "name": "primaryTagName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}", "stability": "stable", "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10722 }, "name": "primaryTagValue", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestQueryApmDependencyStatsQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryApmDependencyStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryApmDependencyStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10849 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10842 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10942 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10984 }, "name": "resetIsUpstream" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11026 }, "name": "resetPrimaryTagName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11042 }, "name": "resetPrimaryTagValue" } ], "name": "DashboardWidgetToplistDefinitionRequestQueryApmDependencyStatsQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10946 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10959 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10972 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10988 }, "name": "isUpstreamInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11001 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11014 }, "name": "operationNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11030 }, "name": "primaryTagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11046 }, "name": "primaryTagValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11059 }, "name": "resourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11072 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11085 }, "name": "statInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10936 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10952 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10965 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10978 }, "name": "isUpstream", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10994 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11007 }, "name": "operationName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11020 }, "name": "primaryTagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11036 }, "name": "primaryTagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11052 }, "name": "resourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11065 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11078 }, "name": "stat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 10853 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryApmDependencyStatsQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestQueryApmDependencyStatsQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryApmResourceStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryApmResourceStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11089 }, "name": "DashboardWidgetToplistDefinitionRequestQueryApmResourceStatsQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11101 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#env Dashboard#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11107 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11119 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#service Dashboard#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11149 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#stat Dashboard#stat}", "stability": "stable", "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11155 }, "name": "stat", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11095 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "Array of fields to group results by." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11113 }, "name": "groupBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#operation_name Dashboard#operation_name}", "stability": "stable", "summary": "Name of operation on service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11125 }, "name": "operationName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}", "stability": "stable", "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11131 }, "name": "primaryTagName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}", "stability": "stable", "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11137 }, "name": "primaryTagValue", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#resource_name Dashboard#resource_name}", "stability": "stable", "summary": "APM resource." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11143 }, "name": "resourceName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestQueryApmResourceStatsQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryApmResourceStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryApmResourceStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.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" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11257 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11357 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11399 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11428 }, "name": "resetOperationName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11444 }, "name": "resetPrimaryTagName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11460 }, "name": "resetPrimaryTagValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11476 }, "name": "resetResourceName" } ], "name": "DashboardWidgetToplistDefinitionRequestQueryApmResourceStatsQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11361 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11374 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11387 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11403 }, "name": "groupByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11416 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11432 }, "name": "operationNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11448 }, "name": "primaryTagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11464 }, "name": "primaryTagValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11480 }, "name": "resourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11493 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11506 }, "name": "statInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11351 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11367 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11380 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11393 }, "name": "groupBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11409 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11422 }, "name": "operationName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11438 }, "name": "primaryTagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11454 }, "name": "primaryTagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11470 }, "name": "resourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11486 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11499 }, "name": "stat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11268 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryApmResourceStatsQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestQueryApmResourceStatsQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryCloudCostQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryCloudCostQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11510 }, "name": "DashboardWidgetToplistDefinitionRequestQueryCloudCostQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11528 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11534 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The cloud cost query definition." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11540 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11516 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11522 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestQueryCloudCostQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryCloudCostQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryCloudCostQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11607 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11600 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11664 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11680 }, "name": "resetCrossOrgUuids" } ], "name": "DashboardWidgetToplistDefinitionRequestQueryCloudCostQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11668 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11684 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11697 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11710 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11723 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11658 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11674 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11690 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11703 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11716 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11611 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryCloudCostQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestQueryCloudCostQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12333 }, "name": "DashboardWidgetToplistDefinitionRequestQueryEventQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute Dashboard#compute}", "stability": "stable", "summary": "compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12369 }, "name": "compute", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for event platform-based queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12345 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12357 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12339 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12375 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#indexes Dashboard#indexes}", "stability": "stable", "summary": "An array of index names to query in the stream." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12351 }, "name": "indexes", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search Dashboard#search}", "stability": "stable", "summary": "search block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12381 }, "name": "search", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQuerySearch" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#storage Dashboard#storage}", "stability": "stable", "summary": "Storage location (private beta)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12363 }, "name": "storage", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestQueryEventQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQueryCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQueryCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11727 }, "name": "DashboardWidgetToplistDefinitionRequestQueryEventQueryCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation methods for event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11733 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "A time interval in milliseconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11739 }, "name": "interval", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The measurable attribute to compute." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11745 }, "name": "metric", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestQueryEventQueryCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQueryComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQueryComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11901 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11893 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11908 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQueryComputeOutputReference" } } } ], "name": "DashboardWidgetToplistDefinitionRequestQueryEventQueryComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11901 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11901 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11901 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11894 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestQueryEventQueryComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQueryComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQueryComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11801 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11791 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11868 }, "name": "resetInterval" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11884 }, "name": "resetMetric" } ], "name": "DashboardWidgetToplistDefinitionRequestQueryEventQueryComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11856 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11872 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11888 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11849 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11862 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11878 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11805 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQueryCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestQueryEventQueryComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12065 }, "name": "DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The event facet." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12071 }, "name": "facet", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The number of groups to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12077 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort Dashboard#sort}", "stability": "stable", "summary": "sort block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12083 }, "name": "sort", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupBySort" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12239 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12231 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12246 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12239 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12239 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12239 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12232 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12139 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12129 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12219 }, "name": "putSort", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupBySort" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12206 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12222 }, "name": "resetSort" } ], "name": "DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12216 }, "name": "sort", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupBySortOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12194 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12210 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12226 }, "name": "sortInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupBySort" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12187 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12200 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12143 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupBySort": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupBySort", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11912 }, "name": "DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupBySort", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation methods for the event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11918 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The metric used for sorting group by results." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11924 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Direction of sort. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11930 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupBySort" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupBySortOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupBySortOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11983 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11976 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12041 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12057 }, "name": "resetOrder" } ], "name": "DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupBySortOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12029 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12045 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12061 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12022 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12035 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12051 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 11987 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupBySort" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupBySortOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.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" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12462 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12615 }, "name": "putCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12628 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12644 }, "name": "putSearch", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQuerySearch" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12544 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12631 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12573 }, "name": "resetIndexes" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12647 }, "name": "resetSearch" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12602 }, "name": "resetStorage" } ], "name": "DashboardWidgetToplistDefinitionRequestQueryEventQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12612 }, "name": "compute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQueryComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12625 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12641 }, "name": "search", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQuerySearchOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12619 }, "name": "computeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12548 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12561 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12635 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12577 }, "name": "indexesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12590 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12651 }, "name": "searchInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQuerySearch" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12606 }, "name": "storageInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12538 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12554 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12567 }, "name": "indexes", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12583 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12596 }, "name": "storage", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12473 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestQueryEventQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQuerySearch": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQuerySearch", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12250 }, "name": "DashboardWidgetToplistDefinitionRequestQueryEventQuerySearch", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The events search string." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12256 }, "name": "query", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestQueryEventQuerySearch" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQuerySearchOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQuerySearchOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12295 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12288 }, "name": "DashboardWidgetToplistDefinitionRequestQueryEventQuerySearchOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12329 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12322 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12299 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQuerySearch" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestQueryEventQuerySearchOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13906 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13898 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13913 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryOutputReference" } } } ], "name": "DashboardWidgetToplistDefinitionRequestQueryList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13906 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13906 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13906 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13899 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQuery" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestQueryList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryMetricQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryMetricQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12655 }, "name": "DashboardWidgetToplistDefinitionRequestQueryMetricQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12679 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The metrics query definition." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12685 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12661 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12667 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for metrics queries. Defaults to `\"metrics\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12673 }, "name": "dataSource", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestQueryMetricQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryMetricQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryMetricQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12752 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12745 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12809 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12825 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12841 }, "name": "resetDataSource" } ], "name": "DashboardWidgetToplistDefinitionRequestQueryMetricQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12813 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12829 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12845 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12858 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12871 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12803 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12819 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12835 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12851 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12864 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12756 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryMetricQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestQueryMetricQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13715 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13705 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13790 }, "name": "putApmDependencyStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryApmDependencyStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13806 }, "name": "putApmResourceStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryApmResourceStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13822 }, "name": "putCloudCostQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryCloudCostQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13838 }, "name": "putEventQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13854 }, "name": "putMetricQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryMetricQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13870 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13886 }, "name": "putSloQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQuerySloQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13793 }, "name": "resetApmDependencyStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13809 }, "name": "resetApmResourceStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13825 }, "name": "resetCloudCostQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13841 }, "name": "resetEventQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13857 }, "name": "resetMetricQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13873 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13889 }, "name": "resetSloQuery" } ], "name": "DashboardWidgetToplistDefinitionRequestQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13787 }, "name": "apmDependencyStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryApmDependencyStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13803 }, "name": "apmResourceStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryApmResourceStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13819 }, "name": "cloudCostQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryCloudCostQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13835 }, "name": "eventQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13851 }, "name": "metricQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryMetricQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13867 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13883 }, "name": "sloQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQuerySloQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13797 }, "name": "apmDependencyStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryApmDependencyStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13813 }, "name": "apmResourceStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryApmResourceStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13829 }, "name": "cloudCostQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryCloudCostQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13845 }, "name": "eventQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13861 }, "name": "metricQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryMetricQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13877 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13893 }, "name": "sloQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQuerySloQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13719 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQuery" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12875 }, "name": "DashboardWidgetToplistDefinitionRequestQueryProcessQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for process queries. Valid values are `process`, `container`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12893 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The process metric name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12911 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12917 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12881 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12887 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_normalized_cpu Dashboard#is_normalized_cpu}", "stability": "stable", "summary": "Whether to normalize the CPU percentages." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12899 }, "name": "isNormalizedCpu", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The number of hits to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12905 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort Dashboard#sort}", "stability": "stable", "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12923 }, "name": "sort", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#tag_filters Dashboard#tag_filters}", "stability": "stable", "summary": "An array of tags to filter by." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12929 }, "name": "tagFilters", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#text_filter Dashboard#text_filter}", "stability": "stable", "summary": "The text to use as a filter." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 12935 }, "name": "textFilter", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestQueryProcessQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13037 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13030 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13124 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13140 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13169 }, "name": "resetIsNormalizedCpu" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13185 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13227 }, "name": "resetSort" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13243 }, "name": "resetTagFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13259 }, "name": "resetTextFilter" } ], "name": "DashboardWidgetToplistDefinitionRequestQueryProcessQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13128 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13144 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13157 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13173 }, "name": "isNormalizedCpuInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13189 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13202 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13215 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13231 }, "name": "sortInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13247 }, "name": "tagFiltersInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13263 }, "name": "textFilterInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13118 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13134 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13150 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13163 }, "name": "isNormalizedCpu", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13179 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13195 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13208 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13221 }, "name": "sort", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13237 }, "name": "tagFilters", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13253 }, "name": "textFilter", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13041 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryProcessQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestQueryProcessQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQuerySloQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQuerySloQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13267 }, "name": "DashboardWidgetToplistDefinitionRequestQuerySloQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for SLO queries. Valid values are `slo`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13285 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#measure Dashboard#measure}", "stability": "stable", "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13297 }, "name": "measure", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_id Dashboard#slo_id}", "stability": "stable", "summary": "ID of an SLO to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13309 }, "name": "sloId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#additional_query_filters Dashboard#additional_query_filters}", "stability": "stable", "summary": "Additional filters applied to the SLO query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13273 }, "name": "additionalQueryFilters", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13279 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_mode Dashboard#group_mode}", "stability": "stable", "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13291 }, "name": "groupMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13303 }, "name": "name", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_query_type Dashboard#slo_query_type}", "stability": "stable", "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13315 }, "name": "sloQueryType", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestQuerySloQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQuerySloQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQuerySloQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13403 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13396 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13478 }, "name": "resetAdditionalQueryFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13494 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13523 }, "name": "resetGroupMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13552 }, "name": "resetName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13581 }, "name": "resetSloQueryType" } ], "name": "DashboardWidgetToplistDefinitionRequestQuerySloQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13482 }, "name": "additionalQueryFiltersInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13498 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13511 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13527 }, "name": "groupModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13540 }, "name": "measureInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13556 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13569 }, "name": "sloIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13585 }, "name": "sloQueryTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13472 }, "name": "additionalQueryFilters", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13488 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13504 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13517 }, "name": "groupMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13533 }, "name": "measure", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13546 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13562 }, "name": "sloId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13575 }, "name": "sloQueryType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13407 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQuerySloQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestQuerySloQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14593 }, "name": "DashboardWidgetToplistDefinitionRequestRumQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14599 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14611 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14617 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14623 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14605 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestRumQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13917 }, "name": "DashboardWidgetToplistDefinitionRequestRumQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13923 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13929 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13935 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestRumQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13988 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13981 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14046 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14062 }, "name": "resetInterval" } ], "name": "DashboardWidgetToplistDefinitionRequestRumQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14034 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14050 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14066 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14027 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14040 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14056 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 13992 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestRumQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14220 }, "name": "DashboardWidgetToplistDefinitionRequestRumQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14226 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14232 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14238 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestRumQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14397 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14389 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14404 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetToplistDefinitionRequestRumQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14397 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14397 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14397 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14390 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestRumQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14294 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14284 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14377 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14348 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14364 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14380 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetToplistDefinitionRequestRumQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14374 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14352 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14368 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14384 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14342 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14358 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14298 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestRumQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14070 }, "name": "DashboardWidgetToplistDefinitionRequestRumQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14076 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14088 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14082 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestRumQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14141 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14134 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14199 }, "name": "resetFacet" } ], "name": "DashboardWidgetToplistDefinitionRequestRumQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14187 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14203 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14216 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14180 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14193 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14209 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14145 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestRumQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14408 }, "name": "DashboardWidgetToplistDefinitionRequestRumQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14414 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14420 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14426 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestRumQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14582 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14574 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14589 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetToplistDefinitionRequestRumQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14582 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14582 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14582 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14575 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestRumQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14482 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14472 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14549 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14565 }, "name": "resetInterval" } ], "name": "DashboardWidgetToplistDefinitionRequestRumQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14537 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14553 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14569 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14530 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14543 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14559 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14486 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestRumQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14690 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14683 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14773 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14789 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14805 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14776 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14792 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14808 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14760 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetToplistDefinitionRequestRumQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14770 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14786 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14802 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14780 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14796 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14748 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14812 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14764 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14741 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14754 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14694 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestRumQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15492 }, "name": "DashboardWidgetToplistDefinitionRequestSecurityQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#index Dashboard#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15498 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute_query Dashboard#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15510 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15516 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15522 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search_query Dashboard#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15504 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestSecurityQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14816 }, "name": "DashboardWidgetToplistDefinitionRequestSecurityQueryComputeQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14822 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14828 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14834 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestSecurityQueryComputeQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14887 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14880 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14945 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14961 }, "name": "resetInterval" } ], "name": "DashboardWidgetToplistDefinitionRequestSecurityQueryComputeQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14933 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14949 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14965 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14926 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14939 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14955 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14891 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQueryComputeQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestSecurityQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15119 }, "name": "DashboardWidgetToplistDefinitionRequestSecurityQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15125 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15131 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort_query Dashboard#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15137 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestSecurityQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15296 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15288 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15303 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetToplistDefinitionRequestSecurityQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15296 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15296 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15296 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15289 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestSecurityQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15193 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15183 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15276 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15247 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15263 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15279 }, "name": "resetSortQuery" } ], "name": "DashboardWidgetToplistDefinitionRequestSecurityQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15273 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15251 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15267 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15283 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15241 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15257 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15197 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestSecurityQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14969 }, "name": "DashboardWidgetToplistDefinitionRequestSecurityQueryGroupBySortQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14975 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14987 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 14981 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestSecurityQueryGroupBySortQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15040 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15033 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15098 }, "name": "resetFacet" } ], "name": "DashboardWidgetToplistDefinitionRequestSecurityQueryGroupBySortQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15086 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15102 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15115 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15079 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15092 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15108 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15044 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestSecurityQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15307 }, "name": "DashboardWidgetToplistDefinitionRequestSecurityQueryMultiCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15313 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15319 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15325 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestSecurityQueryMultiCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15481 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15473 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15488 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQueryMultiComputeOutputReference" } } } ], "name": "DashboardWidgetToplistDefinitionRequestSecurityQueryMultiComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15481 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15481 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15481 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15474 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestSecurityQueryMultiComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15381 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15371 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15448 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15464 }, "name": "resetInterval" } ], "name": "DashboardWidgetToplistDefinitionRequestSecurityQueryMultiComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15436 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15452 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15468 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15429 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15442 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15458 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15385 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQueryMultiCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestSecurityQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15589 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15582 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15672 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15688 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15704 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15675 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15691 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15707 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15659 }, "name": "resetSearchQuery" } ], "name": "DashboardWidgetToplistDefinitionRequestSecurityQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15669 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15685 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15701 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15679 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15695 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15647 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15711 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15663 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15640 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15653 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15593 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestSecurityQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestStyle": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestStyle", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15715 }, "name": "DashboardWidgetToplistDefinitionRequestStyle", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15721 }, "name": "palette", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestStyle" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestStyleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestStyleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.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" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15753 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15793 }, "name": "resetPalette" } ], "name": "DashboardWidgetToplistDefinitionRequestStyleOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15797 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15787 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 15764 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestStyle" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestStyleOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionStyle": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionStyle", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16384 }, "name": "DashboardWidgetToplistDefinitionStyle", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#display Dashboard#display}", "stability": "stable", "summary": "display block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16402 }, "name": "display", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionStyleDisplay" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "The color palette for the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16390 }, "name": "palette", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#scaling Dashboard#scaling}", "stability": "stable", "summary": "The scaling mode for the widget. Valid values are `absolute`, `relative`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16396 }, "name": "scaling", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionStyle" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionStyleDisplay": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionStyleDisplay", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16269 }, "name": "DashboardWidgetToplistDefinitionStyleDisplay", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#type Dashboard#type}", "stability": "stable", "summary": "The display type for the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16275 }, "name": "type", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionStyleDisplay" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionStyleDisplayList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionStyleDisplayList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.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" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16365 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16380 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionStyleDisplayOutputReference" } } } ], "name": "DashboardWidgetToplistDefinitionStyleDisplayList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16373 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16373 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16373 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16366 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionStyleDisplay" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionStyleDisplayList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionStyleDisplayOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionStyleDisplayOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16317 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16307 }, "name": "DashboardWidgetToplistDefinitionStyleDisplayOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16360 }, "name": "typeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16353 }, "name": "type", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16321 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionStyleDisplay" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionStyleDisplayOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionStyleList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionStyleList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16561 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16553 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16568 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionStyleOutputReference" } } } ], "name": "DashboardWidgetToplistDefinitionStyleList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16561 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16561 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16561 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16554 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionStyle" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionStyleList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionStyleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionStyleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16458 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16448 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16541 }, "name": "putDisplay", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionStyleDisplay" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16544 }, "name": "resetDisplay" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16512 }, "name": "resetPalette" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16528 }, "name": "resetScaling" } ], "name": "DashboardWidgetToplistDefinitionStyleOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16538 }, "name": "display", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionStyleDisplayList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16548 }, "name": "displayInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionStyleDisplay" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16516 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16532 }, "name": "scalingInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16506 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16522 }, "name": "scaling", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16462 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetToplistDefinitionStyle" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionStyleOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTopologyMapDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTopologyMapDefinition", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17417 }, "name": "DashboardWidgetTopologyMapDefinition", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_link Dashboard#custom_link}", "stability": "stable", "summary": "custom_link block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17441 }, "name": "customLink", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTopologyMapDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#request Dashboard#request}", "stability": "stable", "summary": "request block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17447 }, "name": "request", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTopologyMapDefinitionRequest" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title Dashboard#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17423 }, "name": "title", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_align Dashboard#title_align}", "stability": "stable", "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17429 }, "name": "titleAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_size Dashboard#title_size}", "stability": "stable", "summary": "The size of the widget's title (defaults to 16)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17435 }, "name": "titleSize", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTopologyMapDefinition" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTopologyMapDefinitionCustomLink": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTopologyMapDefinitionCustomLink", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16868 }, "name": "DashboardWidgetTopologyMapDefinitionCustomLink", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_hidden Dashboard#is_hidden}", "stability": "stable", "summary": "The flag for toggling context menu link visibility." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16874 }, "name": "isHidden", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "The label for the custom link URL." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16880 }, "name": "label", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#link Dashboard#link}", "stability": "stable", "summary": "The URL of the custom link." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16886 }, "name": "link", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#override_label Dashboard#override_label}", "stability": "stable", "summary": "The label ID that refers to a context menu link item." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16892 }, "name": "overrideLabel", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTopologyMapDefinitionCustomLink" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTopologyMapDefinitionCustomLinkList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTopologyMapDefinitionCustomLinkList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17080 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17072 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17087 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTopologyMapDefinitionCustomLinkOutputReference" } } } ], "name": "DashboardWidgetTopologyMapDefinitionCustomLinkList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17080 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17080 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17080 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17073 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTopologyMapDefinitionCustomLink" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTopologyMapDefinitionCustomLinkList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTopologyMapDefinitionCustomLinkOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTopologyMapDefinitionCustomLinkOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16955 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16945 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17015 }, "name": "resetIsHidden" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17031 }, "name": "resetLabel" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17047 }, "name": "resetLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17063 }, "name": "resetOverrideLabel" } ], "name": "DashboardWidgetTopologyMapDefinitionCustomLinkOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17019 }, "name": "isHiddenInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17035 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17051 }, "name": "linkInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17067 }, "name": "overrideLabelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17009 }, "name": "isHidden", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17025 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17041 }, "name": "link", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17057 }, "name": "overrideLabel", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 16959 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTopologyMapDefinitionCustomLink" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTopologyMapDefinitionCustomLinkOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTopologyMapDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTopologyMapDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17514 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17507 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17616 }, "name": "putCustomLink", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTopologyMapDefinitionCustomLink" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17632 }, "name": "putRequest", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTopologyMapDefinitionRequest" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17619 }, "name": "resetCustomLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17635 }, "name": "resetRequest" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17571 }, "name": "resetTitle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17587 }, "name": "resetTitleAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17603 }, "name": "resetTitleSize" } ], "name": "DashboardWidgetTopologyMapDefinitionOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17613 }, "name": "customLink", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTopologyMapDefinitionCustomLinkList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17629 }, "name": "request", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTopologyMapDefinitionRequestList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17623 }, "name": "customLinkInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTopologyMapDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17639 }, "name": "requestInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTopologyMapDefinitionRequest" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17591 }, "name": "titleAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17575 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17607 }, "name": "titleSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17565 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17581 }, "name": "titleAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17597 }, "name": "titleSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17518 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTopologyMapDefinition" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTopologyMapDefinitionOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTopologyMapDefinitionRequest": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTopologyMapDefinitionRequest", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17270 }, "name": "DashboardWidgetTopologyMapDefinitionRequest", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17282 }, "name": "query", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTopologyMapDefinitionRequestQuery" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#request_type Dashboard#request_type}", "stability": "stable", "summary": "The request type for the Topology request ('topology'). Valid values are `topology`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17276 }, "name": "requestType", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTopologyMapDefinitionRequest" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTopologyMapDefinitionRequestList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTopologyMapDefinitionRequestList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17406 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17398 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17413 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTopologyMapDefinitionRequestOutputReference" } } } ], "name": "DashboardWidgetTopologyMapDefinitionRequestList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17406 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17406 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17406 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17399 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTopologyMapDefinitionRequest" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTopologyMapDefinitionRequestList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTopologyMapDefinitionRequestOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTopologyMapDefinitionRequestOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17331 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17321 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17389 }, "name": "putQuery", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTopologyMapDefinitionRequestQuery" }, "kind": "array" } } ] } } } ] } ], "name": "DashboardWidgetTopologyMapDefinitionRequestOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17386 }, "name": "query", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTopologyMapDefinitionRequestQueryList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17393 }, "name": "queryInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTopologyMapDefinitionRequestQuery" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17380 }, "name": "requestTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17373 }, "name": "requestType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17335 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTopologyMapDefinitionRequest" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTopologyMapDefinitionRequestOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTopologyMapDefinitionRequestQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTopologyMapDefinitionRequestQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17091 }, "name": "DashboardWidgetTopologyMapDefinitionRequestQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for the Topology request ('service_map' or 'data_streams'). Valid values are `data_streams`, `service_map`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17097 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#filters Dashboard#filters}", "stability": "stable", "summary": "Your environment and primary tag (or `*` if enabled for your account)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17103 }, "name": "filters", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#service Dashboard#service}", "stability": "stable", "summary": "The ID of the service to map." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17109 }, "name": "service", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTopologyMapDefinitionRequestQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTopologyMapDefinitionRequestQueryList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTopologyMapDefinitionRequestQueryList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17259 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17251 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17266 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTopologyMapDefinitionRequestQueryOutputReference" } } } ], "name": "DashboardWidgetTopologyMapDefinitionRequestQueryList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17259 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17259 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17259 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17252 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTopologyMapDefinitionRequestQuery" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTopologyMapDefinitionRequestQueryList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTopologyMapDefinitionRequestQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTopologyMapDefinitionRequestQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17165 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17155 }, "name": "DashboardWidgetTopologyMapDefinitionRequestQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17220 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17233 }, "name": "filtersInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17246 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17213 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17226 }, "name": "filters", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17239 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17169 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTopologyMapDefinitionRequestQuery" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTopologyMapDefinitionRequestQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTraceServiceDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTraceServiceDefinition", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17643 }, "name": "DashboardWidgetTraceServiceDefinition", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#env Dashboard#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17655 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#service Dashboard#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17667 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#span_name Dashboard#span_name}", "stability": "stable", "summary": "APM span name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17715 }, "name": "spanName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#display_format Dashboard#display_format}", "stability": "stable", "summary": "The number of columns to display. Valid values are `one_column`, `two_column`, `three_column`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17649 }, "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`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#live_span Dashboard#live_span}", "stability": "stable", "summary": "The timeframe to use when displaying the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17661 }, "name": "liveSpan", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#show_breakdown Dashboard#show_breakdown}", "stability": "stable", "summary": "Whether to show the latency breakdown or not." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17673 }, "name": "showBreakdown", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#show_distribution Dashboard#show_distribution}", "stability": "stable", "summary": "Whether to show the latency distribution or not." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17679 }, "name": "showDistribution", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#show_errors Dashboard#show_errors}", "stability": "stable", "summary": "Whether to show the error metrics or not." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17685 }, "name": "showErrors", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#show_hits Dashboard#show_hits}", "stability": "stable", "summary": "Whether to show the hits metrics or not." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17691 }, "name": "showHits", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#show_latency Dashboard#show_latency}", "stability": "stable", "summary": "Whether to show the latency metrics or not." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17697 }, "name": "showLatency", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#show_resource_list Dashboard#show_resource_list}", "stability": "stable", "summary": "Whether to show the resource list or not." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17703 }, "name": "showResourceList", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#size_format Dashboard#size_format}", "stability": "stable", "summary": "The size of the widget. Valid values are `small`, `medium`, `large`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17709 }, "name": "sizeFormat", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title Dashboard#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17721 }, "name": "title", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_align Dashboard#title_align}", "stability": "stable", "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17727 }, "name": "titleAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title_size Dashboard#title_size}", "stability": "stable", "summary": "The size of the widget's title (defaults to 16)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17733 }, "name": "titleSize", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTraceServiceDefinition" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTraceServiceDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTraceServiceDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17870 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17863 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17987 }, "name": "resetDisplayFormat" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18016 }, "name": "resetLiveSpan" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18045 }, "name": "resetShowBreakdown" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18061 }, "name": "resetShowDistribution" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18077 }, "name": "resetShowErrors" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18093 }, "name": "resetShowHits" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18109 }, "name": "resetShowLatency" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18125 }, "name": "resetShowResourceList" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18141 }, "name": "resetSizeFormat" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18170 }, "name": "resetTitle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18186 }, "name": "resetTitleAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18202 }, "name": "resetTitleSize" } ], "name": "DashboardWidgetTraceServiceDefinitionOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17991 }, "name": "displayFormatInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18004 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18020 }, "name": "liveSpanInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18033 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18049 }, "name": "showBreakdownInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18065 }, "name": "showDistributionInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18081 }, "name": "showErrorsInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18097 }, "name": "showHitsInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18113 }, "name": "showLatencyInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18129 }, "name": "showResourceListInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18145 }, "name": "sizeFormatInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18158 }, "name": "spanNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18190 }, "name": "titleAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18174 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18206 }, "name": "titleSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17981 }, "name": "displayFormat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17997 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18010 }, "name": "liveSpan", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18026 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18039 }, "name": "showBreakdown", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18055 }, "name": "showDistribution", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18071 }, "name": "showErrors", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18087 }, "name": "showHits", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18103 }, "name": "showLatency", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18119 }, "name": "showResourceList", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18135 }, "name": "sizeFormat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18151 }, "name": "spanName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18164 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18180 }, "name": "titleAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18196 }, "name": "titleSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 17874 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTraceServiceDefinition" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTraceServiceDefinitionOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinition", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23306 }, "name": "DashboardWidgetTreemapDefinition", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_links Dashboard#custom_links}", "stability": "stable", "summary": "custom_links block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23318 }, "name": "customLinks", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionCustomLinks" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#request Dashboard#request}", "stability": "stable", "summary": "request block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23324 }, "name": "request", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequest" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#title Dashboard#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23312 }, "name": "title", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTreemapDefinition" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionCustomLinks": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionCustomLinks", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18210 }, "name": "DashboardWidgetTreemapDefinitionCustomLinks", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_hidden Dashboard#is_hidden}", "stability": "stable", "summary": "The flag for toggling context menu link visibility." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18216 }, "name": "isHidden", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "The label for the custom link URL." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18222 }, "name": "label", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#link Dashboard#link}", "stability": "stable", "summary": "The URL of the custom link." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18228 }, "name": "link", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#override_label Dashboard#override_label}", "stability": "stable", "summary": "The label ID that refers to a context menu link item." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18234 }, "name": "overrideLabel", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTreemapDefinitionCustomLinks" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionCustomLinksList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionCustomLinksList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18422 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18414 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18429 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionCustomLinksOutputReference" } } } ], "name": "DashboardWidgetTreemapDefinitionCustomLinksList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18422 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18422 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18422 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18415 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionCustomLinks" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTreemapDefinitionCustomLinksList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionCustomLinksOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionCustomLinksOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18297 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18287 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18357 }, "name": "resetIsHidden" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18373 }, "name": "resetLabel" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18389 }, "name": "resetLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18405 }, "name": "resetOverrideLabel" } ], "name": "DashboardWidgetTreemapDefinitionCustomLinksOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18361 }, "name": "isHiddenInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18377 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18393 }, "name": "linkInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18409 }, "name": "overrideLabelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18351 }, "name": "isHidden", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18367 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18383 }, "name": "link", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18399 }, "name": "overrideLabel", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18301 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionCustomLinks" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTreemapDefinitionCustomLinksOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23377 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23370 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23435 }, "name": "putCustomLinks", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionCustomLinks" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23451 }, "name": "putRequest", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequest" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23438 }, "name": "resetCustomLinks" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23454 }, "name": "resetRequest" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23422 }, "name": "resetTitle" } ], "name": "DashboardWidgetTreemapDefinitionOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23432 }, "name": "customLinks", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionCustomLinksList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23448 }, "name": "request", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23442 }, "name": "customLinksInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionCustomLinks" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23458 }, "name": "requestInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequest" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23426 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23416 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23381 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinition" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTreemapDefinitionOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequest": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequest", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23153 }, "name": "DashboardWidgetTreemapDefinitionRequest", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#formula Dashboard#formula}", "stability": "stable", "summary": "formula block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23159 }, "name": "formula", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormula" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23165 }, "name": "query", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQuery" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTreemapDefinitionRequest" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormula": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormula", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19585 }, "name": "DashboardWidgetTreemapDefinitionRequestFormula", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#formula_expression Dashboard#formula_expression}", "stability": "stable", "summary": "A string expression built from queries, formulas, and functions." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19603 }, "name": "formulaExpression", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#alias Dashboard#alias}", "stability": "stable", "summary": "An expression alias." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19591 }, "name": "alias", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cell_display_mode Dashboard#cell_display_mode}", "stability": "stable", "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19597 }, "name": "cellDisplayMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#conditional_formats Dashboard#conditional_formats}", "stability": "stable", "summary": "conditional_formats block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19609 }, "name": "conditionalFormats", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "limit block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19615 }, "name": "limit", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaLimit" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#number_format Dashboard#number_format}", "stability": "stable", "summary": "number_format block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19621 }, "name": "numberFormat", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormat" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#style Dashboard#style}", "stability": "stable", "summary": "style block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19627 }, "name": "style", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaStyle" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTreemapDefinitionRequestFormula" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaConditionalFormats": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaConditionalFormats", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18433 }, "name": "DashboardWidgetTreemapDefinitionRequestFormulaConditionalFormats", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#comparator Dashboard#comparator}", "stability": "stable", "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18439 }, "name": "comparator", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "The color palette to apply." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18475 }, "name": "palette", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#value Dashboard#value}", "stability": "stable", "summary": "A value for the comparator." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18487 }, "name": "value", "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}", "stability": "stable", "summary": "The color palette to apply to the background, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18445 }, "name": "customBgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}", "stability": "stable", "summary": "The color palette to apply to the foreground, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18451 }, "name": "customFgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#hide_value Dashboard#hide_value}", "stability": "stable", "summary": "Setting this to True hides values." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18457 }, "name": "hideValue", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#image_url Dashboard#image_url}", "stability": "stable", "summary": "Displays an image as the background." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18463 }, "name": "imageUrl", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The metric from the request to correlate with this conditional format." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18469 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#timeframe Dashboard#timeframe}", "stability": "stable", "summary": "Defines the displayed timeframe." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18481 }, "name": "timeframe", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTreemapDefinitionRequestFormulaConditionalFormats" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaConditionalFormatsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaConditionalFormatsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18811 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18803 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18818 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaConditionalFormatsOutputReference" } } } ], "name": "DashboardWidgetTreemapDefinitionRequestFormulaConditionalFormatsList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18811 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18811 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18811 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18804 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTreemapDefinitionRequestFormulaConditionalFormatsList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaConditionalFormatsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaConditionalFormatsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18585 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18575 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18688 }, "name": "resetCustomBgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18704 }, "name": "resetCustomFgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18720 }, "name": "resetHideValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18736 }, "name": "resetImageUrl" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18752 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18781 }, "name": "resetTimeframe" } ], "name": "DashboardWidgetTreemapDefinitionRequestFormulaConditionalFormatsOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18676 }, "name": "comparatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18692 }, "name": "customBgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18708 }, "name": "customFgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18724 }, "name": "hideValueInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18740 }, "name": "imageUrlInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18756 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18769 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18785 }, "name": "timeframeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18798 }, "name": "valueInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18669 }, "name": "comparator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18682 }, "name": "customBgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18698 }, "name": "customFgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18714 }, "name": "hideValue", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18730 }, "name": "imageUrl", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18746 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18762 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18775 }, "name": "timeframe", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18791 }, "name": "value", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18589 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaConditionalFormats" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTreemapDefinitionRequestFormulaConditionalFormatsOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaLimit": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaLimit", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18822 }, "name": "DashboardWidgetTreemapDefinitionRequestFormulaLimit", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#count Dashboard#count}", "stability": "stable", "summary": "The number of results to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18828 }, "name": "count", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18834 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTreemapDefinitionRequestFormulaLimit" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaLimitOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaLimitOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18880 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18873 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18919 }, "name": "resetCount" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18935 }, "name": "resetOrder" } ], "name": "DashboardWidgetTreemapDefinitionRequestFormulaLimitOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18923 }, "name": "countInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18939 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18913 }, "name": "count", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18929 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18884 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaLimit" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTreemapDefinitionRequestFormulaLimitOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19899 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19891 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19906 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaOutputReference" } } } ], "name": "DashboardWidgetTreemapDefinitionRequestFormulaList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19899 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19899 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19899 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19892 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormula" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTreemapDefinitionRequestFormulaList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormat": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormat", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19346 }, "name": "DashboardWidgetTreemapDefinitionRequestFormulaNumberFormat", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit Dashboard#unit}", "stability": "stable", "summary": "unit block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19352 }, "name": "unit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnit" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_scale Dashboard#unit_scale}", "stability": "stable", "summary": "unit_scale block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19358 }, "name": "unitScale", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScale" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTreemapDefinitionRequestFormulaNumberFormat" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19404 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19397 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19440 }, "name": "putUnit", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnit" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19453 }, "name": "putUnitScale", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScale" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19456 }, "name": "resetUnitScale" } ], "name": "DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19437 }, "name": "unit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19450 }, "name": "unitScale", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19444 }, "name": "unitInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnit" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19460 }, "name": "unitScaleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScale" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19408 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormat" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnit": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnit", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19144 }, "name": "DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnit", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#canonical Dashboard#canonical}", "stability": "stable", "summary": "canonical block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19150 }, "name": "canonical", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonical" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#custom Dashboard#custom}", "stability": "stable", "summary": "custom block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19156 }, "name": "custom", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustom" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnit" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonical": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonical", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18943 }, "name": "DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonical", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_name Dashboard#unit_name}", "stability": "stable", "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18955 }, "name": "unitName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#per_unit_name Dashboard#per_unit_name}", "stability": "stable", "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18949 }, "name": "perUnitName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonical" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19001 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 18994 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19040 }, "name": "resetPerUnitName" } ], "name": "DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19044 }, "name": "perUnitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19057 }, "name": "unitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19034 }, "name": "perUnitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19050 }, "name": "unitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19005 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonical" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustom": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustom", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19061 }, "name": "DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustom", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#label Dashboard#label}", "stability": "stable", "summary": "Unit label." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19067 }, "name": "label", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustom" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19106 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19099 }, "name": "DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19140 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19133 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19110 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustom" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19202 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19195 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19238 }, "name": "putCanonical", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonical" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19254 }, "name": "putCustom", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustom" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19241 }, "name": "resetCanonical" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19257 }, "name": "resetCustom" } ], "name": "DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19235 }, "name": "canonical", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19251 }, "name": "custom", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19245 }, "name": "canonicalInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonical" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19261 }, "name": "customInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustom" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19206 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnit" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScale": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScale", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19265 }, "name": "DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScale", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#unit_name Dashboard#unit_name}." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19269 }, "name": "unitName", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScale" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19308 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19301 }, "name": "DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19342 }, "name": "unitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19335 }, "name": "unitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19312 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScale" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19711 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19701 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19831 }, "name": "putConditionalFormats", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19847 }, "name": "putLimit", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaLimit" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19863 }, "name": "putNumberFormat", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormat" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19879 }, "name": "putStyle", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaStyle" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19789 }, "name": "resetAlias" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19805 }, "name": "resetCellDisplayMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19834 }, "name": "resetConditionalFormats" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19850 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19866 }, "name": "resetNumberFormat" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19882 }, "name": "resetStyle" } ], "name": "DashboardWidgetTreemapDefinitionRequestFormulaOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19828 }, "name": "conditionalFormats", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaConditionalFormatsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19844 }, "name": "limit", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaLimitOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19860 }, "name": "numberFormat", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19876 }, "name": "style", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaStyleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19793 }, "name": "aliasInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19809 }, "name": "cellDisplayModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19838 }, "name": "conditionalFormatsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19822 }, "name": "formulaExpressionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19854 }, "name": "limitInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaLimit" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19870 }, "name": "numberFormatInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormat" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19886 }, "name": "styleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaStyle" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19783 }, "name": "alias", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19799 }, "name": "cellDisplayMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19815 }, "name": "formulaExpression", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19715 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormula" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTreemapDefinitionRequestFormulaOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaStyle": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaStyle", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19464 }, "name": "DashboardWidgetTreemapDefinitionRequestFormulaStyle", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette Dashboard#palette}", "stability": "stable", "summary": "The color palette used to display the formula." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19470 }, "name": "palette", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#palette_index Dashboard#palette_index}", "stability": "stable", "summary": "Index specifying which color to use within the palette." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19476 }, "name": "paletteIndex", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTreemapDefinitionRequestFormulaStyle" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaStyleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaStyleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19522 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19515 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19561 }, "name": "resetPalette" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19577 }, "name": "resetPaletteIndex" } ], "name": "DashboardWidgetTreemapDefinitionRequestFormulaStyleOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19581 }, "name": "paletteIndexInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19565 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19555 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19571 }, "name": "paletteIndex", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19526 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaStyle" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTreemapDefinitionRequestFormulaStyleOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23295 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23287 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23302 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestOutputReference" } } } ], "name": "DashboardWidgetTreemapDefinitionRequestList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23295 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23295 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23295 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23288 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequest" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTreemapDefinitionRequestList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23214 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23204 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23259 }, "name": "putFormula", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormula" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23275 }, "name": "putQuery", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQuery" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23262 }, "name": "resetFormula" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23278 }, "name": "resetQuery" } ], "name": "DashboardWidgetTreemapDefinitionRequestOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23256 }, "name": "formula", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23272 }, "name": "query", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23266 }, "name": "formulaInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormula" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23282 }, "name": "queryInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQuery" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23218 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequest" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTreemapDefinitionRequestOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22825 }, "name": "DashboardWidgetTreemapDefinitionRequestQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_dependency_stats_query Dashboard#apm_dependency_stats_query}", "stability": "stable", "summary": "apm_dependency_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22831 }, "name": "apmDependencyStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryApmDependencyStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#apm_resource_stats_query Dashboard#apm_resource_stats_query}", "stability": "stable", "summary": "apm_resource_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22837 }, "name": "apmResourceStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryApmResourceStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cloud_cost_query Dashboard#cloud_cost_query}", "stability": "stable", "summary": "cloud_cost_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22843 }, "name": "cloudCostQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryCloudCostQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#event_query Dashboard#event_query}", "stability": "stable", "summary": "event_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22849 }, "name": "eventQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric_query Dashboard#metric_query}", "stability": "stable", "summary": "metric_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22855 }, "name": "metricQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryMetricQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#process_query Dashboard#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22861 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_query Dashboard#slo_query}", "stability": "stable", "summary": "slo_query block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22867 }, "name": "sloQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQuerySloQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTreemapDefinitionRequestQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryApmDependencyStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryApmDependencyStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19910 }, "name": "DashboardWidgetTreemapDefinitionRequestQueryApmDependencyStatsQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19922 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#env Dashboard#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19928 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19940 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#operation_name Dashboard#operation_name}", "stability": "stable", "summary": "Name of operation on service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19946 }, "name": "operationName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#resource_name Dashboard#resource_name}", "stability": "stable", "summary": "APM resource." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19964 }, "name": "resourceName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#service Dashboard#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19970 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#stat Dashboard#stat}", "stability": "stable", "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19976 }, "name": "stat", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19916 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_upstream Dashboard#is_upstream}", "stability": "stable", "summary": "Determines whether stats for upstream or downstream dependencies should be queried." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19934 }, "name": "isUpstream", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}", "stability": "stable", "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19952 }, "name": "primaryTagName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}", "stability": "stable", "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 19958 }, "name": "primaryTagValue", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTreemapDefinitionRequestQueryApmDependencyStatsQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryApmDependencyStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryApmDependencyStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 20085 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 20078 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 20178 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 20220 }, "name": "resetIsUpstream" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 20262 }, "name": "resetPrimaryTagName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 20278 }, "name": "resetPrimaryTagValue" } ], "name": "DashboardWidgetTreemapDefinitionRequestQueryApmDependencyStatsQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 20182 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 20195 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 20208 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 20224 }, "name": "isUpstreamInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 20237 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 20250 }, "name": "operationNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 20266 }, "name": "primaryTagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 20282 }, "name": "primaryTagValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 20295 }, "name": "resourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 20308 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 20321 }, "name": "statInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 20172 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 20188 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 20201 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 20214 }, "name": "isUpstream", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 20230 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 20243 }, "name": "operationName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 20256 }, "name": "primaryTagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 20272 }, "name": "primaryTagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 20288 }, "name": "resourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 20301 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 20314 }, "name": "stat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 20089 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryApmDependencyStatsQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTreemapDefinitionRequestQueryApmDependencyStatsQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryApmResourceStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryApmResourceStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 20325 }, "name": "DashboardWidgetTreemapDefinitionRequestQueryApmResourceStatsQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 20337 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#env Dashboard#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 20343 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 20355 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#service Dashboard#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 20385 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#stat Dashboard#stat}", "stability": "stable", "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 20391 }, "name": "stat", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 20331 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "Array of fields to group results by." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 20349 }, "name": "groupBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#operation_name Dashboard#operation_name}", "stability": "stable", "summary": "Name of operation on service." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 20361 }, "name": "operationName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}", "stability": "stable", "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 20367 }, "name": "primaryTagName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}", "stability": "stable", "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 20373 }, "name": "primaryTagValue", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#resource_name Dashboard#resource_name}", "stability": "stable", "summary": "APM resource." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 20379 }, "name": "resourceName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTreemapDefinitionRequestQueryApmResourceStatsQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryApmResourceStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryApmResourceStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 20500 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 20493 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 20593 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 20635 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 20664 }, "name": "resetOperationName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 20680 }, "name": "resetPrimaryTagName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 20696 }, "name": "resetPrimaryTagValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 20712 }, "name": "resetResourceName" } ], "name": "DashboardWidgetTreemapDefinitionRequestQueryApmResourceStatsQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 20597 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 20610 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 20623 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 20639 }, "name": "groupByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 20652 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 20668 }, "name": "operationNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 20684 }, "name": "primaryTagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 20700 }, "name": "primaryTagValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 20716 }, "name": "resourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 20729 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 20742 }, "name": "statInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 20587 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 20603 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 20616 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 20629 }, "name": "groupBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 20645 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 20658 }, "name": "operationName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 20674 }, "name": "primaryTagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 20690 }, "name": "primaryTagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 20706 }, "name": "resourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 20722 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 20735 }, "name": "stat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 20504 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryApmResourceStatsQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTreemapDefinitionRequestQueryApmResourceStatsQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryCloudCostQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryCloudCostQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 20746 }, "name": "DashboardWidgetTreemapDefinitionRequestQueryCloudCostQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 20764 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 20770 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The cloud cost query definition." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 20776 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 20752 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 20758 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTreemapDefinitionRequestQueryCloudCostQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryCloudCostQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryCloudCostQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 20843 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 20836 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 20900 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 20916 }, "name": "resetCrossOrgUuids" } ], "name": "DashboardWidgetTreemapDefinitionRequestQueryCloudCostQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 20904 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 20920 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 20933 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 20946 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 20959 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 20894 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 20910 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 20926 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 20939 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 20952 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 20847 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryCloudCostQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTreemapDefinitionRequestQueryCloudCostQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21569 }, "name": "DashboardWidgetTreemapDefinitionRequestQueryEventQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#compute Dashboard#compute}", "stability": "stable", "summary": "compute block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21605 }, "name": "compute", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for event platform-based queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21581 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21593 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21575 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_by Dashboard#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21611 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#indexes Dashboard#indexes}", "stability": "stable", "summary": "An array of index names to query in the stream." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21587 }, "name": "indexes", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#search Dashboard#search}", "stability": "stable", "summary": "search block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21617 }, "name": "search", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQuerySearch" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#storage Dashboard#storage}", "stability": "stable", "summary": "Storage location (private beta)." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21599 }, "name": "storage", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTreemapDefinitionRequestQueryEventQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQueryCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQueryCompute", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 20963 }, "name": "DashboardWidgetTreemapDefinitionRequestQueryEventQueryCompute", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation methods for event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 20969 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#interval Dashboard#interval}", "stability": "stable", "summary": "A time interval in milliseconds." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 20975 }, "name": "interval", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The measurable attribute to compute." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 20981 }, "name": "metric", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTreemapDefinitionRequestQueryEventQueryCompute" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQueryComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQueryComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21137 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21129 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21144 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQueryComputeOutputReference" } } } ], "name": "DashboardWidgetTreemapDefinitionRequestQueryEventQueryComputeList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21137 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21137 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21137 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21130 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTreemapDefinitionRequestQueryEventQueryComputeList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQueryComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQueryComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21037 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21027 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21104 }, "name": "resetInterval" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21120 }, "name": "resetMetric" } ], "name": "DashboardWidgetTreemapDefinitionRequestQueryEventQueryComputeOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21092 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21108 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21124 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21085 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21098 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21114 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21041 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQueryCompute" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTreemapDefinitionRequestQueryEventQueryComputeOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21301 }, "name": "DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupBy", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#facet Dashboard#facet}", "stability": "stable", "summary": "The event facet." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21307 }, "name": "facet", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The number of groups to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21313 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort Dashboard#sort}", "stability": "stable", "summary": "sort block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21319 }, "name": "sort", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupBySort" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupBy" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21475 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21467 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21482 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupByOutputReference" } } } ], "name": "DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupByList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21475 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21475 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21475 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21468 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupByList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21375 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21365 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21455 }, "name": "putSort", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupBySort" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21442 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21458 }, "name": "resetSort" } ], "name": "DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupByOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21452 }, "name": "sort", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupBySortOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21430 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21446 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21462 }, "name": "sortInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupBySort" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21423 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21436 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21379 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupBy" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupByOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupBySort": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupBySort", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21148 }, "name": "DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupBySort", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregation Dashboard#aggregation}", "stability": "stable", "summary": "The aggregation methods for the event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21154 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The metric used for sorting group by results." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21160 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#order Dashboard#order}", "stability": "stable", "summary": "Direction of sort. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21166 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupBySort" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupBySortOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupBySortOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21219 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21212 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21277 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21293 }, "name": "resetOrder" } ], "name": "DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupBySortOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21265 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21281 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21297 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21258 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21271 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21287 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21223 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupBySort" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupBySortOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21705 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21698 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21851 }, "name": "putCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21864 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21880 }, "name": "putSearch", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQuerySearch" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21780 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21867 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21809 }, "name": "resetIndexes" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21883 }, "name": "resetSearch" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21838 }, "name": "resetStorage" } ], "name": "DashboardWidgetTreemapDefinitionRequestQueryEventQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21848 }, "name": "compute", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQueryComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21861 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21877 }, "name": "search", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQuerySearchOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21855 }, "name": "computeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21784 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21797 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21871 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21813 }, "name": "indexesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21826 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21887 }, "name": "searchInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQuerySearch" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21842 }, "name": "storageInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21774 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21790 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21803 }, "name": "indexes", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21819 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21832 }, "name": "storage", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21709 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTreemapDefinitionRequestQueryEventQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQuerySearch": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQuerySearch", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21486 }, "name": "DashboardWidgetTreemapDefinitionRequestQueryEventQuerySearch", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The events search string." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21492 }, "name": "query", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTreemapDefinitionRequestQueryEventQuerySearch" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQuerySearchOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQuerySearchOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21531 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21524 }, "name": "DashboardWidgetTreemapDefinitionRequestQueryEventQuerySearchOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21565 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21558 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21535 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQuerySearch" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTreemapDefinitionRequestQueryEventQuerySearchOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23142 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23134 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23149 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryOutputReference" } } } ], "name": "DashboardWidgetTreemapDefinitionRequestQueryList", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23142 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23142 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23142 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23135 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQuery" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTreemapDefinitionRequestQueryList" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryMetricQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryMetricQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21891 }, "name": "DashboardWidgetTreemapDefinitionRequestQueryMetricQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21915 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#query Dashboard#query}", "stability": "stable", "summary": "The metrics query definition." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21921 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21897 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21903 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for metrics queries. Defaults to `\"metrics\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21909 }, "name": "dataSource", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTreemapDefinitionRequestQueryMetricQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryMetricQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryMetricQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21988 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21981 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22045 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22061 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22077 }, "name": "resetDataSource" } ], "name": "DashboardWidgetTreemapDefinitionRequestQueryMetricQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22049 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22065 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22081 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22094 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22107 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22039 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22055 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22071 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22087 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22100 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 21992 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryMetricQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTreemapDefinitionRequestQueryMetricQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22951 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22941 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23026 }, "name": "putApmDependencyStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryApmDependencyStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23042 }, "name": "putApmResourceStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryApmResourceStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23058 }, "name": "putCloudCostQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryCloudCostQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23074 }, "name": "putEventQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23090 }, "name": "putMetricQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryMetricQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23106 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23122 }, "name": "putSloQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQuerySloQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23029 }, "name": "resetApmDependencyStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23045 }, "name": "resetApmResourceStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23061 }, "name": "resetCloudCostQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23077 }, "name": "resetEventQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23093 }, "name": "resetMetricQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23109 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23125 }, "name": "resetSloQuery" } ], "name": "DashboardWidgetTreemapDefinitionRequestQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23023 }, "name": "apmDependencyStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryApmDependencyStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23039 }, "name": "apmResourceStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryApmResourceStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23055 }, "name": "cloudCostQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryCloudCostQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23071 }, "name": "eventQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23087 }, "name": "metricQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryMetricQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23103 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23119 }, "name": "sloQuery", "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQuerySloQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23033 }, "name": "apmDependencyStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryApmDependencyStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23049 }, "name": "apmResourceStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryApmResourceStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23065 }, "name": "cloudCostQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryCloudCostQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23081 }, "name": "eventQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23097 }, "name": "metricQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryMetricQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23113 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23129 }, "name": "sloQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQuerySloQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22955 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQuery" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTreemapDefinitionRequestQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22111 }, "name": "DashboardWidgetTreemapDefinitionRequestQueryProcessQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for process queries. Valid values are `process`, `container`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22129 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#metric Dashboard#metric}", "stability": "stable", "summary": "The process metric name." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22147 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22153 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#aggregator Dashboard#aggregator}", "stability": "stable", "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22117 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22123 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_normalized_cpu Dashboard#is_normalized_cpu}", "stability": "stable", "summary": "Whether to normalize the CPU percentages." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22135 }, "name": "isNormalizedCpu", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#limit Dashboard#limit}", "stability": "stable", "summary": "The number of hits to return." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22141 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#sort Dashboard#sort}", "stability": "stable", "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22159 }, "name": "sort", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#tag_filters Dashboard#tag_filters}", "stability": "stable", "summary": "An array of tags to filter by." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22165 }, "name": "tagFilters", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#text_filter Dashboard#text_filter}", "stability": "stable", "summary": "The text to use as a filter." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22171 }, "name": "textFilter", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTreemapDefinitionRequestQueryProcessQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22273 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22266 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22360 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22376 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22405 }, "name": "resetIsNormalizedCpu" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22421 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22463 }, "name": "resetSort" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22479 }, "name": "resetTagFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22495 }, "name": "resetTextFilter" } ], "name": "DashboardWidgetTreemapDefinitionRequestQueryProcessQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22364 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22380 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22393 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22409 }, "name": "isNormalizedCpuInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22425 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22438 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22451 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22467 }, "name": "sortInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22483 }, "name": "tagFiltersInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22499 }, "name": "textFilterInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22354 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22370 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22386 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22399 }, "name": "isNormalizedCpu", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22415 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22431 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22444 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22457 }, "name": "sort", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22473 }, "name": "tagFilters", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22489 }, "name": "textFilter", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22277 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryProcessQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTreemapDefinitionRequestQueryProcessQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQuerySloQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQuerySloQuery", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22503 }, "name": "DashboardWidgetTreemapDefinitionRequestQuerySloQuery", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#data_source Dashboard#data_source}", "stability": "stable", "summary": "The data source for SLO queries. Valid values are `slo`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22521 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#measure Dashboard#measure}", "stability": "stable", "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22533 }, "name": "measure", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_id Dashboard#slo_id}", "stability": "stable", "summary": "ID of an SLO to query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22545 }, "name": "sloId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#additional_query_filters Dashboard#additional_query_filters}", "stability": "stable", "summary": "Additional filters applied to the SLO query." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22509 }, "name": "additionalQueryFilters", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22515 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#group_mode Dashboard#group_mode}", "stability": "stable", "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22527 }, "name": "groupMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#name Dashboard#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22539 }, "name": "name", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#slo_query_type Dashboard#slo_query_type}", "stability": "stable", "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22551 }, "name": "sloQueryType", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTreemapDefinitionRequestQuerySloQuery" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQuerySloQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQuerySloQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22639 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22632 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22714 }, "name": "resetAdditionalQueryFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22730 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22759 }, "name": "resetGroupMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22788 }, "name": "resetName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22817 }, "name": "resetSloQueryType" } ], "name": "DashboardWidgetTreemapDefinitionRequestQuerySloQueryOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22718 }, "name": "additionalQueryFiltersInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22734 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22747 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22763 }, "name": "groupModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22776 }, "name": "measureInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22792 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22805 }, "name": "sloIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22821 }, "name": "sloQueryTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22708 }, "name": "additionalQueryFilters", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22724 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22740 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22753 }, "name": "groupMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22769 }, "name": "measure", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22782 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22798 }, "name": "sloId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22811 }, "name": "sloQueryType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 22643 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQuerySloQuery" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTreemapDefinitionRequestQuerySloQueryOutputReference" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetWidgetLayout": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetWidgetLayout", "kind": "interface", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23462 }, "name": "DashboardWidgetWidgetLayout", "namespace": "dashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#height Dashboard#height}", "stability": "stable", "summary": "The height of the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23468 }, "name": "height", "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#width Dashboard#width}", "stability": "stable", "summary": "The width of the widget." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23480 }, "name": "width", "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#x Dashboard#x}", "stability": "stable", "summary": "The position of the widget on the x (horizontal) axis. Must be greater than or equal to 0." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23486 }, "name": "x", "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#y Dashboard#y}", "stability": "stable", "summary": "The position of the widget on the y (vertical) axis. Must be greater than or equal to 0." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23492 }, "name": "y", "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Only one widget in the dashboard should have this property set to `true`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard#is_column_break Dashboard#is_column_break}", "stability": "stable", "summary": "Whether the widget should be the first one on the second column in high density or not." }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23474 }, "name": "isColumnBreak", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetWidgetLayout" }, "@cdktf/provider-datadog.dashboard.DashboardWidgetWidgetLayoutOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetWidgetLayoutOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23559 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23552 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23629 }, "name": "resetIsColumnBreak" } ], "name": "DashboardWidgetWidgetLayoutOutputReference", "namespace": "dashboard", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23617 }, "name": "heightInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23633 }, "name": "isColumnBreakInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23646 }, "name": "widthInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23659 }, "name": "xInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23672 }, "name": "yInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23610 }, "name": "height", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23623 }, "name": "isColumnBreak", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23639 }, "name": "width", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23652 }, "name": "x", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23665 }, "name": "y", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard/index-structs/structs6800.ts", "line": 23563 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dashboard.DashboardWidgetWidgetLayout" } } ], "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetWidgetLayoutOutputReference" }, "@cdktf/provider-datadog.dashboardJson.DashboardJson": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard_json datadog_dashboard_json}." }, "fqn": "@cdktf/provider-datadog.dashboardJson.DashboardJson", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard_json datadog_dashboard_json} Resource." }, "locationInModule": { "filename": "src/dashboard-json/index.ts", "line": 77 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.dashboardJson.DashboardJsonConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard-json/index.ts", "line": 45 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a DashboardJson resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/dashboard-json/index.ts", "line": 62 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the DashboardJson to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard_json#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing DashboardJson that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the DashboardJson to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard-json/index.ts", "line": 124 }, "name": "resetDashboardLists" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard-json/index.ts", "line": 145 }, "name": "resetId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard-json/index.ts", "line": 161 }, "name": "resetUrl" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard-json/index.ts", "line": 173 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard-json/index.ts", "line": 182 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "DashboardJson", "namespace": "dashboardJson", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard-json/index.ts", "line": 50 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard-json/index.ts", "line": 133 }, "name": "dashboardListsRemoved", "type": { "collection": { "elementtype": { "primitive": "number" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard-json/index.ts", "line": 112 }, "name": "dashboardInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard-json/index.ts", "line": 128 }, "name": "dashboardListsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "number" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard-json/index.ts", "line": 149 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard-json/index.ts", "line": 165 }, "name": "urlInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard-json/index.ts", "line": 105 }, "name": "dashboard", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard-json/index.ts", "line": 118 }, "name": "dashboardLists", "type": { "collection": { "elementtype": { "primitive": "number" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard-json/index.ts", "line": 139 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard-json/index.ts", "line": 155 }, "name": "url", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard-json/index:DashboardJson" }, "@cdktf/provider-datadog.dashboardJson.DashboardJsonConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboardJson.DashboardJsonConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/dashboard-json/index.ts", "line": 14 }, "name": "DashboardJsonConfig", "namespace": "dashboardJson", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard_json#dashboard DashboardJson#dashboard}", "stability": "stable", "summary": "The JSON formatted definition of the Dashboard." }, "immutable": true, "locationInModule": { "filename": "src/dashboard-json/index.ts", "line": 20 }, "name": "dashboard", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "This attribute should not be set if managing the corresponding dashboard lists using Terraform as it causes inconsistent behavior.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard_json#dashboard_lists DashboardJson#dashboard_lists}", "stability": "stable", "summary": "A list of dashboard lists this dashboard belongs to." }, "immutable": true, "locationInModule": { "filename": "src/dashboard-json/index.ts", "line": 26 }, "name": "dashboardLists", "optional": true, "type": { "collection": { "elementtype": { "primitive": "number" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard_json#id DashboardJson#id}." }, "immutable": true, "locationInModule": { "filename": "src/dashboard-json/index.ts", "line": 33 }, "name": "id", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard_json#url DashboardJson#url}", "stability": "stable", "summary": "The URL of the dashboard." }, "immutable": true, "locationInModule": { "filename": "src/dashboard-json/index.ts", "line": 39 }, "name": "url", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/dashboard-json/index:DashboardJsonConfig" }, "@cdktf/provider-datadog.dashboardList.DashboardList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard_list datadog_dashboard_list}." }, "fqn": "@cdktf/provider-datadog.dashboardList.DashboardList", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard_list datadog_dashboard_list} Resource." }, "locationInModule": { "filename": "src/dashboard-list/index.ts", "line": 211 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.dashboardList.DashboardListConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard-list/index.ts", "line": 179 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a DashboardList resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/dashboard-list/index.ts", "line": 196 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the DashboardList to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard_list#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing DashboardList that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the DashboardList to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard-list/index.ts", "line": 258 }, "name": "putDashItem", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboardList.DashboardListDashItem" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard-list/index.ts", "line": 261 }, "name": "resetDashItem" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard-list/index.ts", "line": 273 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard-list/index.ts", "line": 280 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "DashboardList", "namespace": "dashboardList", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard-list/index.ts", "line": 184 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard-list/index.ts", "line": 255 }, "name": "dashItem", "type": { "fqn": "@cdktf/provider-datadog.dashboardList.DashboardListDashItemList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard-list/index.ts", "line": 236 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard-list/index.ts", "line": 265 }, "name": "dashItemInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboardList.DashboardListDashItem" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard-list/index.ts", "line": 249 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard-list/index.ts", "line": 242 }, "name": "name", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard-list/index:DashboardList" }, "@cdktf/provider-datadog.dashboardList.DashboardListConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboardList.DashboardListConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/dashboard-list/index.ts", "line": 14 }, "name": "DashboardListConfig", "namespace": "dashboardList", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard_list#name DashboardList#name}", "stability": "stable", "summary": "The name of the Dashboard List." }, "immutable": true, "locationInModule": { "filename": "src/dashboard-list/index.ts", "line": 20 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard_list#dash_item DashboardList#dash_item}", "stability": "stable", "summary": "dash_item block." }, "immutable": true, "locationInModule": { "filename": "src/dashboard-list/index.ts", "line": 26 }, "name": "dashItem", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboardList.DashboardListDashItem" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard-list/index:DashboardListConfig" }, "@cdktf/provider-datadog.dashboardList.DashboardListDashItem": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboardList.DashboardListDashItem", "kind": "interface", "locationInModule": { "filename": "src/dashboard-list/index.ts", "line": 28 }, "name": "DashboardListDashItem", "namespace": "dashboardList", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard_list#dash_id DashboardList#dash_id}", "stability": "stable", "summary": "The ID of the dashboard to add." }, "immutable": true, "locationInModule": { "filename": "src/dashboard-list/index.ts", "line": 34 }, "name": "dashId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dashboard_list#type DashboardList#type}", "stability": "stable", "summary": "The type of this dashboard. Valid values are `custom_timeboard`, `custom_screenboard`, `integration_screenboard`, `integration_timeboard`, `host_timeboard`." }, "immutable": true, "locationInModule": { "filename": "src/dashboard-list/index.ts", "line": 40 }, "name": "type", "type": { "primitive": "string" } } ], "symbolId": "src/dashboard-list/index:DashboardListDashItem" }, "@cdktf/provider-datadog.dashboardList.DashboardListDashItemList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboardList.DashboardListDashItemList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard-list/index.ts", "line": 164 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard-list/index.ts", "line": 156 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard-list/index.ts", "line": 171 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dashboardList.DashboardListDashItemOutputReference" } } } ], "name": "DashboardListDashItemList", "namespace": "dashboardList", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dashboard-list/index.ts", "line": 164 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dashboard-list/index.ts", "line": 164 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "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/index.ts", "line": 164 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard-list/index.ts", "line": 157 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dashboardList.DashboardListDashItem" }, "kind": "array" } } ] } } } ], "symbolId": "src/dashboard-list/index:DashboardListDashItemList" }, "@cdktf/provider-datadog.dashboardList.DashboardListDashItemOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dashboardList.DashboardListDashItemOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard-list/index.ts", "line": 89 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dashboard-list/index.ts", "line": 79 }, "name": "DashboardListDashItemOutputReference", "namespace": "dashboardList", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard-list/index.ts", "line": 138 }, "name": "dashIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dashboard-list/index.ts", "line": 151 }, "name": "typeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard-list/index.ts", "line": 131 }, "name": "dashId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard-list/index.ts", "line": 144 }, "name": "type", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dashboard-list/index.ts", "line": 93 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dashboardList.DashboardListDashItem" } ] } } } ], "symbolId": "src/dashboard-list/index:DashboardListDashItemOutputReference" }, "@cdktf/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnection": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformDataSource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/action_connection datadog_action_connection}." }, "fqn": "@cdktf/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnection", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/action_connection datadog_action_connection} Data Source." }, "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 831 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 799 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a DataDatadogActionConnection resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 816 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the DataDatadogActionConnection to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/action_connection#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing DataDatadogActionConnection that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the DataDatadogActionConnection to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 884 }, "name": "putHttp", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttp" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 887 }, "name": "resetHttp" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 899 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 906 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "DataDatadogActionConnection", "namespace": "dataDatadogActionConnection", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 804 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 875 }, "name": "aws", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionAwsOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 881 }, "name": "http", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 869 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 891 }, "name": "httpInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttp" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 864 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 857 }, "name": "id", "type": { "primitive": "string" } } ], "symbolId": "src/data-datadog-action-connection/index:DataDatadogActionConnection" }, "@cdktf/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionAws": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionAws", "kind": "interface", "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 110 }, "name": "DataDatadogActionConnectionAws", "namespace": "dataDatadogActionConnection", "symbolId": "src/data-datadog-action-connection/index:DataDatadogActionConnectionAws" }, "@cdktf/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionAwsAssumeRole": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionAwsAssumeRole", "kind": "interface", "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 31 }, "name": "DataDatadogActionConnectionAwsAssumeRole", "namespace": "dataDatadogActionConnection", "symbolId": "src/data-datadog-action-connection/index:DataDatadogActionConnectionAwsAssumeRole" }, "@cdktf/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionAwsAssumeRoleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionAwsAssumeRoleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 62 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 54 }, "name": "DataDatadogActionConnectionAwsAssumeRoleOutputReference", "namespace": "dataDatadogActionConnection", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 91 }, "name": "accountId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 96 }, "name": "externalId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 101 }, "name": "principalId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 106 }, "name": "role", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 66 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionAwsAssumeRole" } ] } } } ], "symbolId": "src/data-datadog-action-connection/index:DataDatadogActionConnectionAwsAssumeRoleOutputReference" }, "@cdktf/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionAwsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionAwsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 141 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 133 }, "name": "DataDatadogActionConnectionAwsOutputReference", "namespace": "dataDatadogActionConnection", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 171 }, "name": "assumeRole", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionAwsAssumeRoleOutputReference" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 145 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionAws" } ] } } } ], "symbolId": "src/data-datadog-action-connection/index:DataDatadogActionConnectionAwsOutputReference" }, "@cdktf/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 14 }, "name": "DataDatadogActionConnectionConfig", "namespace": "dataDatadogActionConnection", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/action_connection#id DataDatadogActionConnection#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "ID for Connection." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 23 }, "name": "id", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/action_connection#http DataDatadogActionConnection#http}", "stability": "stable", "summary": "http block." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 29 }, "name": "http", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttp" } } ], "symbolId": "src/data-datadog-action-connection/index:DataDatadogActionConnectionConfig" }, "@cdktf/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttp": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttp", "kind": "interface", "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 694 }, "name": "DataDatadogActionConnectionHttp", "namespace": "dataDatadogActionConnection", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/action_connection#token_auth DataDatadogActionConnection#token_auth}", "stability": "stable", "summary": "token_auth block." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 700 }, "name": "tokenAuth", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuth" } } ], "symbolId": "src/data-datadog-action-connection/index:DataDatadogActionConnectionHttp" }, "@cdktf/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 740 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 732 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 784 }, "name": "putTokenAuth", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuth" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 787 }, "name": "resetTokenAuth" } ], "name": "DataDatadogActionConnectionHttpOutputReference", "namespace": "dataDatadogActionConnection", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 775 }, "name": "baseUrl", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 781 }, "name": "tokenAuth", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuthOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 791 }, "name": "tokenAuthInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuth" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 744 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttp" } ] } } } ], "symbolId": "src/data-datadog-action-connection/index:DataDatadogActionConnectionHttpOutputReference" }, "@cdktf/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuth": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuth", "kind": "interface", "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 522 }, "name": "DataDatadogActionConnectionHttpTokenAuth", "namespace": "dataDatadogActionConnection", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/action_connection#header DataDatadogActionConnection#header}", "stability": "stable", "summary": "header block." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 528 }, "name": "header", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuthHeader" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/action_connection#token DataDatadogActionConnection#token}", "stability": "stable", "summary": "token block." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 534 }, "name": "token", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuthToken" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/action_connection#url_parameter DataDatadogActionConnection#url_parameter}", "stability": "stable", "summary": "url_parameter block." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 540 }, "name": "urlParameter", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuthUrlParameter" }, "kind": "array" } } ] } } } ], "symbolId": "src/data-datadog-action-connection/index:DataDatadogActionConnectionHttpTokenAuth" }, "@cdktf/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuthBody": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuthBody", "kind": "interface", "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 175 }, "name": "DataDatadogActionConnectionHttpTokenAuthBody", "namespace": "dataDatadogActionConnection", "symbolId": "src/data-datadog-action-connection/index:DataDatadogActionConnectionHttpTokenAuthBody" }, "@cdktf/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuthBodyOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuthBodyOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 206 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 198 }, "name": "DataDatadogActionConnectionHttpTokenAuthBodyOutputReference", "namespace": "dataDatadogActionConnection", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 235 }, "name": "content", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 240 }, "name": "contentType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 210 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuthBody" } ] } } } ], "symbolId": "src/data-datadog-action-connection/index:DataDatadogActionConnectionHttpTokenAuthBodyOutputReference" }, "@cdktf/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuthHeader": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuthHeader", "kind": "interface", "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 244 }, "name": "DataDatadogActionConnectionHttpTokenAuthHeader", "namespace": "dataDatadogActionConnection", "symbolId": "src/data-datadog-action-connection/index:DataDatadogActionConnectionHttpTokenAuthHeader" }, "@cdktf/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuthHeaderList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuthHeaderList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 324 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 316 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 331 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuthHeaderOutputReference" } } } ], "name": "DataDatadogActionConnectionHttpTokenAuthHeaderList", "namespace": "dataDatadogActionConnection", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 324 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 324 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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-action-connection/index.ts", "line": 324 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 317 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuthHeader" }, "kind": "array" } } ] } } } ], "symbolId": "src/data-datadog-action-connection/index:DataDatadogActionConnectionHttpTokenAuthHeaderList" }, "@cdktf/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuthHeaderOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuthHeaderOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 277 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 267 }, "name": "DataDatadogActionConnectionHttpTokenAuthHeaderOutputReference", "namespace": "dataDatadogActionConnection", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 306 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 311 }, "name": "value", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 281 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuthHeader" } ] } } } ], "symbolId": "src/data-datadog-action-connection/index:DataDatadogActionConnectionHttpTokenAuthHeaderOutputReference" }, "@cdktf/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuthOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuthOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 594 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 586 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 651 }, "name": "putHeader", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuthHeader" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 667 }, "name": "putToken", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuthToken" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 683 }, "name": "putUrlParameter", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuthUrlParameter" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 654 }, "name": "resetHeader" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 670 }, "name": "resetToken" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 686 }, "name": "resetUrlParameter" } ], "name": "DataDatadogActionConnectionHttpTokenAuthOutputReference", "namespace": "dataDatadogActionConnection", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 642 }, "name": "body", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuthBodyOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 648 }, "name": "header", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuthHeaderList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 664 }, "name": "token", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuthTokenList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 680 }, "name": "urlParameter", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuthUrlParameterList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 658 }, "name": "headerInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuthHeader" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 674 }, "name": "tokenInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuthToken" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 690 }, "name": "urlParameterInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuthUrlParameter" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 598 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuth" } ] } } } ], "symbolId": "src/data-datadog-action-connection/index:DataDatadogActionConnectionHttpTokenAuthOutputReference" }, "@cdktf/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuthToken": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuthToken", "kind": "interface", "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 335 }, "name": "DataDatadogActionConnectionHttpTokenAuthToken", "namespace": "dataDatadogActionConnection", "symbolId": "src/data-datadog-action-connection/index:DataDatadogActionConnectionHttpTokenAuthToken" }, "@cdktf/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuthTokenList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuthTokenList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 420 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 412 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 427 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuthTokenOutputReference" } } } ], "name": "DataDatadogActionConnectionHttpTokenAuthTokenList", "namespace": "dataDatadogActionConnection", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 420 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 420 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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-action-connection/index.ts", "line": 420 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 413 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuthToken" }, "kind": "array" } } ] } } } ], "symbolId": "src/data-datadog-action-connection/index:DataDatadogActionConnectionHttpTokenAuthTokenList" }, "@cdktf/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuthTokenOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuthTokenOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 368 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 358 }, "name": "DataDatadogActionConnectionHttpTokenAuthTokenOutputReference", "namespace": "dataDatadogActionConnection", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 397 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 402 }, "name": "type", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 407 }, "name": "value", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 372 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuthToken" } ] } } } ], "symbolId": "src/data-datadog-action-connection/index:DataDatadogActionConnectionHttpTokenAuthTokenOutputReference" }, "@cdktf/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuthUrlParameter": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuthUrlParameter", "kind": "interface", "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 431 }, "name": "DataDatadogActionConnectionHttpTokenAuthUrlParameter", "namespace": "dataDatadogActionConnection", "symbolId": "src/data-datadog-action-connection/index:DataDatadogActionConnectionHttpTokenAuthUrlParameter" }, "@cdktf/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuthUrlParameterList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuthUrlParameterList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 511 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 503 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 518 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuthUrlParameterOutputReference" } } } ], "name": "DataDatadogActionConnectionHttpTokenAuthUrlParameterList", "namespace": "dataDatadogActionConnection", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 511 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 511 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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-action-connection/index.ts", "line": 511 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 504 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuthUrlParameter" }, "kind": "array" } } ] } } } ], "symbolId": "src/data-datadog-action-connection/index:DataDatadogActionConnectionHttpTokenAuthUrlParameterList" }, "@cdktf/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuthUrlParameterOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuthUrlParameterOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 464 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 454 }, "name": "DataDatadogActionConnectionHttpTokenAuthUrlParameterOutputReference", "namespace": "dataDatadogActionConnection", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 493 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 498 }, "name": "value", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-action-connection/index.ts", "line": 468 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuthUrlParameter" } ] } } } ], "symbolId": "src/data-datadog-action-connection/index:DataDatadogActionConnectionHttpTokenAuthUrlParameterOutputReference" }, "@cdktf/provider-datadog.dataDatadogApiKey.DataDatadogApiKey": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformDataSource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/api_key datadog_api_key}." }, "fqn": "@cdktf/provider-datadog.dataDatadogApiKey.DataDatadogApiKey", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/api_key datadog_api_key} Data Source." }, "locationInModule": { "filename": "src/data-datadog-api-key/index.ts", "line": 73 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogApiKey.DataDatadogApiKeyConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-api-key/index.ts", "line": 41 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a DataDatadogApiKey resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/data-datadog-api-key/index.ts", "line": 58 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the DataDatadogApiKey to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/api_key#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing DataDatadogApiKey that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the DataDatadogApiKey to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-api-key/index.ts", "line": 106 }, "name": "resetExactMatch" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-api-key/index.ts", "line": 122 }, "name": "resetId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-api-key/index.ts", "line": 143 }, "name": "resetName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-api-key/index.ts", "line": 160 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-api-key/index.ts", "line": 168 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "DataDatadogApiKey", "namespace": "dataDatadogApiKey", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-api-key/index.ts", "line": 46 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-api-key/index.ts", "line": 131 }, "name": "key", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-api-key/index.ts", "line": 152 }, "name": "remoteConfigReadEnabled", "type": { "fqn": "cdktf.IResolvable" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-api-key/index.ts", "line": 110 }, "name": "exactMatchInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-api-key/index.ts", "line": 126 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-api-key/index.ts", "line": 147 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-api-key/index.ts", "line": 100 }, "name": "exactMatch", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-api-key/index.ts", "line": 116 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-api-key/index.ts", "line": 137 }, "name": "name", "type": { "primitive": "string" } } ], "symbolId": "src/data-datadog-api-key/index:DataDatadogApiKey" }, "@cdktf/provider-datadog.dataDatadogApiKey.DataDatadogApiKeyConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogApiKey.DataDatadogApiKeyConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/data-datadog-api-key/index.ts", "line": 14 }, "name": "DataDatadogApiKeyConfig", "namespace": "dataDatadogApiKey", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/api_key#exact_match DataDatadogApiKey#exact_match}", "stability": "stable", "summary": "Whether to use exact match when searching by name." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-api-key/index.ts", "line": 20 }, "name": "exactMatch", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/api_key#id DataDatadogApiKey#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "The ID of this resource." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-api-key/index.ts", "line": 29 }, "name": "id", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/api_key#name DataDatadogApiKey#name}", "stability": "stable", "summary": "Name for API Key." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-api-key/index.ts", "line": 35 }, "name": "name", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/data-datadog-api-key/index:DataDatadogApiKeyConfig" }, "@cdktf/provider-datadog.dataDatadogApmRetentionFiltersOrder.DataDatadogApmRetentionFiltersOrder": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformDataSource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/apm_retention_filters_order datadog_apm_retention_filters_order}." }, "fqn": "@cdktf/provider-datadog.dataDatadogApmRetentionFiltersOrder.DataDatadogApmRetentionFiltersOrder", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/apm_retention_filters_order datadog_apm_retention_filters_order} Data Source." }, "locationInModule": { "filename": "src/data-datadog-apm-retention-filters-order/index.ts", "line": 52 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogApmRetentionFiltersOrder.DataDatadogApmRetentionFiltersOrderConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-apm-retention-filters-order/index.ts", "line": 20 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a DataDatadogApmRetentionFiltersOrder resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/data-datadog-apm-retention-filters-order/index.ts", "line": 37 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the DataDatadogApmRetentionFiltersOrder to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/apm_retention_filters_order#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing DataDatadogApmRetentionFiltersOrder that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the DataDatadogApmRetentionFiltersOrder to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-apm-retention-filters-order/index.ts", "line": 88 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-apm-retention-filters-order/index.ts", "line": 93 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "DataDatadogApmRetentionFiltersOrder", "namespace": "dataDatadogApmRetentionFiltersOrder", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-apm-retention-filters-order/index.ts", "line": 25 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-apm-retention-filters-order/index.ts", "line": 75 }, "name": "filterIds", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-apm-retention-filters-order/index.ts", "line": 80 }, "name": "id", "type": { "primitive": "string" } } ], "symbolId": "src/data-datadog-apm-retention-filters-order/index:DataDatadogApmRetentionFiltersOrder" }, "@cdktf/provider-datadog.dataDatadogApmRetentionFiltersOrder.DataDatadogApmRetentionFiltersOrderConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogApmRetentionFiltersOrder.DataDatadogApmRetentionFiltersOrderConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/data-datadog-apm-retention-filters-order/index.ts", "line": 14 }, "name": "DataDatadogApmRetentionFiltersOrderConfig", "namespace": "dataDatadogApmRetentionFiltersOrder", "symbolId": "src/data-datadog-apm-retention-filters-order/index:DataDatadogApmRetentionFiltersOrderConfig" }, "@cdktf/provider-datadog.dataDatadogAppBuilderApp.DataDatadogAppBuilderApp": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformDataSource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/app_builder_app datadog_app_builder_app}." }, "fqn": "@cdktf/provider-datadog.dataDatadogAppBuilderApp.DataDatadogAppBuilderApp", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/app_builder_app datadog_app_builder_app} Data Source." }, "locationInModule": { "filename": "src/data-datadog-app-builder-app/index.ts", "line": 61 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogAppBuilderApp.DataDatadogAppBuilderAppConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-app-builder-app/index.ts", "line": 29 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a DataDatadogAppBuilderApp resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/data-datadog-app-builder-app/index.ts", "line": 46 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the DataDatadogAppBuilderApp to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/app_builder_app#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing DataDatadogAppBuilderApp that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the DataDatadogAppBuilderApp to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-app-builder-app/index.ts", "line": 132 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-app-builder-app/index.ts", "line": 138 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "DataDatadogAppBuilderApp", "namespace": "dataDatadogAppBuilderApp", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-app-builder-app/index.ts", "line": 34 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-app-builder-app/index.ts", "line": 86 }, "name": "actionQueryNamesToConnectionIds", "type": { "fqn": "cdktf.StringMap" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-app-builder-app/index.ts", "line": 91 }, "name": "appJson", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-app-builder-app/index.ts", "line": 96 }, "name": "description", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-app-builder-app/index.ts", "line": 114 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-app-builder-app/index.ts", "line": 119 }, "name": "published", "type": { "fqn": "cdktf.IResolvable" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-app-builder-app/index.ts", "line": 124 }, "name": "rootInstanceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-app-builder-app/index.ts", "line": 109 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-app-builder-app/index.ts", "line": 102 }, "name": "id", "type": { "primitive": "string" } } ], "symbolId": "src/data-datadog-app-builder-app/index:DataDatadogAppBuilderApp" }, "@cdktf/provider-datadog.dataDatadogAppBuilderApp.DataDatadogAppBuilderAppConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogAppBuilderApp.DataDatadogAppBuilderAppConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/data-datadog-app-builder-app/index.ts", "line": 14 }, "name": "DataDatadogAppBuilderAppConfig", "namespace": "dataDatadogAppBuilderApp", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/app_builder_app#id DataDatadogAppBuilderApp#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "ID for the App." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-app-builder-app/index.ts", "line": 23 }, "name": "id", "type": { "primitive": "string" } } ], "symbolId": "src/data-datadog-app-builder-app/index:DataDatadogAppBuilderAppConfig" }, "@cdktf/provider-datadog.dataDatadogApplicationKey.DataDatadogApplicationKey": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformDataSource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/application_key datadog_application_key}." }, "fqn": "@cdktf/provider-datadog.dataDatadogApplicationKey.DataDatadogApplicationKey", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/application_key datadog_application_key} Data Source." }, "locationInModule": { "filename": "src/data-datadog-application-key/index.ts", "line": 73 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogApplicationKey.DataDatadogApplicationKeyConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-application-key/index.ts", "line": 41 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a DataDatadogApplicationKey resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/data-datadog-application-key/index.ts", "line": 58 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the DataDatadogApplicationKey to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/application_key#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing DataDatadogApplicationKey that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the DataDatadogApplicationKey to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-application-key/index.ts", "line": 106 }, "name": "resetExactMatch" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-application-key/index.ts", "line": 122 }, "name": "resetId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-application-key/index.ts", "line": 143 }, "name": "resetName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-application-key/index.ts", "line": 155 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-application-key/index.ts", "line": 163 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "DataDatadogApplicationKey", "namespace": "dataDatadogApplicationKey", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-application-key/index.ts", "line": 46 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-application-key/index.ts", "line": 131 }, "name": "key", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-application-key/index.ts", "line": 110 }, "name": "exactMatchInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-application-key/index.ts", "line": 126 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-application-key/index.ts", "line": 147 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-application-key/index.ts", "line": 100 }, "name": "exactMatch", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-application-key/index.ts", "line": 116 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-application-key/index.ts", "line": 137 }, "name": "name", "type": { "primitive": "string" } } ], "symbolId": "src/data-datadog-application-key/index:DataDatadogApplicationKey" }, "@cdktf/provider-datadog.dataDatadogApplicationKey.DataDatadogApplicationKeyConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogApplicationKey.DataDatadogApplicationKeyConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/data-datadog-application-key/index.ts", "line": 14 }, "name": "DataDatadogApplicationKeyConfig", "namespace": "dataDatadogApplicationKey", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/application_key#exact_match DataDatadogApplicationKey#exact_match}", "stability": "stable", "summary": "Whether to use exact match when searching by name." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-application-key/index.ts", "line": 20 }, "name": "exactMatch", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/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/index.ts", "line": 29 }, "name": "id", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/application_key#name DataDatadogApplicationKey#name}", "stability": "stable", "summary": "Name for Application Key." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-application-key/index.ts", "line": 35 }, "name": "name", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/data-datadog-application-key/index:DataDatadogApplicationKeyConfig" }, "@cdktf/provider-datadog.dataDatadogAwsCurConfig.DataDatadogAwsCurConfig": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformDataSource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/aws_cur_config datadog_aws_cur_config}." }, "fqn": "@cdktf/provider-datadog.dataDatadogAwsCurConfig.DataDatadogAwsCurConfig", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/aws_cur_config datadog_aws_cur_config} Data Source." }, "locationInModule": { "filename": "src/data-datadog-aws-cur-config/index.ts", "line": 132 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogAwsCurConfig.DataDatadogAwsCurConfigConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-aws-cur-config/index.ts", "line": 100 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a DataDatadogAwsCurConfig resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/data-datadog-aws-cur-config/index.ts", "line": 117 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the DataDatadogAwsCurConfig to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/aws_cur_config#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing DataDatadogAwsCurConfig that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the DataDatadogAwsCurConfig to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-aws-cur-config/index.ts", "line": 233 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-aws-cur-config/index.ts", "line": 239 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "DataDatadogAwsCurConfig", "namespace": "dataDatadogAwsCurConfig", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-aws-cur-config/index.ts", "line": 105 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-aws-cur-config/index.ts", "line": 225 }, "name": "accountFilters", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogAwsCurConfig.DataDatadogAwsCurConfigAccountFiltersOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-aws-cur-config/index.ts", "line": 156 }, "name": "accountId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-aws-cur-config/index.ts", "line": 161 }, "name": "bucketName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-aws-cur-config/index.ts", "line": 166 }, "name": "bucketRegion", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-aws-cur-config/index.ts", "line": 184 }, "name": "createdAt", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-aws-cur-config/index.ts", "line": 189 }, "name": "errorMessages", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-aws-cur-config/index.ts", "line": 194 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-aws-cur-config/index.ts", "line": 199 }, "name": "reportName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-aws-cur-config/index.ts", "line": 204 }, "name": "reportPrefix", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-aws-cur-config/index.ts", "line": 209 }, "name": "status", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-aws-cur-config/index.ts", "line": 214 }, "name": "statusUpdatedAt", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-aws-cur-config/index.ts", "line": 219 }, "name": "updatedAt", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-aws-cur-config/index.ts", "line": 179 }, "name": "cloudAccountIdInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-aws-cur-config/index.ts", "line": 172 }, "name": "cloudAccountId", "type": { "primitive": "number" } } ], "symbolId": "src/data-datadog-aws-cur-config/index:DataDatadogAwsCurConfig" }, "@cdktf/provider-datadog.dataDatadogAwsCurConfig.DataDatadogAwsCurConfigAccountFilters": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogAwsCurConfig.DataDatadogAwsCurConfigAccountFilters", "kind": "interface", "locationInModule": { "filename": "src/data-datadog-aws-cur-config/index.ts", "line": 22 }, "name": "DataDatadogAwsCurConfigAccountFilters", "namespace": "dataDatadogAwsCurConfig", "symbolId": "src/data-datadog-aws-cur-config/index:DataDatadogAwsCurConfigAccountFilters" }, "@cdktf/provider-datadog.dataDatadogAwsCurConfig.DataDatadogAwsCurConfigAccountFiltersOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogAwsCurConfig.DataDatadogAwsCurConfigAccountFiltersOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-aws-cur-config/index.ts", "line": 53 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-aws-cur-config/index.ts", "line": 45 }, "name": "DataDatadogAwsCurConfigAccountFiltersOutputReference", "namespace": "dataDatadogAwsCurConfig", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-aws-cur-config/index.ts", "line": 82 }, "name": "excludedAccounts", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-aws-cur-config/index.ts", "line": 92 }, "name": "includedAccounts", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-aws-cur-config/index.ts", "line": 87 }, "name": "includeNewAccounts", "type": { "fqn": "cdktf.IResolvable" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-aws-cur-config/index.ts", "line": 57 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dataDatadogAwsCurConfig.DataDatadogAwsCurConfigAccountFilters" } ] } } } ], "symbolId": "src/data-datadog-aws-cur-config/index:DataDatadogAwsCurConfigAccountFiltersOutputReference" }, "@cdktf/provider-datadog.dataDatadogAwsCurConfig.DataDatadogAwsCurConfigConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogAwsCurConfig.DataDatadogAwsCurConfigConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/data-datadog-aws-cur-config/index.ts", "line": 14 }, "name": "DataDatadogAwsCurConfigConfig", "namespace": "dataDatadogAwsCurConfig", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/aws_cur_config#cloud_account_id DataDatadogAwsCurConfig#cloud_account_id}", "stability": "stable", "summary": "The Datadog cloud account ID for the AWS CUR configuration you want to retrieve information about." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-aws-cur-config/index.ts", "line": 20 }, "name": "cloudAccountId", "type": { "primitive": "number" } } ], "symbolId": "src/data-datadog-aws-cur-config/index:DataDatadogAwsCurConfigConfig" }, "@cdktf/provider-datadog.dataDatadogAzureUcConfig.DataDatadogAzureUcConfig": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformDataSource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/azure_uc_config datadog_azure_uc_config}." }, "fqn": "@cdktf/provider-datadog.dataDatadogAzureUcConfig.DataDatadogAzureUcConfig", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/azure_uc_config datadog_azure_uc_config} Data Source." }, "locationInModule": { "filename": "src/data-datadog-azure-uc-config/index.ts", "line": 216 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogAzureUcConfig.DataDatadogAzureUcConfigConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-azure-uc-config/index.ts", "line": 184 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a DataDatadogAzureUcConfig resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/data-datadog-azure-uc-config/index.ts", "line": 201 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the DataDatadogAzureUcConfig to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/azure_uc_config#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing DataDatadogAzureUcConfig that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the DataDatadogAzureUcConfig to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-azure-uc-config/index.ts", "line": 313 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-azure-uc-config/index.ts", "line": 319 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "DataDatadogAzureUcConfig", "namespace": "dataDatadogAzureUcConfig", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-azure-uc-config/index.ts", "line": 189 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-azure-uc-config/index.ts", "line": 240 }, "name": "accountId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-azure-uc-config/index.ts", "line": 299 }, "name": "actualBillConfig", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogAzureUcConfig.DataDatadogAzureUcConfigActualBillConfigOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-azure-uc-config/index.ts", "line": 305 }, "name": "amortizedBillConfig", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogAzureUcConfig.DataDatadogAzureUcConfigAmortizedBillConfigOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-azure-uc-config/index.ts", "line": 245 }, "name": "clientId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-azure-uc-config/index.ts", "line": 263 }, "name": "createdAt", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-azure-uc-config/index.ts", "line": 268 }, "name": "errorMessages", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-azure-uc-config/index.ts", "line": 273 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-azure-uc-config/index.ts", "line": 278 }, "name": "scope", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-azure-uc-config/index.ts", "line": 283 }, "name": "status", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-azure-uc-config/index.ts", "line": 288 }, "name": "statusUpdatedAt", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-azure-uc-config/index.ts", "line": 293 }, "name": "updatedAt", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-azure-uc-config/index.ts", "line": 258 }, "name": "cloudAccountIdInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-azure-uc-config/index.ts", "line": 251 }, "name": "cloudAccountId", "type": { "primitive": "number" } } ], "symbolId": "src/data-datadog-azure-uc-config/index:DataDatadogAzureUcConfig" }, "@cdktf/provider-datadog.dataDatadogAzureUcConfig.DataDatadogAzureUcConfigActualBillConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogAzureUcConfig.DataDatadogAzureUcConfigActualBillConfig", "kind": "interface", "locationInModule": { "filename": "src/data-datadog-azure-uc-config/index.ts", "line": 22 }, "name": "DataDatadogAzureUcConfigActualBillConfig", "namespace": "dataDatadogAzureUcConfig", "symbolId": "src/data-datadog-azure-uc-config/index:DataDatadogAzureUcConfigActualBillConfig" }, "@cdktf/provider-datadog.dataDatadogAzureUcConfig.DataDatadogAzureUcConfigActualBillConfigOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogAzureUcConfig.DataDatadogAzureUcConfigActualBillConfigOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-azure-uc-config/index.ts", "line": 53 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-azure-uc-config/index.ts", "line": 45 }, "name": "DataDatadogAzureUcConfigActualBillConfigOutputReference", "namespace": "dataDatadogAzureUcConfig", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-azure-uc-config/index.ts", "line": 82 }, "name": "exportName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-azure-uc-config/index.ts", "line": 87 }, "name": "exportPath", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-azure-uc-config/index.ts", "line": 92 }, "name": "storageAccount", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-azure-uc-config/index.ts", "line": 97 }, "name": "storageContainer", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-azure-uc-config/index.ts", "line": 57 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dataDatadogAzureUcConfig.DataDatadogAzureUcConfigActualBillConfig" } ] } } } ], "symbolId": "src/data-datadog-azure-uc-config/index:DataDatadogAzureUcConfigActualBillConfigOutputReference" }, "@cdktf/provider-datadog.dataDatadogAzureUcConfig.DataDatadogAzureUcConfigAmortizedBillConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogAzureUcConfig.DataDatadogAzureUcConfigAmortizedBillConfig", "kind": "interface", "locationInModule": { "filename": "src/data-datadog-azure-uc-config/index.ts", "line": 101 }, "name": "DataDatadogAzureUcConfigAmortizedBillConfig", "namespace": "dataDatadogAzureUcConfig", "symbolId": "src/data-datadog-azure-uc-config/index:DataDatadogAzureUcConfigAmortizedBillConfig" }, "@cdktf/provider-datadog.dataDatadogAzureUcConfig.DataDatadogAzureUcConfigAmortizedBillConfigOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogAzureUcConfig.DataDatadogAzureUcConfigAmortizedBillConfigOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-azure-uc-config/index.ts", "line": 132 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-azure-uc-config/index.ts", "line": 124 }, "name": "DataDatadogAzureUcConfigAmortizedBillConfigOutputReference", "namespace": "dataDatadogAzureUcConfig", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-azure-uc-config/index.ts", "line": 161 }, "name": "exportName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-azure-uc-config/index.ts", "line": 166 }, "name": "exportPath", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-azure-uc-config/index.ts", "line": 171 }, "name": "storageAccount", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-azure-uc-config/index.ts", "line": 176 }, "name": "storageContainer", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-azure-uc-config/index.ts", "line": 136 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dataDatadogAzureUcConfig.DataDatadogAzureUcConfigAmortizedBillConfig" } ] } } } ], "symbolId": "src/data-datadog-azure-uc-config/index:DataDatadogAzureUcConfigAmortizedBillConfigOutputReference" }, "@cdktf/provider-datadog.dataDatadogAzureUcConfig.DataDatadogAzureUcConfigConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogAzureUcConfig.DataDatadogAzureUcConfigConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/data-datadog-azure-uc-config/index.ts", "line": 14 }, "name": "DataDatadogAzureUcConfigConfig", "namespace": "dataDatadogAzureUcConfig", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/azure_uc_config#cloud_account_id DataDatadogAzureUcConfig#cloud_account_id}", "stability": "stable", "summary": "The Datadog cloud account ID for the Azure Usage Cost configuration you want to retrieve information about." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-azure-uc-config/index.ts", "line": 20 }, "name": "cloudAccountId", "type": { "primitive": "number" } } ], "symbolId": "src/data-datadog-azure-uc-config/index:DataDatadogAzureUcConfigConfig" }, "@cdktf/provider-datadog.dataDatadogCloudWorkloadSecurityAgentRules.DataDatadogCloudWorkloadSecurityAgentRules": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformDataSource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/cloud_workload_security_agent_rules datadog_cloud_workload_security_agent_rules}." }, "fqn": "@cdktf/provider-datadog.dataDatadogCloudWorkloadSecurityAgentRules.DataDatadogCloudWorkloadSecurityAgentRules", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/cloud_workload_security_agent_rules datadog_cloud_workload_security_agent_rules} Data Source." }, "locationInModule": { "filename": "src/data-datadog-cloud-workload-security-agent-rules/index.ts", "line": 154 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogCloudWorkloadSecurityAgentRules.DataDatadogCloudWorkloadSecurityAgentRulesConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-cloud-workload-security-agent-rules/index.ts", "line": 122 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a DataDatadogCloudWorkloadSecurityAgentRules resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/data-datadog-cloud-workload-security-agent-rules/index.ts", "line": 139 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the DataDatadogCloudWorkloadSecurityAgentRules to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/cloud_workload_security_agent_rules#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing DataDatadogCloudWorkloadSecurityAgentRules that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the DataDatadogCloudWorkloadSecurityAgentRules to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-cloud-workload-security-agent-rules/index.ts", "line": 191 }, "name": "resetId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-cloud-workload-security-agent-rules/index.ts", "line": 203 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-cloud-workload-security-agent-rules/index.ts", "line": 209 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "DataDatadogCloudWorkloadSecurityAgentRules", "namespace": "dataDatadogCloudWorkloadSecurityAgentRules", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-cloud-workload-security-agent-rules/index.ts", "line": 127 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-cloud-workload-security-agent-rules/index.ts", "line": 179 }, "name": "agentRules", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogCloudWorkloadSecurityAgentRules.DataDatadogCloudWorkloadSecurityAgentRulesAgentRulesList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-cloud-workload-security-agent-rules/index.ts", "line": 195 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-cloud-workload-security-agent-rules/index.ts", "line": 185 }, "name": "id", "type": { "primitive": "string" } } ], "symbolId": "src/data-datadog-cloud-workload-security-agent-rules/index:DataDatadogCloudWorkloadSecurityAgentRules" }, "@cdktf/provider-datadog.dataDatadogCloudWorkloadSecurityAgentRules.DataDatadogCloudWorkloadSecurityAgentRulesAgentRules": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogCloudWorkloadSecurityAgentRules.DataDatadogCloudWorkloadSecurityAgentRulesAgentRules", "kind": "interface", "locationInModule": { "filename": "src/data-datadog-cloud-workload-security-agent-rules/index.ts", "line": 23 }, "name": "DataDatadogCloudWorkloadSecurityAgentRulesAgentRules", "namespace": "dataDatadogCloudWorkloadSecurityAgentRules", "symbolId": "src/data-datadog-cloud-workload-security-agent-rules/index:DataDatadogCloudWorkloadSecurityAgentRulesAgentRules" }, "@cdktf/provider-datadog.dataDatadogCloudWorkloadSecurityAgentRules.DataDatadogCloudWorkloadSecurityAgentRulesAgentRulesList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogCloudWorkloadSecurityAgentRules.DataDatadogCloudWorkloadSecurityAgentRulesAgentRulesList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-cloud-workload-security-agent-rules/index.ts", "line": 107 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-cloud-workload-security-agent-rules/index.ts", "line": 100 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-cloud-workload-security-agent-rules/index.ts", "line": 114 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dataDatadogCloudWorkloadSecurityAgentRules.DataDatadogCloudWorkloadSecurityAgentRulesAgentRulesOutputReference" } } } ], "name": "DataDatadogCloudWorkloadSecurityAgentRulesAgentRulesList", "namespace": "dataDatadogCloudWorkloadSecurityAgentRules", "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/index.ts", "line": 107 }, "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/index.ts", "line": 107 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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/index.ts", "line": 107 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } } ], "symbolId": "src/data-datadog-cloud-workload-security-agent-rules/index:DataDatadogCloudWorkloadSecurityAgentRulesAgentRulesList" }, "@cdktf/provider-datadog.dataDatadogCloudWorkloadSecurityAgentRules.DataDatadogCloudWorkloadSecurityAgentRulesAgentRulesOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogCloudWorkloadSecurityAgentRules.DataDatadogCloudWorkloadSecurityAgentRulesAgentRulesOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-cloud-workload-security-agent-rules/index.ts", "line": 55 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-cloud-workload-security-agent-rules/index.ts", "line": 46 }, "name": "DataDatadogCloudWorkloadSecurityAgentRulesAgentRulesOutputReference", "namespace": "dataDatadogCloudWorkloadSecurityAgentRules", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-cloud-workload-security-agent-rules/index.ts", "line": 75 }, "name": "description", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-cloud-workload-security-agent-rules/index.ts", "line": 80 }, "name": "enabled", "type": { "fqn": "cdktf.IResolvable" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-cloud-workload-security-agent-rules/index.ts", "line": 85 }, "name": "expression", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-cloud-workload-security-agent-rules/index.ts", "line": 90 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-cloud-workload-security-agent-rules/index.ts", "line": 95 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-cloud-workload-security-agent-rules/index.ts", "line": 59 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogCloudWorkloadSecurityAgentRules.DataDatadogCloudWorkloadSecurityAgentRulesAgentRules" } } ], "symbolId": "src/data-datadog-cloud-workload-security-agent-rules/index:DataDatadogCloudWorkloadSecurityAgentRulesAgentRulesOutputReference" }, "@cdktf/provider-datadog.dataDatadogCloudWorkloadSecurityAgentRules.DataDatadogCloudWorkloadSecurityAgentRulesConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogCloudWorkloadSecurityAgentRules.DataDatadogCloudWorkloadSecurityAgentRulesConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/data-datadog-cloud-workload-security-agent-rules/index.ts", "line": 14 }, "name": "DataDatadogCloudWorkloadSecurityAgentRulesConfig", "namespace": "dataDatadogCloudWorkloadSecurityAgentRules", "properties": [ { "abstract": true, "docs": { "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/cloud_workload_security_agent_rules#id DataDatadogCloudWorkloadSecurityAgentRules#id}." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-cloud-workload-security-agent-rules/index.ts", "line": 21 }, "name": "id", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/data-datadog-cloud-workload-security-agent-rules/index:DataDatadogCloudWorkloadSecurityAgentRulesConfig" }, "@cdktf/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudget": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformDataSource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/cost_budget datadog_cost_budget}." }, "fqn": "@cdktf/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudget", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/cost_budget datadog_cost_budget} Data Source." }, "locationInModule": { "filename": "src/data-datadog-cost-budget/index.ts", "line": 286 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.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.dataDatadogCostBudget.DataDatadogCostBudgetConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-cost-budget/index.ts", "line": 254 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a DataDatadogCostBudget resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/data-datadog-cost-budget/index.ts", "line": 271 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the DataDatadogCostBudget to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/cost_budget#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing DataDatadogCostBudget that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the DataDatadogCostBudget to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-cost-budget/index.ts", "line": 353 }, "name": "putEntries", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetEntries" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-cost-budget/index.ts", "line": 356 }, "name": "resetEntries" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-cost-budget/index.ts", "line": 368 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-cost-budget/index.ts", "line": 375 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "DataDatadogCostBudget", "namespace": "dataDatadogCostBudget", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-cost-budget/index.ts", "line": 259 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-cost-budget/index.ts", "line": 311 }, "name": "endMonth", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-cost-budget/index.ts", "line": 350 }, "name": "entries", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetEntriesList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-cost-budget/index.ts", "line": 329 }, "name": "metricsQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-cost-budget/index.ts", "line": 334 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-cost-budget/index.ts", "line": 339 }, "name": "startMonth", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-cost-budget/index.ts", "line": 344 }, "name": "totalAmount", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-cost-budget/index.ts", "line": 360 }, "name": "entriesInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetEntries" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-cost-budget/index.ts", "line": 324 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-cost-budget/index.ts", "line": 317 }, "name": "id", "type": { "primitive": "string" } } ], "symbolId": "src/data-datadog-cost-budget/index:DataDatadogCostBudget" }, "@cdktf/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/data-datadog-cost-budget/index.ts", "line": 14 }, "name": "DataDatadogCostBudgetConfig", "namespace": "dataDatadogCostBudget", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/cost_budget#id DataDatadogCostBudget#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "The ID of the budget." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-cost-budget/index.ts", "line": 23 }, "name": "id", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/cost_budget#entries DataDatadogCostBudget#entries}", "stability": "stable", "summary": "entries block." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-cost-budget/index.ts", "line": 29 }, "name": "entries", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetEntries" }, "kind": "array" } } ] } } } ], "symbolId": "src/data-datadog-cost-budget/index:DataDatadogCostBudgetConfig" }, "@cdktf/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetEntries": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetEntries", "kind": "interface", "locationInModule": { "filename": "src/data-datadog-cost-budget/index.ts", "line": 122 }, "name": "DataDatadogCostBudgetEntries", "namespace": "dataDatadogCostBudget", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/cost_budget#tag_filters DataDatadogCostBudget#tag_filters}", "stability": "stable", "summary": "tag_filters block." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-cost-budget/index.ts", "line": 128 }, "name": "tagFilters", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetEntriesTagFilters" }, "kind": "array" } } ] } } } ], "symbolId": "src/data-datadog-cost-budget/index:DataDatadogCostBudgetEntries" }, "@cdktf/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetEntriesList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetEntriesList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-cost-budget/index.ts", "line": 239 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-cost-budget/index.ts", "line": 231 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-cost-budget/index.ts", "line": 246 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetEntriesOutputReference" } } } ], "name": "DataDatadogCostBudgetEntriesList", "namespace": "dataDatadogCostBudget", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/data-datadog-cost-budget/index.ts", "line": 239 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/data-datadog-cost-budget/index.ts", "line": 239 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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-cost-budget/index.ts", "line": 239 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-cost-budget/index.ts", "line": 232 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetEntries" }, "kind": "array" } } ] } } } ], "symbolId": "src/data-datadog-cost-budget/index:DataDatadogCostBudgetEntriesList" }, "@cdktf/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetEntriesOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetEntriesOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-cost-budget/index.ts", "line": 170 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-cost-budget/index.ts", "line": 160 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-cost-budget/index.ts", "line": 219 }, "name": "putTagFilters", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetEntriesTagFilters" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-cost-budget/index.ts", "line": 222 }, "name": "resetTagFilters" } ], "name": "DataDatadogCostBudgetEntriesOutputReference", "namespace": "dataDatadogCostBudget", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-cost-budget/index.ts", "line": 205 }, "name": "amount", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-cost-budget/index.ts", "line": 210 }, "name": "month", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-cost-budget/index.ts", "line": 216 }, "name": "tagFilters", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetEntriesTagFiltersList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-cost-budget/index.ts", "line": 226 }, "name": "tagFiltersInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetEntriesTagFilters" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-cost-budget/index.ts", "line": 174 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetEntries" } ] } } } ], "symbolId": "src/data-datadog-cost-budget/index:DataDatadogCostBudgetEntriesOutputReference" }, "@cdktf/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetEntriesTagFilters": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetEntriesTagFilters", "kind": "interface", "locationInModule": { "filename": "src/data-datadog-cost-budget/index.ts", "line": 31 }, "name": "DataDatadogCostBudgetEntriesTagFilters", "namespace": "dataDatadogCostBudget", "symbolId": "src/data-datadog-cost-budget/index:DataDatadogCostBudgetEntriesTagFilters" }, "@cdktf/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetEntriesTagFiltersList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetEntriesTagFiltersList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-cost-budget/index.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" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-cost-budget/index.ts", "line": 103 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-cost-budget/index.ts", "line": 118 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetEntriesTagFiltersOutputReference" } } } ], "name": "DataDatadogCostBudgetEntriesTagFiltersList", "namespace": "dataDatadogCostBudget", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/data-datadog-cost-budget/index.ts", "line": 111 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/data-datadog-cost-budget/index.ts", "line": 111 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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-cost-budget/index.ts", "line": 111 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-cost-budget/index.ts", "line": 104 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetEntriesTagFilters" }, "kind": "array" } } ] } } } ], "symbolId": "src/data-datadog-cost-budget/index:DataDatadogCostBudgetEntriesTagFiltersList" }, "@cdktf/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetEntriesTagFiltersOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetEntriesTagFiltersOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-cost-budget/index.ts", "line": 64 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-cost-budget/index.ts", "line": 54 }, "name": "DataDatadogCostBudgetEntriesTagFiltersOutputReference", "namespace": "dataDatadogCostBudget", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-cost-budget/index.ts", "line": 93 }, "name": "tagKey", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-cost-budget/index.ts", "line": 98 }, "name": "tagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-cost-budget/index.ts", "line": 68 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetEntriesTagFilters" } ] } } } ], "symbolId": "src/data-datadog-cost-budget/index:DataDatadogCostBudgetEntriesTagFiltersOutputReference" }, "@cdktf/provider-datadog.dataDatadogCsmThreatsAgentRules.DataDatadogCsmThreatsAgentRules": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformDataSource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/csm_threats_agent_rules datadog_csm_threats_agent_rules}." }, "fqn": "@cdktf/provider-datadog.dataDatadogCsmThreatsAgentRules.DataDatadogCsmThreatsAgentRules", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/csm_threats_agent_rules datadog_csm_threats_agent_rules} Data Source." }, "locationInModule": { "filename": "src/data-datadog-csm-threats-agent-rules/index.ts", "line": 394 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.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.dataDatadogCsmThreatsAgentRules.DataDatadogCsmThreatsAgentRulesConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-csm-threats-agent-rules/index.ts", "line": 362 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a DataDatadogCsmThreatsAgentRules resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/data-datadog-csm-threats-agent-rules/index.ts", "line": 379 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the DataDatadogCsmThreatsAgentRules to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/csm_threats_agent_rules#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing DataDatadogCsmThreatsAgentRules that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the DataDatadogCsmThreatsAgentRules to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-csm-threats-agent-rules/index.ts", "line": 441 }, "name": "resetPolicyId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-csm-threats-agent-rules/index.ts", "line": 453 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-csm-threats-agent-rules/index.ts", "line": 459 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "DataDatadogCsmThreatsAgentRules", "namespace": "dataDatadogCsmThreatsAgentRules", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-csm-threats-agent-rules/index.ts", "line": 367 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-csm-threats-agent-rules/index.ts", "line": 419 }, "name": "agentRules", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogCsmThreatsAgentRules.DataDatadogCsmThreatsAgentRulesAgentRulesList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-csm-threats-agent-rules/index.ts", "line": 424 }, "name": "agentRulesIds", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-csm-threats-agent-rules/index.ts", "line": 429 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-csm-threats-agent-rules/index.ts", "line": 445 }, "name": "policyIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-csm-threats-agent-rules/index.ts", "line": 435 }, "name": "policyId", "type": { "primitive": "string" } } ], "symbolId": "src/data-datadog-csm-threats-agent-rules/index:DataDatadogCsmThreatsAgentRules" }, "@cdktf/provider-datadog.dataDatadogCsmThreatsAgentRules.DataDatadogCsmThreatsAgentRulesAgentRules": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogCsmThreatsAgentRules.DataDatadogCsmThreatsAgentRulesAgentRules", "kind": "interface", "locationInModule": { "filename": "src/data-datadog-csm-threats-agent-rules/index.ts", "line": 252 }, "name": "DataDatadogCsmThreatsAgentRulesAgentRules", "namespace": "dataDatadogCsmThreatsAgentRules", "symbolId": "src/data-datadog-csm-threats-agent-rules/index:DataDatadogCsmThreatsAgentRulesAgentRules" }, "@cdktf/provider-datadog.dataDatadogCsmThreatsAgentRules.DataDatadogCsmThreatsAgentRulesAgentRulesActions": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogCsmThreatsAgentRules.DataDatadogCsmThreatsAgentRulesAgentRulesActions", "kind": "interface", "locationInModule": { "filename": "src/data-datadog-csm-threats-agent-rules/index.ts", "line": 170 }, "name": "DataDatadogCsmThreatsAgentRulesAgentRulesActions", "namespace": "dataDatadogCsmThreatsAgentRules", "symbolId": "src/data-datadog-csm-threats-agent-rules/index:DataDatadogCsmThreatsAgentRulesAgentRulesActions" }, "@cdktf/provider-datadog.dataDatadogCsmThreatsAgentRules.DataDatadogCsmThreatsAgentRulesAgentRulesActionsHash": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogCsmThreatsAgentRules.DataDatadogCsmThreatsAgentRulesAgentRulesActionsHash", "kind": "interface", "locationInModule": { "filename": "src/data-datadog-csm-threats-agent-rules/index.ts", "line": 22 }, "name": "DataDatadogCsmThreatsAgentRulesAgentRulesActionsHash", "namespace": "dataDatadogCsmThreatsAgentRules", "symbolId": "src/data-datadog-csm-threats-agent-rules/index:DataDatadogCsmThreatsAgentRulesAgentRulesActionsHash" }, "@cdktf/provider-datadog.dataDatadogCsmThreatsAgentRules.DataDatadogCsmThreatsAgentRulesAgentRulesActionsHashOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogCsmThreatsAgentRules.DataDatadogCsmThreatsAgentRulesAgentRulesActionsHashOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-csm-threats-agent-rules/index.ts", "line": 52 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-csm-threats-agent-rules/index.ts", "line": 45 }, "name": "DataDatadogCsmThreatsAgentRulesAgentRulesActionsHashOutputReference", "namespace": "dataDatadogCsmThreatsAgentRules", "properties": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-csm-threats-agent-rules/index.ts", "line": 56 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogCsmThreatsAgentRules.DataDatadogCsmThreatsAgentRulesAgentRulesActionsHash" } } ], "symbolId": "src/data-datadog-csm-threats-agent-rules/index:DataDatadogCsmThreatsAgentRulesAgentRulesActionsHashOutputReference" }, "@cdktf/provider-datadog.dataDatadogCsmThreatsAgentRules.DataDatadogCsmThreatsAgentRulesAgentRulesActionsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogCsmThreatsAgentRules.DataDatadogCsmThreatsAgentRulesAgentRulesActionsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-csm-threats-agent-rules/index.ts", "line": 241 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-csm-threats-agent-rules/index.ts", "line": 234 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-csm-threats-agent-rules/index.ts", "line": 248 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dataDatadogCsmThreatsAgentRules.DataDatadogCsmThreatsAgentRulesAgentRulesActionsOutputReference" } } } ], "name": "DataDatadogCsmThreatsAgentRulesAgentRulesActionsList", "namespace": "dataDatadogCsmThreatsAgentRules", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/data-datadog-csm-threats-agent-rules/index.ts", "line": 241 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/data-datadog-csm-threats-agent-rules/index.ts", "line": 241 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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-csm-threats-agent-rules/index.ts", "line": 241 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } } ], "symbolId": "src/data-datadog-csm-threats-agent-rules/index:DataDatadogCsmThreatsAgentRulesAgentRulesActionsList" }, "@cdktf/provider-datadog.dataDatadogCsmThreatsAgentRules.DataDatadogCsmThreatsAgentRulesAgentRulesActionsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogCsmThreatsAgentRules.DataDatadogCsmThreatsAgentRulesAgentRulesActionsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-csm-threats-agent-rules/index.ts", "line": 202 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-csm-threats-agent-rules/index.ts", "line": 193 }, "name": "DataDatadogCsmThreatsAgentRulesAgentRulesActionsOutputReference", "namespace": "dataDatadogCsmThreatsAgentRules", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-csm-threats-agent-rules/index.ts", "line": 223 }, "name": "hash", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogCsmThreatsAgentRules.DataDatadogCsmThreatsAgentRulesAgentRulesActionsHashOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-csm-threats-agent-rules/index.ts", "line": 229 }, "name": "set", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogCsmThreatsAgentRules.DataDatadogCsmThreatsAgentRulesAgentRulesActionsSetOutputReference" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-csm-threats-agent-rules/index.ts", "line": 206 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogCsmThreatsAgentRules.DataDatadogCsmThreatsAgentRulesAgentRulesActions" } } ], "symbolId": "src/data-datadog-csm-threats-agent-rules/index:DataDatadogCsmThreatsAgentRulesAgentRulesActionsOutputReference" }, "@cdktf/provider-datadog.dataDatadogCsmThreatsAgentRules.DataDatadogCsmThreatsAgentRulesAgentRulesActionsSet": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogCsmThreatsAgentRules.DataDatadogCsmThreatsAgentRulesAgentRulesActionsSet", "kind": "interface", "locationInModule": { "filename": "src/data-datadog-csm-threats-agent-rules/index.ts", "line": 71 }, "name": "DataDatadogCsmThreatsAgentRulesAgentRulesActionsSet", "namespace": "dataDatadogCsmThreatsAgentRules", "symbolId": "src/data-datadog-csm-threats-agent-rules/index:DataDatadogCsmThreatsAgentRulesAgentRulesActionsSet" }, "@cdktf/provider-datadog.dataDatadogCsmThreatsAgentRules.DataDatadogCsmThreatsAgentRulesAgentRulesActionsSetOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogCsmThreatsAgentRules.DataDatadogCsmThreatsAgentRulesAgentRulesActionsSetOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-csm-threats-agent-rules/index.ts", "line": 101 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-csm-threats-agent-rules/index.ts", "line": 94 }, "name": "DataDatadogCsmThreatsAgentRulesAgentRulesActionsSetOutputReference", "namespace": "dataDatadogCsmThreatsAgentRules", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-csm-threats-agent-rules/index.ts", "line": 121 }, "name": "append", "type": { "fqn": "cdktf.IResolvable" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-csm-threats-agent-rules/index.ts", "line": 126 }, "name": "defaultValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-csm-threats-agent-rules/index.ts", "line": 131 }, "name": "expression", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-csm-threats-agent-rules/index.ts", "line": 136 }, "name": "field", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-csm-threats-agent-rules/index.ts", "line": 141 }, "name": "inherited", "type": { "fqn": "cdktf.IResolvable" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-csm-threats-agent-rules/index.ts", "line": 146 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-csm-threats-agent-rules/index.ts", "line": 151 }, "name": "scope", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-csm-threats-agent-rules/index.ts", "line": 156 }, "name": "size", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-csm-threats-agent-rules/index.ts", "line": 161 }, "name": "ttl", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-csm-threats-agent-rules/index.ts", "line": 166 }, "name": "value", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-csm-threats-agent-rules/index.ts", "line": 105 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogCsmThreatsAgentRules.DataDatadogCsmThreatsAgentRulesAgentRulesActionsSet" } } ], "symbolId": "src/data-datadog-csm-threats-agent-rules/index:DataDatadogCsmThreatsAgentRulesAgentRulesActionsSetOutputReference" }, "@cdktf/provider-datadog.dataDatadogCsmThreatsAgentRules.DataDatadogCsmThreatsAgentRulesAgentRulesList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogCsmThreatsAgentRules.DataDatadogCsmThreatsAgentRulesAgentRulesList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-csm-threats-agent-rules/index.ts", "line": 347 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-csm-threats-agent-rules/index.ts", "line": 340 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-csm-threats-agent-rules/index.ts", "line": 354 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dataDatadogCsmThreatsAgentRules.DataDatadogCsmThreatsAgentRulesAgentRulesOutputReference" } } } ], "name": "DataDatadogCsmThreatsAgentRulesAgentRulesList", "namespace": "dataDatadogCsmThreatsAgentRules", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/data-datadog-csm-threats-agent-rules/index.ts", "line": 347 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/data-datadog-csm-threats-agent-rules/index.ts", "line": 347 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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-csm-threats-agent-rules/index.ts", "line": 347 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } } ], "symbolId": "src/data-datadog-csm-threats-agent-rules/index:DataDatadogCsmThreatsAgentRulesAgentRulesList" }, "@cdktf/provider-datadog.dataDatadogCsmThreatsAgentRules.DataDatadogCsmThreatsAgentRulesAgentRulesOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogCsmThreatsAgentRules.DataDatadogCsmThreatsAgentRulesAgentRulesOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-csm-threats-agent-rules/index.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" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-csm-threats-agent-rules/index.ts", "line": 275 }, "name": "DataDatadogCsmThreatsAgentRulesAgentRulesOutputReference", "namespace": "dataDatadogCsmThreatsAgentRules", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-csm-threats-agent-rules/index.ts", "line": 305 }, "name": "actions", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogCsmThreatsAgentRules.DataDatadogCsmThreatsAgentRulesAgentRulesActionsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-csm-threats-agent-rules/index.ts", "line": 310 }, "name": "description", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-csm-threats-agent-rules/index.ts", "line": 315 }, "name": "enabled", "type": { "fqn": "cdktf.IResolvable" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-csm-threats-agent-rules/index.ts", "line": 320 }, "name": "expression", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-csm-threats-agent-rules/index.ts", "line": 325 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-csm-threats-agent-rules/index.ts", "line": 330 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-csm-threats-agent-rules/index.ts", "line": 335 }, "name": "productTags", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-csm-threats-agent-rules/index.ts", "line": 288 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogCsmThreatsAgentRules.DataDatadogCsmThreatsAgentRulesAgentRules" } } ], "symbolId": "src/data-datadog-csm-threats-agent-rules/index:DataDatadogCsmThreatsAgentRulesAgentRulesOutputReference" }, "@cdktf/provider-datadog.dataDatadogCsmThreatsAgentRules.DataDatadogCsmThreatsAgentRulesConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogCsmThreatsAgentRules.DataDatadogCsmThreatsAgentRulesConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/data-datadog-csm-threats-agent-rules/index.ts", "line": 14 }, "name": "DataDatadogCsmThreatsAgentRulesConfig", "namespace": "dataDatadogCsmThreatsAgentRules", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/csm_threats_agent_rules#policy_id DataDatadogCsmThreatsAgentRules#policy_id}", "stability": "stable", "summary": "Listing only the rules in the policy with this field as the ID." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-csm-threats-agent-rules/index.ts", "line": 20 }, "name": "policyId", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/data-datadog-csm-threats-agent-rules/index:DataDatadogCsmThreatsAgentRulesConfig" }, "@cdktf/provider-datadog.dataDatadogCsmThreatsPolicies.DataDatadogCsmThreatsPolicies": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformDataSource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/csm_threats_policies datadog_csm_threats_policies}." }, "fqn": "@cdktf/provider-datadog.dataDatadogCsmThreatsPolicies.DataDatadogCsmThreatsPolicies", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/csm_threats_policies datadog_csm_threats_policies} Data Source." }, "locationInModule": { "filename": "src/data-datadog-csm-threats-policies/index.ts", "line": 153 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogCsmThreatsPolicies.DataDatadogCsmThreatsPoliciesConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-csm-threats-policies/index.ts", "line": 121 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a DataDatadogCsmThreatsPolicies resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/data-datadog-csm-threats-policies/index.ts", "line": 138 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the DataDatadogCsmThreatsPolicies to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/csm_threats_policies#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing DataDatadogCsmThreatsPolicies that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the DataDatadogCsmThreatsPolicies to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-csm-threats-policies/index.ts", "line": 195 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-csm-threats-policies/index.ts", "line": 200 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "DataDatadogCsmThreatsPolicies", "namespace": "dataDatadogCsmThreatsPolicies", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-csm-threats-policies/index.ts", "line": 126 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-csm-threats-policies/index.ts", "line": 176 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-csm-threats-policies/index.ts", "line": 182 }, "name": "policies", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogCsmThreatsPolicies.DataDatadogCsmThreatsPoliciesPoliciesList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-csm-threats-policies/index.ts", "line": 187 }, "name": "policyIds", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/data-datadog-csm-threats-policies/index:DataDatadogCsmThreatsPolicies" }, "@cdktf/provider-datadog.dataDatadogCsmThreatsPolicies.DataDatadogCsmThreatsPoliciesConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogCsmThreatsPolicies.DataDatadogCsmThreatsPoliciesConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/data-datadog-csm-threats-policies/index.ts", "line": 14 }, "name": "DataDatadogCsmThreatsPoliciesConfig", "namespace": "dataDatadogCsmThreatsPolicies", "symbolId": "src/data-datadog-csm-threats-policies/index:DataDatadogCsmThreatsPoliciesConfig" }, "@cdktf/provider-datadog.dataDatadogCsmThreatsPolicies.DataDatadogCsmThreatsPoliciesPolicies": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogCsmThreatsPolicies.DataDatadogCsmThreatsPoliciesPolicies", "kind": "interface", "locationInModule": { "filename": "src/data-datadog-csm-threats-policies/index.ts", "line": 16 }, "name": "DataDatadogCsmThreatsPoliciesPolicies", "namespace": "dataDatadogCsmThreatsPolicies", "symbolId": "src/data-datadog-csm-threats-policies/index:DataDatadogCsmThreatsPoliciesPolicies" }, "@cdktf/provider-datadog.dataDatadogCsmThreatsPolicies.DataDatadogCsmThreatsPoliciesPoliciesList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogCsmThreatsPolicies.DataDatadogCsmThreatsPoliciesPoliciesList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-csm-threats-policies/index.ts", "line": 106 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-csm-threats-policies/index.ts", "line": 99 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-csm-threats-policies/index.ts", "line": 113 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dataDatadogCsmThreatsPolicies.DataDatadogCsmThreatsPoliciesPoliciesOutputReference" } } } ], "name": "DataDatadogCsmThreatsPoliciesPoliciesList", "namespace": "dataDatadogCsmThreatsPolicies", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/data-datadog-csm-threats-policies/index.ts", "line": 106 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/data-datadog-csm-threats-policies/index.ts", "line": 106 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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-csm-threats-policies/index.ts", "line": 106 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } } ], "symbolId": "src/data-datadog-csm-threats-policies/index:DataDatadogCsmThreatsPoliciesPoliciesList" }, "@cdktf/provider-datadog.dataDatadogCsmThreatsPolicies.DataDatadogCsmThreatsPoliciesPoliciesOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogCsmThreatsPolicies.DataDatadogCsmThreatsPoliciesPoliciesOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-csm-threats-policies/index.ts", "line": 48 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-csm-threats-policies/index.ts", "line": 39 }, "name": "DataDatadogCsmThreatsPoliciesPoliciesOutputReference", "namespace": "dataDatadogCsmThreatsPolicies", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-csm-threats-policies/index.ts", "line": 68 }, "name": "description", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-csm-threats-policies/index.ts", "line": 73 }, "name": "enabled", "type": { "fqn": "cdktf.IResolvable" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-csm-threats-policies/index.ts", "line": 79 }, "name": "hostTagsLists", "type": { "fqn": "cdktf.StringListList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-csm-threats-policies/index.ts", "line": 84 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-csm-threats-policies/index.ts", "line": 89 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-csm-threats-policies/index.ts", "line": 94 }, "name": "tags", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-csm-threats-policies/index.ts", "line": 52 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogCsmThreatsPolicies.DataDatadogCsmThreatsPoliciesPolicies" } } ], "symbolId": "src/data-datadog-csm-threats-policies/index:DataDatadogCsmThreatsPoliciesPoliciesOutputReference" }, "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRule": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformDataSource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/custom_allocation_rule datadog_custom_allocation_rule}." }, "fqn": "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRule", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/custom_allocation_rule datadog_custom_allocation_rule} Data Source." }, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 1000 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 968 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a DataDatadogCustomAllocationRule resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 985 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the DataDatadogCustomAllocationRule to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/custom_allocation_rule#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing DataDatadogCustomAllocationRule that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the DataDatadogCustomAllocationRule to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 1101 }, "name": "putCostsToAllocate", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleCostsToAllocate" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 1117 }, "name": "putStrategy", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategy" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 1104 }, "name": "resetCostsToAllocate" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 1068 }, "name": "resetRuleId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 1120 }, "name": "resetStrategy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 1132 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 1140 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "DataDatadogCustomAllocationRule", "namespace": "dataDatadogCustomAllocationRule", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 973 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 1098 }, "name": "costsToAllocate", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleCostsToAllocateList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 1026 }, "name": "created", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 1031 }, "name": "enabled", "type": { "fqn": "cdktf.IResolvable" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 1036 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 1041 }, "name": "lastModifiedUserUuid", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 1046 }, "name": "orderId", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 1051 }, "name": "providernames", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 1056 }, "name": "rejected", "type": { "fqn": "cdktf.IResolvable" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 1077 }, "name": "ruleName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 1114 }, "name": "strategy", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 1082 }, "name": "type", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 1087 }, "name": "updated", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 1092 }, "name": "version", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 1108 }, "name": "costsToAllocateInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleCostsToAllocate" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 1072 }, "name": "ruleIdInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 1124 }, "name": "strategyInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategy" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 1062 }, "name": "ruleId", "type": { "primitive": "number" } } ], "symbolId": "src/data-datadog-custom-allocation-rule/index:DataDatadogCustomAllocationRule" }, "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 14 }, "name": "DataDatadogCustomAllocationRuleConfig", "namespace": "dataDatadogCustomAllocationRule", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/custom_allocation_rule#costs_to_allocate DataDatadogCustomAllocationRule#costs_to_allocate}", "stability": "stable", "summary": "costs_to_allocate block." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 26 }, "name": "costsToAllocate", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleCostsToAllocate" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/custom_allocation_rule#rule_id DataDatadogCustomAllocationRule#rule_id}", "stability": "stable", "summary": "The ID of the custom allocation rule to retrieve." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 20 }, "name": "ruleId", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/custom_allocation_rule#strategy DataDatadogCustomAllocationRule#strategy}", "stability": "stable", "summary": "strategy block." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 32 }, "name": "strategy", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategy" } } ], "symbolId": "src/data-datadog-custom-allocation-rule/index:DataDatadogCustomAllocationRuleConfig" }, "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleCostsToAllocate": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleCostsToAllocate", "kind": "interface", "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 34 }, "name": "DataDatadogCustomAllocationRuleCostsToAllocate", "namespace": "dataDatadogCustomAllocationRule", "symbolId": "src/data-datadog-custom-allocation-rule/index:DataDatadogCustomAllocationRuleCostsToAllocate" }, "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleCostsToAllocateList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleCostsToAllocateList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 124 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 116 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 131 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleCostsToAllocateOutputReference" } } } ], "name": "DataDatadogCustomAllocationRuleCostsToAllocateList", "namespace": "dataDatadogCustomAllocationRule", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 124 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 124 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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-custom-allocation-rule/index.ts", "line": 124 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 117 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleCostsToAllocate" }, "kind": "array" } } ] } } } ], "symbolId": "src/data-datadog-custom-allocation-rule/index:DataDatadogCustomAllocationRuleCostsToAllocateList" }, "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleCostsToAllocateOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleCostsToAllocateOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 67 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 57 }, "name": "DataDatadogCustomAllocationRuleCostsToAllocateOutputReference", "namespace": "dataDatadogCustomAllocationRule", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 96 }, "name": "condition", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 101 }, "name": "tag", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 106 }, "name": "value", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 111 }, "name": "values", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 71 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleCostsToAllocate" } ] } } } ], "symbolId": "src/data-datadog-custom-allocation-rule/index:DataDatadogCustomAllocationRuleCostsToAllocateOutputReference" }, "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategy", "kind": "interface", "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 711 }, "name": "DataDatadogCustomAllocationRuleStrategy", "namespace": "dataDatadogCustomAllocationRule", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/custom_allocation_rule#allocated_by DataDatadogCustomAllocationRule#allocated_by}", "stability": "stable", "summary": "allocated_by block." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 717 }, "name": "allocatedBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyAllocatedBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/custom_allocation_rule#allocated_by_filters DataDatadogCustomAllocationRule#allocated_by_filters}", "stability": "stable", "summary": "allocated_by_filters block." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 723 }, "name": "allocatedByFilters", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyAllocatedByFilters" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/custom_allocation_rule#based_on_costs DataDatadogCustomAllocationRule#based_on_costs}", "stability": "stable", "summary": "based_on_costs block." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 729 }, "name": "basedOnCosts", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyBasedOnCosts" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/custom_allocation_rule#based_on_timeseries DataDatadogCustomAllocationRule#based_on_timeseries}", "stability": "stable", "summary": "based_on_timeseries block." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 735 }, "name": "basedOnTimeseries", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyBasedOnTimeseries" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/custom_allocation_rule#evaluate_grouped_by_filters DataDatadogCustomAllocationRule#evaluate_grouped_by_filters}", "stability": "stable", "summary": "evaluate_grouped_by_filters block." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 741 }, "name": "evaluateGroupedByFilters", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyEvaluateGroupedByFilters" }, "kind": "array" } } ] } } } ], "symbolId": "src/data-datadog-custom-allocation-rule/index:DataDatadogCustomAllocationRuleStrategy" }, "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyAllocatedBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyAllocatedBy", "kind": "interface", "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 226 }, "name": "DataDatadogCustomAllocationRuleStrategyAllocatedBy", "namespace": "dataDatadogCustomAllocationRule", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/custom_allocation_rule#allocated_tags DataDatadogCustomAllocationRule#allocated_tags}", "stability": "stable", "summary": "allocated_tags block." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 232 }, "name": "allocatedTags", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyAllocatedByAllocatedTags" }, "kind": "array" } } ] } } } ], "symbolId": "src/data-datadog-custom-allocation-rule/index:DataDatadogCustomAllocationRuleStrategyAllocatedBy" }, "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyAllocatedByAllocatedTags": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyAllocatedByAllocatedTags", "kind": "interface", "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 135 }, "name": "DataDatadogCustomAllocationRuleStrategyAllocatedByAllocatedTags", "namespace": "dataDatadogCustomAllocationRule", "symbolId": "src/data-datadog-custom-allocation-rule/index:DataDatadogCustomAllocationRuleStrategyAllocatedByAllocatedTags" }, "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyAllocatedByAllocatedTagsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyAllocatedByAllocatedTagsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 215 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 207 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 222 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyAllocatedByAllocatedTagsOutputReference" } } } ], "name": "DataDatadogCustomAllocationRuleStrategyAllocatedByAllocatedTagsList", "namespace": "dataDatadogCustomAllocationRule", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.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-custom-allocation-rule/index.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-custom-allocation-rule/index.ts", "line": 215 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 208 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyAllocatedByAllocatedTags" }, "kind": "array" } } ] } } } ], "symbolId": "src/data-datadog-custom-allocation-rule/index:DataDatadogCustomAllocationRuleStrategyAllocatedByAllocatedTagsList" }, "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyAllocatedByAllocatedTagsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyAllocatedByAllocatedTagsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 168 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 158 }, "name": "DataDatadogCustomAllocationRuleStrategyAllocatedByAllocatedTagsOutputReference", "namespace": "dataDatadogCustomAllocationRule", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 197 }, "name": "key", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 202 }, "name": "value", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 172 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyAllocatedByAllocatedTags" } ] } } } ], "symbolId": "src/data-datadog-custom-allocation-rule/index:DataDatadogCustomAllocationRuleStrategyAllocatedByAllocatedTagsOutputReference" }, "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyAllocatedByFilters": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyAllocatedByFilters", "kind": "interface", "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 349 }, "name": "DataDatadogCustomAllocationRuleStrategyAllocatedByFilters", "namespace": "dataDatadogCustomAllocationRule", "symbolId": "src/data-datadog-custom-allocation-rule/index:DataDatadogCustomAllocationRuleStrategyAllocatedByFilters" }, "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyAllocatedByFiltersList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyAllocatedByFiltersList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 439 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 431 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 446 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyAllocatedByFiltersOutputReference" } } } ], "name": "DataDatadogCustomAllocationRuleStrategyAllocatedByFiltersList", "namespace": "dataDatadogCustomAllocationRule", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 439 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 439 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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-custom-allocation-rule/index.ts", "line": 439 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 432 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyAllocatedByFilters" }, "kind": "array" } } ] } } } ], "symbolId": "src/data-datadog-custom-allocation-rule/index:DataDatadogCustomAllocationRuleStrategyAllocatedByFiltersList" }, "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyAllocatedByFiltersOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyAllocatedByFiltersOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 382 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 372 }, "name": "DataDatadogCustomAllocationRuleStrategyAllocatedByFiltersOutputReference", "namespace": "dataDatadogCustomAllocationRule", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 411 }, "name": "condition", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 416 }, "name": "tag", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 421 }, "name": "value", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 426 }, "name": "values", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 386 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyAllocatedByFilters" } ] } } } ], "symbolId": "src/data-datadog-custom-allocation-rule/index:DataDatadogCustomAllocationRuleStrategyAllocatedByFiltersOutputReference" }, "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyAllocatedByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyAllocatedByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 338 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 330 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 345 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyAllocatedByOutputReference" } } } ], "name": "DataDatadogCustomAllocationRuleStrategyAllocatedByList", "namespace": "dataDatadogCustomAllocationRule", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 338 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 338 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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-custom-allocation-rule/index.ts", "line": 338 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 331 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyAllocatedBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/data-datadog-custom-allocation-rule/index:DataDatadogCustomAllocationRuleStrategyAllocatedByList" }, "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyAllocatedByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyAllocatedByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 274 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 264 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 318 }, "name": "putAllocatedTags", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyAllocatedByAllocatedTags" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 321 }, "name": "resetAllocatedTags" } ], "name": "DataDatadogCustomAllocationRuleStrategyAllocatedByOutputReference", "namespace": "dataDatadogCustomAllocationRule", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 315 }, "name": "allocatedTags", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyAllocatedByAllocatedTagsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 309 }, "name": "percentage", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 325 }, "name": "allocatedTagsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyAllocatedByAllocatedTags" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 278 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyAllocatedBy" } ] } } } ], "symbolId": "src/data-datadog-custom-allocation-rule/index:DataDatadogCustomAllocationRuleStrategyAllocatedByOutputReference" }, "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyBasedOnCosts": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyBasedOnCosts", "kind": "interface", "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 450 }, "name": "DataDatadogCustomAllocationRuleStrategyBasedOnCosts", "namespace": "dataDatadogCustomAllocationRule", "symbolId": "src/data-datadog-custom-allocation-rule/index:DataDatadogCustomAllocationRuleStrategyBasedOnCosts" }, "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyBasedOnCostsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyBasedOnCostsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 540 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 532 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 547 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyBasedOnCostsOutputReference" } } } ], "name": "DataDatadogCustomAllocationRuleStrategyBasedOnCostsList", "namespace": "dataDatadogCustomAllocationRule", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 540 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 540 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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-custom-allocation-rule/index.ts", "line": 540 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 533 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyBasedOnCosts" }, "kind": "array" } } ] } } } ], "symbolId": "src/data-datadog-custom-allocation-rule/index:DataDatadogCustomAllocationRuleStrategyBasedOnCostsList" }, "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyBasedOnCostsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyBasedOnCostsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 483 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 473 }, "name": "DataDatadogCustomAllocationRuleStrategyBasedOnCostsOutputReference", "namespace": "dataDatadogCustomAllocationRule", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 512 }, "name": "condition", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 517 }, "name": "tag", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 522 }, "name": "value", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 527 }, "name": "values", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 487 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyBasedOnCosts" } ] } } } ], "symbolId": "src/data-datadog-custom-allocation-rule/index:DataDatadogCustomAllocationRuleStrategyBasedOnCostsOutputReference" }, "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyBasedOnTimeseries": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyBasedOnTimeseries", "kind": "interface", "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 551 }, "name": "DataDatadogCustomAllocationRuleStrategyBasedOnTimeseries", "namespace": "dataDatadogCustomAllocationRule", "symbolId": "src/data-datadog-custom-allocation-rule/index:DataDatadogCustomAllocationRuleStrategyBasedOnTimeseries" }, "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyBasedOnTimeseriesOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyBasedOnTimeseriesOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 582 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 574 }, "name": "DataDatadogCustomAllocationRuleStrategyBasedOnTimeseriesOutputReference", "namespace": "dataDatadogCustomAllocationRule", "properties": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 586 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyBasedOnTimeseries" } ] } } } ], "symbolId": "src/data-datadog-custom-allocation-rule/index:DataDatadogCustomAllocationRuleStrategyBasedOnTimeseriesOutputReference" }, "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyEvaluateGroupedByFilters": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyEvaluateGroupedByFilters", "kind": "interface", "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 610 }, "name": "DataDatadogCustomAllocationRuleStrategyEvaluateGroupedByFilters", "namespace": "dataDatadogCustomAllocationRule", "symbolId": "src/data-datadog-custom-allocation-rule/index:DataDatadogCustomAllocationRuleStrategyEvaluateGroupedByFilters" }, "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyEvaluateGroupedByFiltersList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyEvaluateGroupedByFiltersList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 700 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 692 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 707 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyEvaluateGroupedByFiltersOutputReference" } } } ], "name": "DataDatadogCustomAllocationRuleStrategyEvaluateGroupedByFiltersList", "namespace": "dataDatadogCustomAllocationRule", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.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-custom-allocation-rule/index.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-custom-allocation-rule/index.ts", "line": 700 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 693 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyEvaluateGroupedByFilters" }, "kind": "array" } } ] } } } ], "symbolId": "src/data-datadog-custom-allocation-rule/index:DataDatadogCustomAllocationRuleStrategyEvaluateGroupedByFiltersList" }, "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyEvaluateGroupedByFiltersOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyEvaluateGroupedByFiltersOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 643 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 633 }, "name": "DataDatadogCustomAllocationRuleStrategyEvaluateGroupedByFiltersOutputReference", "namespace": "dataDatadogCustomAllocationRule", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 672 }, "name": "condition", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 677 }, "name": "tag", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 682 }, "name": "value", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 687 }, "name": "values", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 647 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyEvaluateGroupedByFilters" } ] } } } ], "symbolId": "src/data-datadog-custom-allocation-rule/index:DataDatadogCustomAllocationRuleStrategyEvaluateGroupedByFiltersOutputReference" }, "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 809 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 801 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 892 }, "name": "putAllocatedBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyAllocatedBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 908 }, "name": "putAllocatedByFilters", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyAllocatedByFilters" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 924 }, "name": "putBasedOnCosts", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyBasedOnCosts" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 940 }, "name": "putBasedOnTimeseries", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyBasedOnTimeseries" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 953 }, "name": "putEvaluateGroupedByFilters", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyEvaluateGroupedByFilters" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 895 }, "name": "resetAllocatedBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 911 }, "name": "resetAllocatedByFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 927 }, "name": "resetBasedOnCosts" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 956 }, "name": "resetEvaluateGroupedByFilters" } ], "name": "DataDatadogCustomAllocationRuleStrategyOutputReference", "namespace": "dataDatadogCustomAllocationRule", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 889 }, "name": "allocatedBy", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyAllocatedByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 905 }, "name": "allocatedByFilters", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyAllocatedByFiltersList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 868 }, "name": "allocatedByTagKeys", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 921 }, "name": "basedOnCosts", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyBasedOnCostsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 937 }, "name": "basedOnTimeseries", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyBasedOnTimeseriesOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 950 }, "name": "evaluateGroupedByFilters", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyEvaluateGroupedByFiltersList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 873 }, "name": "evaluateGroupedByTagKeys", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 878 }, "name": "granularity", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 883 }, "name": "method", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 915 }, "name": "allocatedByFiltersInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyAllocatedByFilters" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 899 }, "name": "allocatedByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyAllocatedBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 931 }, "name": "basedOnCostsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyBasedOnCosts" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 944 }, "name": "basedOnTimeseriesInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyBasedOnTimeseries" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 960 }, "name": "evaluateGroupedByFiltersInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyEvaluateGroupedByFilters" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-custom-allocation-rule/index.ts", "line": 813 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategy" } ] } } } ], "symbolId": "src/data-datadog-custom-allocation-rule/index:DataDatadogCustomAllocationRuleStrategyOutputReference" }, "@cdktf/provider-datadog.dataDatadogDashboard.DataDatadogDashboard": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformDataSource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/dashboard datadog_dashboard}." }, "fqn": "@cdktf/provider-datadog.dataDatadogDashboard.DataDatadogDashboard", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/dashboard datadog_dashboard} Data Source." }, "locationInModule": { "filename": "src/data-datadog-dashboard/index.ts", "line": 65 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogDashboard.DataDatadogDashboardConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-dashboard/index.ts", "line": 33 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a DataDatadogDashboard resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/data-datadog-dashboard/index.ts", "line": 50 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the DataDatadogDashboard to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/dashboard#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing DataDatadogDashboard that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the DataDatadogDashboard to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-dashboard/index.ts", "line": 97 }, "name": "resetId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-dashboard/index.ts", "line": 132 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-dashboard/index.ts", "line": 139 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "DataDatadogDashboard", "namespace": "dataDatadogDashboard", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-dashboard/index.ts", "line": 38 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-dashboard/index.ts", "line": 119 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-dashboard/index.ts", "line": 124 }, "name": "url", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-dashboard/index.ts", "line": 101 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-dashboard/index.ts", "line": 114 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-dashboard/index.ts", "line": 91 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-dashboard/index.ts", "line": 107 }, "name": "name", "type": { "primitive": "string" } } ], "symbolId": "src/data-datadog-dashboard/index:DataDatadogDashboard" }, "@cdktf/provider-datadog.dataDatadogDashboard.DataDatadogDashboardConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogDashboard.DataDatadogDashboardConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/data-datadog-dashboard/index.ts", "line": 14 }, "name": "DataDatadogDashboardConfig", "namespace": "dataDatadogDashboard", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/dashboard#name DataDatadogDashboard#name}", "stability": "stable", "summary": "The dashboard name to search for. Must only match one dashboard." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-dashboard/index.ts", "line": 27 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/dashboard#id DataDatadogDashboard#id}." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-dashboard/index.ts", "line": 21 }, "name": "id", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/data-datadog-dashboard/index:DataDatadogDashboardConfig" }, "@cdktf/provider-datadog.dataDatadogDashboardList.DataDatadogDashboardList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformDataSource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/dashboard_list datadog_dashboard_list}." }, "fqn": "@cdktf/provider-datadog.dataDatadogDashboardList.DataDatadogDashboardList", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/dashboard_list datadog_dashboard_list} Data Source." }, "locationInModule": { "filename": "src/data-datadog-dashboard-list/index.ts", "line": 58 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogDashboardList.DataDatadogDashboardListConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-dashboard-list/index.ts", "line": 26 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a DataDatadogDashboardList resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/data-datadog-dashboard-list/index.ts", "line": 43 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the DataDatadogDashboardList to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/dashboard_list#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing DataDatadogDashboardList that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the DataDatadogDashboardList to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-dashboard-list/index.ts", "line": 103 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-dashboard-list/index.ts", "line": 109 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "DataDatadogDashboardList", "namespace": "dataDatadogDashboardList", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-dashboard-list/index.ts", "line": 31 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-dashboard-list/index.ts", "line": 82 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-dashboard-list/index.ts", "line": 95 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-dashboard-list/index.ts", "line": 88 }, "name": "name", "type": { "primitive": "string" } } ], "symbolId": "src/data-datadog-dashboard-list/index:DataDatadogDashboardList" }, "@cdktf/provider-datadog.dataDatadogDashboardList.DataDatadogDashboardListConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogDashboardList.DataDatadogDashboardListConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/data-datadog-dashboard-list/index.ts", "line": 14 }, "name": "DataDatadogDashboardListConfig", "namespace": "dataDatadogDashboardList", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/dashboard_list#name DataDatadogDashboardList#name}", "stability": "stable", "summary": "A dashboard list name to limit the search. String length must be at least 1." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-dashboard-list/index.ts", "line": 20 }, "name": "name", "type": { "primitive": "string" } } ], "symbolId": "src/data-datadog-dashboard-list/index:DataDatadogDashboardListConfig" }, "@cdktf/provider-datadog.dataDatadogGcpUcConfig.DataDatadogGcpUcConfig": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformDataSource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/gcp_uc_config datadog_gcp_uc_config}." }, "fqn": "@cdktf/provider-datadog.dataDatadogGcpUcConfig.DataDatadogGcpUcConfig", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/gcp_uc_config datadog_gcp_uc_config} Data Source." }, "locationInModule": { "filename": "src/data-datadog-gcp-uc-config/index.ts", "line": 58 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogGcpUcConfig.DataDatadogGcpUcConfigConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-gcp-uc-config/index.ts", "line": 26 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a DataDatadogGcpUcConfig resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/data-datadog-gcp-uc-config/index.ts", "line": 43 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the DataDatadogGcpUcConfig to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/gcp_uc_config#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing DataDatadogGcpUcConfig that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the DataDatadogGcpUcConfig to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-gcp-uc-config/index.ts", "line": 163 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-gcp-uc-config/index.ts", "line": 169 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "DataDatadogGcpUcConfig", "namespace": "dataDatadogGcpUcConfig", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-gcp-uc-config/index.ts", "line": 31 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-gcp-uc-config/index.ts", "line": 82 }, "name": "accountId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-gcp-uc-config/index.ts", "line": 87 }, "name": "bucketName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-gcp-uc-config/index.ts", "line": 105 }, "name": "createdAt", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-gcp-uc-config/index.ts", "line": 110 }, "name": "dataset", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-gcp-uc-config/index.ts", "line": 115 }, "name": "errorMessages", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-gcp-uc-config/index.ts", "line": 120 }, "name": "exportPrefix", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-gcp-uc-config/index.ts", "line": 125 }, "name": "exportProjectName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-gcp-uc-config/index.ts", "line": 130 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-gcp-uc-config/index.ts", "line": 135 }, "name": "months", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-gcp-uc-config/index.ts", "line": 140 }, "name": "serviceAccount", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-gcp-uc-config/index.ts", "line": 145 }, "name": "status", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-gcp-uc-config/index.ts", "line": 150 }, "name": "statusUpdatedAt", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-gcp-uc-config/index.ts", "line": 155 }, "name": "updatedAt", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-gcp-uc-config/index.ts", "line": 100 }, "name": "cloudAccountIdInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-gcp-uc-config/index.ts", "line": 93 }, "name": "cloudAccountId", "type": { "primitive": "number" } } ], "symbolId": "src/data-datadog-gcp-uc-config/index:DataDatadogGcpUcConfig" }, "@cdktf/provider-datadog.dataDatadogGcpUcConfig.DataDatadogGcpUcConfigConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogGcpUcConfig.DataDatadogGcpUcConfigConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/data-datadog-gcp-uc-config/index.ts", "line": 14 }, "name": "DataDatadogGcpUcConfigConfig", "namespace": "dataDatadogGcpUcConfig", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/gcp_uc_config#cloud_account_id DataDatadogGcpUcConfig#cloud_account_id}", "stability": "stable", "summary": "The Datadog cloud account ID for the GCP Usage Cost configuration you want to retrieve information about." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-gcp-uc-config/index.ts", "line": 20 }, "name": "cloudAccountId", "type": { "primitive": "number" } } ], "symbolId": "src/data-datadog-gcp-uc-config/index:DataDatadogGcpUcConfigConfig" }, "@cdktf/provider-datadog.dataDatadogHosts.DataDatadogHosts": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformDataSource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/hosts datadog_hosts}." }, "fqn": "@cdktf/provider-datadog.dataDatadogHosts.DataDatadogHosts", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/hosts datadog_hosts} Data Source." }, "locationInModule": { "filename": "src/data-datadog-hosts/index.ts", "line": 383 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogHosts.DataDatadogHostsConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-hosts/index.ts", "line": 351 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a DataDatadogHosts resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/data-datadog-hosts/index.ts", "line": 368 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the DataDatadogHosts to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/hosts#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing DataDatadogHosts that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the DataDatadogHosts to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-hosts/index.ts", "line": 418 }, "name": "resetFilter" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-hosts/index.ts", "line": 434 }, "name": "resetFrom" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-hosts/index.ts", "line": 461 }, "name": "resetIncludeMutedHostsData" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-hosts/index.ts", "line": 477 }, "name": "resetSortDir" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-hosts/index.ts", "line": 493 }, "name": "resetSortField" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-hosts/index.ts", "line": 515 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-hosts/index.ts", "line": 525 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "DataDatadogHosts", "namespace": "dataDatadogHosts", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-hosts/index.ts", "line": 356 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-hosts/index.ts", "line": 444 }, "name": "hostList", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogHosts.DataDatadogHostsHostListStructList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-hosts/index.ts", "line": 449 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-hosts/index.ts", "line": 502 }, "name": "totalMatching", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-hosts/index.ts", "line": 507 }, "name": "totalReturned", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-hosts/index.ts", "line": 422 }, "name": "filterInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-hosts/index.ts", "line": 438 }, "name": "fromInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-hosts/index.ts", "line": 465 }, "name": "includeMutedHostsDataInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-hosts/index.ts", "line": 481 }, "name": "sortDirInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-hosts/index.ts", "line": 497 }, "name": "sortFieldInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-hosts/index.ts", "line": 412 }, "name": "filter", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-hosts/index.ts", "line": 428 }, "name": "from", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-hosts/index.ts", "line": 455 }, "name": "includeMutedHostsData", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-hosts/index.ts", "line": 471 }, "name": "sortDir", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-hosts/index.ts", "line": 487 }, "name": "sortField", "type": { "primitive": "string" } } ], "symbolId": "src/data-datadog-hosts/index:DataDatadogHosts" }, "@cdktf/provider-datadog.dataDatadogHosts.DataDatadogHostsConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogHosts.DataDatadogHostsConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/data-datadog-hosts/index.ts", "line": 14 }, "name": "DataDatadogHostsConfig", "namespace": "dataDatadogHosts", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/hosts#filter DataDatadogHosts#filter}", "stability": "stable", "summary": "String to filter search results." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-hosts/index.ts", "line": 20 }, "name": "filter", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/hosts#from DataDatadogHosts#from}", "stability": "stable", "summary": "Number of seconds since UNIX epoch from which you want to search your hosts." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-hosts/index.ts", "line": 26 }, "name": "from", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/hosts#include_muted_hosts_data DataDatadogHosts#include_muted_hosts_data}", "stability": "stable", "summary": "Include information on the muted status of hosts and when the mute expires." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-hosts/index.ts", "line": 32 }, "name": "includeMutedHostsData", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/hosts#sort_dir DataDatadogHosts#sort_dir}", "stability": "stable", "summary": "Direction of sort. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-hosts/index.ts", "line": 38 }, "name": "sortDir", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/hosts#sort_field DataDatadogHosts#sort_field}", "stability": "stable", "summary": "Sort hosts by this field." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-hosts/index.ts", "line": 44 }, "name": "sortField", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/data-datadog-hosts/index:DataDatadogHostsConfig" }, "@cdktf/provider-datadog.dataDatadogHosts.DataDatadogHostsHostListMeta": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogHosts.DataDatadogHostsHostListMeta", "kind": "interface", "locationInModule": { "filename": "src/data-datadog-hosts/index.ts", "line": 46 }, "name": "DataDatadogHostsHostListMeta", "namespace": "dataDatadogHosts", "symbolId": "src/data-datadog-hosts/index:DataDatadogHostsHostListMeta" }, "@cdktf/provider-datadog.dataDatadogHosts.DataDatadogHostsHostListMetaOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogHosts.DataDatadogHostsHostListMetaOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-hosts/index.ts", "line": 76 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-hosts/index.ts", "line": 69 }, "name": "DataDatadogHostsHostListMetaOutputReference", "namespace": "dataDatadogHosts", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-hosts/index.ts", "line": 96 }, "name": "agentVersion", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-hosts/index.ts", "line": 101 }, "name": "cpuCores", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-hosts/index.ts", "line": 106 }, "name": "gohai", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-hosts/index.ts", "line": 111 }, "name": "machine", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-hosts/index.ts", "line": 116 }, "name": "platform", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-hosts/index.ts", "line": 121 }, "name": "processor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-hosts/index.ts", "line": 126 }, "name": "pythonVersion", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-hosts/index.ts", "line": 131 }, "name": "socketFqdn", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-hosts/index.ts", "line": 136 }, "name": "socketHostname", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-hosts/index.ts", "line": 80 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogHosts.DataDatadogHostsHostListMeta" } } ], "symbolId": "src/data-datadog-hosts/index:DataDatadogHostsHostListMetaOutputReference" }, "@cdktf/provider-datadog.dataDatadogHosts.DataDatadogHostsHostListMetrics": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogHosts.DataDatadogHostsHostListMetrics", "kind": "interface", "locationInModule": { "filename": "src/data-datadog-hosts/index.ts", "line": 140 }, "name": "DataDatadogHostsHostListMetrics", "namespace": "dataDatadogHosts", "symbolId": "src/data-datadog-hosts/index:DataDatadogHostsHostListMetrics" }, "@cdktf/provider-datadog.dataDatadogHosts.DataDatadogHostsHostListMetricsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogHosts.DataDatadogHostsHostListMetricsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-hosts/index.ts", "line": 170 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-hosts/index.ts", "line": 163 }, "name": "DataDatadogHostsHostListMetricsOutputReference", "namespace": "dataDatadogHosts", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-hosts/index.ts", "line": 190 }, "name": "cpu", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-hosts/index.ts", "line": 195 }, "name": "iowait", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-hosts/index.ts", "line": 200 }, "name": "load", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-hosts/index.ts", "line": 174 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogHosts.DataDatadogHostsHostListMetrics" } } ], "symbolId": "src/data-datadog-hosts/index:DataDatadogHostsHostListMetricsOutputReference" }, "@cdktf/provider-datadog.dataDatadogHosts.DataDatadogHostsHostListStruct": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogHosts.DataDatadogHostsHostListStruct", "kind": "interface", "locationInModule": { "filename": "src/data-datadog-hosts/index.ts", "line": 204 }, "name": "DataDatadogHostsHostListStruct", "namespace": "dataDatadogHosts", "symbolId": "src/data-datadog-hosts/index:DataDatadogHostsHostListStruct" }, "@cdktf/provider-datadog.dataDatadogHosts.DataDatadogHostsHostListStructList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogHosts.DataDatadogHostsHostListStructList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-hosts/index.ts", "line": 336 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-hosts/index.ts", "line": 329 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-hosts/index.ts", "line": 343 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dataDatadogHosts.DataDatadogHostsHostListStructOutputReference" } } } ], "name": "DataDatadogHostsHostListStructList", "namespace": "dataDatadogHosts", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/data-datadog-hosts/index.ts", "line": 336 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/data-datadog-hosts/index.ts", "line": 336 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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-hosts/index.ts", "line": 336 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } } ], "symbolId": "src/data-datadog-hosts/index:DataDatadogHostsHostListStructList" }, "@cdktf/provider-datadog.dataDatadogHosts.DataDatadogHostsHostListStructOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogHosts.DataDatadogHostsHostListStructOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-hosts/index.ts", "line": 236 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-hosts/index.ts", "line": 227 }, "name": "DataDatadogHostsHostListStructOutputReference", "namespace": "dataDatadogHosts", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-hosts/index.ts", "line": 256 }, "name": "aliases", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-hosts/index.ts", "line": 261 }, "name": "apps", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-hosts/index.ts", "line": 266 }, "name": "awsName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-hosts/index.ts", "line": 271 }, "name": "hostName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-hosts/index.ts", "line": 276 }, "name": "id", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-hosts/index.ts", "line": 281 }, "name": "isMuted", "type": { "fqn": "cdktf.IResolvable" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-hosts/index.ts", "line": 286 }, "name": "lastReportedTime", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-hosts/index.ts", "line": 292 }, "name": "meta", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogHosts.DataDatadogHostsHostListMetaOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-hosts/index.ts", "line": 298 }, "name": "metrics", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogHosts.DataDatadogHostsHostListMetricsOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-hosts/index.ts", "line": 303 }, "name": "muteTimeout", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-hosts/index.ts", "line": 308 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-hosts/index.ts", "line": 313 }, "name": "sources", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-hosts/index.ts", "line": 319 }, "name": "tagsBySource", "type": { "fqn": "cdktf.StringListMap" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-hosts/index.ts", "line": 324 }, "name": "up", "type": { "fqn": "cdktf.IResolvable" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-hosts/index.ts", "line": 240 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogHosts.DataDatadogHostsHostListStruct" } } ], "symbolId": "src/data-datadog-hosts/index:DataDatadogHostsHostListStructOutputReference" }, "@cdktf/provider-datadog.dataDatadogIncidentNotificationRule.DataDatadogIncidentNotificationRule": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformDataSource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/incident_notification_rule datadog_incident_notification_rule}." }, "fqn": "@cdktf/provider-datadog.dataDatadogIncidentNotificationRule.DataDatadogIncidentNotificationRule", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/incident_notification_rule datadog_incident_notification_rule} Data Source." }, "locationInModule": { "filename": "src/data-datadog-incident-notification-rule/index.ts", "line": 158 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogIncidentNotificationRule.DataDatadogIncidentNotificationRuleConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-incident-notification-rule/index.ts", "line": 126 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a DataDatadogIncidentNotificationRule resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/data-datadog-incident-notification-rule/index.ts", "line": 143 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the DataDatadogIncidentNotificationRule to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/incident_notification_rule#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing DataDatadogIncidentNotificationRule that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the DataDatadogIncidentNotificationRule to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-incident-notification-rule/index.ts", "line": 245 }, "name": "putConditions", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dataDatadogIncidentNotificationRule.DataDatadogIncidentNotificationRuleConditions" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-incident-notification-rule/index.ts", "line": 248 }, "name": "resetConditions" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-incident-notification-rule/index.ts", "line": 260 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-incident-notification-rule/index.ts", "line": 267 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "DataDatadogIncidentNotificationRule", "namespace": "dataDatadogIncidentNotificationRule", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-incident-notification-rule/index.ts", "line": 131 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-incident-notification-rule/index.ts", "line": 242 }, "name": "conditions", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogIncidentNotificationRule.DataDatadogIncidentNotificationRuleConditionsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-incident-notification-rule/index.ts", "line": 183 }, "name": "created", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-incident-notification-rule/index.ts", "line": 188 }, "name": "enabled", "type": { "fqn": "cdktf.IResolvable" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-incident-notification-rule/index.ts", "line": 193 }, "name": "handles", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-incident-notification-rule/index.ts", "line": 211 }, "name": "incidentType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-incident-notification-rule/index.ts", "line": 216 }, "name": "modified", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-incident-notification-rule/index.ts", "line": 221 }, "name": "notificationTemplate", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-incident-notification-rule/index.ts", "line": 226 }, "name": "renotifyOn", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-incident-notification-rule/index.ts", "line": 231 }, "name": "trigger", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-incident-notification-rule/index.ts", "line": 236 }, "name": "visibility", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-incident-notification-rule/index.ts", "line": 252 }, "name": "conditionsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dataDatadogIncidentNotificationRule.DataDatadogIncidentNotificationRuleConditions" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-incident-notification-rule/index.ts", "line": 206 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-incident-notification-rule/index.ts", "line": 199 }, "name": "id", "type": { "primitive": "string" } } ], "symbolId": "src/data-datadog-incident-notification-rule/index:DataDatadogIncidentNotificationRule" }, "@cdktf/provider-datadog.dataDatadogIncidentNotificationRule.DataDatadogIncidentNotificationRuleConditions": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogIncidentNotificationRule.DataDatadogIncidentNotificationRuleConditions", "kind": "interface", "locationInModule": { "filename": "src/data-datadog-incident-notification-rule/index.ts", "line": 31 }, "name": "DataDatadogIncidentNotificationRuleConditions", "namespace": "dataDatadogIncidentNotificationRule", "symbolId": "src/data-datadog-incident-notification-rule/index:DataDatadogIncidentNotificationRuleConditions" }, "@cdktf/provider-datadog.dataDatadogIncidentNotificationRule.DataDatadogIncidentNotificationRuleConditionsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogIncidentNotificationRule.DataDatadogIncidentNotificationRuleConditionsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-incident-notification-rule/index.ts", "line": 111 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-incident-notification-rule/index.ts", "line": 103 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-incident-notification-rule/index.ts", "line": 118 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dataDatadogIncidentNotificationRule.DataDatadogIncidentNotificationRuleConditionsOutputReference" } } } ], "name": "DataDatadogIncidentNotificationRuleConditionsList", "namespace": "dataDatadogIncidentNotificationRule", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/data-datadog-incident-notification-rule/index.ts", "line": 111 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/data-datadog-incident-notification-rule/index.ts", "line": 111 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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-incident-notification-rule/index.ts", "line": 111 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-incident-notification-rule/index.ts", "line": 104 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dataDatadogIncidentNotificationRule.DataDatadogIncidentNotificationRuleConditions" }, "kind": "array" } } ] } } } ], "symbolId": "src/data-datadog-incident-notification-rule/index:DataDatadogIncidentNotificationRuleConditionsList" }, "@cdktf/provider-datadog.dataDatadogIncidentNotificationRule.DataDatadogIncidentNotificationRuleConditionsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogIncidentNotificationRule.DataDatadogIncidentNotificationRuleConditionsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-incident-notification-rule/index.ts", "line": 64 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-incident-notification-rule/index.ts", "line": 54 }, "name": "DataDatadogIncidentNotificationRuleConditionsOutputReference", "namespace": "dataDatadogIncidentNotificationRule", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-incident-notification-rule/index.ts", "line": 93 }, "name": "field", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-incident-notification-rule/index.ts", "line": 98 }, "name": "values", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-incident-notification-rule/index.ts", "line": 68 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dataDatadogIncidentNotificationRule.DataDatadogIncidentNotificationRuleConditions" } ] } } } ], "symbolId": "src/data-datadog-incident-notification-rule/index:DataDatadogIncidentNotificationRuleConditionsOutputReference" }, "@cdktf/provider-datadog.dataDatadogIncidentNotificationRule.DataDatadogIncidentNotificationRuleConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogIncidentNotificationRule.DataDatadogIncidentNotificationRuleConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/data-datadog-incident-notification-rule/index.ts", "line": 14 }, "name": "DataDatadogIncidentNotificationRuleConfig", "namespace": "dataDatadogIncidentNotificationRule", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/incident_notification_rule#id DataDatadogIncidentNotificationRule#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "The ID of the incident notification rule." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-incident-notification-rule/index.ts", "line": 23 }, "name": "id", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/incident_notification_rule#conditions DataDatadogIncidentNotificationRule#conditions}", "stability": "stable", "summary": "conditions block." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-incident-notification-rule/index.ts", "line": 29 }, "name": "conditions", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dataDatadogIncidentNotificationRule.DataDatadogIncidentNotificationRuleConditions" }, "kind": "array" } } ] } } } ], "symbolId": "src/data-datadog-incident-notification-rule/index:DataDatadogIncidentNotificationRuleConfig" }, "@cdktf/provider-datadog.dataDatadogIncidentNotificationTemplate.DataDatadogIncidentNotificationTemplate": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformDataSource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/incident_notification_template datadog_incident_notification_template}." }, "fqn": "@cdktf/provider-datadog.dataDatadogIncidentNotificationTemplate.DataDatadogIncidentNotificationTemplate", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/incident_notification_template datadog_incident_notification_template} Data Source." }, "locationInModule": { "filename": "src/data-datadog-incident-notification-template/index.ts", "line": 67 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogIncidentNotificationTemplate.DataDatadogIncidentNotificationTemplateConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-incident-notification-template/index.ts", "line": 35 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a DataDatadogIncidentNotificationTemplate resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/data-datadog-incident-notification-template/index.ts", "line": 52 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the DataDatadogIncidentNotificationTemplate to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/incident_notification_template#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing DataDatadogIncidentNotificationTemplate that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the DataDatadogIncidentNotificationTemplate to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-incident-notification-template/index.ts", "line": 114 }, "name": "resetId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-incident-notification-template/index.ts", "line": 140 }, "name": "resetName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-incident-notification-template/index.ts", "line": 157 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-incident-notification-template/index.ts", "line": 164 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "DataDatadogIncidentNotificationTemplate", "namespace": "dataDatadogIncidentNotificationTemplate", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-incident-notification-template/index.ts", "line": 40 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-incident-notification-template/index.ts", "line": 92 }, "name": "category", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-incident-notification-template/index.ts", "line": 97 }, "name": "content", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-incident-notification-template/index.ts", "line": 102 }, "name": "created", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-incident-notification-template/index.ts", "line": 123 }, "name": "incidentType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-incident-notification-template/index.ts", "line": 128 }, "name": "modified", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-incident-notification-template/index.ts", "line": 149 }, "name": "subject", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-incident-notification-template/index.ts", "line": 118 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-incident-notification-template/index.ts", "line": 144 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-incident-notification-template/index.ts", "line": 108 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-incident-notification-template/index.ts", "line": 134 }, "name": "name", "type": { "primitive": "string" } } ], "symbolId": "src/data-datadog-incident-notification-template/index:DataDatadogIncidentNotificationTemplate" }, "@cdktf/provider-datadog.dataDatadogIncidentNotificationTemplate.DataDatadogIncidentNotificationTemplateConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogIncidentNotificationTemplate.DataDatadogIncidentNotificationTemplateConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/data-datadog-incident-notification-template/index.ts", "line": 14 }, "name": "DataDatadogIncidentNotificationTemplateConfig", "namespace": "dataDatadogIncidentNotificationTemplate", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/incident_notification_template#id DataDatadogIncidentNotificationTemplate#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "The ID of the incident notification template." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-incident-notification-template/index.ts", "line": 23 }, "name": "id", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/incident_notification_template#name DataDatadogIncidentNotificationTemplate#name}", "stability": "stable", "summary": "The name of the notification template." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-incident-notification-template/index.ts", "line": 29 }, "name": "name", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/data-datadog-incident-notification-template/index:DataDatadogIncidentNotificationTemplateConfig" }, "@cdktf/provider-datadog.dataDatadogIncidentType.DataDatadogIncidentType": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformDataSource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/incident_type datadog_incident_type}." }, "fqn": "@cdktf/provider-datadog.dataDatadogIncidentType.DataDatadogIncidentType", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/incident_type datadog_incident_type} Data Source." }, "locationInModule": { "filename": "src/data-datadog-incident-type/index.ts", "line": 61 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogIncidentType.DataDatadogIncidentTypeConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-incident-type/index.ts", "line": 29 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a DataDatadogIncidentType resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/data-datadog-incident-type/index.ts", "line": 46 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the DataDatadogIncidentType to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/incident_type#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing DataDatadogIncidentType that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the DataDatadogIncidentType to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-incident-type/index.ts", "line": 116 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-incident-type/index.ts", "line": 122 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "DataDatadogIncidentType", "namespace": "dataDatadogIncidentType", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-incident-type/index.ts", "line": 34 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-incident-type/index.ts", "line": 85 }, "name": "description", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-incident-type/index.ts", "line": 103 }, "name": "isDefault", "type": { "fqn": "cdktf.IResolvable" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-incident-type/index.ts", "line": 108 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-incident-type/index.ts", "line": 98 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-incident-type/index.ts", "line": 91 }, "name": "id", "type": { "primitive": "string" } } ], "symbolId": "src/data-datadog-incident-type/index:DataDatadogIncidentType" }, "@cdktf/provider-datadog.dataDatadogIncidentType.DataDatadogIncidentTypeConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogIncidentType.DataDatadogIncidentTypeConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/data-datadog-incident-type/index.ts", "line": 14 }, "name": "DataDatadogIncidentTypeConfig", "namespace": "dataDatadogIncidentType", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/incident_type#id DataDatadogIncidentType#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "The ID of the incident type." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-incident-type/index.ts", "line": 23 }, "name": "id", "type": { "primitive": "string" } } ], "symbolId": "src/data-datadog-incident-type/index:DataDatadogIncidentTypeConfig" }, "@cdktf/provider-datadog.dataDatadogIntegrationAwsAvailableLogsServices.DataDatadogIntegrationAwsAvailableLogsServices": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformDataSource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/integration_aws_available_logs_services datadog_integration_aws_available_logs_services}." }, "fqn": "@cdktf/provider-datadog.dataDatadogIntegrationAwsAvailableLogsServices.DataDatadogIntegrationAwsAvailableLogsServices", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/integration_aws_available_logs_services datadog_integration_aws_available_logs_services} Data Source." }, "locationInModule": { "filename": "src/data-datadog-integration-aws-available-logs-services/index.ts", "line": 52 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogIntegrationAwsAvailableLogsServices.DataDatadogIntegrationAwsAvailableLogsServicesConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-integration-aws-available-logs-services/index.ts", "line": 20 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a DataDatadogIntegrationAwsAvailableLogsServices resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/data-datadog-integration-aws-available-logs-services/index.ts", "line": 37 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the DataDatadogIntegrationAwsAvailableLogsServices to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/integration_aws_available_logs_services#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing DataDatadogIntegrationAwsAvailableLogsServices that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the DataDatadogIntegrationAwsAvailableLogsServices to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-integration-aws-available-logs-services/index.ts", "line": 88 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-integration-aws-available-logs-services/index.ts", "line": 93 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "DataDatadogIntegrationAwsAvailableLogsServices", "namespace": "dataDatadogIntegrationAwsAvailableLogsServices", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-integration-aws-available-logs-services/index.ts", "line": 25 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-integration-aws-available-logs-services/index.ts", "line": 75 }, "name": "awsLogsServices", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-integration-aws-available-logs-services/index.ts", "line": 80 }, "name": "id", "type": { "primitive": "string" } } ], "symbolId": "src/data-datadog-integration-aws-available-logs-services/index:DataDatadogIntegrationAwsAvailableLogsServices" }, "@cdktf/provider-datadog.dataDatadogIntegrationAwsAvailableLogsServices.DataDatadogIntegrationAwsAvailableLogsServicesConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogIntegrationAwsAvailableLogsServices.DataDatadogIntegrationAwsAvailableLogsServicesConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/data-datadog-integration-aws-available-logs-services/index.ts", "line": 14 }, "name": "DataDatadogIntegrationAwsAvailableLogsServicesConfig", "namespace": "dataDatadogIntegrationAwsAvailableLogsServices", "symbolId": "src/data-datadog-integration-aws-available-logs-services/index:DataDatadogIntegrationAwsAvailableLogsServicesConfig" }, "@cdktf/provider-datadog.dataDatadogIntegrationAwsAvailableNamespaces.DataDatadogIntegrationAwsAvailableNamespaces": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformDataSource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/integration_aws_available_namespaces datadog_integration_aws_available_namespaces}." }, "fqn": "@cdktf/provider-datadog.dataDatadogIntegrationAwsAvailableNamespaces.DataDatadogIntegrationAwsAvailableNamespaces", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/integration_aws_available_namespaces datadog_integration_aws_available_namespaces} Data Source." }, "locationInModule": { "filename": "src/data-datadog-integration-aws-available-namespaces/index.ts", "line": 52 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogIntegrationAwsAvailableNamespaces.DataDatadogIntegrationAwsAvailableNamespacesConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-integration-aws-available-namespaces/index.ts", "line": 20 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a DataDatadogIntegrationAwsAvailableNamespaces resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/data-datadog-integration-aws-available-namespaces/index.ts", "line": 37 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the DataDatadogIntegrationAwsAvailableNamespaces to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/integration_aws_available_namespaces#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing DataDatadogIntegrationAwsAvailableNamespaces that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the DataDatadogIntegrationAwsAvailableNamespaces to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-integration-aws-available-namespaces/index.ts", "line": 88 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-integration-aws-available-namespaces/index.ts", "line": 93 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "DataDatadogIntegrationAwsAvailableNamespaces", "namespace": "dataDatadogIntegrationAwsAvailableNamespaces", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-integration-aws-available-namespaces/index.ts", "line": 25 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-integration-aws-available-namespaces/index.ts", "line": 75 }, "name": "awsNamespaces", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-integration-aws-available-namespaces/index.ts", "line": 80 }, "name": "id", "type": { "primitive": "string" } } ], "symbolId": "src/data-datadog-integration-aws-available-namespaces/index:DataDatadogIntegrationAwsAvailableNamespaces" }, "@cdktf/provider-datadog.dataDatadogIntegrationAwsAvailableNamespaces.DataDatadogIntegrationAwsAvailableNamespacesConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogIntegrationAwsAvailableNamespaces.DataDatadogIntegrationAwsAvailableNamespacesConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/data-datadog-integration-aws-available-namespaces/index.ts", "line": 14 }, "name": "DataDatadogIntegrationAwsAvailableNamespacesConfig", "namespace": "dataDatadogIntegrationAwsAvailableNamespaces", "symbolId": "src/data-datadog-integration-aws-available-namespaces/index:DataDatadogIntegrationAwsAvailableNamespacesConfig" }, "@cdktf/provider-datadog.dataDatadogIntegrationAwsExternalId.DataDatadogIntegrationAwsExternalId": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformDataSource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/integration_aws_external_id datadog_integration_aws_external_id}." }, "fqn": "@cdktf/provider-datadog.dataDatadogIntegrationAwsExternalId.DataDatadogIntegrationAwsExternalId", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/integration_aws_external_id datadog_integration_aws_external_id} Data Source." }, "locationInModule": { "filename": "src/data-datadog-integration-aws-external-id/index.ts", "line": 58 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogIntegrationAwsExternalId.DataDatadogIntegrationAwsExternalIdConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-integration-aws-external-id/index.ts", "line": 26 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a DataDatadogIntegrationAwsExternalId resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/data-datadog-integration-aws-external-id/index.ts", "line": 43 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the DataDatadogIntegrationAwsExternalId to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/integration_aws_external_id#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing DataDatadogIntegrationAwsExternalId that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the DataDatadogIntegrationAwsExternalId to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-integration-aws-external-id/index.ts", "line": 108 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-integration-aws-external-id/index.ts", "line": 114 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "DataDatadogIntegrationAwsExternalId", "namespace": "dataDatadogIntegrationAwsExternalId", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-integration-aws-external-id/index.ts", "line": 31 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-integration-aws-external-id/index.ts", "line": 95 }, "name": "externalId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-integration-aws-external-id/index.ts", "line": 100 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-integration-aws-external-id/index.ts", "line": 90 }, "name": "awsAccountIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-integration-aws-external-id/index.ts", "line": 83 }, "name": "awsAccountId", "type": { "primitive": "string" } } ], "symbolId": "src/data-datadog-integration-aws-external-id/index:DataDatadogIntegrationAwsExternalId" }, "@cdktf/provider-datadog.dataDatadogIntegrationAwsExternalId.DataDatadogIntegrationAwsExternalIdConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogIntegrationAwsExternalId.DataDatadogIntegrationAwsExternalIdConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/data-datadog-integration-aws-external-id/index.ts", "line": 14 }, "name": "DataDatadogIntegrationAwsExternalIdConfig", "namespace": "dataDatadogIntegrationAwsExternalId", "properties": [ { "abstract": true, "docs": { "remarks": "Must be a valid 12 digits AWS account ID.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/integration_aws_external_id#aws_account_id DataDatadogIntegrationAwsExternalId#aws_account_id}", "stability": "stable", "summary": "The AWS account ID of the integration to retrieve the external ID from." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-integration-aws-external-id/index.ts", "line": 20 }, "name": "awsAccountId", "type": { "primitive": "string" } } ], "symbolId": "src/data-datadog-integration-aws-external-id/index:DataDatadogIntegrationAwsExternalIdConfig" }, "@cdktf/provider-datadog.dataDatadogIntegrationAwsIamPermissions.DataDatadogIntegrationAwsIamPermissions": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformDataSource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/integration_aws_iam_permissions datadog_integration_aws_iam_permissions}." }, "fqn": "@cdktf/provider-datadog.dataDatadogIntegrationAwsIamPermissions.DataDatadogIntegrationAwsIamPermissions", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/integration_aws_iam_permissions datadog_integration_aws_iam_permissions} Data Source." }, "locationInModule": { "filename": "src/data-datadog-integration-aws-iam-permissions/index.ts", "line": 52 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogIntegrationAwsIamPermissions.DataDatadogIntegrationAwsIamPermissionsConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-integration-aws-iam-permissions/index.ts", "line": 20 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a DataDatadogIntegrationAwsIamPermissions resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/data-datadog-integration-aws-iam-permissions/index.ts", "line": 37 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the DataDatadogIntegrationAwsIamPermissions to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/integration_aws_iam_permissions#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing DataDatadogIntegrationAwsIamPermissions that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the DataDatadogIntegrationAwsIamPermissions to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-integration-aws-iam-permissions/index.ts", "line": 88 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-integration-aws-iam-permissions/index.ts", "line": 93 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "DataDatadogIntegrationAwsIamPermissions", "namespace": "dataDatadogIntegrationAwsIamPermissions", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-integration-aws-iam-permissions/index.ts", "line": 25 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-integration-aws-iam-permissions/index.ts", "line": 75 }, "name": "iamPermissions", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-integration-aws-iam-permissions/index.ts", "line": 80 }, "name": "id", "type": { "primitive": "string" } } ], "symbolId": "src/data-datadog-integration-aws-iam-permissions/index:DataDatadogIntegrationAwsIamPermissions" }, "@cdktf/provider-datadog.dataDatadogIntegrationAwsIamPermissions.DataDatadogIntegrationAwsIamPermissionsConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogIntegrationAwsIamPermissions.DataDatadogIntegrationAwsIamPermissionsConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/data-datadog-integration-aws-iam-permissions/index.ts", "line": 14 }, "name": "DataDatadogIntegrationAwsIamPermissionsConfig", "namespace": "dataDatadogIntegrationAwsIamPermissions", "symbolId": "src/data-datadog-integration-aws-iam-permissions/index:DataDatadogIntegrationAwsIamPermissionsConfig" }, "@cdktf/provider-datadog.dataDatadogIntegrationAwsIamPermissionsStandard.DataDatadogIntegrationAwsIamPermissionsStandard": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformDataSource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/integration_aws_iam_permissions_standard datadog_integration_aws_iam_permissions_standard}." }, "fqn": "@cdktf/provider-datadog.dataDatadogIntegrationAwsIamPermissionsStandard.DataDatadogIntegrationAwsIamPermissionsStandard", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/integration_aws_iam_permissions_standard datadog_integration_aws_iam_permissions_standard} Data Source." }, "locationInModule": { "filename": "src/data-datadog-integration-aws-iam-permissions-standard/index.ts", "line": 52 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogIntegrationAwsIamPermissionsStandard.DataDatadogIntegrationAwsIamPermissionsStandardConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-integration-aws-iam-permissions-standard/index.ts", "line": 20 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a DataDatadogIntegrationAwsIamPermissionsStandard resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/data-datadog-integration-aws-iam-permissions-standard/index.ts", "line": 37 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the DataDatadogIntegrationAwsIamPermissionsStandard to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/integration_aws_iam_permissions_standard#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing DataDatadogIntegrationAwsIamPermissionsStandard that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the DataDatadogIntegrationAwsIamPermissionsStandard to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-integration-aws-iam-permissions-standard/index.ts", "line": 88 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-integration-aws-iam-permissions-standard/index.ts", "line": 93 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "DataDatadogIntegrationAwsIamPermissionsStandard", "namespace": "dataDatadogIntegrationAwsIamPermissionsStandard", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-integration-aws-iam-permissions-standard/index.ts", "line": 25 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-integration-aws-iam-permissions-standard/index.ts", "line": 75 }, "name": "iamPermissions", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-integration-aws-iam-permissions-standard/index.ts", "line": 80 }, "name": "id", "type": { "primitive": "string" } } ], "symbolId": "src/data-datadog-integration-aws-iam-permissions-standard/index:DataDatadogIntegrationAwsIamPermissionsStandard" }, "@cdktf/provider-datadog.dataDatadogIntegrationAwsIamPermissionsStandard.DataDatadogIntegrationAwsIamPermissionsStandardConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogIntegrationAwsIamPermissionsStandard.DataDatadogIntegrationAwsIamPermissionsStandardConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/data-datadog-integration-aws-iam-permissions-standard/index.ts", "line": 14 }, "name": "DataDatadogIntegrationAwsIamPermissionsStandardConfig", "namespace": "dataDatadogIntegrationAwsIamPermissionsStandard", "symbolId": "src/data-datadog-integration-aws-iam-permissions-standard/index:DataDatadogIntegrationAwsIamPermissionsStandardConfig" }, "@cdktf/provider-datadog.dataDatadogIntegrationAwsLogsServices.DataDatadogIntegrationAwsLogsServices": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformDataSource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/integration_aws_logs_services datadog_integration_aws_logs_services}." }, "fqn": "@cdktf/provider-datadog.dataDatadogIntegrationAwsLogsServices.DataDatadogIntegrationAwsLogsServices", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/integration_aws_logs_services datadog_integration_aws_logs_services} Data Source." }, "locationInModule": { "filename": "src/data-datadog-integration-aws-logs-services/index.ts", "line": 139 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogIntegrationAwsLogsServices.DataDatadogIntegrationAwsLogsServicesConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-integration-aws-logs-services/index.ts", "line": 107 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a DataDatadogIntegrationAwsLogsServices resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/data-datadog-integration-aws-logs-services/index.ts", "line": 124 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the DataDatadogIntegrationAwsLogsServices to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/integration_aws_logs_services#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing DataDatadogIntegrationAwsLogsServices that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the DataDatadogIntegrationAwsLogsServices to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-integration-aws-logs-services/index.ts", "line": 176 }, "name": "resetId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-integration-aws-logs-services/index.ts", "line": 188 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-integration-aws-logs-services/index.ts", "line": 194 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "DataDatadogIntegrationAwsLogsServices", "namespace": "dataDatadogIntegrationAwsLogsServices", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-integration-aws-logs-services/index.ts", "line": 112 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-integration-aws-logs-services/index.ts", "line": 164 }, "name": "awsLogsServices", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogIntegrationAwsLogsServices.DataDatadogIntegrationAwsLogsServicesAwsLogsServicesList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-integration-aws-logs-services/index.ts", "line": 180 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-integration-aws-logs-services/index.ts", "line": 170 }, "name": "id", "type": { "primitive": "string" } } ], "symbolId": "src/data-datadog-integration-aws-logs-services/index:DataDatadogIntegrationAwsLogsServices" }, "@cdktf/provider-datadog.dataDatadogIntegrationAwsLogsServices.DataDatadogIntegrationAwsLogsServicesAwsLogsServices": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogIntegrationAwsLogsServices.DataDatadogIntegrationAwsLogsServicesAwsLogsServices", "kind": "interface", "locationInModule": { "filename": "src/data-datadog-integration-aws-logs-services/index.ts", "line": 23 }, "name": "DataDatadogIntegrationAwsLogsServicesAwsLogsServices", "namespace": "dataDatadogIntegrationAwsLogsServices", "symbolId": "src/data-datadog-integration-aws-logs-services/index:DataDatadogIntegrationAwsLogsServicesAwsLogsServices" }, "@cdktf/provider-datadog.dataDatadogIntegrationAwsLogsServices.DataDatadogIntegrationAwsLogsServicesAwsLogsServicesList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogIntegrationAwsLogsServices.DataDatadogIntegrationAwsLogsServicesAwsLogsServicesList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-integration-aws-logs-services/index.ts", "line": 92 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-integration-aws-logs-services/index.ts", "line": 85 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-integration-aws-logs-services/index.ts", "line": 99 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dataDatadogIntegrationAwsLogsServices.DataDatadogIntegrationAwsLogsServicesAwsLogsServicesOutputReference" } } } ], "name": "DataDatadogIntegrationAwsLogsServicesAwsLogsServicesList", "namespace": "dataDatadogIntegrationAwsLogsServices", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/data-datadog-integration-aws-logs-services/index.ts", "line": 92 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/data-datadog-integration-aws-logs-services/index.ts", "line": 92 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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-integration-aws-logs-services/index.ts", "line": 92 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } } ], "symbolId": "src/data-datadog-integration-aws-logs-services/index:DataDatadogIntegrationAwsLogsServicesAwsLogsServicesList" }, "@cdktf/provider-datadog.dataDatadogIntegrationAwsLogsServices.DataDatadogIntegrationAwsLogsServicesAwsLogsServicesOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogIntegrationAwsLogsServices.DataDatadogIntegrationAwsLogsServicesAwsLogsServicesOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-integration-aws-logs-services/index.ts", "line": 55 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-integration-aws-logs-services/index.ts", "line": 46 }, "name": "DataDatadogIntegrationAwsLogsServicesAwsLogsServicesOutputReference", "namespace": "dataDatadogIntegrationAwsLogsServices", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-integration-aws-logs-services/index.ts", "line": 75 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-integration-aws-logs-services/index.ts", "line": 80 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-integration-aws-logs-services/index.ts", "line": 59 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogIntegrationAwsLogsServices.DataDatadogIntegrationAwsLogsServicesAwsLogsServices" } } ], "symbolId": "src/data-datadog-integration-aws-logs-services/index:DataDatadogIntegrationAwsLogsServicesAwsLogsServicesOutputReference" }, "@cdktf/provider-datadog.dataDatadogIntegrationAwsLogsServices.DataDatadogIntegrationAwsLogsServicesConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogIntegrationAwsLogsServices.DataDatadogIntegrationAwsLogsServicesConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/data-datadog-integration-aws-logs-services/index.ts", "line": 14 }, "name": "DataDatadogIntegrationAwsLogsServicesConfig", "namespace": "dataDatadogIntegrationAwsLogsServices", "properties": [ { "abstract": true, "docs": { "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/integration_aws_logs_services#id DataDatadogIntegrationAwsLogsServices#id}." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-integration-aws-logs-services/index.ts", "line": 21 }, "name": "id", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/data-datadog-integration-aws-logs-services/index:DataDatadogIntegrationAwsLogsServicesConfig" }, "@cdktf/provider-datadog.dataDatadogIntegrationAwsNamespaceRules.DataDatadogIntegrationAwsNamespaceRules": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformDataSource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/integration_aws_namespace_rules datadog_integration_aws_namespace_rules}." }, "fqn": "@cdktf/provider-datadog.dataDatadogIntegrationAwsNamespaceRules.DataDatadogIntegrationAwsNamespaceRules", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/integration_aws_namespace_rules datadog_integration_aws_namespace_rules} Data Source." }, "locationInModule": { "filename": "src/data-datadog-integration-aws-namespace-rules/index.ts", "line": 52 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogIntegrationAwsNamespaceRules.DataDatadogIntegrationAwsNamespaceRulesConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-integration-aws-namespace-rules/index.ts", "line": 20 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a DataDatadogIntegrationAwsNamespaceRules resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/data-datadog-integration-aws-namespace-rules/index.ts", "line": 37 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the DataDatadogIntegrationAwsNamespaceRules to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/integration_aws_namespace_rules#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing DataDatadogIntegrationAwsNamespaceRules that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the DataDatadogIntegrationAwsNamespaceRules to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-integration-aws-namespace-rules/index.ts", "line": 88 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-integration-aws-namespace-rules/index.ts", "line": 93 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "DataDatadogIntegrationAwsNamespaceRules", "namespace": "dataDatadogIntegrationAwsNamespaceRules", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-integration-aws-namespace-rules/index.ts", "line": 25 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-integration-aws-namespace-rules/index.ts", "line": 75 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-integration-aws-namespace-rules/index.ts", "line": 80 }, "name": "namespaceRules", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/data-datadog-integration-aws-namespace-rules/index:DataDatadogIntegrationAwsNamespaceRules" }, "@cdktf/provider-datadog.dataDatadogIntegrationAwsNamespaceRules.DataDatadogIntegrationAwsNamespaceRulesConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogIntegrationAwsNamespaceRules.DataDatadogIntegrationAwsNamespaceRulesConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/data-datadog-integration-aws-namespace-rules/index.ts", "line": 14 }, "name": "DataDatadogIntegrationAwsNamespaceRulesConfig", "namespace": "dataDatadogIntegrationAwsNamespaceRules", "symbolId": "src/data-datadog-integration-aws-namespace-rules/index:DataDatadogIntegrationAwsNamespaceRulesConfig" }, "@cdktf/provider-datadog.dataDatadogIpRanges.DataDatadogIpRanges": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformDataSource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/ip_ranges datadog_ip_ranges}." }, "fqn": "@cdktf/provider-datadog.dataDatadogIpRanges.DataDatadogIpRanges", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/ip_ranges datadog_ip_ranges} Data Source." }, "locationInModule": { "filename": "src/data-datadog-ip-ranges/index.ts", "line": 52 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogIpRanges.DataDatadogIpRangesConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-ip-ranges/index.ts", "line": 20 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a DataDatadogIpRanges resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/data-datadog-ip-ranges/index.ts", "line": 37 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the DataDatadogIpRanges to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/ip_ranges#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing DataDatadogIpRanges that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the DataDatadogIpRanges to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-ip-ranges/index.ts", "line": 185 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-ip-ranges/index.ts", "line": 190 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "DataDatadogIpRanges", "namespace": "dataDatadogIpRanges", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-ip-ranges/index.ts", "line": 25 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-ip-ranges/index.ts", "line": 75 }, "name": "agentsIpv4", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-ip-ranges/index.ts", "line": 80 }, "name": "agentsIpv6", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-ip-ranges/index.ts", "line": 85 }, "name": "apiIpv4", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-ip-ranges/index.ts", "line": 90 }, "name": "apiIpv6", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-ip-ranges/index.ts", "line": 95 }, "name": "apmIpv4", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-ip-ranges/index.ts", "line": 100 }, "name": "apmIpv6", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-ip-ranges/index.ts", "line": 105 }, "name": "globalIpv4", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-ip-ranges/index.ts", "line": 110 }, "name": "globalIpv6", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-ip-ranges/index.ts", "line": 115 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-ip-ranges/index.ts", "line": 120 }, "name": "logsIpv4", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-ip-ranges/index.ts", "line": 125 }, "name": "logsIpv6", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-ip-ranges/index.ts", "line": 130 }, "name": "orchestratorIpv4", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-ip-ranges/index.ts", "line": 135 }, "name": "orchestratorIpv6", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-ip-ranges/index.ts", "line": 140 }, "name": "processIpv4", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-ip-ranges/index.ts", "line": 145 }, "name": "processIpv6", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-ip-ranges/index.ts", "line": 150 }, "name": "syntheticsIpv4", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-ip-ranges/index.ts", "line": 156 }, "name": "syntheticsIpv4ByLocation", "type": { "fqn": "cdktf.StringMap" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-ip-ranges/index.ts", "line": 161 }, "name": "syntheticsIpv6", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-ip-ranges/index.ts", "line": 167 }, "name": "syntheticsIpv6ByLocation", "type": { "fqn": "cdktf.StringMap" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-ip-ranges/index.ts", "line": 172 }, "name": "webhooksIpv4", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-ip-ranges/index.ts", "line": 177 }, "name": "webhooksIpv6", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/data-datadog-ip-ranges/index:DataDatadogIpRanges" }, "@cdktf/provider-datadog.dataDatadogIpRanges.DataDatadogIpRangesConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogIpRanges.DataDatadogIpRangesConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/data-datadog-ip-ranges/index.ts", "line": 14 }, "name": "DataDatadogIpRangesConfig", "namespace": "dataDatadogIpRanges", "symbolId": "src/data-datadog-ip-ranges/index:DataDatadogIpRangesConfig" }, "@cdktf/provider-datadog.dataDatadogLogsArchivesOrder.DataDatadogLogsArchivesOrder": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformDataSource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/logs_archives_order datadog_logs_archives_order}." }, "fqn": "@cdktf/provider-datadog.dataDatadogLogsArchivesOrder.DataDatadogLogsArchivesOrder", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/logs_archives_order datadog_logs_archives_order} Data Source." }, "locationInModule": { "filename": "src/data-datadog-logs-archives-order/index.ts", "line": 59 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogLogsArchivesOrder.DataDatadogLogsArchivesOrderConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-logs-archives-order/index.ts", "line": 27 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a DataDatadogLogsArchivesOrder resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/data-datadog-logs-archives-order/index.ts", "line": 44 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the DataDatadogLogsArchivesOrder to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/logs_archives_order#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing DataDatadogLogsArchivesOrder that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the DataDatadogLogsArchivesOrder to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-logs-archives-order/index.ts", "line": 95 }, "name": "resetId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-logs-archives-order/index.ts", "line": 107 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-logs-archives-order/index.ts", "line": 113 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "DataDatadogLogsArchivesOrder", "namespace": "dataDatadogLogsArchivesOrder", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-logs-archives-order/index.ts", "line": 32 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-logs-archives-order/index.ts", "line": 83 }, "name": "archiveIds", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-logs-archives-order/index.ts", "line": 99 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-logs-archives-order/index.ts", "line": 89 }, "name": "id", "type": { "primitive": "string" } } ], "symbolId": "src/data-datadog-logs-archives-order/index:DataDatadogLogsArchivesOrder" }, "@cdktf/provider-datadog.dataDatadogLogsArchivesOrder.DataDatadogLogsArchivesOrderConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogLogsArchivesOrder.DataDatadogLogsArchivesOrderConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/data-datadog-logs-archives-order/index.ts", "line": 14 }, "name": "DataDatadogLogsArchivesOrderConfig", "namespace": "dataDatadogLogsArchivesOrder", "properties": [ { "abstract": true, "docs": { "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/logs_archives_order#id DataDatadogLogsArchivesOrder#id}." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-logs-archives-order/index.ts", "line": 21 }, "name": "id", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/data-datadog-logs-archives-order/index:DataDatadogLogsArchivesOrderConfig" }, "@cdktf/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexes": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformDataSource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/logs_indexes datadog_logs_indexes}." }, "fqn": "@cdktf/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexes", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/logs_indexes datadog_logs_indexes} Data Source." }, "locationInModule": { "filename": "src/data-datadog-logs-indexes/index.ts", "line": 493 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.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.dataDatadogLogsIndexes.DataDatadogLogsIndexesConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-logs-indexes/index.ts", "line": 461 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a DataDatadogLogsIndexes resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/data-datadog-logs-indexes/index.ts", "line": 478 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the DataDatadogLogsIndexes to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/logs_indexes#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing DataDatadogLogsIndexes that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the DataDatadogLogsIndexes to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-logs-indexes/index.ts", "line": 524 }, "name": "resetId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-logs-indexes/index.ts", "line": 542 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-logs-indexes/index.ts", "line": 548 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "DataDatadogLogsIndexes", "namespace": "dataDatadogLogsIndexes", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-logs-indexes/index.ts", "line": 466 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-logs-indexes/index.ts", "line": 534 }, "name": "logsIndexes", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexesLogsIndexesList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-logs-indexes/index.ts", "line": 528 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-logs-indexes/index.ts", "line": 518 }, "name": "id", "type": { "primitive": "string" } } ], "symbolId": "src/data-datadog-logs-indexes/index:DataDatadogLogsIndexes" }, "@cdktf/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexesConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexesConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/data-datadog-logs-indexes/index.ts", "line": 14 }, "name": "DataDatadogLogsIndexesConfig", "namespace": "dataDatadogLogsIndexes", "properties": [ { "abstract": true, "docs": { "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/logs_indexes#id DataDatadogLogsIndexes#id}." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-logs-indexes/index.ts", "line": 21 }, "name": "id", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/data-datadog-logs-indexes/index:DataDatadogLogsIndexesConfig" }, "@cdktf/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexesLogsIndexes": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexesLogsIndexes", "kind": "interface", "locationInModule": { "filename": "src/data-datadog-logs-indexes/index.ts", "line": 344 }, "name": "DataDatadogLogsIndexesLogsIndexes", "namespace": "dataDatadogLogsIndexes", "symbolId": "src/data-datadog-logs-indexes/index:DataDatadogLogsIndexesLogsIndexes" }, "@cdktf/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexesLogsIndexesDailyLimitReset": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexesLogsIndexesDailyLimitReset", "kind": "interface", "locationInModule": { "filename": "src/data-datadog-logs-indexes/index.ts", "line": 23 }, "name": "DataDatadogLogsIndexesLogsIndexesDailyLimitReset", "namespace": "dataDatadogLogsIndexes", "symbolId": "src/data-datadog-logs-indexes/index:DataDatadogLogsIndexesLogsIndexesDailyLimitReset" }, "@cdktf/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexesLogsIndexesDailyLimitResetList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexesLogsIndexesDailyLimitResetList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-logs-indexes/index.ts", "line": 92 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-logs-indexes/index.ts", "line": 85 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-logs-indexes/index.ts", "line": 99 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexesLogsIndexesDailyLimitResetOutputReference" } } } ], "name": "DataDatadogLogsIndexesLogsIndexesDailyLimitResetList", "namespace": "dataDatadogLogsIndexes", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/data-datadog-logs-indexes/index.ts", "line": 92 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/data-datadog-logs-indexes/index.ts", "line": 92 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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/index.ts", "line": 92 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } } ], "symbolId": "src/data-datadog-logs-indexes/index:DataDatadogLogsIndexesLogsIndexesDailyLimitResetList" }, "@cdktf/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexesLogsIndexesDailyLimitResetOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexesLogsIndexesDailyLimitResetOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-logs-indexes/index.ts", "line": 55 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-logs-indexes/index.ts", "line": 46 }, "name": "DataDatadogLogsIndexesLogsIndexesDailyLimitResetOutputReference", "namespace": "dataDatadogLogsIndexes", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-logs-indexes/index.ts", "line": 75 }, "name": "resetTime", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-logs-indexes/index.ts", "line": 80 }, "name": "resetUtcOffset", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-logs-indexes/index.ts", "line": 59 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexesLogsIndexesDailyLimitReset" } } ], "symbolId": "src/data-datadog-logs-indexes/index:DataDatadogLogsIndexesLogsIndexesDailyLimitResetOutputReference" }, "@cdktf/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexesLogsIndexesExclusionFilter": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexesLogsIndexesExclusionFilter", "kind": "interface", "locationInModule": { "filename": "src/data-datadog-logs-indexes/index.ts", "line": 183 }, "name": "DataDatadogLogsIndexesLogsIndexesExclusionFilter", "namespace": "dataDatadogLogsIndexes", "symbolId": "src/data-datadog-logs-indexes/index:DataDatadogLogsIndexesLogsIndexesExclusionFilter" }, "@cdktf/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexesLogsIndexesExclusionFilterFilter": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexesLogsIndexesExclusionFilterFilter", "kind": "interface", "locationInModule": { "filename": "src/data-datadog-logs-indexes/index.ts", "line": 103 }, "name": "DataDatadogLogsIndexesLogsIndexesExclusionFilterFilter", "namespace": "dataDatadogLogsIndexes", "symbolId": "src/data-datadog-logs-indexes/index:DataDatadogLogsIndexesLogsIndexesExclusionFilterFilter" }, "@cdktf/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexesLogsIndexesExclusionFilterFilterList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexesLogsIndexesExclusionFilterFilterList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-logs-indexes/index.ts", "line": 172 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-logs-indexes/index.ts", "line": 165 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-logs-indexes/index.ts", "line": 179 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexesLogsIndexesExclusionFilterFilterOutputReference" } } } ], "name": "DataDatadogLogsIndexesLogsIndexesExclusionFilterFilterList", "namespace": "dataDatadogLogsIndexes", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/data-datadog-logs-indexes/index.ts", "line": 172 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/data-datadog-logs-indexes/index.ts", "line": 172 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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/index.ts", "line": 172 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } } ], "symbolId": "src/data-datadog-logs-indexes/index:DataDatadogLogsIndexesLogsIndexesExclusionFilterFilterList" }, "@cdktf/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexesLogsIndexesExclusionFilterFilterOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexesLogsIndexesExclusionFilterFilterOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-logs-indexes/index.ts", "line": 135 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-logs-indexes/index.ts", "line": 126 }, "name": "DataDatadogLogsIndexesLogsIndexesExclusionFilterFilterOutputReference", "namespace": "dataDatadogLogsIndexes", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-logs-indexes/index.ts", "line": 155 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-logs-indexes/index.ts", "line": 160 }, "name": "sampleRate", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-logs-indexes/index.ts", "line": 139 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexesLogsIndexesExclusionFilterFilter" } } ], "symbolId": "src/data-datadog-logs-indexes/index:DataDatadogLogsIndexesLogsIndexesExclusionFilterFilterOutputReference" }, "@cdktf/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexesLogsIndexesExclusionFilterList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexesLogsIndexesExclusionFilterList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-logs-indexes/index.ts", "line": 258 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-logs-indexes/index.ts", "line": 251 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-logs-indexes/index.ts", "line": 265 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexesLogsIndexesExclusionFilterOutputReference" } } } ], "name": "DataDatadogLogsIndexesLogsIndexesExclusionFilterList", "namespace": "dataDatadogLogsIndexes", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/data-datadog-logs-indexes/index.ts", "line": 258 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/data-datadog-logs-indexes/index.ts", "line": 258 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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/index.ts", "line": 258 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } } ], "symbolId": "src/data-datadog-logs-indexes/index:DataDatadogLogsIndexesLogsIndexesExclusionFilterList" }, "@cdktf/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexesLogsIndexesExclusionFilterOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexesLogsIndexesExclusionFilterOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-logs-indexes/index.ts", "line": 215 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-logs-indexes/index.ts", "line": 206 }, "name": "DataDatadogLogsIndexesLogsIndexesExclusionFilterOutputReference", "namespace": "dataDatadogLogsIndexes", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-logs-indexes/index.ts", "line": 236 }, "name": "filter", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexesLogsIndexesExclusionFilterFilterList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-logs-indexes/index.ts", "line": 241 }, "name": "isEnabled", "type": { "fqn": "cdktf.IResolvable" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-logs-indexes/index.ts", "line": 246 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-logs-indexes/index.ts", "line": 219 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexesLogsIndexesExclusionFilter" } } ], "symbolId": "src/data-datadog-logs-indexes/index:DataDatadogLogsIndexesLogsIndexesExclusionFilterOutputReference" }, "@cdktf/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexesLogsIndexesFilter": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexesLogsIndexesFilter", "kind": "interface", "locationInModule": { "filename": "src/data-datadog-logs-indexes/index.ts", "line": 269 }, "name": "DataDatadogLogsIndexesLogsIndexesFilter", "namespace": "dataDatadogLogsIndexes", "symbolId": "src/data-datadog-logs-indexes/index:DataDatadogLogsIndexesLogsIndexesFilter" }, "@cdktf/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexesLogsIndexesFilterList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexesLogsIndexesFilterList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-logs-indexes/index.ts", "line": 333 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-logs-indexes/index.ts", "line": 326 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-logs-indexes/index.ts", "line": 340 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexesLogsIndexesFilterOutputReference" } } } ], "name": "DataDatadogLogsIndexesLogsIndexesFilterList", "namespace": "dataDatadogLogsIndexes", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/data-datadog-logs-indexes/index.ts", "line": 333 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/data-datadog-logs-indexes/index.ts", "line": 333 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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/index.ts", "line": 333 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } } ], "symbolId": "src/data-datadog-logs-indexes/index:DataDatadogLogsIndexesLogsIndexesFilterList" }, "@cdktf/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexesLogsIndexesFilterOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexesLogsIndexesFilterOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-logs-indexes/index.ts", "line": 301 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-logs-indexes/index.ts", "line": 292 }, "name": "DataDatadogLogsIndexesLogsIndexesFilterOutputReference", "namespace": "dataDatadogLogsIndexes", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-logs-indexes/index.ts", "line": 321 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-logs-indexes/index.ts", "line": 305 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexesLogsIndexesFilter" } } ], "symbolId": "src/data-datadog-logs-indexes/index:DataDatadogLogsIndexesLogsIndexesFilterOutputReference" }, "@cdktf/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexesLogsIndexesList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexesLogsIndexesList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-logs-indexes/index.ts", "line": 446 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-logs-indexes/index.ts", "line": 439 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-logs-indexes/index.ts", "line": 453 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexesLogsIndexesOutputReference" } } } ], "name": "DataDatadogLogsIndexesLogsIndexesList", "namespace": "dataDatadogLogsIndexes", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/data-datadog-logs-indexes/index.ts", "line": 446 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/data-datadog-logs-indexes/index.ts", "line": 446 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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/index.ts", "line": 446 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } } ], "symbolId": "src/data-datadog-logs-indexes/index:DataDatadogLogsIndexesLogsIndexesList" }, "@cdktf/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexesLogsIndexesOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexesLogsIndexesOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-logs-indexes/index.ts", "line": 376 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-logs-indexes/index.ts", "line": 367 }, "name": "DataDatadogLogsIndexesLogsIndexesOutputReference", "namespace": "dataDatadogLogsIndexes", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-logs-indexes/index.ts", "line": 396 }, "name": "dailyLimit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-logs-indexes/index.ts", "line": 402 }, "name": "dailyLimitReset", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexesLogsIndexesDailyLimitResetList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-logs-indexes/index.ts", "line": 407 }, "name": "dailyLimitWarningThresholdPercentage", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-logs-indexes/index.ts", "line": 413 }, "name": "exclusionFilter", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexesLogsIndexesExclusionFilterList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-logs-indexes/index.ts", "line": 419 }, "name": "filter", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexesLogsIndexesFilterList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-logs-indexes/index.ts", "line": 424 }, "name": "flexRetentionDays", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-logs-indexes/index.ts", "line": 429 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-logs-indexes/index.ts", "line": 434 }, "name": "retentionDays", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-logs-indexes/index.ts", "line": 380 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexesLogsIndexes" } } ], "symbolId": "src/data-datadog-logs-indexes/index:DataDatadogLogsIndexesLogsIndexesOutputReference" }, "@cdktf/provider-datadog.dataDatadogLogsIndexesOrder.DataDatadogLogsIndexesOrder": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformDataSource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/logs_indexes_order datadog_logs_indexes_order}." }, "fqn": "@cdktf/provider-datadog.dataDatadogLogsIndexesOrder.DataDatadogLogsIndexesOrder", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/logs_indexes_order datadog_logs_indexes_order} Data Source." }, "locationInModule": { "filename": "src/data-datadog-logs-indexes-order/index.ts", "line": 59 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogLogsIndexesOrder.DataDatadogLogsIndexesOrderConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-logs-indexes-order/index.ts", "line": 27 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a DataDatadogLogsIndexesOrder resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/data-datadog-logs-indexes-order/index.ts", "line": 44 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the DataDatadogLogsIndexesOrder to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/logs_indexes_order#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing DataDatadogLogsIndexesOrder that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the DataDatadogLogsIndexesOrder to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-logs-indexes-order/index.ts", "line": 90 }, "name": "resetId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-logs-indexes-order/index.ts", "line": 107 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-logs-indexes-order/index.ts", "line": 113 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "DataDatadogLogsIndexesOrder", "namespace": "dataDatadogLogsIndexesOrder", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-logs-indexes-order/index.ts", "line": 32 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-logs-indexes-order/index.ts", "line": 99 }, "name": "indexNames", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-logs-indexes-order/index.ts", "line": 94 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-logs-indexes-order/index.ts", "line": 84 }, "name": "id", "type": { "primitive": "string" } } ], "symbolId": "src/data-datadog-logs-indexes-order/index:DataDatadogLogsIndexesOrder" }, "@cdktf/provider-datadog.dataDatadogLogsIndexesOrder.DataDatadogLogsIndexesOrderConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogLogsIndexesOrder.DataDatadogLogsIndexesOrderConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/data-datadog-logs-indexes-order/index.ts", "line": 14 }, "name": "DataDatadogLogsIndexesOrderConfig", "namespace": "dataDatadogLogsIndexesOrder", "properties": [ { "abstract": true, "docs": { "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/logs_indexes_order#id DataDatadogLogsIndexesOrder#id}." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-logs-indexes-order/index.ts", "line": 21 }, "name": "id", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/data-datadog-logs-indexes-order/index:DataDatadogLogsIndexesOrderConfig" }, "@cdktf/provider-datadog.dataDatadogLogsPipelines.DataDatadogLogsPipelines": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformDataSource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/logs_pipelines datadog_logs_pipelines}." }, "fqn": "@cdktf/provider-datadog.dataDatadogLogsPipelines.DataDatadogLogsPipelines", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/logs_pipelines datadog_logs_pipelines} Data Source." }, "locationInModule": { "filename": "src/data-datadog-logs-pipelines/index.ts", "line": 251 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogLogsPipelines.DataDatadogLogsPipelinesConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-logs-pipelines/index.ts", "line": 219 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a DataDatadogLogsPipelines resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/data-datadog-logs-pipelines/index.ts", "line": 236 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the DataDatadogLogsPipelines to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/logs_pipelines#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing DataDatadogLogsPipelines that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the DataDatadogLogsPipelines to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-logs-pipelines/index.ts", "line": 283 }, "name": "resetId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-logs-pipelines/index.ts", "line": 299 }, "name": "resetIsReadOnly" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-logs-pipelines/index.ts", "line": 317 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-logs-pipelines/index.ts", "line": 324 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "DataDatadogLogsPipelines", "namespace": "dataDatadogLogsPipelines", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-logs-pipelines/index.ts", "line": 224 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-logs-pipelines/index.ts", "line": 309 }, "name": "logsPipelines", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogLogsPipelines.DataDatadogLogsPipelinesLogsPipelinesList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-logs-pipelines/index.ts", "line": 287 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-logs-pipelines/index.ts", "line": 303 }, "name": "isReadOnlyInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-logs-pipelines/index.ts", "line": 277 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-logs-pipelines/index.ts", "line": 293 }, "name": "isReadOnly", "type": { "primitive": "string" } } ], "symbolId": "src/data-datadog-logs-pipelines/index:DataDatadogLogsPipelines" }, "@cdktf/provider-datadog.dataDatadogLogsPipelines.DataDatadogLogsPipelinesConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogLogsPipelines.DataDatadogLogsPipelinesConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/data-datadog-logs-pipelines/index.ts", "line": 14 }, "name": "DataDatadogLogsPipelinesConfig", "namespace": "dataDatadogLogsPipelines", "properties": [ { "abstract": true, "docs": { "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/logs_pipelines#id DataDatadogLogsPipelines#id}." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-logs-pipelines/index.ts", "line": 21 }, "name": "id", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/logs_pipelines#is_read_only DataDatadogLogsPipelines#is_read_only}", "stability": "stable", "summary": "Filter parameter for retrieved pipelines." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-logs-pipelines/index.ts", "line": 27 }, "name": "isReadOnly", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/data-datadog-logs-pipelines/index:DataDatadogLogsPipelinesConfig" }, "@cdktf/provider-datadog.dataDatadogLogsPipelines.DataDatadogLogsPipelinesLogsPipelines": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogLogsPipelines.DataDatadogLogsPipelinesLogsPipelines", "kind": "interface", "locationInModule": { "filename": "src/data-datadog-logs-pipelines/index.ts", "line": 104 }, "name": "DataDatadogLogsPipelinesLogsPipelines", "namespace": "dataDatadogLogsPipelines", "symbolId": "src/data-datadog-logs-pipelines/index:DataDatadogLogsPipelinesLogsPipelines" }, "@cdktf/provider-datadog.dataDatadogLogsPipelines.DataDatadogLogsPipelinesLogsPipelinesFilter": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogLogsPipelines.DataDatadogLogsPipelinesLogsPipelinesFilter", "kind": "interface", "locationInModule": { "filename": "src/data-datadog-logs-pipelines/index.ts", "line": 29 }, "name": "DataDatadogLogsPipelinesLogsPipelinesFilter", "namespace": "dataDatadogLogsPipelines", "symbolId": "src/data-datadog-logs-pipelines/index:DataDatadogLogsPipelinesLogsPipelinesFilter" }, "@cdktf/provider-datadog.dataDatadogLogsPipelines.DataDatadogLogsPipelinesLogsPipelinesFilterList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogLogsPipelines.DataDatadogLogsPipelinesLogsPipelinesFilterList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-logs-pipelines/index.ts", "line": 93 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-logs-pipelines/index.ts", "line": 86 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-logs-pipelines/index.ts", "line": 100 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dataDatadogLogsPipelines.DataDatadogLogsPipelinesLogsPipelinesFilterOutputReference" } } } ], "name": "DataDatadogLogsPipelinesLogsPipelinesFilterList", "namespace": "dataDatadogLogsPipelines", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/data-datadog-logs-pipelines/index.ts", "line": 93 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/data-datadog-logs-pipelines/index.ts", "line": 93 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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-pipelines/index.ts", "line": 93 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } } ], "symbolId": "src/data-datadog-logs-pipelines/index:DataDatadogLogsPipelinesLogsPipelinesFilterList" }, "@cdktf/provider-datadog.dataDatadogLogsPipelines.DataDatadogLogsPipelinesLogsPipelinesFilterOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogLogsPipelines.DataDatadogLogsPipelinesLogsPipelinesFilterOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-logs-pipelines/index.ts", "line": 61 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-logs-pipelines/index.ts", "line": 52 }, "name": "DataDatadogLogsPipelinesLogsPipelinesFilterOutputReference", "namespace": "dataDatadogLogsPipelines", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-logs-pipelines/index.ts", "line": 81 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-logs-pipelines/index.ts", "line": 65 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogLogsPipelines.DataDatadogLogsPipelinesLogsPipelinesFilter" } } ], "symbolId": "src/data-datadog-logs-pipelines/index:DataDatadogLogsPipelinesLogsPipelinesFilterOutputReference" }, "@cdktf/provider-datadog.dataDatadogLogsPipelines.DataDatadogLogsPipelinesLogsPipelinesList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogLogsPipelines.DataDatadogLogsPipelinesLogsPipelinesList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-logs-pipelines/index.ts", "line": 204 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-logs-pipelines/index.ts", "line": 197 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-logs-pipelines/index.ts", "line": 211 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dataDatadogLogsPipelines.DataDatadogLogsPipelinesLogsPipelinesOutputReference" } } } ], "name": "DataDatadogLogsPipelinesLogsPipelinesList", "namespace": "dataDatadogLogsPipelines", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/data-datadog-logs-pipelines/index.ts", "line": 204 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/data-datadog-logs-pipelines/index.ts", "line": 204 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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-pipelines/index.ts", "line": 204 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } } ], "symbolId": "src/data-datadog-logs-pipelines/index:DataDatadogLogsPipelinesLogsPipelinesList" }, "@cdktf/provider-datadog.dataDatadogLogsPipelines.DataDatadogLogsPipelinesLogsPipelinesOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogLogsPipelines.DataDatadogLogsPipelinesLogsPipelinesOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-logs-pipelines/index.ts", "line": 136 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-logs-pipelines/index.ts", "line": 127 }, "name": "DataDatadogLogsPipelinesLogsPipelinesOutputReference", "namespace": "dataDatadogLogsPipelines", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-logs-pipelines/index.ts", "line": 156 }, "name": "description", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-logs-pipelines/index.ts", "line": 162 }, "name": "filter", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogLogsPipelines.DataDatadogLogsPipelinesLogsPipelinesFilterList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-logs-pipelines/index.ts", "line": 167 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-logs-pipelines/index.ts", "line": 172 }, "name": "isEnabled", "type": { "fqn": "cdktf.IResolvable" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-logs-pipelines/index.ts", "line": 177 }, "name": "isReadOnly", "type": { "fqn": "cdktf.IResolvable" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-logs-pipelines/index.ts", "line": 182 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-logs-pipelines/index.ts", "line": 187 }, "name": "tags", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-logs-pipelines/index.ts", "line": 192 }, "name": "type", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-logs-pipelines/index.ts", "line": 140 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogLogsPipelines.DataDatadogLogsPipelinesLogsPipelines" } } ], "symbolId": "src/data-datadog-logs-pipelines/index:DataDatadogLogsPipelinesLogsPipelinesOutputReference" }, "@cdktf/provider-datadog.dataDatadogLogsPipelinesOrder.DataDatadogLogsPipelinesOrder": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformDataSource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/logs_pipelines_order datadog_logs_pipelines_order}." }, "fqn": "@cdktf/provider-datadog.dataDatadogLogsPipelinesOrder.DataDatadogLogsPipelinesOrder", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/logs_pipelines_order datadog_logs_pipelines_order} Data Source." }, "locationInModule": { "filename": "src/data-datadog-logs-pipelines-order/index.ts", "line": 52 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogLogsPipelinesOrder.DataDatadogLogsPipelinesOrderConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-logs-pipelines-order/index.ts", "line": 20 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a DataDatadogLogsPipelinesOrder resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/data-datadog-logs-pipelines-order/index.ts", "line": 37 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the DataDatadogLogsPipelinesOrder to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/logs_pipelines_order#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing DataDatadogLogsPipelinesOrder that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the DataDatadogLogsPipelinesOrder to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-logs-pipelines-order/index.ts", "line": 88 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-logs-pipelines-order/index.ts", "line": 93 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "DataDatadogLogsPipelinesOrder", "namespace": "dataDatadogLogsPipelinesOrder", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-logs-pipelines-order/index.ts", "line": 25 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-logs-pipelines-order/index.ts", "line": 75 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-logs-pipelines-order/index.ts", "line": 80 }, "name": "pipelineIds", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/data-datadog-logs-pipelines-order/index:DataDatadogLogsPipelinesOrder" }, "@cdktf/provider-datadog.dataDatadogLogsPipelinesOrder.DataDatadogLogsPipelinesOrderConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogLogsPipelinesOrder.DataDatadogLogsPipelinesOrderConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/data-datadog-logs-pipelines-order/index.ts", "line": 14 }, "name": "DataDatadogLogsPipelinesOrderConfig", "namespace": "dataDatadogLogsPipelinesOrder", "symbolId": "src/data-datadog-logs-pipelines-order/index:DataDatadogLogsPipelinesOrderConfig" }, "@cdktf/provider-datadog.dataDatadogMetricActiveTagsAndAggregations.DataDatadogMetricActiveTagsAndAggregations": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformDataSource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/metric_active_tags_and_aggregations datadog_metric_active_tags_and_aggregations}." }, "fqn": "@cdktf/provider-datadog.dataDatadogMetricActiveTagsAndAggregations.DataDatadogMetricActiveTagsAndAggregations", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/metric_active_tags_and_aggregations datadog_metric_active_tags_and_aggregations} Data Source." }, "locationInModule": { "filename": "src/data-datadog-metric-active-tags-and-aggregations/index.ts", "line": 144 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogMetricActiveTagsAndAggregations.DataDatadogMetricActiveTagsAndAggregationsConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-metric-active-tags-and-aggregations/index.ts", "line": 112 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a DataDatadogMetricActiveTagsAndAggregations resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/data-datadog-metric-active-tags-and-aggregations/index.ts", "line": 129 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the DataDatadogMetricActiveTagsAndAggregations to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/metric_active_tags_and_aggregations#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing DataDatadogMetricActiveTagsAndAggregations that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the DataDatadogMetricActiveTagsAndAggregations to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-metric-active-tags-and-aggregations/index.ts", "line": 205 }, "name": "resetWindow" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-metric-active-tags-and-aggregations/index.ts", "line": 217 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-metric-active-tags-and-aggregations/index.ts", "line": 224 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "DataDatadogMetricActiveTagsAndAggregations", "namespace": "dataDatadogMetricActiveTagsAndAggregations", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-metric-active-tags-and-aggregations/index.ts", "line": 117 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-metric-active-tags-and-aggregations/index.ts", "line": 170 }, "name": "activeAggregations", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogMetricActiveTagsAndAggregations.DataDatadogMetricActiveTagsAndAggregationsActiveAggregationsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-metric-active-tags-and-aggregations/index.ts", "line": 175 }, "name": "activeTags", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-metric-active-tags-and-aggregations/index.ts", "line": 180 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-metric-active-tags-and-aggregations/index.ts", "line": 193 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-metric-active-tags-and-aggregations/index.ts", "line": 209 }, "name": "windowInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-metric-active-tags-and-aggregations/index.ts", "line": 186 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-metric-active-tags-and-aggregations/index.ts", "line": 199 }, "name": "window", "type": { "primitive": "number" } } ], "symbolId": "src/data-datadog-metric-active-tags-and-aggregations/index:DataDatadogMetricActiveTagsAndAggregations" }, "@cdktf/provider-datadog.dataDatadogMetricActiveTagsAndAggregations.DataDatadogMetricActiveTagsAndAggregationsActiveAggregations": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogMetricActiveTagsAndAggregations.DataDatadogMetricActiveTagsAndAggregationsActiveAggregations", "kind": "interface", "locationInModule": { "filename": "src/data-datadog-metric-active-tags-and-aggregations/index.ts", "line": 28 }, "name": "DataDatadogMetricActiveTagsAndAggregationsActiveAggregations", "namespace": "dataDatadogMetricActiveTagsAndAggregations", "symbolId": "src/data-datadog-metric-active-tags-and-aggregations/index:DataDatadogMetricActiveTagsAndAggregationsActiveAggregations" }, "@cdktf/provider-datadog.dataDatadogMetricActiveTagsAndAggregations.DataDatadogMetricActiveTagsAndAggregationsActiveAggregationsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogMetricActiveTagsAndAggregations.DataDatadogMetricActiveTagsAndAggregationsActiveAggregationsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-metric-active-tags-and-aggregations/index.ts", "line": 97 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-metric-active-tags-and-aggregations/index.ts", "line": 90 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-metric-active-tags-and-aggregations/index.ts", "line": 104 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dataDatadogMetricActiveTagsAndAggregations.DataDatadogMetricActiveTagsAndAggregationsActiveAggregationsOutputReference" } } } ], "name": "DataDatadogMetricActiveTagsAndAggregationsActiveAggregationsList", "namespace": "dataDatadogMetricActiveTagsAndAggregations", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/data-datadog-metric-active-tags-and-aggregations/index.ts", "line": 97 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/data-datadog-metric-active-tags-and-aggregations/index.ts", "line": 97 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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-metric-active-tags-and-aggregations/index.ts", "line": 97 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } } ], "symbolId": "src/data-datadog-metric-active-tags-and-aggregations/index:DataDatadogMetricActiveTagsAndAggregationsActiveAggregationsList" }, "@cdktf/provider-datadog.dataDatadogMetricActiveTagsAndAggregations.DataDatadogMetricActiveTagsAndAggregationsActiveAggregationsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogMetricActiveTagsAndAggregations.DataDatadogMetricActiveTagsAndAggregationsActiveAggregationsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-metric-active-tags-and-aggregations/index.ts", "line": 60 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-metric-active-tags-and-aggregations/index.ts", "line": 51 }, "name": "DataDatadogMetricActiveTagsAndAggregationsActiveAggregationsOutputReference", "namespace": "dataDatadogMetricActiveTagsAndAggregations", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-metric-active-tags-and-aggregations/index.ts", "line": 80 }, "name": "space", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-metric-active-tags-and-aggregations/index.ts", "line": 85 }, "name": "time", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-metric-active-tags-and-aggregations/index.ts", "line": 64 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogMetricActiveTagsAndAggregations.DataDatadogMetricActiveTagsAndAggregationsActiveAggregations" } } ], "symbolId": "src/data-datadog-metric-active-tags-and-aggregations/index:DataDatadogMetricActiveTagsAndAggregationsActiveAggregationsOutputReference" }, "@cdktf/provider-datadog.dataDatadogMetricActiveTagsAndAggregations.DataDatadogMetricActiveTagsAndAggregationsConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogMetricActiveTagsAndAggregations.DataDatadogMetricActiveTagsAndAggregationsConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/data-datadog-metric-active-tags-and-aggregations/index.ts", "line": 14 }, "name": "DataDatadogMetricActiveTagsAndAggregationsConfig", "namespace": "dataDatadogMetricActiveTagsAndAggregations", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/metric_active_tags_and_aggregations#metric DataDatadogMetricActiveTagsAndAggregations#metric}", "stability": "stable", "summary": "The metric for which to fetch tags." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-metric-active-tags-and-aggregations/index.ts", "line": 20 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/metric_active_tags_and_aggregations#window DataDatadogMetricActiveTagsAndAggregations#window}", "stability": "stable", "summary": "The number of seconds to look back from now." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-metric-active-tags-and-aggregations/index.ts", "line": 26 }, "name": "window", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/data-datadog-metric-active-tags-and-aggregations/index:DataDatadogMetricActiveTagsAndAggregationsConfig" }, "@cdktf/provider-datadog.dataDatadogMetricMetadata.DataDatadogMetricMetadata": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformDataSource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/metric_metadata datadog_metric_metadata}." }, "fqn": "@cdktf/provider-datadog.dataDatadogMetricMetadata.DataDatadogMetricMetadata", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/metric_metadata datadog_metric_metadata} Data Source." }, "locationInModule": { "filename": "src/data-datadog-metric-metadata/index.ts", "line": 58 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogMetricMetadata.DataDatadogMetricMetadataConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-metric-metadata/index.ts", "line": 26 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a DataDatadogMetricMetadata resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/data-datadog-metric-metadata/index.ts", "line": 43 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the DataDatadogMetricMetadata to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/metric_metadata#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing DataDatadogMetricMetadata that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the DataDatadogMetricMetadata to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-metric-metadata/index.ts", "line": 138 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-metric-metadata/index.ts", "line": 144 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "DataDatadogMetricMetadata", "namespace": "dataDatadogMetricMetadata", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-metric-metadata/index.ts", "line": 31 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-metric-metadata/index.ts", "line": 82 }, "name": "description", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-metric-metadata/index.ts", "line": 87 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-metric-metadata/index.ts", "line": 92 }, "name": "integration", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-metric-metadata/index.ts", "line": 110 }, "name": "perUnit", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-metric-metadata/index.ts", "line": 115 }, "name": "shortName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-metric-metadata/index.ts", "line": 120 }, "name": "statsdInterval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-metric-metadata/index.ts", "line": 125 }, "name": "type", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-metric-metadata/index.ts", "line": 130 }, "name": "unit", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-metric-metadata/index.ts", "line": 105 }, "name": "metricNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-metric-metadata/index.ts", "line": 98 }, "name": "metricName", "type": { "primitive": "string" } } ], "symbolId": "src/data-datadog-metric-metadata/index:DataDatadogMetricMetadata" }, "@cdktf/provider-datadog.dataDatadogMetricMetadata.DataDatadogMetricMetadataConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogMetricMetadata.DataDatadogMetricMetadataConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/data-datadog-metric-metadata/index.ts", "line": 14 }, "name": "DataDatadogMetricMetadataConfig", "namespace": "dataDatadogMetricMetadata", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/metric_metadata#metric_name DataDatadogMetricMetadata#metric_name}", "stability": "stable", "summary": "The metric for which to fetch metadata." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-metric-metadata/index.ts", "line": 20 }, "name": "metricName", "type": { "primitive": "string" } } ], "symbolId": "src/data-datadog-metric-metadata/index:DataDatadogMetricMetadataConfig" }, "@cdktf/provider-datadog.dataDatadogMetricTags.DataDatadogMetricTags": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformDataSource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/metric_tags datadog_metric_tags}." }, "fqn": "@cdktf/provider-datadog.dataDatadogMetricTags.DataDatadogMetricTags", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/metric_tags datadog_metric_tags} Data Source." }, "locationInModule": { "filename": "src/data-datadog-metric-tags/index.ts", "line": 58 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogMetricTags.DataDatadogMetricTagsConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-metric-tags/index.ts", "line": 26 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a DataDatadogMetricTags resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/data-datadog-metric-tags/index.ts", "line": 43 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the DataDatadogMetricTags to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/metric_tags#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing DataDatadogMetricTags that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the DataDatadogMetricTags to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-metric-tags/index.ts", "line": 108 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-metric-tags/index.ts", "line": 114 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "DataDatadogMetricTags", "namespace": "dataDatadogMetricTags", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-metric-tags/index.ts", "line": 31 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-metric-tags/index.ts", "line": 82 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-metric-tags/index.ts", "line": 100 }, "name": "tags", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-metric-tags/index.ts", "line": 95 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-metric-tags/index.ts", "line": 88 }, "name": "metric", "type": { "primitive": "string" } } ], "symbolId": "src/data-datadog-metric-tags/index:DataDatadogMetricTags" }, "@cdktf/provider-datadog.dataDatadogMetricTags.DataDatadogMetricTagsConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogMetricTags.DataDatadogMetricTagsConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/data-datadog-metric-tags/index.ts", "line": 14 }, "name": "DataDatadogMetricTagsConfig", "namespace": "dataDatadogMetricTags", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/metric_tags#metric DataDatadogMetricTags#metric}", "stability": "stable", "summary": "The metric for which to fetch tags." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-metric-tags/index.ts", "line": 20 }, "name": "metric", "type": { "primitive": "string" } } ], "symbolId": "src/data-datadog-metric-tags/index:DataDatadogMetricTagsConfig" }, "@cdktf/provider-datadog.dataDatadogMetrics.DataDatadogMetrics": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformDataSource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/metrics datadog_metrics}." }, "fqn": "@cdktf/provider-datadog.dataDatadogMetrics.DataDatadogMetrics", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/metrics datadog_metrics} Data Source." }, "locationInModule": { "filename": "src/data-datadog-metrics/index.ts", "line": 58 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogMetrics.DataDatadogMetricsConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-metrics/index.ts", "line": 26 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a DataDatadogMetrics resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/data-datadog-metrics/index.ts", "line": 43 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the DataDatadogMetrics to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/metrics#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing DataDatadogMetrics that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the DataDatadogMetrics to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-metrics/index.ts", "line": 108 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-metrics/index.ts", "line": 114 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "DataDatadogMetrics", "namespace": "dataDatadogMetrics", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-metrics/index.ts", "line": 31 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-metrics/index.ts", "line": 82 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-metrics/index.ts", "line": 87 }, "name": "metrics", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-metrics/index.ts", "line": 100 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-metrics/index.ts", "line": 93 }, "name": "query", "type": { "primitive": "string" } } ], "symbolId": "src/data-datadog-metrics/index:DataDatadogMetrics" }, "@cdktf/provider-datadog.dataDatadogMetrics.DataDatadogMetricsConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogMetrics.DataDatadogMetricsConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/data-datadog-metrics/index.ts", "line": 14 }, "name": "DataDatadogMetricsConfig", "namespace": "dataDatadogMetrics", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/metrics#query DataDatadogMetrics#query}", "stability": "stable", "summary": "The search query to use when listing metrics." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-metrics/index.ts", "line": 20 }, "name": "query", "type": { "primitive": "string" } } ], "symbolId": "src/data-datadog-metrics/index:DataDatadogMetricsConfig" }, "@cdktf/provider-datadog.dataDatadogMonitor.DataDatadogMonitor": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformDataSource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/monitor datadog_monitor}." }, "fqn": "@cdktf/provider-datadog.dataDatadogMonitor.DataDatadogMonitor", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/monitor datadog_monitor} Data Source." }, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 585 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.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.dataDatadogMonitor.DataDatadogMonitorConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 553 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a DataDatadogMonitor resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 570 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the DataDatadogMonitor to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/monitor#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing DataDatadogMonitor that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the DataDatadogMonitor to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 649 }, "name": "resetId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 680 }, "name": "resetMonitorTagsFilter" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 713 }, "name": "resetNameFilter" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 810 }, "name": "resetTagsFilter" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 832 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 841 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "DataDatadogMonitor", "namespace": "dataDatadogMonitor", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 558 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 612 }, "name": "enableLogsSample", "type": { "fqn": "cdktf.IResolvable" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 617 }, "name": "enableSamples", "type": { "fqn": "cdktf.IResolvable" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 622 }, "name": "escalationMessage", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 627 }, "name": "evaluationDelay", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 637 }, "name": "groupbySimpleMonitor", "type": { "fqn": "cdktf.IResolvable" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 632 }, "name": "groupRetentionDuration", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 658 }, "name": "includeTags", "type": { "fqn": "cdktf.IResolvable" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 663 }, "name": "locked", "type": { "fqn": "cdktf.IResolvable" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 668 }, "name": "message", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 696 }, "name": "monitorThresholds", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogMonitor.DataDatadogMonitorMonitorThresholdsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 690 }, "name": "monitorThresholdWindows", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogMonitor.DataDatadogMonitorMonitorThresholdWindowsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 701 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 722 }, "name": "newGroupDelay", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 727 }, "name": "newHostDelay", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 732 }, "name": "noDataTimeframe", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 737 }, "name": "notificationPresetName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 742 }, "name": "notifyAudit", "type": { "fqn": "cdktf.IResolvable" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 747 }, "name": "notifyBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 752 }, "name": "notifyNoData", "type": { "fqn": "cdktf.IResolvable" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 757 }, "name": "onMissingData", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 762 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 767 }, "name": "renotifyInterval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 772 }, "name": "renotifyOccurrences", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 777 }, "name": "renotifyStatuses", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 782 }, "name": "requireFullWindow", "type": { "fqn": "cdktf.IResolvable" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 787 }, "name": "restrictedRoles", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 793 }, "name": "schedulingOptions", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogMonitor.DataDatadogMonitorSchedulingOptionsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 798 }, "name": "tags", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 819 }, "name": "timeoutH", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 824 }, "name": "type", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 653 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 684 }, "name": "monitorTagsFilterInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 717 }, "name": "nameFilterInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 814 }, "name": "tagsFilterInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 643 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 674 }, "name": "monitorTagsFilter", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 707 }, "name": "nameFilter", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 804 }, "name": "tagsFilter", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/data-datadog-monitor/index:DataDatadogMonitor" }, "@cdktf/provider-datadog.dataDatadogMonitor.DataDatadogMonitorConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogMonitor.DataDatadogMonitorConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 14 }, "name": "DataDatadogMonitorConfig", "namespace": "dataDatadogMonitor", "properties": [ { "abstract": true, "docs": { "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/monitor#id DataDatadogMonitor#id}." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 21 }, "name": "id", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/monitor#monitor_tags_filter DataDatadogMonitor#monitor_tags_filter}", "stability": "stable", "summary": "A list of monitor tags to limit the search. This filters on the tags set on the monitor itself." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 27 }, "name": "monitorTagsFilter", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/monitor#name_filter DataDatadogMonitor#name_filter}", "stability": "stable", "summary": "A monitor name to limit the search." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 33 }, "name": "nameFilter", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/monitor#tags_filter DataDatadogMonitor#tags_filter}", "stability": "stable", "summary": "A list of tags to limit the search. This filters on the monitor scope." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 39 }, "name": "tagsFilter", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/data-datadog-monitor/index:DataDatadogMonitorConfig" }, "@cdktf/provider-datadog.dataDatadogMonitor.DataDatadogMonitorMonitorThresholdWindows": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogMonitor.DataDatadogMonitorMonitorThresholdWindows", "kind": "interface", "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 41 }, "name": "DataDatadogMonitorMonitorThresholdWindows", "namespace": "dataDatadogMonitor", "symbolId": "src/data-datadog-monitor/index:DataDatadogMonitorMonitorThresholdWindows" }, "@cdktf/provider-datadog.dataDatadogMonitor.DataDatadogMonitorMonitorThresholdWindowsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogMonitor.DataDatadogMonitorMonitorThresholdWindowsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 110 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 103 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 117 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dataDatadogMonitor.DataDatadogMonitorMonitorThresholdWindowsOutputReference" } } } ], "name": "DataDatadogMonitorMonitorThresholdWindowsList", "namespace": "dataDatadogMonitor", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/data-datadog-monitor/index.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-monitor/index.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-monitor/index.ts", "line": 110 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } } ], "symbolId": "src/data-datadog-monitor/index:DataDatadogMonitorMonitorThresholdWindowsList" }, "@cdktf/provider-datadog.dataDatadogMonitor.DataDatadogMonitorMonitorThresholdWindowsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogMonitor.DataDatadogMonitorMonitorThresholdWindowsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 73 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 64 }, "name": "DataDatadogMonitorMonitorThresholdWindowsOutputReference", "namespace": "dataDatadogMonitor", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 93 }, "name": "recoveryWindow", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 98 }, "name": "triggerWindow", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 77 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogMonitor.DataDatadogMonitorMonitorThresholdWindows" } } ], "symbolId": "src/data-datadog-monitor/index:DataDatadogMonitorMonitorThresholdWindowsOutputReference" }, "@cdktf/provider-datadog.dataDatadogMonitor.DataDatadogMonitorMonitorThresholds": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogMonitor.DataDatadogMonitorMonitorThresholds", "kind": "interface", "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 121 }, "name": "DataDatadogMonitorMonitorThresholds", "namespace": "dataDatadogMonitor", "symbolId": "src/data-datadog-monitor/index:DataDatadogMonitorMonitorThresholds" }, "@cdktf/provider-datadog.dataDatadogMonitor.DataDatadogMonitorMonitorThresholdsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogMonitor.DataDatadogMonitorMonitorThresholdsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 210 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 203 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 217 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dataDatadogMonitor.DataDatadogMonitorMonitorThresholdsOutputReference" } } } ], "name": "DataDatadogMonitorMonitorThresholdsList", "namespace": "dataDatadogMonitor", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 210 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 210 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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/index.ts", "line": 210 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } } ], "symbolId": "src/data-datadog-monitor/index:DataDatadogMonitorMonitorThresholdsList" }, "@cdktf/provider-datadog.dataDatadogMonitor.DataDatadogMonitorMonitorThresholdsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogMonitor.DataDatadogMonitorMonitorThresholdsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 153 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 144 }, "name": "DataDatadogMonitorMonitorThresholdsOutputReference", "namespace": "dataDatadogMonitor", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 173 }, "name": "critical", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 178 }, "name": "criticalRecovery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 183 }, "name": "ok", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 188 }, "name": "unknown", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 193 }, "name": "warning", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 198 }, "name": "warningRecovery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 157 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogMonitor.DataDatadogMonitorMonitorThresholds" } } ], "symbolId": "src/data-datadog-monitor/index:DataDatadogMonitorMonitorThresholdsOutputReference" }, "@cdktf/provider-datadog.dataDatadogMonitor.DataDatadogMonitorSchedulingOptions": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogMonitor.DataDatadogMonitorSchedulingOptions", "kind": "interface", "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 467 }, "name": "DataDatadogMonitorSchedulingOptions", "namespace": "dataDatadogMonitor", "symbolId": "src/data-datadog-monitor/index:DataDatadogMonitorSchedulingOptions" }, "@cdktf/provider-datadog.dataDatadogMonitor.DataDatadogMonitorSchedulingOptionsCustomSchedule": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogMonitor.DataDatadogMonitorSchedulingOptionsCustomSchedule", "kind": "interface", "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 306 }, "name": "DataDatadogMonitorSchedulingOptionsCustomSchedule", "namespace": "dataDatadogMonitor", "symbolId": "src/data-datadog-monitor/index:DataDatadogMonitorSchedulingOptionsCustomSchedule" }, "@cdktf/provider-datadog.dataDatadogMonitor.DataDatadogMonitorSchedulingOptionsCustomScheduleList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogMonitor.DataDatadogMonitorSchedulingOptionsCustomScheduleList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 371 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 364 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 378 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dataDatadogMonitor.DataDatadogMonitorSchedulingOptionsCustomScheduleOutputReference" } } } ], "name": "DataDatadogMonitorSchedulingOptionsCustomScheduleList", "namespace": "dataDatadogMonitor", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 371 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 371 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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/index.ts", "line": 371 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } } ], "symbolId": "src/data-datadog-monitor/index:DataDatadogMonitorSchedulingOptionsCustomScheduleList" }, "@cdktf/provider-datadog.dataDatadogMonitor.DataDatadogMonitorSchedulingOptionsCustomScheduleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogMonitor.DataDatadogMonitorSchedulingOptionsCustomScheduleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 338 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 329 }, "name": "DataDatadogMonitorSchedulingOptionsCustomScheduleOutputReference", "namespace": "dataDatadogMonitor", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 359 }, "name": "recurrence", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogMonitor.DataDatadogMonitorSchedulingOptionsCustomScheduleRecurrenceList" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 342 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogMonitor.DataDatadogMonitorSchedulingOptionsCustomSchedule" } } ], "symbolId": "src/data-datadog-monitor/index:DataDatadogMonitorSchedulingOptionsCustomScheduleOutputReference" }, "@cdktf/provider-datadog.dataDatadogMonitor.DataDatadogMonitorSchedulingOptionsCustomScheduleRecurrence": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogMonitor.DataDatadogMonitorSchedulingOptionsCustomScheduleRecurrence", "kind": "interface", "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 221 }, "name": "DataDatadogMonitorSchedulingOptionsCustomScheduleRecurrence", "namespace": "dataDatadogMonitor", "symbolId": "src/data-datadog-monitor/index:DataDatadogMonitorSchedulingOptionsCustomScheduleRecurrence" }, "@cdktf/provider-datadog.dataDatadogMonitor.DataDatadogMonitorSchedulingOptionsCustomScheduleRecurrenceList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogMonitor.DataDatadogMonitorSchedulingOptionsCustomScheduleRecurrenceList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 295 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 288 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 302 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dataDatadogMonitor.DataDatadogMonitorSchedulingOptionsCustomScheduleRecurrenceOutputReference" } } } ], "name": "DataDatadogMonitorSchedulingOptionsCustomScheduleRecurrenceList", "namespace": "dataDatadogMonitor", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 295 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 295 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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/index.ts", "line": 295 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } } ], "symbolId": "src/data-datadog-monitor/index:DataDatadogMonitorSchedulingOptionsCustomScheduleRecurrenceList" }, "@cdktf/provider-datadog.dataDatadogMonitor.DataDatadogMonitorSchedulingOptionsCustomScheduleRecurrenceOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogMonitor.DataDatadogMonitorSchedulingOptionsCustomScheduleRecurrenceOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 253 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 244 }, "name": "DataDatadogMonitorSchedulingOptionsCustomScheduleRecurrenceOutputReference", "namespace": "dataDatadogMonitor", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 273 }, "name": "rrule", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 278 }, "name": "start", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 283 }, "name": "timezone", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 257 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogMonitor.DataDatadogMonitorSchedulingOptionsCustomScheduleRecurrence" } } ], "symbolId": "src/data-datadog-monitor/index:DataDatadogMonitorSchedulingOptionsCustomScheduleRecurrenceOutputReference" }, "@cdktf/provider-datadog.dataDatadogMonitor.DataDatadogMonitorSchedulingOptionsEvaluationWindow": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogMonitor.DataDatadogMonitorSchedulingOptionsEvaluationWindow", "kind": "interface", "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 382 }, "name": "DataDatadogMonitorSchedulingOptionsEvaluationWindow", "namespace": "dataDatadogMonitor", "symbolId": "src/data-datadog-monitor/index:DataDatadogMonitorSchedulingOptionsEvaluationWindow" }, "@cdktf/provider-datadog.dataDatadogMonitor.DataDatadogMonitorSchedulingOptionsEvaluationWindowList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogMonitor.DataDatadogMonitorSchedulingOptionsEvaluationWindowList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-monitor/index.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" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 449 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 463 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dataDatadogMonitor.DataDatadogMonitorSchedulingOptionsEvaluationWindowOutputReference" } } } ], "name": "DataDatadogMonitorSchedulingOptionsEvaluationWindowList", "namespace": "dataDatadogMonitor", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 456 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 456 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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/index.ts", "line": 456 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } } ], "symbolId": "src/data-datadog-monitor/index:DataDatadogMonitorSchedulingOptionsEvaluationWindowList" }, "@cdktf/provider-datadog.dataDatadogMonitor.DataDatadogMonitorSchedulingOptionsEvaluationWindowOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogMonitor.DataDatadogMonitorSchedulingOptionsEvaluationWindowOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 414 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 405 }, "name": "DataDatadogMonitorSchedulingOptionsEvaluationWindowOutputReference", "namespace": "dataDatadogMonitor", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 434 }, "name": "dayStarts", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 439 }, "name": "hourStarts", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 444 }, "name": "monthStarts", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 418 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogMonitor.DataDatadogMonitorSchedulingOptionsEvaluationWindow" } } ], "symbolId": "src/data-datadog-monitor/index:DataDatadogMonitorSchedulingOptionsEvaluationWindowOutputReference" }, "@cdktf/provider-datadog.dataDatadogMonitor.DataDatadogMonitorSchedulingOptionsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogMonitor.DataDatadogMonitorSchedulingOptionsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 538 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 531 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 545 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dataDatadogMonitor.DataDatadogMonitorSchedulingOptionsOutputReference" } } } ], "name": "DataDatadogMonitorSchedulingOptionsList", "namespace": "dataDatadogMonitor", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 538 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 538 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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/index.ts", "line": 538 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } } ], "symbolId": "src/data-datadog-monitor/index:DataDatadogMonitorSchedulingOptionsList" }, "@cdktf/provider-datadog.dataDatadogMonitor.DataDatadogMonitorSchedulingOptionsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogMonitor.DataDatadogMonitorSchedulingOptionsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 499 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 490 }, "name": "DataDatadogMonitorSchedulingOptionsOutputReference", "namespace": "dataDatadogMonitor", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 520 }, "name": "customSchedule", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogMonitor.DataDatadogMonitorSchedulingOptionsCustomScheduleList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 526 }, "name": "evaluationWindow", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogMonitor.DataDatadogMonitorSchedulingOptionsEvaluationWindowList" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-monitor/index.ts", "line": 503 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogMonitor.DataDatadogMonitorSchedulingOptions" } } ], "symbolId": "src/data-datadog-monitor/index:DataDatadogMonitorSchedulingOptionsOutputReference" }, "@cdktf/provider-datadog.dataDatadogMonitorConfigPolicies.DataDatadogMonitorConfigPolicies": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformDataSource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/monitor_config_policies datadog_monitor_config_policies}." }, "fqn": "@cdktf/provider-datadog.dataDatadogMonitorConfigPolicies.DataDatadogMonitorConfigPolicies", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/monitor_config_policies datadog_monitor_config_policies} Data Source." }, "locationInModule": { "filename": "src/data-datadog-monitor-config-policies/index.ts", "line": 230 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogMonitorConfigPolicies.DataDatadogMonitorConfigPoliciesConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-monitor-config-policies/index.ts", "line": 198 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a DataDatadogMonitorConfigPolicies resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/data-datadog-monitor-config-policies/index.ts", "line": 215 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the DataDatadogMonitorConfigPolicies to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/monitor_config_policies#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing DataDatadogMonitorConfigPolicies that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the DataDatadogMonitorConfigPolicies to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-monitor-config-policies/index.ts", "line": 261 }, "name": "resetId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-monitor-config-policies/index.ts", "line": 279 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-monitor-config-policies/index.ts", "line": 285 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "DataDatadogMonitorConfigPolicies", "namespace": "dataDatadogMonitorConfigPolicies", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-monitor-config-policies/index.ts", "line": 203 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-monitor-config-policies/index.ts", "line": 271 }, "name": "monitorConfigPolicies", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogMonitorConfigPolicies.DataDatadogMonitorConfigPoliciesMonitorConfigPoliciesList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-monitor-config-policies/index.ts", "line": 265 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-monitor-config-policies/index.ts", "line": 255 }, "name": "id", "type": { "primitive": "string" } } ], "symbolId": "src/data-datadog-monitor-config-policies/index:DataDatadogMonitorConfigPolicies" }, "@cdktf/provider-datadog.dataDatadogMonitorConfigPolicies.DataDatadogMonitorConfigPoliciesConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogMonitorConfigPolicies.DataDatadogMonitorConfigPoliciesConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/data-datadog-monitor-config-policies/index.ts", "line": 14 }, "name": "DataDatadogMonitorConfigPoliciesConfig", "namespace": "dataDatadogMonitorConfigPolicies", "properties": [ { "abstract": true, "docs": { "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/monitor_config_policies#id DataDatadogMonitorConfigPolicies#id}." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-monitor-config-policies/index.ts", "line": 21 }, "name": "id", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/data-datadog-monitor-config-policies/index:DataDatadogMonitorConfigPoliciesConfig" }, "@cdktf/provider-datadog.dataDatadogMonitorConfigPolicies.DataDatadogMonitorConfigPoliciesMonitorConfigPolicies": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogMonitorConfigPolicies.DataDatadogMonitorConfigPoliciesMonitorConfigPolicies", "kind": "interface", "locationInModule": { "filename": "src/data-datadog-monitor-config-policies/index.ts", "line": 108 }, "name": "DataDatadogMonitorConfigPoliciesMonitorConfigPolicies", "namespace": "dataDatadogMonitorConfigPolicies", "symbolId": "src/data-datadog-monitor-config-policies/index:DataDatadogMonitorConfigPoliciesMonitorConfigPolicies" }, "@cdktf/provider-datadog.dataDatadogMonitorConfigPolicies.DataDatadogMonitorConfigPoliciesMonitorConfigPoliciesList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogMonitorConfigPolicies.DataDatadogMonitorConfigPoliciesMonitorConfigPoliciesList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-monitor-config-policies/index.ts", "line": 183 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-monitor-config-policies/index.ts", "line": 176 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-monitor-config-policies/index.ts", "line": 190 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dataDatadogMonitorConfigPolicies.DataDatadogMonitorConfigPoliciesMonitorConfigPoliciesOutputReference" } } } ], "name": "DataDatadogMonitorConfigPoliciesMonitorConfigPoliciesList", "namespace": "dataDatadogMonitorConfigPolicies", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/data-datadog-monitor-config-policies/index.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-config-policies/index.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-config-policies/index.ts", "line": 183 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } } ], "symbolId": "src/data-datadog-monitor-config-policies/index:DataDatadogMonitorConfigPoliciesMonitorConfigPoliciesList" }, "@cdktf/provider-datadog.dataDatadogMonitorConfigPolicies.DataDatadogMonitorConfigPoliciesMonitorConfigPoliciesOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogMonitorConfigPolicies.DataDatadogMonitorConfigPoliciesMonitorConfigPoliciesOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-monitor-config-policies/index.ts", "line": 140 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-monitor-config-policies/index.ts", "line": 131 }, "name": "DataDatadogMonitorConfigPoliciesMonitorConfigPoliciesOutputReference", "namespace": "dataDatadogMonitorConfigPolicies", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-monitor-config-policies/index.ts", "line": 160 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-monitor-config-policies/index.ts", "line": 165 }, "name": "policyType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-monitor-config-policies/index.ts", "line": 171 }, "name": "tagPolicy", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogMonitorConfigPolicies.DataDatadogMonitorConfigPoliciesMonitorConfigPoliciesTagPolicyList" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-monitor-config-policies/index.ts", "line": 144 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogMonitorConfigPolicies.DataDatadogMonitorConfigPoliciesMonitorConfigPolicies" } } ], "symbolId": "src/data-datadog-monitor-config-policies/index:DataDatadogMonitorConfigPoliciesMonitorConfigPoliciesOutputReference" }, "@cdktf/provider-datadog.dataDatadogMonitorConfigPolicies.DataDatadogMonitorConfigPoliciesMonitorConfigPoliciesTagPolicy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogMonitorConfigPolicies.DataDatadogMonitorConfigPoliciesMonitorConfigPoliciesTagPolicy", "kind": "interface", "locationInModule": { "filename": "src/data-datadog-monitor-config-policies/index.ts", "line": 23 }, "name": "DataDatadogMonitorConfigPoliciesMonitorConfigPoliciesTagPolicy", "namespace": "dataDatadogMonitorConfigPolicies", "symbolId": "src/data-datadog-monitor-config-policies/index:DataDatadogMonitorConfigPoliciesMonitorConfigPoliciesTagPolicy" }, "@cdktf/provider-datadog.dataDatadogMonitorConfigPolicies.DataDatadogMonitorConfigPoliciesMonitorConfigPoliciesTagPolicyList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogMonitorConfigPolicies.DataDatadogMonitorConfigPoliciesMonitorConfigPoliciesTagPolicyList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-monitor-config-policies/index.ts", "line": 97 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-monitor-config-policies/index.ts", "line": 90 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-monitor-config-policies/index.ts", "line": 104 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dataDatadogMonitorConfigPolicies.DataDatadogMonitorConfigPoliciesMonitorConfigPoliciesTagPolicyOutputReference" } } } ], "name": "DataDatadogMonitorConfigPoliciesMonitorConfigPoliciesTagPolicyList", "namespace": "dataDatadogMonitorConfigPolicies", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/data-datadog-monitor-config-policies/index.ts", "line": 97 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/data-datadog-monitor-config-policies/index.ts", "line": 97 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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-config-policies/index.ts", "line": 97 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } } ], "symbolId": "src/data-datadog-monitor-config-policies/index:DataDatadogMonitorConfigPoliciesMonitorConfigPoliciesTagPolicyList" }, "@cdktf/provider-datadog.dataDatadogMonitorConfigPolicies.DataDatadogMonitorConfigPoliciesMonitorConfigPoliciesTagPolicyOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogMonitorConfigPolicies.DataDatadogMonitorConfigPoliciesMonitorConfigPoliciesTagPolicyOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-monitor-config-policies/index.ts", "line": 55 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-monitor-config-policies/index.ts", "line": 46 }, "name": "DataDatadogMonitorConfigPoliciesMonitorConfigPoliciesTagPolicyOutputReference", "namespace": "dataDatadogMonitorConfigPolicies", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-monitor-config-policies/index.ts", "line": 75 }, "name": "tagKey", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-monitor-config-policies/index.ts", "line": 80 }, "name": "tagKeyRequired", "type": { "fqn": "cdktf.IResolvable" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-monitor-config-policies/index.ts", "line": 85 }, "name": "validTagValues", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-monitor-config-policies/index.ts", "line": 59 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogMonitorConfigPolicies.DataDatadogMonitorConfigPoliciesMonitorConfigPoliciesTagPolicy" } } ], "symbolId": "src/data-datadog-monitor-config-policies/index:DataDatadogMonitorConfigPoliciesMonitorConfigPoliciesTagPolicyOutputReference" }, "@cdktf/provider-datadog.dataDatadogMonitors.DataDatadogMonitors": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformDataSource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/monitors datadog_monitors}." }, "fqn": "@cdktf/provider-datadog.dataDatadogMonitors.DataDatadogMonitors", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/monitors datadog_monitors} Data Source." }, "locationInModule": { "filename": "src/data-datadog-monitors/index.ts", "line": 162 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogMonitors.DataDatadogMonitorsConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-monitors/index.ts", "line": 130 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a DataDatadogMonitors resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/data-datadog-monitors/index.ts", "line": 147 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the DataDatadogMonitors to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/monitors#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing DataDatadogMonitors that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the DataDatadogMonitors to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-monitors/index.ts", "line": 196 }, "name": "resetId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-monitors/index.ts", "line": 212 }, "name": "resetMonitorTagsFilter" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-monitors/index.ts", "line": 234 }, "name": "resetNameFilter" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-monitors/index.ts", "line": 250 }, "name": "resetTagsFilter" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-monitors/index.ts", "line": 262 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-monitors/index.ts", "line": 271 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "DataDatadogMonitors", "namespace": "dataDatadogMonitors", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-monitors/index.ts", "line": 135 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-monitors/index.ts", "line": 222 }, "name": "monitors", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogMonitors.DataDatadogMonitorsMonitorsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-monitors/index.ts", "line": 200 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-monitors/index.ts", "line": 216 }, "name": "monitorTagsFilterInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-monitors/index.ts", "line": 238 }, "name": "nameFilterInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-monitors/index.ts", "line": 254 }, "name": "tagsFilterInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-monitors/index.ts", "line": 190 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-monitors/index.ts", "line": 206 }, "name": "monitorTagsFilter", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-monitors/index.ts", "line": 228 }, "name": "nameFilter", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-monitors/index.ts", "line": 244 }, "name": "tagsFilter", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/data-datadog-monitors/index:DataDatadogMonitors" }, "@cdktf/provider-datadog.dataDatadogMonitors.DataDatadogMonitorsConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogMonitors.DataDatadogMonitorsConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/data-datadog-monitors/index.ts", "line": 14 }, "name": "DataDatadogMonitorsConfig", "namespace": "dataDatadogMonitors", "properties": [ { "abstract": true, "docs": { "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/monitors#id DataDatadogMonitors#id}." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-monitors/index.ts", "line": 21 }, "name": "id", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/monitors#monitor_tags_filter DataDatadogMonitors#monitor_tags_filter}", "stability": "stable", "summary": "A list of monitor tags to limit the search. This filters on the tags set on the monitor itself." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-monitors/index.ts", "line": 27 }, "name": "monitorTagsFilter", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/monitors#name_filter DataDatadogMonitors#name_filter}", "stability": "stable", "summary": "A monitor name to limit the search." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-monitors/index.ts", "line": 33 }, "name": "nameFilter", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/monitors#tags_filter DataDatadogMonitors#tags_filter}", "stability": "stable", "summary": "A list of tags to limit the search. This filters on the monitor scope." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-monitors/index.ts", "line": 39 }, "name": "tagsFilter", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/data-datadog-monitors/index:DataDatadogMonitorsConfig" }, "@cdktf/provider-datadog.dataDatadogMonitors.DataDatadogMonitorsMonitors": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogMonitors.DataDatadogMonitorsMonitors", "kind": "interface", "locationInModule": { "filename": "src/data-datadog-monitors/index.ts", "line": 41 }, "name": "DataDatadogMonitorsMonitors", "namespace": "dataDatadogMonitors", "symbolId": "src/data-datadog-monitors/index:DataDatadogMonitorsMonitors" }, "@cdktf/provider-datadog.dataDatadogMonitors.DataDatadogMonitorsMonitorsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogMonitors.DataDatadogMonitorsMonitorsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-monitors/index.ts", "line": 115 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-monitors/index.ts", "line": 108 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-monitors/index.ts", "line": 122 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dataDatadogMonitors.DataDatadogMonitorsMonitorsOutputReference" } } } ], "name": "DataDatadogMonitorsMonitorsList", "namespace": "dataDatadogMonitors", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/data-datadog-monitors/index.ts", "line": 115 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/data-datadog-monitors/index.ts", "line": 115 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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/index.ts", "line": 115 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } } ], "symbolId": "src/data-datadog-monitors/index:DataDatadogMonitorsMonitorsList" }, "@cdktf/provider-datadog.dataDatadogMonitors.DataDatadogMonitorsMonitorsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogMonitors.DataDatadogMonitorsMonitorsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-monitors/index.ts", "line": 73 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-monitors/index.ts", "line": 64 }, "name": "DataDatadogMonitorsMonitorsOutputReference", "namespace": "dataDatadogMonitors", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-monitors/index.ts", "line": 93 }, "name": "id", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-monitors/index.ts", "line": 98 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-monitors/index.ts", "line": 103 }, "name": "type", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-monitors/index.ts", "line": 77 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogMonitors.DataDatadogMonitorsMonitors" } } ], "symbolId": "src/data-datadog-monitors/index:DataDatadogMonitorsMonitorsOutputReference" }, "@cdktf/provider-datadog.dataDatadogPermissions.DataDatadogPermissions": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformDataSource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/permissions datadog_permissions}." }, "fqn": "@cdktf/provider-datadog.dataDatadogPermissions.DataDatadogPermissions", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/permissions datadog_permissions} Data Source." }, "locationInModule": { "filename": "src/data-datadog-permissions/index.ts", "line": 65 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogPermissions.DataDatadogPermissionsConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-permissions/index.ts", "line": 33 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a DataDatadogPermissions resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/data-datadog-permissions/index.ts", "line": 50 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the DataDatadogPermissions to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/permissions#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing DataDatadogPermissions that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the DataDatadogPermissions to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-permissions/index.ts", "line": 97 }, "name": "resetId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-permissions/index.ts", "line": 113 }, "name": "resetIncludeRestricted" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-permissions/index.ts", "line": 131 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-permissions/index.ts", "line": 138 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "DataDatadogPermissions", "namespace": "dataDatadogPermissions", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-permissions/index.ts", "line": 38 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-permissions/index.ts", "line": 123 }, "name": "permissions", "type": { "fqn": "cdktf.StringMap" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-permissions/index.ts", "line": 101 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-permissions/index.ts", "line": 117 }, "name": "includeRestrictedInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-permissions/index.ts", "line": 91 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-permissions/index.ts", "line": 107 }, "name": "includeRestricted", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } } ], "symbolId": "src/data-datadog-permissions/index:DataDatadogPermissions" }, "@cdktf/provider-datadog.dataDatadogPermissions.DataDatadogPermissionsConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogPermissions.DataDatadogPermissionsConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/data-datadog-permissions/index.ts", "line": 14 }, "name": "DataDatadogPermissionsConfig", "namespace": "dataDatadogPermissions", "properties": [ { "abstract": true, "docs": { "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/permissions#id DataDatadogPermissions#id}." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-permissions/index.ts", "line": 21 }, "name": "id", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Restricted permissions are granted by default to all users of a Datadog org, and cannot be manually granted or revoked. Defaults to `false`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/permissions#include_restricted DataDatadogPermissions#include_restricted}", "stability": "stable", "summary": "Whether to include restricted permissions." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-permissions/index.ts", "line": 27 }, "name": "includeRestricted", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } } ], "symbolId": "src/data-datadog-permissions/index:DataDatadogPermissionsConfig" }, "@cdktf/provider-datadog.dataDatadogPowerpack.DataDatadogPowerpack": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformDataSource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/powerpack datadog_powerpack}." }, "fqn": "@cdktf/provider-datadog.dataDatadogPowerpack.DataDatadogPowerpack", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/powerpack datadog_powerpack} Data Source." }, "locationInModule": { "filename": "src/data-datadog-powerpack/index.ts", "line": 58 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogPowerpack.DataDatadogPowerpackConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-powerpack/index.ts", "line": 26 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a DataDatadogPowerpack resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/data-datadog-powerpack/index.ts", "line": 43 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the DataDatadogPowerpack to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/powerpack#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing DataDatadogPowerpack that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the DataDatadogPowerpack to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-powerpack/index.ts", "line": 103 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-powerpack/index.ts", "line": 109 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "DataDatadogPowerpack", "namespace": "dataDatadogPowerpack", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-powerpack/index.ts", "line": 31 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-powerpack/index.ts", "line": 82 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-powerpack/index.ts", "line": 95 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-powerpack/index.ts", "line": 88 }, "name": "name", "type": { "primitive": "string" } } ], "symbolId": "src/data-datadog-powerpack/index:DataDatadogPowerpack" }, "@cdktf/provider-datadog.dataDatadogPowerpack.DataDatadogPowerpackConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogPowerpack.DataDatadogPowerpackConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/data-datadog-powerpack/index.ts", "line": 14 }, "name": "DataDatadogPowerpackConfig", "namespace": "dataDatadogPowerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/powerpack#name DataDatadogPowerpack#name}", "stability": "stable", "summary": "The name of the Powerpack to search for." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-powerpack/index.ts", "line": 20 }, "name": "name", "type": { "primitive": "string" } } ], "symbolId": "src/data-datadog-powerpack/index:DataDatadogPowerpackConfig" }, "@cdktf/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTable": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformDataSource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/reference_table datadog_reference_table}." }, "fqn": "@cdktf/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTable", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/reference_table datadog_reference_table} Data Source." }, "locationInModule": { "filename": "src/data-datadog-reference-table/index.ts", "line": 664 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-reference-table/index.ts", "line": 632 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a DataDatadogReferenceTable resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/data-datadog-reference-table/index.ts", "line": 649 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the DataDatadogReferenceTable to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/reference_table#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing DataDatadogReferenceTable that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the DataDatadogReferenceTable to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-reference-table/index.ts", "line": 772 }, "name": "putSchema", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableSchema" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-reference-table/index.ts", "line": 707 }, "name": "resetId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-reference-table/index.ts", "line": 775 }, "name": "resetSchema" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-reference-table/index.ts", "line": 743 }, "name": "resetTableName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-reference-table/index.ts", "line": 787 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-reference-table/index.ts", "line": 795 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "DataDatadogReferenceTable", "namespace": "dataDatadogReferenceTable", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-reference-table/index.ts", "line": 637 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-reference-table/index.ts", "line": 690 }, "name": "createdBy", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-reference-table/index.ts", "line": 695 }, "name": "description", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-reference-table/index.ts", "line": 763 }, "name": "fileMetadata", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableFileMetadataOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-reference-table/index.ts", "line": 716 }, "name": "lastUpdatedBy", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-reference-table/index.ts", "line": 721 }, "name": "rowCount", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-reference-table/index.ts", "line": 769 }, "name": "schema", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableSchemaOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-reference-table/index.ts", "line": 726 }, "name": "source", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-reference-table/index.ts", "line": 731 }, "name": "status", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-reference-table/index.ts", "line": 752 }, "name": "tags", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-reference-table/index.ts", "line": 757 }, "name": "updatedAt", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-reference-table/index.ts", "line": 711 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-reference-table/index.ts", "line": 779 }, "name": "schemaInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableSchema" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-reference-table/index.ts", "line": 747 }, "name": "tableNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-reference-table/index.ts", "line": 701 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-reference-table/index.ts", "line": 737 }, "name": "tableName", "type": { "primitive": "string" } } ], "symbolId": "src/data-datadog-reference-table/index:DataDatadogReferenceTable" }, "@cdktf/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/data-datadog-reference-table/index.ts", "line": 14 }, "name": "DataDatadogReferenceTableConfig", "namespace": "dataDatadogReferenceTable", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/reference_table#id DataDatadogReferenceTable#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "The UUID of the reference table. Either id or table_name must be specified, but not both." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-reference-table/index.ts", "line": 23 }, "name": "id", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/reference_table#schema DataDatadogReferenceTable#schema}", "stability": "stable", "summary": "schema block." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-reference-table/index.ts", "line": 35 }, "name": "schema", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableSchema" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/reference_table#table_name DataDatadogReferenceTable#table_name}", "stability": "stable", "summary": "The name of the reference table. Either id or table_name must be specified, but not both." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-reference-table/index.ts", "line": 29 }, "name": "tableName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/data-datadog-reference-table/index:DataDatadogReferenceTableConfig" }, "@cdktf/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableFileMetadata": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableFileMetadata", "kind": "interface", "locationInModule": { "filename": "src/data-datadog-reference-table/index.ts", "line": 351 }, "name": "DataDatadogReferenceTableFileMetadata", "namespace": "dataDatadogReferenceTable", "symbolId": "src/data-datadog-reference-table/index:DataDatadogReferenceTableFileMetadata" }, "@cdktf/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableFileMetadataAccessDetails": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableFileMetadataAccessDetails", "kind": "interface", "locationInModule": { "filename": "src/data-datadog-reference-table/index.ts", "line": 274 }, "name": "DataDatadogReferenceTableFileMetadataAccessDetails", "namespace": "dataDatadogReferenceTable", "symbolId": "src/data-datadog-reference-table/index:DataDatadogReferenceTableFileMetadataAccessDetails" }, "@cdktf/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableFileMetadataAccessDetailsAwsDetail": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableFileMetadataAccessDetailsAwsDetail", "kind": "interface", "locationInModule": { "filename": "src/data-datadog-reference-table/index.ts", "line": 37 }, "name": "DataDatadogReferenceTableFileMetadataAccessDetailsAwsDetail", "namespace": "dataDatadogReferenceTable", "symbolId": "src/data-datadog-reference-table/index:DataDatadogReferenceTableFileMetadataAccessDetailsAwsDetail" }, "@cdktf/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableFileMetadataAccessDetailsAwsDetailOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableFileMetadataAccessDetailsAwsDetailOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-reference-table/index.ts", "line": 68 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-reference-table/index.ts", "line": 60 }, "name": "DataDatadogReferenceTableFileMetadataAccessDetailsAwsDetailOutputReference", "namespace": "dataDatadogReferenceTable", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-reference-table/index.ts", "line": 97 }, "name": "awsAccountId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-reference-table/index.ts", "line": 102 }, "name": "awsBucketName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-reference-table/index.ts", "line": 107 }, "name": "filePath", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-reference-table/index.ts", "line": 72 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableFileMetadataAccessDetailsAwsDetail" } ] } } } ], "symbolId": "src/data-datadog-reference-table/index:DataDatadogReferenceTableFileMetadataAccessDetailsAwsDetailOutputReference" }, "@cdktf/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableFileMetadataAccessDetailsAzureDetail": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableFileMetadataAccessDetailsAzureDetail", "kind": "interface", "locationInModule": { "filename": "src/data-datadog-reference-table/index.ts", "line": 111 }, "name": "DataDatadogReferenceTableFileMetadataAccessDetailsAzureDetail", "namespace": "dataDatadogReferenceTable", "symbolId": "src/data-datadog-reference-table/index:DataDatadogReferenceTableFileMetadataAccessDetailsAzureDetail" }, "@cdktf/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableFileMetadataAccessDetailsAzureDetailOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableFileMetadataAccessDetailsAzureDetailOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-reference-table/index.ts", "line": 142 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-reference-table/index.ts", "line": 134 }, "name": "DataDatadogReferenceTableFileMetadataAccessDetailsAzureDetailOutputReference", "namespace": "dataDatadogReferenceTable", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-reference-table/index.ts", "line": 171 }, "name": "azureClientId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-reference-table/index.ts", "line": 176 }, "name": "azureContainerName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-reference-table/index.ts", "line": 181 }, "name": "azureStorageAccountName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-reference-table/index.ts", "line": 186 }, "name": "azureTenantId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-reference-table/index.ts", "line": 191 }, "name": "filePath", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-reference-table/index.ts", "line": 146 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableFileMetadataAccessDetailsAzureDetail" } ] } } } ], "symbolId": "src/data-datadog-reference-table/index:DataDatadogReferenceTableFileMetadataAccessDetailsAzureDetailOutputReference" }, "@cdktf/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableFileMetadataAccessDetailsGcpDetail": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableFileMetadataAccessDetailsGcpDetail", "kind": "interface", "locationInModule": { "filename": "src/data-datadog-reference-table/index.ts", "line": 195 }, "name": "DataDatadogReferenceTableFileMetadataAccessDetailsGcpDetail", "namespace": "dataDatadogReferenceTable", "symbolId": "src/data-datadog-reference-table/index:DataDatadogReferenceTableFileMetadataAccessDetailsGcpDetail" }, "@cdktf/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableFileMetadataAccessDetailsGcpDetailOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableFileMetadataAccessDetailsGcpDetailOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-reference-table/index.ts", "line": 226 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-reference-table/index.ts", "line": 218 }, "name": "DataDatadogReferenceTableFileMetadataAccessDetailsGcpDetailOutputReference", "namespace": "dataDatadogReferenceTable", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-reference-table/index.ts", "line": 255 }, "name": "filePath", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-reference-table/index.ts", "line": 260 }, "name": "gcpBucketName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-reference-table/index.ts", "line": 265 }, "name": "gcpProjectId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-reference-table/index.ts", "line": 270 }, "name": "gcpServiceAccountEmail", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-reference-table/index.ts", "line": 230 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableFileMetadataAccessDetailsGcpDetail" } ] } } } ], "symbolId": "src/data-datadog-reference-table/index:DataDatadogReferenceTableFileMetadataAccessDetailsGcpDetailOutputReference" }, "@cdktf/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableFileMetadataAccessDetailsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableFileMetadataAccessDetailsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-reference-table/index.ts", "line": 305 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-reference-table/index.ts", "line": 297 }, "name": "DataDatadogReferenceTableFileMetadataAccessDetailsOutputReference", "namespace": "dataDatadogReferenceTable", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-reference-table/index.ts", "line": 335 }, "name": "awsDetail", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableFileMetadataAccessDetailsAwsDetailOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-reference-table/index.ts", "line": 341 }, "name": "azureDetail", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableFileMetadataAccessDetailsAzureDetailOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-reference-table/index.ts", "line": 347 }, "name": "gcpDetail", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableFileMetadataAccessDetailsGcpDetailOutputReference" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-reference-table/index.ts", "line": 309 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableFileMetadataAccessDetails" } ] } } } ], "symbolId": "src/data-datadog-reference-table/index:DataDatadogReferenceTableFileMetadataAccessDetailsOutputReference" }, "@cdktf/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableFileMetadataOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableFileMetadataOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-reference-table/index.ts", "line": 382 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-reference-table/index.ts", "line": 374 }, "name": "DataDatadogReferenceTableFileMetadataOutputReference", "namespace": "dataDatadogReferenceTable", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-reference-table/index.ts", "line": 432 }, "name": "accessDetails", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableFileMetadataAccessDetailsOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-reference-table/index.ts", "line": 411 }, "name": "errorMessage", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-reference-table/index.ts", "line": 416 }, "name": "errorRowCount", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-reference-table/index.ts", "line": 421 }, "name": "errorType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-reference-table/index.ts", "line": 426 }, "name": "syncEnabled", "type": { "fqn": "cdktf.IResolvable" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-reference-table/index.ts", "line": 386 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableFileMetadata" } ] } } } ], "symbolId": "src/data-datadog-reference-table/index:DataDatadogReferenceTableFileMetadataOutputReference" }, "@cdktf/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableSchema": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableSchema", "kind": "interface", "locationInModule": { "filename": "src/data-datadog-reference-table/index.ts", "line": 527 }, "name": "DataDatadogReferenceTableSchema", "namespace": "dataDatadogReferenceTable", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/reference_table#fields DataDatadogReferenceTable#fields}", "stability": "stable", "summary": "fields block." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-reference-table/index.ts", "line": 533 }, "name": "fields", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableSchemaFields" }, "kind": "array" } } ] } } } ], "symbolId": "src/data-datadog-reference-table/index:DataDatadogReferenceTableSchema" }, "@cdktf/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableSchemaFields": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableSchemaFields", "kind": "interface", "locationInModule": { "filename": "src/data-datadog-reference-table/index.ts", "line": 436 }, "name": "DataDatadogReferenceTableSchemaFields", "namespace": "dataDatadogReferenceTable", "symbolId": "src/data-datadog-reference-table/index:DataDatadogReferenceTableSchemaFields" }, "@cdktf/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableSchemaFieldsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableSchemaFieldsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-reference-table/index.ts", "line": 516 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-reference-table/index.ts", "line": 508 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-reference-table/index.ts", "line": 523 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableSchemaFieldsOutputReference" } } } ], "name": "DataDatadogReferenceTableSchemaFieldsList", "namespace": "dataDatadogReferenceTable", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/data-datadog-reference-table/index.ts", "line": 516 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/data-datadog-reference-table/index.ts", "line": 516 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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-reference-table/index.ts", "line": 516 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-reference-table/index.ts", "line": 509 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableSchemaFields" }, "kind": "array" } } ] } } } ], "symbolId": "src/data-datadog-reference-table/index:DataDatadogReferenceTableSchemaFieldsList" }, "@cdktf/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableSchemaFieldsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableSchemaFieldsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-reference-table/index.ts", "line": 469 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-reference-table/index.ts", "line": 459 }, "name": "DataDatadogReferenceTableSchemaFieldsOutputReference", "namespace": "dataDatadogReferenceTable", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-reference-table/index.ts", "line": 498 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-reference-table/index.ts", "line": 503 }, "name": "type", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-reference-table/index.ts", "line": 473 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableSchemaFields" } ] } } } ], "symbolId": "src/data-datadog-reference-table/index:DataDatadogReferenceTableSchemaFieldsOutputReference" }, "@cdktf/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableSchemaOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableSchemaOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-reference-table/index.ts", "line": 573 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-reference-table/index.ts", "line": 565 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-reference-table/index.ts", "line": 617 }, "name": "putFields", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableSchemaFields" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-reference-table/index.ts", "line": 620 }, "name": "resetFields" } ], "name": "DataDatadogReferenceTableSchemaOutputReference", "namespace": "dataDatadogReferenceTable", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-reference-table/index.ts", "line": 614 }, "name": "fields", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableSchemaFieldsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-reference-table/index.ts", "line": 608 }, "name": "primaryKeys", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-reference-table/index.ts", "line": 624 }, "name": "fieldsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableSchemaFields" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-reference-table/index.ts", "line": 577 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableSchema" } ] } } } ], "symbolId": "src/data-datadog-reference-table/index:DataDatadogReferenceTableSchemaOutputReference" }, "@cdktf/provider-datadog.dataDatadogReferenceTableRows.DataDatadogReferenceTableRows": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformDataSource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/reference_table_rows datadog_reference_table_rows}." }, "fqn": "@cdktf/provider-datadog.dataDatadogReferenceTableRows.DataDatadogReferenceTableRows", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/reference_table_rows datadog_reference_table_rows} Data Source." }, "locationInModule": { "filename": "src/data-datadog-reference-table-rows/index.ts", "line": 162 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogReferenceTableRows.DataDatadogReferenceTableRowsConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-reference-table-rows/index.ts", "line": 130 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a DataDatadogReferenceTableRows resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/data-datadog-reference-table-rows/index.ts", "line": 147 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the DataDatadogReferenceTableRows to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/reference_table_rows#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing DataDatadogReferenceTableRows that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the DataDatadogReferenceTableRows to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-reference-table-rows/index.ts", "line": 218 }, "name": "putRows", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dataDatadogReferenceTableRows.DataDatadogReferenceTableRowsRows" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-reference-table-rows/index.ts", "line": 221 }, "name": "resetRows" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-reference-table-rows/index.ts", "line": 233 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-reference-table-rows/index.ts", "line": 241 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "DataDatadogReferenceTableRows", "namespace": "dataDatadogReferenceTableRows", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-reference-table-rows/index.ts", "line": 135 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-reference-table-rows/index.ts", "line": 215 }, "name": "rows", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogReferenceTableRows.DataDatadogReferenceTableRowsRowsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-reference-table-rows/index.ts", "line": 196 }, "name": "rowIdsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-reference-table-rows/index.ts", "line": 225 }, "name": "rowsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dataDatadogReferenceTableRows.DataDatadogReferenceTableRowsRows" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-reference-table-rows/index.ts", "line": 209 }, "name": "tableIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-reference-table-rows/index.ts", "line": 189 }, "name": "rowIds", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-reference-table-rows/index.ts", "line": 202 }, "name": "tableId", "type": { "primitive": "string" } } ], "symbolId": "src/data-datadog-reference-table-rows/index:DataDatadogReferenceTableRows" }, "@cdktf/provider-datadog.dataDatadogReferenceTableRows.DataDatadogReferenceTableRowsConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogReferenceTableRows.DataDatadogReferenceTableRowsConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/data-datadog-reference-table-rows/index.ts", "line": 14 }, "name": "DataDatadogReferenceTableRowsConfig", "namespace": "dataDatadogReferenceTableRows", "properties": [ { "abstract": true, "docs": { "remarks": "These are the values of the table's primary key field(s). Maximum 250 IDs per request.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/reference_table_rows#row_ids DataDatadogReferenceTableRows#row_ids}", "stability": "stable", "summary": "List of primary key values (row IDs) to retrieve." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-reference-table-rows/index.ts", "line": 20 }, "name": "rowIds", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/reference_table_rows#table_id DataDatadogReferenceTableRows#table_id}", "stability": "stable", "summary": "The UUID of the reference table to query rows from." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-reference-table-rows/index.ts", "line": 26 }, "name": "tableId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/reference_table_rows#rows DataDatadogReferenceTableRows#rows}", "stability": "stable", "summary": "rows block." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-reference-table-rows/index.ts", "line": 32 }, "name": "rows", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dataDatadogReferenceTableRows.DataDatadogReferenceTableRowsRows" }, "kind": "array" } } ] } } } ], "symbolId": "src/data-datadog-reference-table-rows/index:DataDatadogReferenceTableRowsConfig" }, "@cdktf/provider-datadog.dataDatadogReferenceTableRows.DataDatadogReferenceTableRowsRows": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogReferenceTableRows.DataDatadogReferenceTableRowsRows", "kind": "interface", "locationInModule": { "filename": "src/data-datadog-reference-table-rows/index.ts", "line": 34 }, "name": "DataDatadogReferenceTableRowsRows", "namespace": "dataDatadogReferenceTableRows", "symbolId": "src/data-datadog-reference-table-rows/index:DataDatadogReferenceTableRowsRows" }, "@cdktf/provider-datadog.dataDatadogReferenceTableRows.DataDatadogReferenceTableRowsRowsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogReferenceTableRows.DataDatadogReferenceTableRowsRowsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-reference-table-rows/index.ts", "line": 115 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-reference-table-rows/index.ts", "line": 107 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-reference-table-rows/index.ts", "line": 122 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dataDatadogReferenceTableRows.DataDatadogReferenceTableRowsRowsOutputReference" } } } ], "name": "DataDatadogReferenceTableRowsRowsList", "namespace": "dataDatadogReferenceTableRows", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/data-datadog-reference-table-rows/index.ts", "line": 115 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/data-datadog-reference-table-rows/index.ts", "line": 115 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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-reference-table-rows/index.ts", "line": 115 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-reference-table-rows/index.ts", "line": 108 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dataDatadogReferenceTableRows.DataDatadogReferenceTableRowsRows" }, "kind": "array" } } ] } } } ], "symbolId": "src/data-datadog-reference-table-rows/index:DataDatadogReferenceTableRowsRowsList" }, "@cdktf/provider-datadog.dataDatadogReferenceTableRows.DataDatadogReferenceTableRowsRowsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogReferenceTableRows.DataDatadogReferenceTableRowsRowsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-reference-table-rows/index.ts", "line": 67 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-reference-table-rows/index.ts", "line": 57 }, "name": "DataDatadogReferenceTableRowsRowsOutputReference", "namespace": "dataDatadogReferenceTableRows", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-reference-table-rows/index.ts", "line": 96 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-reference-table-rows/index.ts", "line": 102 }, "name": "values", "type": { "fqn": "cdktf.StringMap" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-reference-table-rows/index.ts", "line": 71 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dataDatadogReferenceTableRows.DataDatadogReferenceTableRowsRows" } ] } } } ], "symbolId": "src/data-datadog-reference-table-rows/index:DataDatadogReferenceTableRowsRowsOutputReference" }, "@cdktf/provider-datadog.dataDatadogRole.DataDatadogRole": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformDataSource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/role datadog_role}." }, "fqn": "@cdktf/provider-datadog.dataDatadogRole.DataDatadogRole", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/role datadog_role} Data Source." }, "locationInModule": { "filename": "src/data-datadog-role/index.ts", "line": 65 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogRole.DataDatadogRoleConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-role/index.ts", "line": 33 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a DataDatadogRole resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/data-datadog-role/index.ts", "line": 50 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the DataDatadogRole to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/role#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing DataDatadogRole that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the DataDatadogRole to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-role/index.ts", "line": 110 }, "name": "resetId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-role/index.ts", "line": 132 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-role/index.ts", "line": 139 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "DataDatadogRole", "namespace": "dataDatadogRole", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-role/index.ts", "line": 38 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-role/index.ts", "line": 119 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-role/index.ts", "line": 124 }, "name": "userCount", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-role/index.ts", "line": 98 }, "name": "filterInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-role/index.ts", "line": 114 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-role/index.ts", "line": 91 }, "name": "filter", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-role/index.ts", "line": 104 }, "name": "id", "type": { "primitive": "string" } } ], "symbolId": "src/data-datadog-role/index:DataDatadogRole" }, "@cdktf/provider-datadog.dataDatadogRole.DataDatadogRoleConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogRole.DataDatadogRoleConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/data-datadog-role/index.ts", "line": 14 }, "name": "DataDatadogRoleConfig", "namespace": "dataDatadogRole", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/role#filter DataDatadogRole#filter}", "stability": "stable", "summary": "A string on which to filter the roles." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-role/index.ts", "line": 20 }, "name": "filter", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/role#id DataDatadogRole#id}." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-role/index.ts", "line": 27 }, "name": "id", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/data-datadog-role/index:DataDatadogRoleConfig" }, "@cdktf/provider-datadog.dataDatadogRoleUsers.DataDatadogRoleUsers": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformDataSource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/role_users datadog_role_users}." }, "fqn": "@cdktf/provider-datadog.dataDatadogRoleUsers.DataDatadogRoleUsers", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/role_users datadog_role_users} Data Source." }, "locationInModule": { "filename": "src/data-datadog-role-users/index.ts", "line": 150 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogRoleUsers.DataDatadogRoleUsersConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-role-users/index.ts", "line": 118 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a DataDatadogRoleUsers resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/data-datadog-role-users/index.ts", "line": 135 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the DataDatadogRoleUsers to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/role_users#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing DataDatadogRoleUsers that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the DataDatadogRoleUsers to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-role-users/index.ts", "line": 183 }, "name": "resetExactMatch" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-role-users/index.ts", "line": 199 }, "name": "resetFilter" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-role-users/index.ts", "line": 235 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-role-users/index.ts", "line": 243 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "DataDatadogRoleUsers", "namespace": "dataDatadogRoleUsers", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-role-users/index.ts", "line": 123 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-role-users/index.ts", "line": 208 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-role-users/index.ts", "line": 227 }, "name": "roleUsers", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogRoleUsers.DataDatadogRoleUsersRoleUsersList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-role-users/index.ts", "line": 187 }, "name": "exactMatchInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-role-users/index.ts", "line": 203 }, "name": "filterInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-role-users/index.ts", "line": 221 }, "name": "roleIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-role-users/index.ts", "line": 177 }, "name": "exactMatch", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-role-users/index.ts", "line": 193 }, "name": "filter", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-role-users/index.ts", "line": 214 }, "name": "roleId", "type": { "primitive": "string" } } ], "symbolId": "src/data-datadog-role-users/index:DataDatadogRoleUsers" }, "@cdktf/provider-datadog.dataDatadogRoleUsers.DataDatadogRoleUsersConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogRoleUsers.DataDatadogRoleUsersConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/data-datadog-role-users/index.ts", "line": 14 }, "name": "DataDatadogRoleUsersConfig", "namespace": "dataDatadogRoleUsers", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/role_users#role_id DataDatadogRoleUsers#role_id}", "stability": "stable", "summary": "The role's identifier." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-role-users/index.ts", "line": 32 }, "name": "roleId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/role_users#exact_match DataDatadogRoleUsers#exact_match}", "stability": "stable", "summary": "When true, `filter_keyword` string is exact matched against the user's `name`." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-role-users/index.ts", "line": 20 }, "name": "exactMatch", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/role_users#filter DataDatadogRoleUsers#filter}", "stability": "stable", "summary": "Search query, can be user name." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-role-users/index.ts", "line": 26 }, "name": "filter", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/data-datadog-role-users/index:DataDatadogRoleUsersConfig" }, "@cdktf/provider-datadog.dataDatadogRoleUsers.DataDatadogRoleUsersRoleUsers": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogRoleUsers.DataDatadogRoleUsersRoleUsers", "kind": "interface", "locationInModule": { "filename": "src/data-datadog-role-users/index.ts", "line": 34 }, "name": "DataDatadogRoleUsersRoleUsers", "namespace": "dataDatadogRoleUsers", "symbolId": "src/data-datadog-role-users/index:DataDatadogRoleUsersRoleUsers" }, "@cdktf/provider-datadog.dataDatadogRoleUsers.DataDatadogRoleUsersRoleUsersList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogRoleUsers.DataDatadogRoleUsersRoleUsersList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-role-users/index.ts", "line": 103 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-role-users/index.ts", "line": 96 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-role-users/index.ts", "line": 110 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dataDatadogRoleUsers.DataDatadogRoleUsersRoleUsersOutputReference" } } } ], "name": "DataDatadogRoleUsersRoleUsersList", "namespace": "dataDatadogRoleUsers", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/data-datadog-role-users/index.ts", "line": 103 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/data-datadog-role-users/index.ts", "line": 103 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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-role-users/index.ts", "line": 103 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } } ], "symbolId": "src/data-datadog-role-users/index:DataDatadogRoleUsersRoleUsersList" }, "@cdktf/provider-datadog.dataDatadogRoleUsers.DataDatadogRoleUsersRoleUsersOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogRoleUsers.DataDatadogRoleUsersRoleUsersOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-role-users/index.ts", "line": 66 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-role-users/index.ts", "line": 57 }, "name": "DataDatadogRoleUsersRoleUsersOutputReference", "namespace": "dataDatadogRoleUsers", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-role-users/index.ts", "line": 86 }, "name": "roleId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-role-users/index.ts", "line": 91 }, "name": "userId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-role-users/index.ts", "line": 70 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogRoleUsers.DataDatadogRoleUsersRoleUsers" } } ], "symbolId": "src/data-datadog-role-users/index:DataDatadogRoleUsersRoleUsersOutputReference" }, "@cdktf/provider-datadog.dataDatadogRoles.DataDatadogRoles": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformDataSource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/roles datadog_roles}." }, "fqn": "@cdktf/provider-datadog.dataDatadogRoles.DataDatadogRoles", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/roles datadog_roles} Data Source." }, "locationInModule": { "filename": "src/data-datadog-roles/index.ts", "line": 150 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogRoles.DataDatadogRolesConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-roles/index.ts", "line": 118 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a DataDatadogRoles resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/data-datadog-roles/index.ts", "line": 135 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the DataDatadogRoles to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/roles#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing DataDatadogRoles that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the DataDatadogRoles to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-roles/index.ts", "line": 182 }, "name": "resetFilter" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-roles/index.ts", "line": 198 }, "name": "resetId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-roles/index.ts", "line": 216 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-roles/index.ts", "line": 223 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "DataDatadogRoles", "namespace": "dataDatadogRoles", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-roles/index.ts", "line": 123 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-roles/index.ts", "line": 208 }, "name": "roles", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogRoles.DataDatadogRolesRolesList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-roles/index.ts", "line": 186 }, "name": "filterInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-roles/index.ts", "line": 202 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-roles/index.ts", "line": 176 }, "name": "filter", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-roles/index.ts", "line": 192 }, "name": "id", "type": { "primitive": "string" } } ], "symbolId": "src/data-datadog-roles/index:DataDatadogRoles" }, "@cdktf/provider-datadog.dataDatadogRoles.DataDatadogRolesConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogRoles.DataDatadogRolesConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/data-datadog-roles/index.ts", "line": 14 }, "name": "DataDatadogRolesConfig", "namespace": "dataDatadogRoles", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/roles#filter DataDatadogRoles#filter}", "stability": "stable", "summary": "Filter all roles by the given string." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-roles/index.ts", "line": 20 }, "name": "filter", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/roles#id DataDatadogRoles#id}." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-roles/index.ts", "line": 27 }, "name": "id", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/data-datadog-roles/index:DataDatadogRolesConfig" }, "@cdktf/provider-datadog.dataDatadogRoles.DataDatadogRolesRoles": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogRoles.DataDatadogRolesRoles", "kind": "interface", "locationInModule": { "filename": "src/data-datadog-roles/index.ts", "line": 29 }, "name": "DataDatadogRolesRoles", "namespace": "dataDatadogRoles", "symbolId": "src/data-datadog-roles/index:DataDatadogRolesRoles" }, "@cdktf/provider-datadog.dataDatadogRoles.DataDatadogRolesRolesList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogRoles.DataDatadogRolesRolesList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-roles/index.ts", "line": 103 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-roles/index.ts", "line": 96 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-roles/index.ts", "line": 110 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dataDatadogRoles.DataDatadogRolesRolesOutputReference" } } } ], "name": "DataDatadogRolesRolesList", "namespace": "dataDatadogRoles", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/data-datadog-roles/index.ts", "line": 103 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/data-datadog-roles/index.ts", "line": 103 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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/index.ts", "line": 103 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } } ], "symbolId": "src/data-datadog-roles/index:DataDatadogRolesRolesList" }, "@cdktf/provider-datadog.dataDatadogRoles.DataDatadogRolesRolesOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogRoles.DataDatadogRolesRolesOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-roles/index.ts", "line": 61 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-roles/index.ts", "line": 52 }, "name": "DataDatadogRolesRolesOutputReference", "namespace": "dataDatadogRoles", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-roles/index.ts", "line": 81 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-roles/index.ts", "line": 86 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-roles/index.ts", "line": 91 }, "name": "userCount", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-roles/index.ts", "line": 65 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogRoles.DataDatadogRolesRoles" } } ], "symbolId": "src/data-datadog-roles/index:DataDatadogRolesRolesOutputReference" }, "@cdktf/provider-datadog.dataDatadogRumApplication.DataDatadogRumApplication": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformDataSource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/rum_application datadog_rum_application}." }, "fqn": "@cdktf/provider-datadog.dataDatadogRumApplication.DataDatadogRumApplication", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/rum_application datadog_rum_application} Data Source." }, "locationInModule": { "filename": "src/data-datadog-rum-application/index.ts", "line": 73 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogRumApplication.DataDatadogRumApplicationConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-rum-application/index.ts", "line": 41 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a DataDatadogRumApplication resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/data-datadog-rum-application/index.ts", "line": 58 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the DataDatadogRumApplication to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/rum_application#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing DataDatadogRumApplication that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the DataDatadogRumApplication to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-rum-application/index.ts", "line": 116 }, "name": "resetId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-rum-application/index.ts", "line": 137 }, "name": "resetNameFilter" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-rum-application/index.ts", "line": 158 }, "name": "resetTypeFilter" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-rum-application/index.ts", "line": 170 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-rum-application/index.ts", "line": 178 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "DataDatadogRumApplication", "namespace": "dataDatadogRumApplication", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-rum-application/index.ts", "line": 46 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-rum-application/index.ts", "line": 99 }, "name": "apiKeyId", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-rum-application/index.ts", "line": 104 }, "name": "clientToken", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-rum-application/index.ts", "line": 125 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-rum-application/index.ts", "line": 146 }, "name": "type", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-rum-application/index.ts", "line": 120 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-rum-application/index.ts", "line": 141 }, "name": "nameFilterInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-rum-application/index.ts", "line": 162 }, "name": "typeFilterInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-rum-application/index.ts", "line": 110 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-rum-application/index.ts", "line": 131 }, "name": "nameFilter", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-rum-application/index.ts", "line": 152 }, "name": "typeFilter", "type": { "primitive": "string" } } ], "symbolId": "src/data-datadog-rum-application/index:DataDatadogRumApplication" }, "@cdktf/provider-datadog.dataDatadogRumApplication.DataDatadogRumApplicationConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogRumApplication.DataDatadogRumApplicationConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/data-datadog-rum-application/index.ts", "line": 14 }, "name": "DataDatadogRumApplicationConfig", "namespace": "dataDatadogRumApplication", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/rum_application#id DataDatadogRumApplication#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "ID of the RUM application. Cannot be used with name and type filters." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-rum-application/index.ts", "line": 23 }, "name": "id", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/rum_application#name_filter DataDatadogRumApplication#name_filter}", "stability": "stable", "summary": "The name used to search for a RUM application." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-rum-application/index.ts", "line": 29 }, "name": "nameFilter", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/rum_application#type_filter DataDatadogRumApplication#type_filter}", "stability": "stable", "summary": "The type used to search for a RUM application." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-rum-application/index.ts", "line": 35 }, "name": "typeFilter", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/data-datadog-rum-application/index:DataDatadogRumApplicationConfig" }, "@cdktf/provider-datadog.dataDatadogRumRetentionFilters.DataDatadogRumRetentionFilters": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformDataSource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/rum_retention_filters datadog_rum_retention_filters}." }, "fqn": "@cdktf/provider-datadog.dataDatadogRumRetentionFilters.DataDatadogRumRetentionFilters", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/rum_retention_filters datadog_rum_retention_filters} Data Source." }, "locationInModule": { "filename": "src/data-datadog-rum-retention-filters/index.ts", "line": 158 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogRumRetentionFilters.DataDatadogRumRetentionFiltersConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-rum-retention-filters/index.ts", "line": 126 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a DataDatadogRumRetentionFilters resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/data-datadog-rum-retention-filters/index.ts", "line": 143 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the DataDatadogRumRetentionFilters to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/rum_retention_filters#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing DataDatadogRumRetentionFilters that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the DataDatadogRumRetentionFilters to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-rum-retention-filters/index.ts", "line": 209 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-rum-retention-filters/index.ts", "line": 215 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "DataDatadogRumRetentionFilters", "namespace": "dataDatadogRumRetentionFilters", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-rum-retention-filters/index.ts", "line": 131 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-rum-retention-filters/index.ts", "line": 195 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-rum-retention-filters/index.ts", "line": 201 }, "name": "retentionFilters", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogRumRetentionFilters.DataDatadogRumRetentionFiltersRetentionFiltersList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-rum-retention-filters/index.ts", "line": 190 }, "name": "applicationIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-rum-retention-filters/index.ts", "line": 183 }, "name": "applicationId", "type": { "primitive": "string" } } ], "symbolId": "src/data-datadog-rum-retention-filters/index:DataDatadogRumRetentionFilters" }, "@cdktf/provider-datadog.dataDatadogRumRetentionFilters.DataDatadogRumRetentionFiltersConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogRumRetentionFilters.DataDatadogRumRetentionFiltersConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/data-datadog-rum-retention-filters/index.ts", "line": 14 }, "name": "DataDatadogRumRetentionFiltersConfig", "namespace": "dataDatadogRumRetentionFilters", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/rum_retention_filters#application_id DataDatadogRumRetentionFilters#application_id}", "stability": "stable", "summary": "RUM application ID." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-rum-retention-filters/index.ts", "line": 20 }, "name": "applicationId", "type": { "primitive": "string" } } ], "symbolId": "src/data-datadog-rum-retention-filters/index:DataDatadogRumRetentionFiltersConfig" }, "@cdktf/provider-datadog.dataDatadogRumRetentionFilters.DataDatadogRumRetentionFiltersRetentionFilters": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogRumRetentionFilters.DataDatadogRumRetentionFiltersRetentionFilters", "kind": "interface", "locationInModule": { "filename": "src/data-datadog-rum-retention-filters/index.ts", "line": 22 }, "name": "DataDatadogRumRetentionFiltersRetentionFilters", "namespace": "dataDatadogRumRetentionFilters", "symbolId": "src/data-datadog-rum-retention-filters/index:DataDatadogRumRetentionFiltersRetentionFilters" }, "@cdktf/provider-datadog.dataDatadogRumRetentionFilters.DataDatadogRumRetentionFiltersRetentionFiltersList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogRumRetentionFilters.DataDatadogRumRetentionFiltersRetentionFiltersList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-rum-retention-filters/index.ts", "line": 111 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-rum-retention-filters/index.ts", "line": 104 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-rum-retention-filters/index.ts", "line": 118 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dataDatadogRumRetentionFilters.DataDatadogRumRetentionFiltersRetentionFiltersOutputReference" } } } ], "name": "DataDatadogRumRetentionFiltersRetentionFiltersList", "namespace": "dataDatadogRumRetentionFilters", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/data-datadog-rum-retention-filters/index.ts", "line": 111 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/data-datadog-rum-retention-filters/index.ts", "line": 111 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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-rum-retention-filters/index.ts", "line": 111 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } } ], "symbolId": "src/data-datadog-rum-retention-filters/index:DataDatadogRumRetentionFiltersRetentionFiltersList" }, "@cdktf/provider-datadog.dataDatadogRumRetentionFilters.DataDatadogRumRetentionFiltersRetentionFiltersOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogRumRetentionFilters.DataDatadogRumRetentionFiltersRetentionFiltersOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-rum-retention-filters/index.ts", "line": 54 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-rum-retention-filters/index.ts", "line": 45 }, "name": "DataDatadogRumRetentionFiltersRetentionFiltersOutputReference", "namespace": "dataDatadogRumRetentionFilters", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-rum-retention-filters/index.ts", "line": 74 }, "name": "enabled", "type": { "fqn": "cdktf.IResolvable" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-rum-retention-filters/index.ts", "line": 79 }, "name": "eventType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-rum-retention-filters/index.ts", "line": 84 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-rum-retention-filters/index.ts", "line": 89 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-rum-retention-filters/index.ts", "line": 94 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-rum-retention-filters/index.ts", "line": 99 }, "name": "sampleRate", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-rum-retention-filters/index.ts", "line": 58 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogRumRetentionFilters.DataDatadogRumRetentionFiltersRetentionFilters" } } ], "symbolId": "src/data-datadog-rum-retention-filters/index:DataDatadogRumRetentionFiltersRetentionFiltersOutputReference" }, "@cdktf/provider-datadog.dataDatadogSecurityMonitoringFilters.DataDatadogSecurityMonitoringFilters": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformDataSource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/security_monitoring_filters datadog_security_monitoring_filters}." }, "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringFilters.DataDatadogSecurityMonitoringFilters", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/security_monitoring_filters datadog_security_monitoring_filters} Data Source." }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-filters/index.ts", "line": 240 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringFilters.DataDatadogSecurityMonitoringFiltersConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-security-monitoring-filters/index.ts", "line": 208 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a DataDatadogSecurityMonitoringFilters resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-filters/index.ts", "line": 225 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the DataDatadogSecurityMonitoringFilters to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/security_monitoring_filters#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing DataDatadogSecurityMonitoringFilters that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the DataDatadogSecurityMonitoringFilters to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-filters/index.ts", "line": 282 }, "name": "resetId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-filters/index.ts", "line": 294 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-filters/index.ts", "line": 300 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "DataDatadogSecurityMonitoringFilters", "namespace": "dataDatadogSecurityMonitoringFilters", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-filters/index.ts", "line": 213 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-filters/index.ts", "line": 265 }, "name": "filters", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringFilters.DataDatadogSecurityMonitoringFiltersFiltersList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-filters/index.ts", "line": 270 }, "name": "filtersIds", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-filters/index.ts", "line": 286 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-filters/index.ts", "line": 276 }, "name": "id", "type": { "primitive": "string" } } ], "symbolId": "src/data-datadog-security-monitoring-filters/index:DataDatadogSecurityMonitoringFilters" }, "@cdktf/provider-datadog.dataDatadogSecurityMonitoringFilters.DataDatadogSecurityMonitoringFiltersConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringFilters.DataDatadogSecurityMonitoringFiltersConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/data-datadog-security-monitoring-filters/index.ts", "line": 14 }, "name": "DataDatadogSecurityMonitoringFiltersConfig", "namespace": "dataDatadogSecurityMonitoringFilters", "properties": [ { "abstract": true, "docs": { "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/security_monitoring_filters#id DataDatadogSecurityMonitoringFilters#id}." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-filters/index.ts", "line": 21 }, "name": "id", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/data-datadog-security-monitoring-filters/index:DataDatadogSecurityMonitoringFiltersConfig" }, "@cdktf/provider-datadog.dataDatadogSecurityMonitoringFilters.DataDatadogSecurityMonitoringFiltersFilters": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringFilters.DataDatadogSecurityMonitoringFiltersFilters", "kind": "interface", "locationInModule": { "filename": "src/data-datadog-security-monitoring-filters/index.ts", "line": 103 }, "name": "DataDatadogSecurityMonitoringFiltersFilters", "namespace": "dataDatadogSecurityMonitoringFilters", "symbolId": "src/data-datadog-security-monitoring-filters/index:DataDatadogSecurityMonitoringFiltersFilters" }, "@cdktf/provider-datadog.dataDatadogSecurityMonitoringFilters.DataDatadogSecurityMonitoringFiltersFiltersExclusionFilter": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringFilters.DataDatadogSecurityMonitoringFiltersFiltersExclusionFilter", "kind": "interface", "locationInModule": { "filename": "src/data-datadog-security-monitoring-filters/index.ts", "line": 23 }, "name": "DataDatadogSecurityMonitoringFiltersFiltersExclusionFilter", "namespace": "dataDatadogSecurityMonitoringFilters", "symbolId": "src/data-datadog-security-monitoring-filters/index:DataDatadogSecurityMonitoringFiltersFiltersExclusionFilter" }, "@cdktf/provider-datadog.dataDatadogSecurityMonitoringFilters.DataDatadogSecurityMonitoringFiltersFiltersExclusionFilterList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringFilters.DataDatadogSecurityMonitoringFiltersFiltersExclusionFilterList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-filters/index.ts", "line": 92 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-security-monitoring-filters/index.ts", "line": 85 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-filters/index.ts", "line": 99 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringFilters.DataDatadogSecurityMonitoringFiltersFiltersExclusionFilterOutputReference" } } } ], "name": "DataDatadogSecurityMonitoringFiltersFiltersExclusionFilterList", "namespace": "dataDatadogSecurityMonitoringFilters", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-filters/index.ts", "line": 92 }, "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/index.ts", "line": 92 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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/index.ts", "line": 92 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } } ], "symbolId": "src/data-datadog-security-monitoring-filters/index:DataDatadogSecurityMonitoringFiltersFiltersExclusionFilterList" }, "@cdktf/provider-datadog.dataDatadogSecurityMonitoringFilters.DataDatadogSecurityMonitoringFiltersFiltersExclusionFilterOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringFilters.DataDatadogSecurityMonitoringFiltersFiltersExclusionFilterOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-filters/index.ts", "line": 55 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-security-monitoring-filters/index.ts", "line": 46 }, "name": "DataDatadogSecurityMonitoringFiltersFiltersExclusionFilterOutputReference", "namespace": "dataDatadogSecurityMonitoringFilters", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-filters/index.ts", "line": 75 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-filters/index.ts", "line": 80 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-filters/index.ts", "line": 59 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringFilters.DataDatadogSecurityMonitoringFiltersFiltersExclusionFilter" } } ], "symbolId": "src/data-datadog-security-monitoring-filters/index:DataDatadogSecurityMonitoringFiltersFiltersExclusionFilterOutputReference" }, "@cdktf/provider-datadog.dataDatadogSecurityMonitoringFilters.DataDatadogSecurityMonitoringFiltersFiltersList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringFilters.DataDatadogSecurityMonitoringFiltersFiltersList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-filters/index.ts", "line": 193 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-security-monitoring-filters/index.ts", "line": 186 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-filters/index.ts", "line": 200 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringFilters.DataDatadogSecurityMonitoringFiltersFiltersOutputReference" } } } ], "name": "DataDatadogSecurityMonitoringFiltersFiltersList", "namespace": "dataDatadogSecurityMonitoringFilters", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-filters/index.ts", "line": 193 }, "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/index.ts", "line": 193 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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/index.ts", "line": 193 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } } ], "symbolId": "src/data-datadog-security-monitoring-filters/index:DataDatadogSecurityMonitoringFiltersFiltersList" }, "@cdktf/provider-datadog.dataDatadogSecurityMonitoringFilters.DataDatadogSecurityMonitoringFiltersFiltersOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringFilters.DataDatadogSecurityMonitoringFiltersFiltersOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-filters/index.ts", "line": 135 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-security-monitoring-filters/index.ts", "line": 126 }, "name": "DataDatadogSecurityMonitoringFiltersFiltersOutputReference", "namespace": "dataDatadogSecurityMonitoringFilters", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-filters/index.ts", "line": 156 }, "name": "exclusionFilter", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringFilters.DataDatadogSecurityMonitoringFiltersFiltersExclusionFilterList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-filters/index.ts", "line": 161 }, "name": "filteredDataType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-filters/index.ts", "line": 166 }, "name": "isEnabled", "type": { "fqn": "cdktf.IResolvable" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-filters/index.ts", "line": 171 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-filters/index.ts", "line": 176 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-filters/index.ts", "line": 181 }, "name": "version", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-filters/index.ts", "line": 139 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringFilters.DataDatadogSecurityMonitoringFiltersFilters" } } ], "symbolId": "src/data-datadog-security-monitoring-filters/index:DataDatadogSecurityMonitoringFiltersFiltersOutputReference" }, "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRules": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformDataSource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/security_monitoring_rules datadog_security_monitoring_rules}." }, "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRules", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/security_monitoring_rules datadog_security_monitoring_rules} Data Source." }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1937 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.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.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1905 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a DataDatadogSecurityMonitoringRules resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1922 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the DataDatadogSecurityMonitoringRules to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/security_monitoring_rules#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing DataDatadogSecurityMonitoringRules that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the DataDatadogSecurityMonitoringRules to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1972 }, "name": "resetDefaultOnlyFilter" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1988 }, "name": "resetId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 2004 }, "name": "resetNameFilter" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 2031 }, "name": "resetTagsFilter" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 2047 }, "name": "resetUserOnlyFilter" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 2059 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 2069 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "DataDatadogSecurityMonitoringRules", "namespace": "dataDatadogSecurityMonitoringRules", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1910 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 2013 }, "name": "ruleIds", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 2019 }, "name": "rules", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1976 }, "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/index.ts", "line": 1992 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 2008 }, "name": "nameFilterInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 2035 }, "name": "tagsFilterInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 2051 }, "name": "userOnlyFilterInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1966 }, "name": "defaultOnlyFilter", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1982 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1998 }, "name": "nameFilter", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 2025 }, "name": "tagsFilter", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 2041 }, "name": "userOnlyFilter", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } } ], "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRules" }, "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 14 }, "name": "DataDatadogSecurityMonitoringRulesConfig", "namespace": "dataDatadogSecurityMonitoringRules", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/security_monitoring_rules#default_only_filter DataDatadogSecurityMonitoringRules#default_only_filter}", "stability": "stable", "summary": "Limit the search to default rules." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 20 }, "name": "defaultOnlyFilter", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "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://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/security_monitoring_rules#id DataDatadogSecurityMonitoringRules#id}." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 27 }, "name": "id", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/security_monitoring_rules#name_filter DataDatadogSecurityMonitoringRules#name_filter}", "stability": "stable", "summary": "A rule name to limit the search." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 33 }, "name": "nameFilter", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/security_monitoring_rules#tags_filter DataDatadogSecurityMonitoringRules#tags_filter}", "stability": "stable", "summary": "A list of tags to limit the search." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 39 }, "name": "tagsFilter", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/security_monitoring_rules#user_only_filter DataDatadogSecurityMonitoringRules#user_only_filter}", "stability": "stable", "summary": "Limit the search to user rules." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 45 }, "name": "userOnlyFilter", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } } ], "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesConfig" }, "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRules": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRules", "kind": "interface", "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1742 }, "name": "DataDatadogSecurityMonitoringRulesRules", "namespace": "dataDatadogSecurityMonitoringRules", "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRules" }, "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesCalculatedField": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesCalculatedField", "kind": "interface", "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 47 }, "name": "DataDatadogSecurityMonitoringRulesRulesCalculatedField", "namespace": "dataDatadogSecurityMonitoringRules", "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesCalculatedField" }, "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesCalculatedFieldList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesCalculatedFieldList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 116 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 109 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 123 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesCalculatedFieldOutputReference" } } } ], "name": "DataDatadogSecurityMonitoringRulesRulesCalculatedFieldList", "namespace": "dataDatadogSecurityMonitoringRules", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 116 }, "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/index.ts", "line": 116 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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/index.ts", "line": 116 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } } ], "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesCalculatedFieldList" }, "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesCalculatedFieldOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesCalculatedFieldOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 79 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 70 }, "name": "DataDatadogSecurityMonitoringRulesRulesCalculatedFieldOutputReference", "namespace": "dataDatadogSecurityMonitoringRules", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 99 }, "name": "expression", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 104 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 83 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesCalculatedField" } } ], "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesCalculatedFieldOutputReference" }, "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesCase": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesCase", "kind": "interface", "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 283 }, "name": "DataDatadogSecurityMonitoringRulesRulesCase", "namespace": "dataDatadogSecurityMonitoringRules", "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesCase" }, "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesCaseAction": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesCaseAction", "kind": "interface", "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 202 }, "name": "DataDatadogSecurityMonitoringRulesRulesCaseAction", "namespace": "dataDatadogSecurityMonitoringRules", "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesCaseAction" }, "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesCaseActionList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesCaseActionList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 272 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 265 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 279 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesCaseActionOutputReference" } } } ], "name": "DataDatadogSecurityMonitoringRulesRulesCaseActionList", "namespace": "dataDatadogSecurityMonitoringRules", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 272 }, "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/index.ts", "line": 272 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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/index.ts", "line": 272 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } } ], "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesCaseActionList" }, "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesCaseActionOptions": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesCaseActionOptions", "kind": "interface", "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 127 }, "name": "DataDatadogSecurityMonitoringRulesRulesCaseActionOptions", "namespace": "dataDatadogSecurityMonitoringRules", "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesCaseActionOptions" }, "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesCaseActionOptionsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesCaseActionOptionsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 191 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 184 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 198 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesCaseActionOptionsOutputReference" } } } ], "name": "DataDatadogSecurityMonitoringRulesRulesCaseActionOptionsList", "namespace": "dataDatadogSecurityMonitoringRules", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 191 }, "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/index.ts", "line": 191 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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/index.ts", "line": 191 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } } ], "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesCaseActionOptionsList" }, "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesCaseActionOptionsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesCaseActionOptionsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 159 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 150 }, "name": "DataDatadogSecurityMonitoringRulesRulesCaseActionOptionsOutputReference", "namespace": "dataDatadogSecurityMonitoringRules", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 179 }, "name": "duration", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 163 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesCaseActionOptions" } } ], "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesCaseActionOptionsOutputReference" }, "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesCaseActionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesCaseActionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 234 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 225 }, "name": "DataDatadogSecurityMonitoringRulesRulesCaseActionOutputReference", "namespace": "dataDatadogSecurityMonitoringRules", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 255 }, "name": "options", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesCaseActionOptionsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 260 }, "name": "type", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 238 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesCaseAction" } } ], "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesCaseActionOutputReference" }, "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesCaseList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesCaseList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 368 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 361 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 375 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesCaseOutputReference" } } } ], "name": "DataDatadogSecurityMonitoringRulesRulesCaseList", "namespace": "dataDatadogSecurityMonitoringRules", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 368 }, "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/index.ts", "line": 368 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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/index.ts", "line": 368 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } } ], "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesCaseList" }, "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesCaseOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesCaseOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 315 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 306 }, "name": "DataDatadogSecurityMonitoringRulesRulesCaseOutputReference", "namespace": "dataDatadogSecurityMonitoringRules", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 336 }, "name": "action", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesCaseActionList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 341 }, "name": "condition", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 346 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 351 }, "name": "notifications", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 356 }, "name": "status", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 319 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesCase" } } ], "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesCaseOutputReference" }, "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesFilter": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesFilter", "kind": "interface", "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 379 }, "name": "DataDatadogSecurityMonitoringRulesRulesFilter", "namespace": "dataDatadogSecurityMonitoringRules", "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesFilter" }, "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesFilterList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesFilterList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 448 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 441 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 455 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesFilterOutputReference" } } } ], "name": "DataDatadogSecurityMonitoringRulesRulesFilterList", "namespace": "dataDatadogSecurityMonitoringRules", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 448 }, "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/index.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/data-datadog-security-monitoring-rules/index.ts", "line": 448 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } } ], "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesFilterList" }, "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesFilterOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesFilterOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 411 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 402 }, "name": "DataDatadogSecurityMonitoringRulesRulesFilterOutputReference", "namespace": "dataDatadogSecurityMonitoringRules", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 431 }, "name": "action", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 436 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 415 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesFilter" } } ], "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesFilterOutputReference" }, "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1890 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1883 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1897 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOutputReference" } } } ], "name": "DataDatadogSecurityMonitoringRulesRulesList", "namespace": "dataDatadogSecurityMonitoringRules", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1890 }, "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/index.ts", "line": 1890 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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/index.ts", "line": 1890 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } } ], "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesList" }, "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptions": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptions", "kind": "interface", "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1047 }, "name": "DataDatadogSecurityMonitoringRulesRulesOptions", "namespace": "dataDatadogSecurityMonitoringRules", "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesOptions" }, "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsImpossibleTravelOptions": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsImpossibleTravelOptions", "kind": "interface", "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 459 }, "name": "DataDatadogSecurityMonitoringRulesRulesOptionsImpossibleTravelOptions", "namespace": "dataDatadogSecurityMonitoringRules", "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesOptionsImpossibleTravelOptions" }, "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsImpossibleTravelOptionsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsImpossibleTravelOptionsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 523 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 516 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 530 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsImpossibleTravelOptionsOutputReference" } } } ], "name": "DataDatadogSecurityMonitoringRulesRulesOptionsImpossibleTravelOptionsList", "namespace": "dataDatadogSecurityMonitoringRules", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 523 }, "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/index.ts", "line": 523 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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/index.ts", "line": 523 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } } ], "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesOptionsImpossibleTravelOptionsList" }, "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsImpossibleTravelOptionsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsImpossibleTravelOptionsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 491 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 482 }, "name": "DataDatadogSecurityMonitoringRulesRulesOptionsImpossibleTravelOptionsOutputReference", "namespace": "dataDatadogSecurityMonitoringRules", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 511 }, "name": "baselineUserLocations", "type": { "fqn": "cdktf.IResolvable" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 495 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsImpossibleTravelOptions" } } ], "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesOptionsImpossibleTravelOptionsOutputReference" }, "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1155 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1148 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1162 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsOutputReference" } } } ], "name": "DataDatadogSecurityMonitoringRulesRulesOptionsList", "namespace": "dataDatadogSecurityMonitoringRules", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1155 }, "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/index.ts", "line": 1155 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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/index.ts", "line": 1155 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } } ], "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesOptionsList" }, "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsNewValueOptions": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsNewValueOptions", "kind": "interface", "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 534 }, "name": "DataDatadogSecurityMonitoringRulesRulesOptionsNewValueOptions", "namespace": "dataDatadogSecurityMonitoringRules", "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesOptionsNewValueOptions" }, "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsNewValueOptionsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsNewValueOptionsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 613 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 606 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 620 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsNewValueOptionsOutputReference" } } } ], "name": "DataDatadogSecurityMonitoringRulesRulesOptionsNewValueOptionsList", "namespace": "dataDatadogSecurityMonitoringRules", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 613 }, "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/index.ts", "line": 613 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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/index.ts", "line": 613 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } } ], "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesOptionsNewValueOptionsList" }, "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsNewValueOptionsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsNewValueOptionsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 566 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 557 }, "name": "DataDatadogSecurityMonitoringRulesRulesOptionsNewValueOptionsOutputReference", "namespace": "dataDatadogSecurityMonitoringRules", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 586 }, "name": "forgetAfter", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 591 }, "name": "learningDuration", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 596 }, "name": "learningMethod", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 601 }, "name": "learningThreshold", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 570 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsNewValueOptions" } } ], "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesOptionsNewValueOptionsOutputReference" }, "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1079 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1070 }, "name": "DataDatadogSecurityMonitoringRulesRulesOptionsOutputReference", "namespace": "dataDatadogSecurityMonitoringRules", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1099 }, "name": "decreaseCriticalityBasedOnEnv", "type": { "fqn": "cdktf.IResolvable" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1104 }, "name": "detectionMethod", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1109 }, "name": "evaluationWindow", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1115 }, "name": "impossibleTravelOptions", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsImpossibleTravelOptionsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1120 }, "name": "keepAlive", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1125 }, "name": "maxSignalDuration", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1131 }, "name": "newValueOptions", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsNewValueOptionsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1137 }, "name": "sequenceDetectionOptions", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsSequenceDetectionOptionsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1143 }, "name": "thirdPartyRuleOptions", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsThirdPartyRuleOptionsList" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1083 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptions" } } ], "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesOptionsOutputReference" }, "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsSequenceDetectionOptions": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsSequenceDetectionOptions", "kind": "interface", "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 794 }, "name": "DataDatadogSecurityMonitoringRulesRulesOptionsSequenceDetectionOptions", "namespace": "dataDatadogSecurityMonitoringRules", "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesOptionsSequenceDetectionOptions" }, "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsSequenceDetectionOptionsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsSequenceDetectionOptionsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 865 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 858 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 872 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsSequenceDetectionOptionsOutputReference" } } } ], "name": "DataDatadogSecurityMonitoringRulesRulesOptionsSequenceDetectionOptionsList", "namespace": "dataDatadogSecurityMonitoringRules", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 865 }, "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/index.ts", "line": 865 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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/index.ts", "line": 865 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } } ], "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesOptionsSequenceDetectionOptionsList" }, "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsSequenceDetectionOptionsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsSequenceDetectionOptionsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.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" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 817 }, "name": "DataDatadogSecurityMonitoringRulesRulesOptionsSequenceDetectionOptionsOutputReference", "namespace": "dataDatadogSecurityMonitoringRules", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 853 }, "name": "steps", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsSequenceDetectionOptionsStepsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 847 }, "name": "stepTransitions", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsSequenceDetectionOptionsStepTransitionsList" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 830 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsSequenceDetectionOptions" } } ], "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesOptionsSequenceDetectionOptionsOutputReference" }, "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsSequenceDetectionOptionsStepTransitions": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsSequenceDetectionOptionsStepTransitions", "kind": "interface", "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 624 }, "name": "DataDatadogSecurityMonitoringRulesRulesOptionsSequenceDetectionOptionsStepTransitions", "namespace": "dataDatadogSecurityMonitoringRules", "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesOptionsSequenceDetectionOptionsStepTransitions" }, "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsSequenceDetectionOptionsStepTransitionsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsSequenceDetectionOptionsStepTransitionsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 698 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 691 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 705 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsSequenceDetectionOptionsStepTransitionsOutputReference" } } } ], "name": "DataDatadogSecurityMonitoringRulesRulesOptionsSequenceDetectionOptionsStepTransitionsList", "namespace": "dataDatadogSecurityMonitoringRules", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 698 }, "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/index.ts", "line": 698 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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/index.ts", "line": 698 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } } ], "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesOptionsSequenceDetectionOptionsStepTransitionsList" }, "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsSequenceDetectionOptionsStepTransitionsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsSequenceDetectionOptionsStepTransitionsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 656 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 647 }, "name": "DataDatadogSecurityMonitoringRulesRulesOptionsSequenceDetectionOptionsStepTransitionsOutputReference", "namespace": "dataDatadogSecurityMonitoringRules", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 676 }, "name": "child", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 681 }, "name": "evaluationWindow", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 686 }, "name": "parent", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 660 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsSequenceDetectionOptionsStepTransitions" } } ], "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesOptionsSequenceDetectionOptionsStepTransitionsOutputReference" }, "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsSequenceDetectionOptionsSteps": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsSequenceDetectionOptionsSteps", "kind": "interface", "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 709 }, "name": "DataDatadogSecurityMonitoringRulesRulesOptionsSequenceDetectionOptionsSteps", "namespace": "dataDatadogSecurityMonitoringRules", "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesOptionsSequenceDetectionOptionsSteps" }, "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsSequenceDetectionOptionsStepsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsSequenceDetectionOptionsStepsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 783 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 776 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 790 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsSequenceDetectionOptionsStepsOutputReference" } } } ], "name": "DataDatadogSecurityMonitoringRulesRulesOptionsSequenceDetectionOptionsStepsList", "namespace": "dataDatadogSecurityMonitoringRules", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 783 }, "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/index.ts", "line": 783 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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/index.ts", "line": 783 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } } ], "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesOptionsSequenceDetectionOptionsStepsList" }, "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsSequenceDetectionOptionsStepsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsSequenceDetectionOptionsStepsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 741 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 732 }, "name": "DataDatadogSecurityMonitoringRulesRulesOptionsSequenceDetectionOptionsStepsOutputReference", "namespace": "dataDatadogSecurityMonitoringRules", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 761 }, "name": "condition", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 766 }, "name": "evaluationWindow", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 771 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 745 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsSequenceDetectionOptionsSteps" } } ], "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesOptionsSequenceDetectionOptionsStepsOutputReference" }, "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsThirdPartyRuleOptions": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsThirdPartyRuleOptions", "kind": "interface", "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 956 }, "name": "DataDatadogSecurityMonitoringRulesRulesOptionsThirdPartyRuleOptions", "namespace": "dataDatadogSecurityMonitoringRules", "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesOptionsThirdPartyRuleOptions" }, "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsThirdPartyRuleOptionsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsThirdPartyRuleOptionsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.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": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1029 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1043 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsThirdPartyRuleOptionsOutputReference" } } } ], "name": "DataDatadogSecurityMonitoringRulesRulesOptionsThirdPartyRuleOptionsList", "namespace": "dataDatadogSecurityMonitoringRules", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1036 }, "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/index.ts", "line": 1036 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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/index.ts", "line": 1036 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } } ], "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesOptionsThirdPartyRuleOptionsList" }, "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsThirdPartyRuleOptionsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsThirdPartyRuleOptionsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 988 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 979 }, "name": "DataDatadogSecurityMonitoringRulesRulesOptionsThirdPartyRuleOptionsOutputReference", "namespace": "dataDatadogSecurityMonitoringRules", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1008 }, "name": "defaultNotifications", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1013 }, "name": "defaultStatus", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1019 }, "name": "rootQuery", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsThirdPartyRuleOptionsRootQueryList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1024 }, "name": "signalTitleTemplate", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 992 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsThirdPartyRuleOptions" } } ], "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesOptionsThirdPartyRuleOptionsOutputReference" }, "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsThirdPartyRuleOptionsRootQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsThirdPartyRuleOptionsRootQuery", "kind": "interface", "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 876 }, "name": "DataDatadogSecurityMonitoringRulesRulesOptionsThirdPartyRuleOptionsRootQuery", "namespace": "dataDatadogSecurityMonitoringRules", "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesOptionsThirdPartyRuleOptionsRootQuery" }, "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsThirdPartyRuleOptionsRootQueryList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsThirdPartyRuleOptionsRootQueryList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 945 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 938 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 952 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsThirdPartyRuleOptionsRootQueryOutputReference" } } } ], "name": "DataDatadogSecurityMonitoringRulesRulesOptionsThirdPartyRuleOptionsRootQueryList", "namespace": "dataDatadogSecurityMonitoringRules", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 945 }, "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/index.ts", "line": 945 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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/index.ts", "line": 945 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } } ], "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesOptionsThirdPartyRuleOptionsRootQueryList" }, "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsThirdPartyRuleOptionsRootQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsThirdPartyRuleOptionsRootQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.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" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 899 }, "name": "DataDatadogSecurityMonitoringRulesRulesOptionsThirdPartyRuleOptionsRootQueryOutputReference", "namespace": "dataDatadogSecurityMonitoringRules", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 928 }, "name": "groupByFields", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 933 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 912 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsThirdPartyRuleOptionsRootQuery" } } ], "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesOptionsThirdPartyRuleOptionsRootQueryOutputReference" }, "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1774 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1765 }, "name": "DataDatadogSecurityMonitoringRulesRulesOutputReference", "namespace": "dataDatadogSecurityMonitoringRules", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1795 }, "name": "calculatedField", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesCalculatedFieldList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1801 }, "name": "case", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesCaseList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1806 }, "name": "enabled", "type": { "fqn": "cdktf.IResolvable" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1812 }, "name": "filter", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesFilterList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1817 }, "name": "groupSignalsBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1822 }, "name": "hasExtendedTitle", "type": { "fqn": "cdktf.IResolvable" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1827 }, "name": "message", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1832 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1838 }, "name": "options", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1844 }, "name": "query", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesQueryList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1850 }, "name": "referenceTables", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesReferenceTablesList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1856 }, "name": "schedulingOptions", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesSchedulingOptionsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1862 }, "name": "signalQuery", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesSignalQueryList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1867 }, "name": "tags", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1873 }, "name": "thirdPartyCase", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesThirdPartyCaseList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1878 }, "name": "type", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1778 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRules" } } ], "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesOutputReference" }, "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesQuery", "kind": "interface", "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1246 }, "name": "DataDatadogSecurityMonitoringRulesRulesQuery", "namespace": "dataDatadogSecurityMonitoringRules", "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesQuery" }, "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesQueryAgentRule": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesQueryAgentRule", "kind": "interface", "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1166 }, "name": "DataDatadogSecurityMonitoringRulesRulesQueryAgentRule", "namespace": "dataDatadogSecurityMonitoringRules", "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesQueryAgentRule" }, "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesQueryAgentRuleList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesQueryAgentRuleList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1235 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1228 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1242 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesQueryAgentRuleOutputReference" } } } ], "name": "DataDatadogSecurityMonitoringRulesRulesQueryAgentRuleList", "namespace": "dataDatadogSecurityMonitoringRules", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1235 }, "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/index.ts", "line": 1235 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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/index.ts", "line": 1235 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } } ], "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesQueryAgentRuleList" }, "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesQueryAgentRuleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesQueryAgentRuleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1198 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1189 }, "name": "DataDatadogSecurityMonitoringRulesRulesQueryAgentRuleOutputReference", "namespace": "dataDatadogSecurityMonitoringRules", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1218 }, "name": "agentRuleId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1223 }, "name": "expression", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1202 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesQueryAgentRule" } } ], "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesQueryAgentRuleOutputReference" }, "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesQueryList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesQueryList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1361 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1354 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1368 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesQueryOutputReference" } } } ], "name": "DataDatadogSecurityMonitoringRulesRulesQueryList", "namespace": "dataDatadogSecurityMonitoringRules", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1361 }, "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/index.ts", "line": 1361 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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/index.ts", "line": 1361 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } } ], "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesQueryList" }, "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1278 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1269 }, "name": "DataDatadogSecurityMonitoringRulesRulesQueryOutputReference", "namespace": "dataDatadogSecurityMonitoringRules", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1299 }, "name": "agentRule", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesQueryAgentRuleList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1304 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1309 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1314 }, "name": "distinctFields", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1319 }, "name": "groupByFields", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1324 }, "name": "hasOptionalGroupByFields", "type": { "fqn": "cdktf.IResolvable" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1329 }, "name": "indexes", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1334 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1339 }, "name": "metrics", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1344 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1349 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1282 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesQuery" } } ], "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesQueryOutputReference" }, "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesReferenceTables": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesReferenceTables", "kind": "interface", "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1372 }, "name": "DataDatadogSecurityMonitoringRulesRulesReferenceTables", "namespace": "dataDatadogSecurityMonitoringRules", "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesReferenceTables" }, "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesReferenceTablesList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesReferenceTablesList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1456 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1449 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1463 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesReferenceTablesOutputReference" } } } ], "name": "DataDatadogSecurityMonitoringRulesRulesReferenceTablesList", "namespace": "dataDatadogSecurityMonitoringRules", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1456 }, "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/index.ts", "line": 1456 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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/index.ts", "line": 1456 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } } ], "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesReferenceTablesList" }, "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesReferenceTablesOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesReferenceTablesOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1404 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1395 }, "name": "DataDatadogSecurityMonitoringRulesRulesReferenceTablesOutputReference", "namespace": "dataDatadogSecurityMonitoringRules", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1424 }, "name": "checkPresence", "type": { "fqn": "cdktf.IResolvable" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1429 }, "name": "columnName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1434 }, "name": "logFieldPath", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1439 }, "name": "ruleQueryName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1444 }, "name": "tableName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1408 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesReferenceTables" } } ], "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesReferenceTablesOutputReference" }, "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesSchedulingOptions": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesSchedulingOptions", "kind": "interface", "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1467 }, "name": "DataDatadogSecurityMonitoringRulesRulesSchedulingOptions", "namespace": "dataDatadogSecurityMonitoringRules", "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesSchedulingOptions" }, "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesSchedulingOptionsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesSchedulingOptionsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1541 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1534 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1548 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesSchedulingOptionsOutputReference" } } } ], "name": "DataDatadogSecurityMonitoringRulesRulesSchedulingOptionsList", "namespace": "dataDatadogSecurityMonitoringRules", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1541 }, "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/index.ts", "line": 1541 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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/index.ts", "line": 1541 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } } ], "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesSchedulingOptionsList" }, "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesSchedulingOptionsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesSchedulingOptionsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1499 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1490 }, "name": "DataDatadogSecurityMonitoringRulesRulesSchedulingOptionsOutputReference", "namespace": "dataDatadogSecurityMonitoringRules", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1519 }, "name": "rrule", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1524 }, "name": "start", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1529 }, "name": "timezone", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1503 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesSchedulingOptions" } } ], "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesSchedulingOptionsOutputReference" }, "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesSignalQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesSignalQuery", "kind": "interface", "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1552 }, "name": "DataDatadogSecurityMonitoringRulesRulesSignalQuery", "namespace": "dataDatadogSecurityMonitoringRules", "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesSignalQuery" }, "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesSignalQueryList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesSignalQueryList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1641 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1634 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1648 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesSignalQueryOutputReference" } } } ], "name": "DataDatadogSecurityMonitoringRulesRulesSignalQueryList", "namespace": "dataDatadogSecurityMonitoringRules", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1641 }, "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/index.ts", "line": 1641 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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/index.ts", "line": 1641 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } } ], "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesSignalQueryList" }, "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesSignalQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesSignalQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1584 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1575 }, "name": "DataDatadogSecurityMonitoringRulesRulesSignalQueryOutputReference", "namespace": "dataDatadogSecurityMonitoringRules", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1604 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1609 }, "name": "correlatedByFields", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1614 }, "name": "correlatedQueryIndex", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1619 }, "name": "defaultRuleId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1624 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1629 }, "name": "ruleId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1588 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesSignalQuery" } } ], "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesSignalQueryOutputReference" }, "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesThirdPartyCase": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesThirdPartyCase", "kind": "interface", "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1652 }, "name": "DataDatadogSecurityMonitoringRulesRulesThirdPartyCase", "namespace": "dataDatadogSecurityMonitoringRules", "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesThirdPartyCase" }, "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesThirdPartyCaseList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesThirdPartyCaseList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1731 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1724 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1738 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesThirdPartyCaseOutputReference" } } } ], "name": "DataDatadogSecurityMonitoringRulesRulesThirdPartyCaseList", "namespace": "dataDatadogSecurityMonitoringRules", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1731 }, "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/index.ts", "line": 1731 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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/index.ts", "line": 1731 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } } ], "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesThirdPartyCaseList" }, "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesThirdPartyCaseOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesThirdPartyCaseOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1684 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1675 }, "name": "DataDatadogSecurityMonitoringRulesRulesThirdPartyCaseOutputReference", "namespace": "dataDatadogSecurityMonitoringRules", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1704 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1709 }, "name": "notifications", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1714 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1719 }, "name": "status", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-rules/index.ts", "line": 1688 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesThirdPartyCase" } } ], "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesThirdPartyCaseOutputReference" }, "@cdktf/provider-datadog.dataDatadogSecurityMonitoringSuppressions.DataDatadogSecurityMonitoringSuppressions": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformDataSource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/security_monitoring_suppressions datadog_security_monitoring_suppressions}." }, "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringSuppressions.DataDatadogSecurityMonitoringSuppressions", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/security_monitoring_suppressions datadog_security_monitoring_suppressions} Data Source." }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-suppressions/index.ts", "line": 172 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringSuppressions.DataDatadogSecurityMonitoringSuppressionsConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-security-monitoring-suppressions/index.ts", "line": 140 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a DataDatadogSecurityMonitoringSuppressions resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-suppressions/index.ts", "line": 157 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the DataDatadogSecurityMonitoringSuppressions to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/security_monitoring_suppressions#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing DataDatadogSecurityMonitoringSuppressions that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the DataDatadogSecurityMonitoringSuppressions to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-suppressions/index.ts", "line": 214 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-suppressions/index.ts", "line": 219 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "DataDatadogSecurityMonitoringSuppressions", "namespace": "dataDatadogSecurityMonitoringSuppressions", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-suppressions/index.ts", "line": 145 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-suppressions/index.ts", "line": 195 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-suppressions/index.ts", "line": 200 }, "name": "suppressionIds", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-suppressions/index.ts", "line": 206 }, "name": "suppressions", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringSuppressions.DataDatadogSecurityMonitoringSuppressionsSuppressionsList" } } ], "symbolId": "src/data-datadog-security-monitoring-suppressions/index:DataDatadogSecurityMonitoringSuppressions" }, "@cdktf/provider-datadog.dataDatadogSecurityMonitoringSuppressions.DataDatadogSecurityMonitoringSuppressionsConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringSuppressions.DataDatadogSecurityMonitoringSuppressionsConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/data-datadog-security-monitoring-suppressions/index.ts", "line": 14 }, "name": "DataDatadogSecurityMonitoringSuppressionsConfig", "namespace": "dataDatadogSecurityMonitoringSuppressions", "symbolId": "src/data-datadog-security-monitoring-suppressions/index:DataDatadogSecurityMonitoringSuppressionsConfig" }, "@cdktf/provider-datadog.dataDatadogSecurityMonitoringSuppressions.DataDatadogSecurityMonitoringSuppressionsSuppressions": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringSuppressions.DataDatadogSecurityMonitoringSuppressionsSuppressions", "kind": "interface", "locationInModule": { "filename": "src/data-datadog-security-monitoring-suppressions/index.ts", "line": 16 }, "name": "DataDatadogSecurityMonitoringSuppressionsSuppressions", "namespace": "dataDatadogSecurityMonitoringSuppressions", "symbolId": "src/data-datadog-security-monitoring-suppressions/index:DataDatadogSecurityMonitoringSuppressionsSuppressions" }, "@cdktf/provider-datadog.dataDatadogSecurityMonitoringSuppressions.DataDatadogSecurityMonitoringSuppressionsSuppressionsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringSuppressions.DataDatadogSecurityMonitoringSuppressionsSuppressionsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-suppressions/index.ts", "line": 125 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-security-monitoring-suppressions/index.ts", "line": 118 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-suppressions/index.ts", "line": 132 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringSuppressions.DataDatadogSecurityMonitoringSuppressionsSuppressionsOutputReference" } } } ], "name": "DataDatadogSecurityMonitoringSuppressionsSuppressionsList", "namespace": "dataDatadogSecurityMonitoringSuppressions", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-suppressions/index.ts", "line": 125 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-suppressions/index.ts", "line": 125 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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-suppressions/index.ts", "line": 125 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } } ], "symbolId": "src/data-datadog-security-monitoring-suppressions/index:DataDatadogSecurityMonitoringSuppressionsSuppressionsList" }, "@cdktf/provider-datadog.dataDatadogSecurityMonitoringSuppressions.DataDatadogSecurityMonitoringSuppressionsSuppressionsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringSuppressions.DataDatadogSecurityMonitoringSuppressionsSuppressionsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-suppressions/index.ts", "line": 48 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-security-monitoring-suppressions/index.ts", "line": 39 }, "name": "DataDatadogSecurityMonitoringSuppressionsSuppressionsOutputReference", "namespace": "dataDatadogSecurityMonitoringSuppressions", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-suppressions/index.ts", "line": 68 }, "name": "dataExclusionQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-suppressions/index.ts", "line": 73 }, "name": "description", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-suppressions/index.ts", "line": 78 }, "name": "enabled", "type": { "fqn": "cdktf.IResolvable" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-suppressions/index.ts", "line": 83 }, "name": "expirationDate", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-suppressions/index.ts", "line": 88 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-suppressions/index.ts", "line": 93 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-suppressions/index.ts", "line": 98 }, "name": "ruleQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-suppressions/index.ts", "line": 103 }, "name": "startDate", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-suppressions/index.ts", "line": 108 }, "name": "suppressionQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-security-monitoring-suppressions/index.ts", "line": 113 }, "name": "tags", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-security-monitoring-suppressions/index.ts", "line": 52 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogSecurityMonitoringSuppressions.DataDatadogSecurityMonitoringSuppressionsSuppressions" } } ], "symbolId": "src/data-datadog-security-monitoring-suppressions/index:DataDatadogSecurityMonitoringSuppressionsSuppressionsOutputReference" }, "@cdktf/provider-datadog.dataDatadogSensitiveDataScannerGroupOrder.DataDatadogSensitiveDataScannerGroupOrder": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformDataSource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/sensitive_data_scanner_group_order datadog_sensitive_data_scanner_group_order}." }, "fqn": "@cdktf/provider-datadog.dataDatadogSensitiveDataScannerGroupOrder.DataDatadogSensitiveDataScannerGroupOrder", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/sensitive_data_scanner_group_order datadog_sensitive_data_scanner_group_order} Data Source." }, "locationInModule": { "filename": "src/data-datadog-sensitive-data-scanner-group-order/index.ts", "line": 52 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogSensitiveDataScannerGroupOrder.DataDatadogSensitiveDataScannerGroupOrderConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-sensitive-data-scanner-group-order/index.ts", "line": 20 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a DataDatadogSensitiveDataScannerGroupOrder resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/data-datadog-sensitive-data-scanner-group-order/index.ts", "line": 37 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the DataDatadogSensitiveDataScannerGroupOrder to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/sensitive_data_scanner_group_order#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing DataDatadogSensitiveDataScannerGroupOrder that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the DataDatadogSensitiveDataScannerGroupOrder to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-sensitive-data-scanner-group-order/index.ts", "line": 88 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-sensitive-data-scanner-group-order/index.ts", "line": 93 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "DataDatadogSensitiveDataScannerGroupOrder", "namespace": "dataDatadogSensitiveDataScannerGroupOrder", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-sensitive-data-scanner-group-order/index.ts", "line": 25 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-sensitive-data-scanner-group-order/index.ts", "line": 75 }, "name": "groupIds", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-sensitive-data-scanner-group-order/index.ts", "line": 80 }, "name": "id", "type": { "primitive": "string" } } ], "symbolId": "src/data-datadog-sensitive-data-scanner-group-order/index:DataDatadogSensitiveDataScannerGroupOrder" }, "@cdktf/provider-datadog.dataDatadogSensitiveDataScannerGroupOrder.DataDatadogSensitiveDataScannerGroupOrderConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogSensitiveDataScannerGroupOrder.DataDatadogSensitiveDataScannerGroupOrderConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/data-datadog-sensitive-data-scanner-group-order/index.ts", "line": 14 }, "name": "DataDatadogSensitiveDataScannerGroupOrderConfig", "namespace": "dataDatadogSensitiveDataScannerGroupOrder", "symbolId": "src/data-datadog-sensitive-data-scanner-group-order/index:DataDatadogSensitiveDataScannerGroupOrderConfig" }, "@cdktf/provider-datadog.dataDatadogSensitiveDataScannerStandardPattern.DataDatadogSensitiveDataScannerStandardPattern": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformDataSource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/sensitive_data_scanner_standard_pattern datadog_sensitive_data_scanner_standard_pattern}." }, "fqn": "@cdktf/provider-datadog.dataDatadogSensitiveDataScannerStandardPattern.DataDatadogSensitiveDataScannerStandardPattern", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/sensitive_data_scanner_standard_pattern datadog_sensitive_data_scanner_standard_pattern} Data Source." }, "locationInModule": { "filename": "src/data-datadog-sensitive-data-scanner-standard-pattern/index.ts", "line": 65 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogSensitiveDataScannerStandardPattern.DataDatadogSensitiveDataScannerStandardPatternConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-sensitive-data-scanner-standard-pattern/index.ts", "line": 33 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a DataDatadogSensitiveDataScannerStandardPattern resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/data-datadog-sensitive-data-scanner-standard-pattern/index.ts", "line": 50 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the DataDatadogSensitiveDataScannerStandardPattern to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/sensitive_data_scanner_standard_pattern#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing DataDatadogSensitiveDataScannerStandardPattern that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the DataDatadogSensitiveDataScannerStandardPattern to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-sensitive-data-scanner-standard-pattern/index.ts", "line": 115 }, "name": "resetId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-sensitive-data-scanner-standard-pattern/index.ts", "line": 147 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-sensitive-data-scanner-standard-pattern/index.ts", "line": 154 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "DataDatadogSensitiveDataScannerStandardPattern", "namespace": "dataDatadogSensitiveDataScannerStandardPattern", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-sensitive-data-scanner-standard-pattern/index.ts", "line": 38 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-sensitive-data-scanner-standard-pattern/index.ts", "line": 90 }, "name": "description", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-sensitive-data-scanner-standard-pattern/index.ts", "line": 124 }, "name": "includedKeywords", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-sensitive-data-scanner-standard-pattern/index.ts", "line": 129 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-sensitive-data-scanner-standard-pattern/index.ts", "line": 134 }, "name": "pattern", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-sensitive-data-scanner-standard-pattern/index.ts", "line": 139 }, "name": "tags", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-sensitive-data-scanner-standard-pattern/index.ts", "line": 103 }, "name": "filterInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-sensitive-data-scanner-standard-pattern/index.ts", "line": 119 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-sensitive-data-scanner-standard-pattern/index.ts", "line": 96 }, "name": "filter", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-sensitive-data-scanner-standard-pattern/index.ts", "line": 109 }, "name": "id", "type": { "primitive": "string" } } ], "symbolId": "src/data-datadog-sensitive-data-scanner-standard-pattern/index:DataDatadogSensitiveDataScannerStandardPattern" }, "@cdktf/provider-datadog.dataDatadogSensitiveDataScannerStandardPattern.DataDatadogSensitiveDataScannerStandardPatternConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogSensitiveDataScannerStandardPattern.DataDatadogSensitiveDataScannerStandardPatternConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/data-datadog-sensitive-data-scanner-standard-pattern/index.ts", "line": 14 }, "name": "DataDatadogSensitiveDataScannerStandardPatternConfig", "namespace": "dataDatadogSensitiveDataScannerStandardPattern", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/sensitive_data_scanner_standard_pattern#filter DataDatadogSensitiveDataScannerStandardPattern#filter}", "stability": "stable", "summary": "Filter all the Datadog standard patterns by name." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-sensitive-data-scanner-standard-pattern/index.ts", "line": 20 }, "name": "filter", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/sensitive_data_scanner_standard_pattern#id DataDatadogSensitiveDataScannerStandardPattern#id}." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-sensitive-data-scanner-standard-pattern/index.ts", "line": 27 }, "name": "id", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/data-datadog-sensitive-data-scanner-standard-pattern/index:DataDatadogSensitiveDataScannerStandardPatternConfig" }, "@cdktf/provider-datadog.dataDatadogServiceAccount.DataDatadogServiceAccount": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformDataSource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/service_account datadog_service_account}." }, "fqn": "@cdktf/provider-datadog.dataDatadogServiceAccount.DataDatadogServiceAccount", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/service_account datadog_service_account} Data Source." }, "locationInModule": { "filename": "src/data-datadog-service-account/index.ts", "line": 79 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogServiceAccount.DataDatadogServiceAccountConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-service-account/index.ts", "line": 47 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a DataDatadogServiceAccount resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/data-datadog-service-account/index.ts", "line": 64 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the DataDatadogServiceAccount to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/service_account#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing DataDatadogServiceAccount that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the DataDatadogServiceAccount to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-service-account/index.ts", "line": 123 }, "name": "resetExactMatch" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-service-account/index.ts", "line": 139 }, "name": "resetFilter" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-service-account/index.ts", "line": 155 }, "name": "resetFilterStatus" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-service-account/index.ts", "line": 181 }, "name": "resetId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-service-account/index.ts", "line": 218 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-service-account/index.ts", "line": 227 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "DataDatadogServiceAccount", "namespace": "dataDatadogServiceAccount", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-service-account/index.ts", "line": 52 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-service-account/index.ts", "line": 106 }, "name": "disabled", "type": { "fqn": "cdktf.IResolvable" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-service-account/index.ts", "line": 111 }, "name": "email", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-service-account/index.ts", "line": 164 }, "name": "handle", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-service-account/index.ts", "line": 169 }, "name": "icon", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-service-account/index.ts", "line": 190 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-service-account/index.ts", "line": 195 }, "name": "roles", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-service-account/index.ts", "line": 200 }, "name": "status", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-service-account/index.ts", "line": 205 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-service-account/index.ts", "line": 210 }, "name": "verified", "type": { "fqn": "cdktf.IResolvable" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-service-account/index.ts", "line": 127 }, "name": "exactMatchInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-service-account/index.ts", "line": 143 }, "name": "filterInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-service-account/index.ts", "line": 159 }, "name": "filterStatusInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-service-account/index.ts", "line": 185 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-service-account/index.ts", "line": 117 }, "name": "exactMatch", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-service-account/index.ts", "line": 133 }, "name": "filter", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-service-account/index.ts", "line": 149 }, "name": "filterStatus", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-service-account/index.ts", "line": 175 }, "name": "id", "type": { "primitive": "string" } } ], "symbolId": "src/data-datadog-service-account/index:DataDatadogServiceAccount" }, "@cdktf/provider-datadog.dataDatadogServiceAccount.DataDatadogServiceAccountConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogServiceAccount.DataDatadogServiceAccountConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/data-datadog-service-account/index.ts", "line": 14 }, "name": "DataDatadogServiceAccountConfig", "namespace": "dataDatadogServiceAccount", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/service_account#exact_match DataDatadogServiceAccount#exact_match}", "stability": "stable", "summary": "When true, `filter` string is exact matched against the user's `email`, followed by `name` attribute." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-service-account/index.ts", "line": 20 }, "name": "exactMatch", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/service_account#filter DataDatadogServiceAccount#filter}", "stability": "stable", "summary": "Filter all users and service accounts by name, email, or role." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-service-account/index.ts", "line": 26 }, "name": "filter", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/service_account#filter_status DataDatadogServiceAccount#filter_status}", "stability": "stable", "summary": "Filter on status attribute. Comma separated list, with possible values `Active`, `Pending`, and `Disabled`." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-service-account/index.ts", "line": 32 }, "name": "filterStatus", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/service_account#id DataDatadogServiceAccount#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "The service account's ID." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-service-account/index.ts", "line": 41 }, "name": "id", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/data-datadog-service-account/index:DataDatadogServiceAccountConfig" }, "@cdktf/provider-datadog.dataDatadogServiceLevelObjective.DataDatadogServiceLevelObjective": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformDataSource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/service_level_objective datadog_service_level_objective}." }, "fqn": "@cdktf/provider-datadog.dataDatadogServiceLevelObjective.DataDatadogServiceLevelObjective", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/service_level_objective datadog_service_level_objective} Data Source." }, "locationInModule": { "filename": "src/data-datadog-service-level-objective/index.ts", "line": 159 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogServiceLevelObjective.DataDatadogServiceLevelObjectiveConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-service-level-objective/index.ts", "line": 127 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a DataDatadogServiceLevelObjective resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/data-datadog-service-level-objective/index.ts", "line": 144 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the DataDatadogServiceLevelObjective to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/service_level_objective#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing DataDatadogServiceLevelObjective that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the DataDatadogServiceLevelObjective to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-service-level-objective/index.ts", "line": 198 }, "name": "resetId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-service-level-objective/index.ts", "line": 214 }, "name": "resetMetricsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-service-level-objective/index.ts", "line": 235 }, "name": "resetNameQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-service-level-objective/index.ts", "line": 257 }, "name": "resetTagsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-service-level-objective/index.ts", "line": 289 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-service-level-objective/index.ts", "line": 298 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "DataDatadogServiceLevelObjective", "namespace": "dataDatadogServiceLevelObjective", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-service-level-objective/index.ts", "line": 132 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-service-level-objective/index.ts", "line": 186 }, "name": "description", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-service-level-objective/index.ts", "line": 223 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-service-level-objective/index.ts", "line": 245 }, "name": "query", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogServiceLevelObjective.DataDatadogServiceLevelObjectiveQueryList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-service-level-objective/index.ts", "line": 266 }, "name": "targetThreshold", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-service-level-objective/index.ts", "line": 271 }, "name": "timeframe", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-service-level-objective/index.ts", "line": 276 }, "name": "type", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-service-level-objective/index.ts", "line": 281 }, "name": "warningThreshold", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-service-level-objective/index.ts", "line": 202 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-service-level-objective/index.ts", "line": 218 }, "name": "metricsQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-service-level-objective/index.ts", "line": 239 }, "name": "nameQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-service-level-objective/index.ts", "line": 261 }, "name": "tagsQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-service-level-objective/index.ts", "line": 192 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-service-level-objective/index.ts", "line": 208 }, "name": "metricsQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-service-level-objective/index.ts", "line": 229 }, "name": "nameQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-service-level-objective/index.ts", "line": 251 }, "name": "tagsQuery", "type": { "primitive": "string" } } ], "symbolId": "src/data-datadog-service-level-objective/index:DataDatadogServiceLevelObjective" }, "@cdktf/provider-datadog.dataDatadogServiceLevelObjective.DataDatadogServiceLevelObjectiveConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogServiceLevelObjective.DataDatadogServiceLevelObjectiveConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/data-datadog-service-level-objective/index.ts", "line": 14 }, "name": "DataDatadogServiceLevelObjectiveConfig", "namespace": "dataDatadogServiceLevelObjective", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/service_level_objective#id DataDatadogServiceLevelObjective#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "A SLO ID to limit the search." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-service-level-objective/index.ts", "line": 23 }, "name": "id", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/service_level_objective#metrics_query DataDatadogServiceLevelObjective#metrics_query}", "stability": "stable", "summary": "Filter results based on SLO numerator and denominator." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-service-level-objective/index.ts", "line": 29 }, "name": "metricsQuery", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/service_level_objective#name_query DataDatadogServiceLevelObjective#name_query}", "stability": "stable", "summary": "Filter results based on SLO names." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-service-level-objective/index.ts", "line": 35 }, "name": "nameQuery", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/service_level_objective#tags_query DataDatadogServiceLevelObjective#tags_query}", "stability": "stable", "summary": "Filter results based on a single SLO tag." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-service-level-objective/index.ts", "line": 41 }, "name": "tagsQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/data-datadog-service-level-objective/index:DataDatadogServiceLevelObjectiveConfig" }, "@cdktf/provider-datadog.dataDatadogServiceLevelObjective.DataDatadogServiceLevelObjectiveQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogServiceLevelObjective.DataDatadogServiceLevelObjectiveQuery", "kind": "interface", "locationInModule": { "filename": "src/data-datadog-service-level-objective/index.ts", "line": 43 }, "name": "DataDatadogServiceLevelObjectiveQuery", "namespace": "dataDatadogServiceLevelObjective", "symbolId": "src/data-datadog-service-level-objective/index:DataDatadogServiceLevelObjectiveQuery" }, "@cdktf/provider-datadog.dataDatadogServiceLevelObjective.DataDatadogServiceLevelObjectiveQueryList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogServiceLevelObjective.DataDatadogServiceLevelObjectiveQueryList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-service-level-objective/index.ts", "line": 112 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-service-level-objective/index.ts", "line": 105 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-service-level-objective/index.ts", "line": 119 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dataDatadogServiceLevelObjective.DataDatadogServiceLevelObjectiveQueryOutputReference" } } } ], "name": "DataDatadogServiceLevelObjectiveQueryList", "namespace": "dataDatadogServiceLevelObjective", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/data-datadog-service-level-objective/index.ts", "line": 112 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/data-datadog-service-level-objective/index.ts", "line": 112 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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-objective/index.ts", "line": 112 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } } ], "symbolId": "src/data-datadog-service-level-objective/index:DataDatadogServiceLevelObjectiveQueryList" }, "@cdktf/provider-datadog.dataDatadogServiceLevelObjective.DataDatadogServiceLevelObjectiveQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogServiceLevelObjective.DataDatadogServiceLevelObjectiveQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-service-level-objective/index.ts", "line": 75 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-service-level-objective/index.ts", "line": 66 }, "name": "DataDatadogServiceLevelObjectiveQueryOutputReference", "namespace": "dataDatadogServiceLevelObjective", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-service-level-objective/index.ts", "line": 95 }, "name": "denominator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-service-level-objective/index.ts", "line": 100 }, "name": "numerator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-service-level-objective/index.ts", "line": 79 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogServiceLevelObjective.DataDatadogServiceLevelObjectiveQuery" } } ], "symbolId": "src/data-datadog-service-level-objective/index:DataDatadogServiceLevelObjectiveQueryOutputReference" }, "@cdktf/provider-datadog.dataDatadogServiceLevelObjectives.DataDatadogServiceLevelObjectives": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformDataSource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/service_level_objectives datadog_service_level_objectives}." }, "fqn": "@cdktf/provider-datadog.dataDatadogServiceLevelObjectives.DataDatadogServiceLevelObjectives", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/service_level_objectives datadog_service_level_objectives} Data Source." }, "locationInModule": { "filename": "src/data-datadog-service-level-objectives/index.ts", "line": 180 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogServiceLevelObjectives.DataDatadogServiceLevelObjectivesConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-service-level-objectives/index.ts", "line": 148 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a DataDatadogServiceLevelObjectives resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/data-datadog-service-level-objectives/index.ts", "line": 165 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the DataDatadogServiceLevelObjectives to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/service_level_objectives#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing DataDatadogServiceLevelObjectives that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the DataDatadogServiceLevelObjectives to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-service-level-objectives/index.ts", "line": 217 }, "name": "resetErrorOnEmptyResult" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-service-level-objectives/index.ts", "line": 233 }, "name": "resetId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-service-level-objectives/index.ts", "line": 249 }, "name": "resetIds" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-service-level-objectives/index.ts", "line": 265 }, "name": "resetMetricsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-service-level-objectives/index.ts", "line": 281 }, "name": "resetNameQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-service-level-objectives/index.ts", "line": 297 }, "name": "resetQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-service-level-objectives/index.ts", "line": 319 }, "name": "resetTagsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-service-level-objectives/index.ts", "line": 331 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-service-level-objectives/index.ts", "line": 343 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "DataDatadogServiceLevelObjectives", "namespace": "dataDatadogServiceLevelObjectives", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-service-level-objectives/index.ts", "line": 153 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-service-level-objectives/index.ts", "line": 307 }, "name": "slos", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogServiceLevelObjectives.DataDatadogServiceLevelObjectivesSlosList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-service-level-objectives/index.ts", "line": 221 }, "name": "errorOnEmptyResultInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-service-level-objectives/index.ts", "line": 237 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-service-level-objectives/index.ts", "line": 253 }, "name": "idsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-service-level-objectives/index.ts", "line": 269 }, "name": "metricsQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-service-level-objectives/index.ts", "line": 285 }, "name": "nameQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-service-level-objectives/index.ts", "line": 301 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-service-level-objectives/index.ts", "line": 323 }, "name": "tagsQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-service-level-objectives/index.ts", "line": 211 }, "name": "errorOnEmptyResult", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-service-level-objectives/index.ts", "line": 227 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-service-level-objectives/index.ts", "line": 243 }, "name": "ids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-service-level-objectives/index.ts", "line": 259 }, "name": "metricsQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-service-level-objectives/index.ts", "line": 275 }, "name": "nameQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-service-level-objectives/index.ts", "line": 291 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-service-level-objectives/index.ts", "line": 313 }, "name": "tagsQuery", "type": { "primitive": "string" } } ], "symbolId": "src/data-datadog-service-level-objectives/index:DataDatadogServiceLevelObjectives" }, "@cdktf/provider-datadog.dataDatadogServiceLevelObjectives.DataDatadogServiceLevelObjectivesConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogServiceLevelObjectives.DataDatadogServiceLevelObjectivesConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/data-datadog-service-level-objectives/index.ts", "line": 14 }, "name": "DataDatadogServiceLevelObjectivesConfig", "namespace": "dataDatadogServiceLevelObjectives", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/service_level_objectives#error_on_empty_result DataDatadogServiceLevelObjectives#error_on_empty_result}", "stability": "stable", "summary": "Throw an error if no results are found. Defaults to `true`." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-service-level-objectives/index.ts", "line": 20 }, "name": "errorOnEmptyResult", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "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://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/service_level_objectives#id DataDatadogServiceLevelObjectives#id}." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-service-level-objectives/index.ts", "line": 27 }, "name": "id", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/service_level_objectives#ids DataDatadogServiceLevelObjectives#ids}", "stability": "stable", "summary": "An array of SLO IDs to limit the search." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-service-level-objectives/index.ts", "line": 33 }, "name": "ids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/service_level_objectives#metrics_query DataDatadogServiceLevelObjectives#metrics_query}", "stability": "stable", "summary": "Filter results based on SLO numerator and denominator." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-service-level-objectives/index.ts", "line": 39 }, "name": "metricsQuery", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/service_level_objectives#name_query DataDatadogServiceLevelObjectives#name_query}", "stability": "stable", "summary": "Filter results based on SLO names." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-service-level-objectives/index.ts", "line": 45 }, "name": "nameQuery", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/service_level_objectives#query DataDatadogServiceLevelObjectives#query}", "stability": "stable", "summary": "The query string to filter results based on SLO names. Some examples of queries include service: and ." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-service-level-objectives/index.ts", "line": 51 }, "name": "query", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/service_level_objectives#tags_query DataDatadogServiceLevelObjectives#tags_query}", "stability": "stable", "summary": "Filter results based on a single SLO tag." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-service-level-objectives/index.ts", "line": 57 }, "name": "tagsQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/data-datadog-service-level-objectives/index:DataDatadogServiceLevelObjectivesConfig" }, "@cdktf/provider-datadog.dataDatadogServiceLevelObjectives.DataDatadogServiceLevelObjectivesSlos": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogServiceLevelObjectives.DataDatadogServiceLevelObjectivesSlos", "kind": "interface", "locationInModule": { "filename": "src/data-datadog-service-level-objectives/index.ts", "line": 59 }, "name": "DataDatadogServiceLevelObjectivesSlos", "namespace": "dataDatadogServiceLevelObjectives", "symbolId": "src/data-datadog-service-level-objectives/index:DataDatadogServiceLevelObjectivesSlos" }, "@cdktf/provider-datadog.dataDatadogServiceLevelObjectives.DataDatadogServiceLevelObjectivesSlosList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogServiceLevelObjectives.DataDatadogServiceLevelObjectivesSlosList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-service-level-objectives/index.ts", "line": 133 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-service-level-objectives/index.ts", "line": 126 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-service-level-objectives/index.ts", "line": 140 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dataDatadogServiceLevelObjectives.DataDatadogServiceLevelObjectivesSlosOutputReference" } } } ], "name": "DataDatadogServiceLevelObjectivesSlosList", "namespace": "dataDatadogServiceLevelObjectives", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/data-datadog-service-level-objectives/index.ts", "line": 133 }, "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/index.ts", "line": 133 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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/index.ts", "line": 133 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } } ], "symbolId": "src/data-datadog-service-level-objectives/index:DataDatadogServiceLevelObjectivesSlosList" }, "@cdktf/provider-datadog.dataDatadogServiceLevelObjectives.DataDatadogServiceLevelObjectivesSlosOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogServiceLevelObjectives.DataDatadogServiceLevelObjectivesSlosOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-service-level-objectives/index.ts", "line": 91 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-service-level-objectives/index.ts", "line": 82 }, "name": "DataDatadogServiceLevelObjectivesSlosOutputReference", "namespace": "dataDatadogServiceLevelObjectives", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-service-level-objectives/index.ts", "line": 111 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-service-level-objectives/index.ts", "line": 116 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-service-level-objectives/index.ts", "line": 121 }, "name": "type", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-service-level-objectives/index.ts", "line": 95 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogServiceLevelObjectives.DataDatadogServiceLevelObjectivesSlos" } } ], "symbolId": "src/data-datadog-service-level-objectives/index:DataDatadogServiceLevelObjectivesSlosOutputReference" }, "@cdktf/provider-datadog.dataDatadogSoftwareCatalog.DataDatadogSoftwareCatalog": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformDataSource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/software_catalog datadog_software_catalog}." }, "fqn": "@cdktf/provider-datadog.dataDatadogSoftwareCatalog.DataDatadogSoftwareCatalog", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/software_catalog datadog_software_catalog} Data Source." }, "locationInModule": { "filename": "src/data-datadog-software-catalog/index.ts", "line": 199 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogSoftwareCatalog.DataDatadogSoftwareCatalogConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-software-catalog/index.ts", "line": 167 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a DataDatadogSoftwareCatalog resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/data-datadog-software-catalog/index.ts", "line": 184 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the DataDatadogSoftwareCatalog to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/software_catalog#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing DataDatadogSoftwareCatalog that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the DataDatadogSoftwareCatalog to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-software-catalog/index.ts", "line": 242 }, "name": "resetFilterExcludeSnapshot" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-software-catalog/index.ts", "line": 258 }, "name": "resetFilterId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-software-catalog/index.ts", "line": 274 }, "name": "resetFilterKind" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-software-catalog/index.ts", "line": 290 }, "name": "resetFilterName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-software-catalog/index.ts", "line": 306 }, "name": "resetFilterOwner" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-software-catalog/index.ts", "line": 322 }, "name": "resetFilterRef" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-software-catalog/index.ts", "line": 338 }, "name": "resetFilterRelationType" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-software-catalog/index.ts", "line": 355 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-software-catalog/index.ts", "line": 367 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "DataDatadogSoftwareCatalog", "namespace": "dataDatadogSoftwareCatalog", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-software-catalog/index.ts", "line": 172 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-software-catalog/index.ts", "line": 230 }, "name": "entities", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogSoftwareCatalog.DataDatadogSoftwareCatalogEntitiesList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-software-catalog/index.ts", "line": 347 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-software-catalog/index.ts", "line": 246 }, "name": "filterExcludeSnapshotInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-software-catalog/index.ts", "line": 262 }, "name": "filterIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-software-catalog/index.ts", "line": 278 }, "name": "filterKindInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-software-catalog/index.ts", "line": 294 }, "name": "filterNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-software-catalog/index.ts", "line": 310 }, "name": "filterOwnerInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-software-catalog/index.ts", "line": 326 }, "name": "filterRefInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-software-catalog/index.ts", "line": 342 }, "name": "filterRelationTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-software-catalog/index.ts", "line": 236 }, "name": "filterExcludeSnapshot", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-software-catalog/index.ts", "line": 252 }, "name": "filterId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-software-catalog/index.ts", "line": 268 }, "name": "filterKind", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-software-catalog/index.ts", "line": 284 }, "name": "filterName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-software-catalog/index.ts", "line": 300 }, "name": "filterOwner", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-software-catalog/index.ts", "line": 316 }, "name": "filterRef", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-software-catalog/index.ts", "line": 332 }, "name": "filterRelationType", "type": { "primitive": "string" } } ], "symbolId": "src/data-datadog-software-catalog/index:DataDatadogSoftwareCatalog" }, "@cdktf/provider-datadog.dataDatadogSoftwareCatalog.DataDatadogSoftwareCatalogConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogSoftwareCatalog.DataDatadogSoftwareCatalogConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/data-datadog-software-catalog/index.ts", "line": 14 }, "name": "DataDatadogSoftwareCatalogConfig", "namespace": "dataDatadogSoftwareCatalog", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/software_catalog#filter_exclude_snapshot DataDatadogSoftwareCatalog#filter_exclude_snapshot}", "stability": "stable", "summary": "Filter entities by excluding snapshotted entities." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-software-catalog/index.ts", "line": 20 }, "name": "filterExcludeSnapshot", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/software_catalog#filter_id DataDatadogSoftwareCatalog#filter_id}", "stability": "stable", "summary": "Filter entities by UUID." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-software-catalog/index.ts", "line": 26 }, "name": "filterId", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/software_catalog#filter_kind DataDatadogSoftwareCatalog#filter_kind}", "stability": "stable", "summary": "Filter entities by kind." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-software-catalog/index.ts", "line": 32 }, "name": "filterKind", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/software_catalog#filter_name DataDatadogSoftwareCatalog#filter_name}", "stability": "stable", "summary": "Filter entities by name." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-software-catalog/index.ts", "line": 38 }, "name": "filterName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/software_catalog#filter_owner DataDatadogSoftwareCatalog#filter_owner}", "stability": "stable", "summary": "Filter entities by owner." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-software-catalog/index.ts", "line": 44 }, "name": "filterOwner", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/software_catalog#filter_ref DataDatadogSoftwareCatalog#filter_ref}", "stability": "stable", "summary": "Filter entities by reference." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-software-catalog/index.ts", "line": 50 }, "name": "filterRef", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/software_catalog#filter_relation_type DataDatadogSoftwareCatalog#filter_relation_type}", "stability": "stable", "summary": "Filter entities by relation type. Valid values are `RelationTypeOwns`, `RelationTypeOwnedBy`, `RelationTypeDependsOn`, `RelationTypeDependencyOf`, `RelationTypePartsOf`, `RelationTypeHasPart`, `RelationTypeOtherOwns`, `RelationTypeOtherOwnedBy`, `RelationTypeImplementedBy`, `RelationTypeImplements`." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-software-catalog/index.ts", "line": 56 }, "name": "filterRelationType", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/data-datadog-software-catalog/index:DataDatadogSoftwareCatalogConfig" }, "@cdktf/provider-datadog.dataDatadogSoftwareCatalog.DataDatadogSoftwareCatalogEntities": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogSoftwareCatalog.DataDatadogSoftwareCatalogEntities", "kind": "interface", "locationInModule": { "filename": "src/data-datadog-software-catalog/index.ts", "line": 58 }, "name": "DataDatadogSoftwareCatalogEntities", "namespace": "dataDatadogSoftwareCatalog", "symbolId": "src/data-datadog-software-catalog/index:DataDatadogSoftwareCatalogEntities" }, "@cdktf/provider-datadog.dataDatadogSoftwareCatalog.DataDatadogSoftwareCatalogEntitiesList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogSoftwareCatalog.DataDatadogSoftwareCatalogEntitiesList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-software-catalog/index.ts", "line": 152 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-software-catalog/index.ts", "line": 145 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-software-catalog/index.ts", "line": 159 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dataDatadogSoftwareCatalog.DataDatadogSoftwareCatalogEntitiesOutputReference" } } } ], "name": "DataDatadogSoftwareCatalogEntitiesList", "namespace": "dataDatadogSoftwareCatalog", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/data-datadog-software-catalog/index.ts", "line": 152 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/data-datadog-software-catalog/index.ts", "line": 152 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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-software-catalog/index.ts", "line": 152 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } } ], "symbolId": "src/data-datadog-software-catalog/index:DataDatadogSoftwareCatalogEntitiesList" }, "@cdktf/provider-datadog.dataDatadogSoftwareCatalog.DataDatadogSoftwareCatalogEntitiesOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogSoftwareCatalog.DataDatadogSoftwareCatalogEntitiesOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-software-catalog/index.ts", "line": 90 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-software-catalog/index.ts", "line": 81 }, "name": "DataDatadogSoftwareCatalogEntitiesOutputReference", "namespace": "dataDatadogSoftwareCatalog", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-software-catalog/index.ts", "line": 110 }, "name": "displayName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-software-catalog/index.ts", "line": 115 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-software-catalog/index.ts", "line": 120 }, "name": "kind", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-software-catalog/index.ts", "line": 125 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-software-catalog/index.ts", "line": 130 }, "name": "namespace", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-software-catalog/index.ts", "line": 135 }, "name": "owner", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-software-catalog/index.ts", "line": 140 }, "name": "tags", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-software-catalog/index.ts", "line": 94 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogSoftwareCatalog.DataDatadogSoftwareCatalogEntities" } } ], "symbolId": "src/data-datadog-software-catalog/index:DataDatadogSoftwareCatalogEntitiesOutputReference" }, "@cdktf/provider-datadog.dataDatadogSyntheticsGlobalVariable.DataDatadogSyntheticsGlobalVariable": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformDataSource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/synthetics_global_variable datadog_synthetics_global_variable}." }, "fqn": "@cdktf/provider-datadog.dataDatadogSyntheticsGlobalVariable.DataDatadogSyntheticsGlobalVariable", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/synthetics_global_variable datadog_synthetics_global_variable} Data Source." }, "locationInModule": { "filename": "src/data-datadog-synthetics-global-variable/index.ts", "line": 58 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogSyntheticsGlobalVariable.DataDatadogSyntheticsGlobalVariableConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-synthetics-global-variable/index.ts", "line": 26 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a DataDatadogSyntheticsGlobalVariable resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/data-datadog-synthetics-global-variable/index.ts", "line": 43 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the DataDatadogSyntheticsGlobalVariable to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/synthetics_global_variable#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing DataDatadogSyntheticsGlobalVariable that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the DataDatadogSyntheticsGlobalVariable to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-synthetics-global-variable/index.ts", "line": 108 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-synthetics-global-variable/index.ts", "line": 114 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "DataDatadogSyntheticsGlobalVariable", "namespace": "dataDatadogSyntheticsGlobalVariable", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-synthetics-global-variable/index.ts", "line": 31 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-synthetics-global-variable/index.ts", "line": 82 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-synthetics-global-variable/index.ts", "line": 100 }, "name": "tags", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-synthetics-global-variable/index.ts", "line": 95 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-synthetics-global-variable/index.ts", "line": 88 }, "name": "name", "type": { "primitive": "string" } } ], "symbolId": "src/data-datadog-synthetics-global-variable/index:DataDatadogSyntheticsGlobalVariable" }, "@cdktf/provider-datadog.dataDatadogSyntheticsGlobalVariable.DataDatadogSyntheticsGlobalVariableConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogSyntheticsGlobalVariable.DataDatadogSyntheticsGlobalVariableConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/data-datadog-synthetics-global-variable/index.ts", "line": 14 }, "name": "DataDatadogSyntheticsGlobalVariableConfig", "namespace": "dataDatadogSyntheticsGlobalVariable", "properties": [ { "abstract": true, "docs": { "remarks": "Must only match one global variable. Must be all uppercase with underscores.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/synthetics_global_variable#name DataDatadogSyntheticsGlobalVariable#name}", "stability": "stable", "summary": "The synthetics global variable name to search for." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-synthetics-global-variable/index.ts", "line": 20 }, "name": "name", "type": { "primitive": "string" } } ], "symbolId": "src/data-datadog-synthetics-global-variable/index:DataDatadogSyntheticsGlobalVariableConfig" }, "@cdktf/provider-datadog.dataDatadogSyntheticsLocations.DataDatadogSyntheticsLocations": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformDataSource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/synthetics_locations datadog_synthetics_locations}." }, "fqn": "@cdktf/provider-datadog.dataDatadogSyntheticsLocations.DataDatadogSyntheticsLocations", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/synthetics_locations datadog_synthetics_locations} Data Source." }, "locationInModule": { "filename": "src/data-datadog-synthetics-locations/index.ts", "line": 52 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogSyntheticsLocations.DataDatadogSyntheticsLocationsConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-synthetics-locations/index.ts", "line": 20 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a DataDatadogSyntheticsLocations resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/data-datadog-synthetics-locations/index.ts", "line": 37 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the DataDatadogSyntheticsLocations to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/synthetics_locations#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing DataDatadogSyntheticsLocations that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the DataDatadogSyntheticsLocations to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-synthetics-locations/index.ts", "line": 89 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-synthetics-locations/index.ts", "line": 94 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "DataDatadogSyntheticsLocations", "namespace": "dataDatadogSyntheticsLocations", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-synthetics-locations/index.ts", "line": 25 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-synthetics-locations/index.ts", "line": 75 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-synthetics-locations/index.ts", "line": 81 }, "name": "locations", "type": { "fqn": "cdktf.StringMap" } } ], "symbolId": "src/data-datadog-synthetics-locations/index:DataDatadogSyntheticsLocations" }, "@cdktf/provider-datadog.dataDatadogSyntheticsLocations.DataDatadogSyntheticsLocationsConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogSyntheticsLocations.DataDatadogSyntheticsLocationsConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/data-datadog-synthetics-locations/index.ts", "line": 14 }, "name": "DataDatadogSyntheticsLocationsConfig", "namespace": "dataDatadogSyntheticsLocations", "symbolId": "src/data-datadog-synthetics-locations/index:DataDatadogSyntheticsLocationsConfig" }, "@cdktf/provider-datadog.dataDatadogSyntheticsTest.DataDatadogSyntheticsTest": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformDataSource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/synthetics_test datadog_synthetics_test}." }, "fqn": "@cdktf/provider-datadog.dataDatadogSyntheticsTest.DataDatadogSyntheticsTest", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/synthetics_test datadog_synthetics_test} Data Source." }, "locationInModule": { "filename": "src/data-datadog-synthetics-test/index.ts", "line": 65 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogSyntheticsTest.DataDatadogSyntheticsTestConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-synthetics-test/index.ts", "line": 33 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a DataDatadogSyntheticsTest resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/data-datadog-synthetics-test/index.ts", "line": 50 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the DataDatadogSyntheticsTest to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/synthetics_test#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing DataDatadogSyntheticsTest that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the DataDatadogSyntheticsTest to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-synthetics-test/index.ts", "line": 97 }, "name": "resetId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-synthetics-test/index.ts", "line": 137 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-synthetics-test/index.ts", "line": 144 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "DataDatadogSyntheticsTest", "namespace": "dataDatadogSyntheticsTest", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-synthetics-test/index.ts", "line": 38 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-synthetics-test/index.ts", "line": 106 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-synthetics-test/index.ts", "line": 111 }, "name": "tags", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-synthetics-test/index.ts", "line": 129 }, "name": "url", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-synthetics-test/index.ts", "line": 101 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-synthetics-test/index.ts", "line": 124 }, "name": "testIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-synthetics-test/index.ts", "line": 91 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-synthetics-test/index.ts", "line": 117 }, "name": "testId", "type": { "primitive": "string" } } ], "symbolId": "src/data-datadog-synthetics-test/index:DataDatadogSyntheticsTest" }, "@cdktf/provider-datadog.dataDatadogSyntheticsTest.DataDatadogSyntheticsTestConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogSyntheticsTest.DataDatadogSyntheticsTestConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/data-datadog-synthetics-test/index.ts", "line": 14 }, "name": "DataDatadogSyntheticsTestConfig", "namespace": "dataDatadogSyntheticsTest", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/synthetics_test#test_id DataDatadogSyntheticsTest#test_id}", "stability": "stable", "summary": "The synthetic test id or URL to search for." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-synthetics-test/index.ts", "line": 27 }, "name": "testId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/synthetics_test#id DataDatadogSyntheticsTest#id}." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-synthetics-test/index.ts", "line": 21 }, "name": "id", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/data-datadog-synthetics-test/index:DataDatadogSyntheticsTestConfig" }, "@cdktf/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRuleset": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformDataSource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/tag_pipeline_ruleset datadog_tag_pipeline_ruleset}." }, "fqn": "@cdktf/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRuleset", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/tag_pipeline_ruleset datadog_tag_pipeline_ruleset} Data Source." }, "locationInModule": { "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts", "line": 643 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.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.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts", "line": 611 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a DataDatadogTagPipelineRuleset resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts", "line": 628 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the DataDatadogTagPipelineRuleset to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/tag_pipeline_ruleset#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing DataDatadogTagPipelineRuleset that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the DataDatadogTagPipelineRuleset to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts", "line": 705 }, "name": "putRules", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRules" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts", "line": 708 }, "name": "resetRules" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts", "line": 720 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts", "line": 727 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "DataDatadogTagPipelineRuleset", "namespace": "dataDatadogTagPipelineRuleset", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts", "line": 616 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts", "line": 668 }, "name": "enabled", "type": { "fqn": "cdktf.IResolvable" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts", "line": 686 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts", "line": 691 }, "name": "position", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts", "line": 702 }, "name": "rules", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRulesList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts", "line": 696 }, "name": "version", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts", "line": 681 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts", "line": 712 }, "name": "rulesInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRules" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts", "line": 674 }, "name": "id", "type": { "primitive": "string" } } ], "symbolId": "src/data-datadog-tag-pipeline-ruleset/index:DataDatadogTagPipelineRuleset" }, "@cdktf/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts", "line": 14 }, "name": "DataDatadogTagPipelineRulesetConfig", "namespace": "dataDatadogTagPipelineRuleset", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/tag_pipeline_ruleset#id DataDatadogTagPipelineRuleset#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "The ID of the ruleset." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts", "line": 23 }, "name": "id", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/tag_pipeline_ruleset#rules DataDatadogTagPipelineRuleset#rules}", "stability": "stable", "summary": "rules block." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts", "line": 29 }, "name": "rules", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRules" }, "kind": "array" } } ] } } } ], "symbolId": "src/data-datadog-tag-pipeline-ruleset/index:DataDatadogTagPipelineRulesetConfig" }, "@cdktf/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRules": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRules", "kind": "interface", "locationInModule": { "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts", "line": 461 }, "name": "DataDatadogTagPipelineRulesetRules", "namespace": "dataDatadogTagPipelineRuleset", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/tag_pipeline_ruleset#reference_table DataDatadogTagPipelineRuleset#reference_table}", "stability": "stable", "summary": "reference_table block." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts", "line": 467 }, "name": "referenceTable", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRulesReferenceTable" } } ], "symbolId": "src/data-datadog-tag-pipeline-ruleset/index:DataDatadogTagPipelineRulesetRules" }, "@cdktf/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRulesList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRulesList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts", "line": 596 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts", "line": 588 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts", "line": 603 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRulesOutputReference" } } } ], "name": "DataDatadogTagPipelineRulesetRulesList", "namespace": "dataDatadogTagPipelineRuleset", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts", "line": 596 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts", "line": 596 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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-tag-pipeline-ruleset/index.ts", "line": 596 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts", "line": 589 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRules" }, "kind": "array" } } ] } } } ], "symbolId": "src/data-datadog-tag-pipeline-ruleset/index:DataDatadogTagPipelineRulesetRulesList" }, "@cdktf/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRulesMapping": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRulesMapping", "kind": "interface", "locationInModule": { "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts", "line": 31 }, "name": "DataDatadogTagPipelineRulesetRulesMapping", "namespace": "dataDatadogTagPipelineRuleset", "symbolId": "src/data-datadog-tag-pipeline-ruleset/index:DataDatadogTagPipelineRulesetRulesMapping" }, "@cdktf/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRulesMappingOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRulesMappingOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts", "line": 62 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts", "line": 54 }, "name": "DataDatadogTagPipelineRulesetRulesMappingOutputReference", "namespace": "dataDatadogTagPipelineRuleset", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts", "line": 91 }, "name": "destinationKey", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts", "line": 96 }, "name": "ifNotExists", "type": { "fqn": "cdktf.IResolvable" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts", "line": 101 }, "name": "sourceKeys", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts", "line": 66 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRulesMapping" } ] } } } ], "symbolId": "src/data-datadog-tag-pipeline-ruleset/index:DataDatadogTagPipelineRulesetRulesMappingOutputReference" }, "@cdktf/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRulesOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRulesOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts", "line": 509 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts", "line": 499 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts", "line": 576 }, "name": "putReferenceTable", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRulesReferenceTable" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts", "line": 579 }, "name": "resetReferenceTable" } ], "name": "DataDatadogTagPipelineRulesetRulesOutputReference", "namespace": "dataDatadogTagPipelineRuleset", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts", "line": 544 }, "name": "enabled", "type": { "fqn": "cdktf.IResolvable" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts", "line": 561 }, "name": "mapping", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRulesMappingOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts", "line": 550 }, "name": "metadata", "type": { "fqn": "cdktf.StringMap" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts", "line": 555 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts", "line": 567 }, "name": "query", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRulesQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts", "line": 573 }, "name": "referenceTable", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRulesReferenceTableOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts", "line": 583 }, "name": "referenceTableInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRulesReferenceTable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts", "line": 513 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRules" } ] } } } ], "symbolId": "src/data-datadog-tag-pipeline-ruleset/index:DataDatadogTagPipelineRulesetRulesOutputReference" }, "@cdktf/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRulesQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRulesQuery", "kind": "interface", "locationInModule": { "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts", "line": 174 }, "name": "DataDatadogTagPipelineRulesetRulesQuery", "namespace": "dataDatadogTagPipelineRuleset", "symbolId": "src/data-datadog-tag-pipeline-ruleset/index:DataDatadogTagPipelineRulesetRulesQuery" }, "@cdktf/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRulesQueryAddition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRulesQueryAddition", "kind": "interface", "locationInModule": { "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts", "line": 105 }, "name": "DataDatadogTagPipelineRulesetRulesQueryAddition", "namespace": "dataDatadogTagPipelineRuleset", "symbolId": "src/data-datadog-tag-pipeline-ruleset/index:DataDatadogTagPipelineRulesetRulesQueryAddition" }, "@cdktf/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRulesQueryAdditionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRulesQueryAdditionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts", "line": 136 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts", "line": 128 }, "name": "DataDatadogTagPipelineRulesetRulesQueryAdditionOutputReference", "namespace": "dataDatadogTagPipelineRuleset", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts", "line": 165 }, "name": "key", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts", "line": 170 }, "name": "value", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts", "line": 140 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRulesQueryAddition" } ] } } } ], "symbolId": "src/data-datadog-tag-pipeline-ruleset/index:DataDatadogTagPipelineRulesetRulesQueryAdditionOutputReference" }, "@cdktf/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRulesQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRulesQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts", "line": 205 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts", "line": 197 }, "name": "DataDatadogTagPipelineRulesetRulesQueryOutputReference", "namespace": "dataDatadogTagPipelineRuleset", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts", "line": 250 }, "name": "addition", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRulesQueryAdditionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts", "line": 234 }, "name": "caseInsensitivity", "type": { "fqn": "cdktf.IResolvable" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts", "line": 239 }, "name": "ifNotExists", "type": { "fqn": "cdktf.IResolvable" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts", "line": 244 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts", "line": 209 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRulesQuery" } ] } } } ], "symbolId": "src/data-datadog-tag-pipeline-ruleset/index:DataDatadogTagPipelineRulesetRulesQueryOutputReference" }, "@cdktf/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRulesReferenceTable": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRulesReferenceTable", "kind": "interface", "locationInModule": { "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts", "line": 345 }, "name": "DataDatadogTagPipelineRulesetRulesReferenceTable", "namespace": "dataDatadogTagPipelineRuleset", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/tag_pipeline_ruleset#field_pairs DataDatadogTagPipelineRuleset#field_pairs}", "stability": "stable", "summary": "field_pairs block." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts", "line": 351 }, "name": "fieldPairs", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRulesReferenceTableFieldPairs" }, "kind": "array" } } ] } } } ], "symbolId": "src/data-datadog-tag-pipeline-ruleset/index:DataDatadogTagPipelineRulesetRulesReferenceTable" }, "@cdktf/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRulesReferenceTableFieldPairs": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRulesReferenceTableFieldPairs", "kind": "interface", "locationInModule": { "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts", "line": 254 }, "name": "DataDatadogTagPipelineRulesetRulesReferenceTableFieldPairs", "namespace": "dataDatadogTagPipelineRuleset", "symbolId": "src/data-datadog-tag-pipeline-ruleset/index:DataDatadogTagPipelineRulesetRulesReferenceTableFieldPairs" }, "@cdktf/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRulesReferenceTableFieldPairsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRulesReferenceTableFieldPairsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts", "line": 334 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts", "line": 326 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts", "line": 341 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRulesReferenceTableFieldPairsOutputReference" } } } ], "name": "DataDatadogTagPipelineRulesetRulesReferenceTableFieldPairsList", "namespace": "dataDatadogTagPipelineRuleset", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts", "line": 334 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts", "line": 334 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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-tag-pipeline-ruleset/index.ts", "line": 334 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts", "line": 327 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRulesReferenceTableFieldPairs" }, "kind": "array" } } ] } } } ], "symbolId": "src/data-datadog-tag-pipeline-ruleset/index:DataDatadogTagPipelineRulesetRulesReferenceTableFieldPairsList" }, "@cdktf/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRulesReferenceTableFieldPairsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRulesReferenceTableFieldPairsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts", "line": 287 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts", "line": 277 }, "name": "DataDatadogTagPipelineRulesetRulesReferenceTableFieldPairsOutputReference", "namespace": "dataDatadogTagPipelineRuleset", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts", "line": 316 }, "name": "inputColumn", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts", "line": 321 }, "name": "outputKey", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts", "line": 291 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRulesReferenceTableFieldPairs" } ] } } } ], "symbolId": "src/data-datadog-tag-pipeline-ruleset/index:DataDatadogTagPipelineRulesetRulesReferenceTableFieldPairsOutputReference" }, "@cdktf/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRulesReferenceTableOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRulesReferenceTableOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts", "line": 391 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts", "line": 383 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts", "line": 450 }, "name": "putFieldPairs", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRulesReferenceTableFieldPairs" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts", "line": 453 }, "name": "resetFieldPairs" } ], "name": "DataDatadogTagPipelineRulesetRulesReferenceTableOutputReference", "namespace": "dataDatadogTagPipelineRuleset", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts", "line": 426 }, "name": "caseInsensitivity", "type": { "fqn": "cdktf.IResolvable" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts", "line": 447 }, "name": "fieldPairs", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRulesReferenceTableFieldPairsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts", "line": 431 }, "name": "ifNotExists", "type": { "fqn": "cdktf.IResolvable" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts", "line": 436 }, "name": "sourceKeys", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts", "line": 441 }, "name": "tableName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts", "line": 457 }, "name": "fieldPairsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRulesReferenceTableFieldPairs" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts", "line": 395 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRulesReferenceTable" } ] } } } ], "symbolId": "src/data-datadog-tag-pipeline-ruleset/index:DataDatadogTagPipelineRulesetRulesReferenceTableOutputReference" }, "@cdktf/provider-datadog.dataDatadogTeam.DataDatadogTeam": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformDataSource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/team datadog_team}." }, "fqn": "@cdktf/provider-datadog.dataDatadogTeam.DataDatadogTeam", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/team datadog_team} Data Source." }, "locationInModule": { "filename": "src/data-datadog-team/index.ts", "line": 64 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogTeam.DataDatadogTeamConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-team/index.ts", "line": 32 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a DataDatadogTeam resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/data-datadog-team/index.ts", "line": 49 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the DataDatadogTeam to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/team#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing DataDatadogTeam that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the DataDatadogTeam to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-team/index.ts", "line": 101 }, "name": "resetFilterKeyword" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-team/index.ts", "line": 142 }, "name": "resetTeamId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-team/index.ts", "line": 159 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-team/index.ts", "line": 166 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "DataDatadogTeam", "namespace": "dataDatadogTeam", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-team/index.ts", "line": 37 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-team/index.ts", "line": 89 }, "name": "description", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-team/index.ts", "line": 110 }, "name": "handle", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-team/index.ts", "line": 115 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-team/index.ts", "line": 120 }, "name": "linkCount", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-team/index.ts", "line": 125 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-team/index.ts", "line": 130 }, "name": "summary", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-team/index.ts", "line": 151 }, "name": "userCount", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-team/index.ts", "line": 105 }, "name": "filterKeywordInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-team/index.ts", "line": 146 }, "name": "teamIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-team/index.ts", "line": 95 }, "name": "filterKeyword", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-team/index.ts", "line": 136 }, "name": "teamId", "type": { "primitive": "string" } } ], "symbolId": "src/data-datadog-team/index:DataDatadogTeam" }, "@cdktf/provider-datadog.dataDatadogTeam.DataDatadogTeamConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogTeam.DataDatadogTeamConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/data-datadog-team/index.ts", "line": 14 }, "name": "DataDatadogTeamConfig", "namespace": "dataDatadogTeam", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/team#filter_keyword DataDatadogTeam#filter_keyword}", "stability": "stable", "summary": "Search query. Can be team name, team handle, or email of team member." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-team/index.ts", "line": 20 }, "name": "filterKeyword", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/team#team_id DataDatadogTeam#team_id}", "stability": "stable", "summary": "The team's identifier." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-team/index.ts", "line": 26 }, "name": "teamId", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/data-datadog-team/index:DataDatadogTeamConfig" }, "@cdktf/provider-datadog.dataDatadogTeamHierarchyLinks.DataDatadogTeamHierarchyLinks": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformDataSource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/team_hierarchy_links datadog_team_hierarchy_links}." }, "fqn": "@cdktf/provider-datadog.dataDatadogTeamHierarchyLinks.DataDatadogTeamHierarchyLinks", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/team_hierarchy_links datadog_team_hierarchy_links} Data Source." }, "locationInModule": { "filename": "src/data-datadog-team-hierarchy-links/index.ts", "line": 70 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogTeamHierarchyLinks.DataDatadogTeamHierarchyLinksConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-team-hierarchy-links/index.ts", "line": 38 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a DataDatadogTeamHierarchyLinks resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/data-datadog-team-hierarchy-links/index.ts", "line": 55 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the DataDatadogTeamHierarchyLinks to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/team_hierarchy_links#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing DataDatadogTeamHierarchyLinks that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the DataDatadogTeamHierarchyLinks to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-team-hierarchy-links/index.ts", "line": 108 }, "name": "resetFilterParentTeam" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-team-hierarchy-links/index.ts", "line": 124 }, "name": "resetFilterSubTeam" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-team-hierarchy-links/index.ts", "line": 145 }, "name": "resetLinkId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-team-hierarchy-links/index.ts", "line": 162 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-team-hierarchy-links/index.ts", "line": 170 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "DataDatadogTeamHierarchyLinks", "namespace": "dataDatadogTeamHierarchyLinks", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-team-hierarchy-links/index.ts", "line": 43 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-team-hierarchy-links/index.ts", "line": 96 }, "name": "createdAt", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-team-hierarchy-links/index.ts", "line": 133 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-team-hierarchy-links/index.ts", "line": 154 }, "name": "provisionedBy", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-team-hierarchy-links/index.ts", "line": 112 }, "name": "filterParentTeamInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-team-hierarchy-links/index.ts", "line": 128 }, "name": "filterSubTeamInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-team-hierarchy-links/index.ts", "line": 149 }, "name": "linkIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-team-hierarchy-links/index.ts", "line": 102 }, "name": "filterParentTeam", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-team-hierarchy-links/index.ts", "line": 118 }, "name": "filterSubTeam", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-team-hierarchy-links/index.ts", "line": 139 }, "name": "linkId", "type": { "primitive": "string" } } ], "symbolId": "src/data-datadog-team-hierarchy-links/index:DataDatadogTeamHierarchyLinks" }, "@cdktf/provider-datadog.dataDatadogTeamHierarchyLinks.DataDatadogTeamHierarchyLinksConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogTeamHierarchyLinks.DataDatadogTeamHierarchyLinksConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/data-datadog-team-hierarchy-links/index.ts", "line": 14 }, "name": "DataDatadogTeamHierarchyLinksConfig", "namespace": "dataDatadogTeamHierarchyLinks", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/team_hierarchy_links#filter_parent_team DataDatadogTeamHierarchyLinks#filter_parent_team}", "stability": "stable", "summary": "Filter by parent team ID." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-team-hierarchy-links/index.ts", "line": 20 }, "name": "filterParentTeam", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/team_hierarchy_links#filter_sub_team DataDatadogTeamHierarchyLinks#filter_sub_team}", "stability": "stable", "summary": "Filter by sub team ID." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-team-hierarchy-links/index.ts", "line": 26 }, "name": "filterSubTeam", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/team_hierarchy_links#link_id DataDatadogTeamHierarchyLinks#link_id}", "stability": "stable", "summary": "The team hierarchy link’s identifier." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-team-hierarchy-links/index.ts", "line": 32 }, "name": "linkId", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/data-datadog-team-hierarchy-links/index:DataDatadogTeamHierarchyLinksConfig" }, "@cdktf/provider-datadog.dataDatadogTeamMemberships.DataDatadogTeamMemberships": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformDataSource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/team_memberships datadog_team_memberships}." }, "fqn": "@cdktf/provider-datadog.dataDatadogTeamMemberships.DataDatadogTeamMemberships", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/team_memberships datadog_team_memberships} Data Source." }, "locationInModule": { "filename": "src/data-datadog-team-memberships/index.ts", "line": 160 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogTeamMemberships.DataDatadogTeamMembershipsConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-team-memberships/index.ts", "line": 128 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a DataDatadogTeamMemberships resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/data-datadog-team-memberships/index.ts", "line": 145 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the DataDatadogTeamMemberships to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/team_memberships#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing DataDatadogTeamMemberships that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the DataDatadogTeamMemberships to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-team-memberships/index.ts", "line": 193 }, "name": "resetExactMatch" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-team-memberships/index.ts", "line": 209 }, "name": "resetFilterKeyword" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-team-memberships/index.ts", "line": 245 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-team-memberships/index.ts", "line": 253 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "DataDatadogTeamMemberships", "namespace": "dataDatadogTeamMemberships", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-team-memberships/index.ts", "line": 133 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-team-memberships/index.ts", "line": 218 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-team-memberships/index.ts", "line": 237 }, "name": "teamMemberships", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogTeamMemberships.DataDatadogTeamMembershipsTeamMembershipsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-team-memberships/index.ts", "line": 197 }, "name": "exactMatchInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-team-memberships/index.ts", "line": 213 }, "name": "filterKeywordInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-team-memberships/index.ts", "line": 231 }, "name": "teamIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-team-memberships/index.ts", "line": 187 }, "name": "exactMatch", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-team-memberships/index.ts", "line": 203 }, "name": "filterKeyword", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-team-memberships/index.ts", "line": 224 }, "name": "teamId", "type": { "primitive": "string" } } ], "symbolId": "src/data-datadog-team-memberships/index:DataDatadogTeamMemberships" }, "@cdktf/provider-datadog.dataDatadogTeamMemberships.DataDatadogTeamMembershipsConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogTeamMemberships.DataDatadogTeamMembershipsConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/data-datadog-team-memberships/index.ts", "line": 14 }, "name": "DataDatadogTeamMembershipsConfig", "namespace": "dataDatadogTeamMemberships", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/team_memberships#team_id DataDatadogTeamMemberships#team_id}", "stability": "stable", "summary": "The team's identifier." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-team-memberships/index.ts", "line": 32 }, "name": "teamId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/team_memberships#exact_match DataDatadogTeamMemberships#exact_match}", "stability": "stable", "summary": "When true, `filter_keyword` string is exact matched against the user's `email`, followed by `name`." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-team-memberships/index.ts", "line": 20 }, "name": "exactMatch", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/team_memberships#filter_keyword DataDatadogTeamMemberships#filter_keyword}", "stability": "stable", "summary": "Search query, can be user email or name." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-team-memberships/index.ts", "line": 26 }, "name": "filterKeyword", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/data-datadog-team-memberships/index:DataDatadogTeamMembershipsConfig" }, "@cdktf/provider-datadog.dataDatadogTeamMemberships.DataDatadogTeamMembershipsTeamMemberships": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogTeamMemberships.DataDatadogTeamMembershipsTeamMemberships", "kind": "interface", "locationInModule": { "filename": "src/data-datadog-team-memberships/index.ts", "line": 34 }, "name": "DataDatadogTeamMembershipsTeamMemberships", "namespace": "dataDatadogTeamMemberships", "symbolId": "src/data-datadog-team-memberships/index:DataDatadogTeamMembershipsTeamMemberships" }, "@cdktf/provider-datadog.dataDatadogTeamMemberships.DataDatadogTeamMembershipsTeamMembershipsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogTeamMemberships.DataDatadogTeamMembershipsTeamMembershipsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-team-memberships/index.ts", "line": 113 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-team-memberships/index.ts", "line": 106 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-team-memberships/index.ts", "line": 120 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dataDatadogTeamMemberships.DataDatadogTeamMembershipsTeamMembershipsOutputReference" } } } ], "name": "DataDatadogTeamMembershipsTeamMembershipsList", "namespace": "dataDatadogTeamMemberships", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/data-datadog-team-memberships/index.ts", "line": 113 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/data-datadog-team-memberships/index.ts", "line": 113 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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-team-memberships/index.ts", "line": 113 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } } ], "symbolId": "src/data-datadog-team-memberships/index:DataDatadogTeamMembershipsTeamMembershipsList" }, "@cdktf/provider-datadog.dataDatadogTeamMemberships.DataDatadogTeamMembershipsTeamMembershipsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogTeamMemberships.DataDatadogTeamMembershipsTeamMembershipsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-team-memberships/index.ts", "line": 66 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-team-memberships/index.ts", "line": 57 }, "name": "DataDatadogTeamMembershipsTeamMembershipsOutputReference", "namespace": "dataDatadogTeamMemberships", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-team-memberships/index.ts", "line": 86 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-team-memberships/index.ts", "line": 91 }, "name": "role", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-team-memberships/index.ts", "line": 96 }, "name": "teamId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-team-memberships/index.ts", "line": 101 }, "name": "userId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-team-memberships/index.ts", "line": 70 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogTeamMemberships.DataDatadogTeamMembershipsTeamMemberships" } } ], "symbolId": "src/data-datadog-team-memberships/index:DataDatadogTeamMembershipsTeamMembershipsOutputReference" }, "@cdktf/provider-datadog.dataDatadogTeams.DataDatadogTeams": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformDataSource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/teams datadog_teams}." }, "fqn": "@cdktf/provider-datadog.dataDatadogTeams.DataDatadogTeams", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/teams datadog_teams} Data Source." }, "locationInModule": { "filename": "src/data-datadog-teams/index.ts", "line": 186 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogTeams.DataDatadogTeamsConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-teams/index.ts", "line": 154 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a DataDatadogTeams resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/data-datadog-teams/index.ts", "line": 171 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the DataDatadogTeams to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/teams#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing DataDatadogTeams that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the DataDatadogTeams to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-teams/index.ts", "line": 253 }, "name": "putTeams", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dataDatadogTeams.DataDatadogTeamsTeams" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-teams/index.ts", "line": 219 }, "name": "resetFilterKeyword" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-teams/index.ts", "line": 235 }, "name": "resetFilterMe" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-teams/index.ts", "line": 256 }, "name": "resetTeams" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-teams/index.ts", "line": 268 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-teams/index.ts", "line": 276 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "DataDatadogTeams", "namespace": "dataDatadogTeams", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-teams/index.ts", "line": 159 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-teams/index.ts", "line": 244 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-teams/index.ts", "line": 250 }, "name": "teams", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogTeams.DataDatadogTeamsTeamsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-teams/index.ts", "line": 223 }, "name": "filterKeywordInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-teams/index.ts", "line": 239 }, "name": "filterMeInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-teams/index.ts", "line": 260 }, "name": "teamsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dataDatadogTeams.DataDatadogTeamsTeams" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-teams/index.ts", "line": 213 }, "name": "filterKeyword", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-teams/index.ts", "line": 229 }, "name": "filterMe", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } } ], "symbolId": "src/data-datadog-teams/index:DataDatadogTeams" }, "@cdktf/provider-datadog.dataDatadogTeams.DataDatadogTeamsConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogTeams.DataDatadogTeamsConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/data-datadog-teams/index.ts", "line": 14 }, "name": "DataDatadogTeamsConfig", "namespace": "dataDatadogTeams", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/teams#filter_keyword DataDatadogTeams#filter_keyword}", "stability": "stable", "summary": "Search query. Can be team name, team handle, or email of team member." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-teams/index.ts", "line": 20 }, "name": "filterKeyword", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/teams#filter_me DataDatadogTeams#filter_me}", "stability": "stable", "summary": "When true, only returns teams the current user belongs to." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-teams/index.ts", "line": 26 }, "name": "filterMe", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/teams#teams DataDatadogTeams#teams}", "stability": "stable", "summary": "teams block." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-teams/index.ts", "line": 32 }, "name": "teams", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dataDatadogTeams.DataDatadogTeamsTeams" }, "kind": "array" } } ] } } } ], "symbolId": "src/data-datadog-teams/index:DataDatadogTeamsConfig" }, "@cdktf/provider-datadog.dataDatadogTeams.DataDatadogTeamsTeams": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogTeams.DataDatadogTeamsTeams", "kind": "interface", "locationInModule": { "filename": "src/data-datadog-teams/index.ts", "line": 34 }, "name": "DataDatadogTeamsTeams", "namespace": "dataDatadogTeams", "symbolId": "src/data-datadog-teams/index:DataDatadogTeamsTeams" }, "@cdktf/provider-datadog.dataDatadogTeams.DataDatadogTeamsTeamsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogTeams.DataDatadogTeamsTeamsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-teams/index.ts", "line": 139 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-teams/index.ts", "line": 131 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-teams/index.ts", "line": 146 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dataDatadogTeams.DataDatadogTeamsTeamsOutputReference" } } } ], "name": "DataDatadogTeamsTeamsList", "namespace": "dataDatadogTeams", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/data-datadog-teams/index.ts", "line": 139 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/data-datadog-teams/index.ts", "line": 139 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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-teams/index.ts", "line": 139 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-teams/index.ts", "line": 132 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dataDatadogTeams.DataDatadogTeamsTeams" }, "kind": "array" } } ] } } } ], "symbolId": "src/data-datadog-teams/index:DataDatadogTeamsTeamsList" }, "@cdktf/provider-datadog.dataDatadogTeams.DataDatadogTeamsTeamsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogTeams.DataDatadogTeamsTeamsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-teams/index.ts", "line": 67 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-teams/index.ts", "line": 57 }, "name": "DataDatadogTeamsTeamsOutputReference", "namespace": "dataDatadogTeams", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-teams/index.ts", "line": 96 }, "name": "description", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-teams/index.ts", "line": 101 }, "name": "handle", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-teams/index.ts", "line": 106 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-teams/index.ts", "line": 111 }, "name": "linkCount", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-teams/index.ts", "line": 116 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-teams/index.ts", "line": 121 }, "name": "summary", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-teams/index.ts", "line": 126 }, "name": "userCount", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-teams/index.ts", "line": 71 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dataDatadogTeams.DataDatadogTeamsTeams" } ] } } } ], "symbolId": "src/data-datadog-teams/index:DataDatadogTeamsTeamsOutputReference" }, "@cdktf/provider-datadog.dataDatadogUser.DataDatadogUser": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformDataSource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/user datadog_user}." }, "fqn": "@cdktf/provider-datadog.dataDatadogUser.DataDatadogUser", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/user datadog_user} Data Source." }, "locationInModule": { "filename": "src/data-datadog-user/index.ts", "line": 77 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogUser.DataDatadogUserConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-user/index.ts", "line": 45 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a DataDatadogUser resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/data-datadog-user/index.ts", "line": 62 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the DataDatadogUser to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/user#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing DataDatadogUser that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the DataDatadogUser to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-user/index.ts", "line": 126 }, "name": "resetExactMatch" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-user/index.ts", "line": 142 }, "name": "resetExcludeServiceAccounts" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-user/index.ts", "line": 181 }, "name": "resetId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-user/index.ts", "line": 228 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-user/index.ts", "line": 237 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "DataDatadogUser", "namespace": "dataDatadogUser", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-user/index.ts", "line": 50 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-user/index.ts", "line": 104 }, "name": "createdAt", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-user/index.ts", "line": 109 }, "name": "disabled", "type": { "fqn": "cdktf.IResolvable" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-user/index.ts", "line": 114 }, "name": "email", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-user/index.ts", "line": 164 }, "name": "handle", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-user/index.ts", "line": 169 }, "name": "icon", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-user/index.ts", "line": 190 }, "name": "mfaEnabled", "type": { "fqn": "cdktf.IResolvable" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-user/index.ts", "line": 195 }, "name": "modifiedAt", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-user/index.ts", "line": 200 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-user/index.ts", "line": 205 }, "name": "serviceAccount", "type": { "fqn": "cdktf.IResolvable" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-user/index.ts", "line": 210 }, "name": "status", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-user/index.ts", "line": 215 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-user/index.ts", "line": 220 }, "name": "verified", "type": { "fqn": "cdktf.IResolvable" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-user/index.ts", "line": 130 }, "name": "exactMatchInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-user/index.ts", "line": 146 }, "name": "excludeServiceAccountsInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-user/index.ts", "line": 159 }, "name": "filterInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-user/index.ts", "line": 185 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-user/index.ts", "line": 120 }, "name": "exactMatch", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-user/index.ts", "line": 136 }, "name": "excludeServiceAccounts", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-user/index.ts", "line": 152 }, "name": "filter", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-user/index.ts", "line": 175 }, "name": "id", "type": { "primitive": "string" } } ], "symbolId": "src/data-datadog-user/index:DataDatadogUser" }, "@cdktf/provider-datadog.dataDatadogUser.DataDatadogUserConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogUser.DataDatadogUserConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/data-datadog-user/index.ts", "line": 14 }, "name": "DataDatadogUserConfig", "namespace": "dataDatadogUser", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/user#filter DataDatadogUser#filter}", "stability": "stable", "summary": "Filter all users by the given string." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-user/index.ts", "line": 32 }, "name": "filter", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/user#exact_match DataDatadogUser#exact_match}", "stability": "stable", "summary": "When true, `filter` string is exact matched against the user's `email`, followed by `name` attribute. Defaults to `false`." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-user/index.ts", "line": 20 }, "name": "exactMatch", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/user#exclude_service_accounts DataDatadogUser#exclude_service_accounts}", "stability": "stable", "summary": "When true, service accounts are excluded from the result. Defaults to `false`." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-user/index.ts", "line": 26 }, "name": "excludeServiceAccounts", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "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://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/user#id DataDatadogUser#id}." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-user/index.ts", "line": 39 }, "name": "id", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/data-datadog-user/index:DataDatadogUserConfig" }, "@cdktf/provider-datadog.dataDatadogUsers.DataDatadogUsers": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformDataSource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/users datadog_users}." }, "fqn": "@cdktf/provider-datadog.dataDatadogUsers.DataDatadogUsers", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/users datadog_users} Data Source." }, "locationInModule": { "filename": "src/data-datadog-users/index.ts", "line": 199 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogUsers.DataDatadogUsersConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-users/index.ts", "line": 167 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a DataDatadogUsers resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/data-datadog-users/index.ts", "line": 184 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the DataDatadogUsers to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/users#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing DataDatadogUsers that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the DataDatadogUsers to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-users/index.ts", "line": 231 }, "name": "resetFilter" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-users/index.ts", "line": 247 }, "name": "resetFilterStatus" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-users/index.ts", "line": 270 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-users/index.ts", "line": 277 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "DataDatadogUsers", "namespace": "dataDatadogUsers", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-users/index.ts", "line": 172 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-users/index.ts", "line": 256 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-users/index.ts", "line": 262 }, "name": "users", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogUsers.DataDatadogUsersUsersList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-users/index.ts", "line": 235 }, "name": "filterInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-users/index.ts", "line": 251 }, "name": "filterStatusInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-users/index.ts", "line": 225 }, "name": "filter", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-users/index.ts", "line": 241 }, "name": "filterStatus", "type": { "primitive": "string" } } ], "symbolId": "src/data-datadog-users/index:DataDatadogUsers" }, "@cdktf/provider-datadog.dataDatadogUsers.DataDatadogUsersConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogUsers.DataDatadogUsersConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/data-datadog-users/index.ts", "line": 14 }, "name": "DataDatadogUsersConfig", "namespace": "dataDatadogUsers", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/users#filter DataDatadogUsers#filter}", "stability": "stable", "summary": "Filter all users by the given string." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-users/index.ts", "line": 20 }, "name": "filter", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/users#filter_status DataDatadogUsers#filter_status}", "stability": "stable", "summary": "Filter on status attribute. Comma-separated list with possible values of Active, Pending, and Disabled." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-users/index.ts", "line": 26 }, "name": "filterStatus", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/data-datadog-users/index:DataDatadogUsersConfig" }, "@cdktf/provider-datadog.dataDatadogUsers.DataDatadogUsersUsers": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogUsers.DataDatadogUsersUsers", "kind": "interface", "locationInModule": { "filename": "src/data-datadog-users/index.ts", "line": 28 }, "name": "DataDatadogUsersUsers", "namespace": "dataDatadogUsers", "symbolId": "src/data-datadog-users/index:DataDatadogUsersUsers" }, "@cdktf/provider-datadog.dataDatadogUsers.DataDatadogUsersUsersList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogUsers.DataDatadogUsersUsersList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-users/index.ts", "line": 152 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-users/index.ts", "line": 145 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-users/index.ts", "line": 159 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dataDatadogUsers.DataDatadogUsersUsersOutputReference" } } } ], "name": "DataDatadogUsersUsersList", "namespace": "dataDatadogUsers", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/data-datadog-users/index.ts", "line": 152 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/data-datadog-users/index.ts", "line": 152 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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-users/index.ts", "line": 152 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } } ], "symbolId": "src/data-datadog-users/index:DataDatadogUsersUsersList" }, "@cdktf/provider-datadog.dataDatadogUsers.DataDatadogUsersUsersOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogUsers.DataDatadogUsersUsersOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-users/index.ts", "line": 60 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-users/index.ts", "line": 51 }, "name": "DataDatadogUsersUsersOutputReference", "namespace": "dataDatadogUsers", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-users/index.ts", "line": 80 }, "name": "createdAt", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-users/index.ts", "line": 85 }, "name": "disabled", "type": { "fqn": "cdktf.IResolvable" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-users/index.ts", "line": 90 }, "name": "email", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-users/index.ts", "line": 95 }, "name": "handle", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-users/index.ts", "line": 100 }, "name": "icon", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-users/index.ts", "line": 105 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-users/index.ts", "line": 110 }, "name": "mfaEnabled", "type": { "fqn": "cdktf.IResolvable" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-users/index.ts", "line": 115 }, "name": "modifiedAt", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-users/index.ts", "line": 120 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-users/index.ts", "line": 125 }, "name": "serviceAccount", "type": { "fqn": "cdktf.IResolvable" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-users/index.ts", "line": 130 }, "name": "status", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-users/index.ts", "line": 135 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-users/index.ts", "line": 140 }, "name": "verified", "type": { "fqn": "cdktf.IResolvable" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-users/index.ts", "line": 64 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.dataDatadogUsers.DataDatadogUsersUsers" } } ], "symbolId": "src/data-datadog-users/index:DataDatadogUsersUsersOutputReference" }, "@cdktf/provider-datadog.dataDatadogWorkflowAutomation.DataDatadogWorkflowAutomation": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformDataSource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/workflow_automation datadog_workflow_automation}." }, "fqn": "@cdktf/provider-datadog.dataDatadogWorkflowAutomation.DataDatadogWorkflowAutomation", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/workflow_automation datadog_workflow_automation} Data Source." }, "locationInModule": { "filename": "src/data-datadog-workflow-automation/index.ts", "line": 61 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.dataDatadogWorkflowAutomation.DataDatadogWorkflowAutomationConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/data-datadog-workflow-automation/index.ts", "line": 29 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a DataDatadogWorkflowAutomation resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/data-datadog-workflow-automation/index.ts", "line": 46 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the DataDatadogWorkflowAutomation to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/workflow_automation#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing DataDatadogWorkflowAutomation that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the DataDatadogWorkflowAutomation to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-workflow-automation/index.ts", "line": 126 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-workflow-automation/index.ts", "line": 132 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformDataSource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "DataDatadogWorkflowAutomation", "namespace": "dataDatadogWorkflowAutomation", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-workflow-automation/index.ts", "line": 34 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-workflow-automation/index.ts", "line": 85 }, "name": "description", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-workflow-automation/index.ts", "line": 103 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-workflow-automation/index.ts", "line": 108 }, "name": "published", "type": { "fqn": "cdktf.IResolvable" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-workflow-automation/index.ts", "line": 113 }, "name": "specJson", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-workflow-automation/index.ts", "line": 118 }, "name": "tags", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-workflow-automation/index.ts", "line": 98 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/data-datadog-workflow-automation/index.ts", "line": 91 }, "name": "id", "type": { "primitive": "string" } } ], "symbolId": "src/data-datadog-workflow-automation/index:DataDatadogWorkflowAutomation" }, "@cdktf/provider-datadog.dataDatadogWorkflowAutomation.DataDatadogWorkflowAutomationConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataDatadogWorkflowAutomation.DataDatadogWorkflowAutomationConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/data-datadog-workflow-automation/index.ts", "line": 14 }, "name": "DataDatadogWorkflowAutomationConfig", "namespace": "dataDatadogWorkflowAutomation", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/data-sources/workflow_automation#id DataDatadogWorkflowAutomation#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "ID of the workflow." }, "immutable": true, "locationInModule": { "filename": "src/data-datadog-workflow-automation/index.ts", "line": 23 }, "name": "id", "type": { "primitive": "string" } } ], "symbolId": "src/data-datadog-workflow-automation/index:DataDatadogWorkflowAutomationConfig" }, "@cdktf/provider-datadog.dataset.Dataset": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dataset datadog_dataset}." }, "fqn": "@cdktf/provider-datadog.dataset.Dataset", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dataset datadog_dataset} Resource." }, "locationInModule": { "filename": "src/dataset/index.ts", "line": 217 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.dataset.DatasetConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dataset/index.ts", "line": 185 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a Dataset resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/dataset/index.ts", "line": 202 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the Dataset to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dataset#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing Dataset that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the Dataset to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dataset/index.ts", "line": 288 }, "name": "putProductFilters", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dataset.DatasetProductFilters" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dataset/index.ts", "line": 291 }, "name": "resetProductFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dataset/index.ts", "line": 303 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dataset/index.ts", "line": 311 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "Dataset", "namespace": "dataset", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dataset/index.ts", "line": 190 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dataset/index.ts", "line": 243 }, "name": "createdAt", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dataset/index.ts", "line": 248 }, "name": "createdBy", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dataset/index.ts", "line": 253 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dataset/index.ts", "line": 285 }, "name": "productFilters", "type": { "fqn": "@cdktf/provider-datadog.dataset.DatasetProductFiltersList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dataset/index.ts", "line": 266 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dataset/index.ts", "line": 279 }, "name": "principalsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dataset/index.ts", "line": 295 }, "name": "productFiltersInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dataset.DatasetProductFilters" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dataset/index.ts", "line": 259 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dataset/index.ts", "line": 272 }, "name": "principals", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/dataset/index:Dataset" }, "@cdktf/provider-datadog.dataset.DatasetConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataset.DatasetConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/dataset/index.ts", "line": 14 }, "name": "DatasetConfig", "namespace": "dataset", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dataset#name Dataset#name}", "stability": "stable", "summary": "The name of the dataset." }, "immutable": true, "locationInModule": { "filename": "src/dataset/index.ts", "line": 20 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "A principal is a subject or group of subjects. Each principal is formatted as `type:id`. Supported types: `role` and `team`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dataset#principals Dataset#principals}", "stability": "stable", "summary": "An array of principals." }, "immutable": true, "locationInModule": { "filename": "src/dataset/index.ts", "line": 26 }, "name": "principals", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dataset#product_filters Dataset#product_filters}", "stability": "stable", "summary": "product_filters block." }, "immutable": true, "locationInModule": { "filename": "src/dataset/index.ts", "line": 32 }, "name": "productFilters", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dataset.DatasetProductFilters" }, "kind": "array" } } ] } } } ], "symbolId": "src/dataset/index:DatasetConfig" }, "@cdktf/provider-datadog.dataset.DatasetProductFilters": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataset.DatasetProductFilters", "kind": "interface", "locationInModule": { "filename": "src/dataset/index.ts", "line": 34 }, "name": "DatasetProductFilters", "namespace": "dataset", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dataset#filters Dataset#filters}", "stability": "stable", "summary": "A list of tag-based filters used to restrict access to the product type. Each filter is formatted as `@tag.key:value`." }, "immutable": true, "locationInModule": { "filename": "src/dataset/index.ts", "line": 40 }, "name": "filters", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/dataset#product Dataset#product}", "stability": "stable", "summary": "The product type of the dataset. Supported types: `apm`, `rum`, `synthetics`, `metrics`, `logs`, `sd_repoinfo`, `error_tracking`, `cloud_cost`, and `ml_obs`." }, "immutable": true, "locationInModule": { "filename": "src/dataset/index.ts", "line": 46 }, "name": "product", "type": { "primitive": "string" } } ], "symbolId": "src/dataset/index:DatasetProductFilters" }, "@cdktf/provider-datadog.dataset.DatasetProductFiltersList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataset.DatasetProductFiltersList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dataset/index.ts", "line": 170 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dataset/index.ts", "line": 162 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dataset/index.ts", "line": 177 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.dataset.DatasetProductFiltersOutputReference" } } } ], "name": "DatasetProductFiltersList", "namespace": "dataset", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/dataset/index.ts", "line": 170 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/dataset/index.ts", "line": 170 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/dataset/index.ts", "line": 170 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dataset/index.ts", "line": 163 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.dataset.DatasetProductFilters" }, "kind": "array" } } ] } } } ], "symbolId": "src/dataset/index:DatasetProductFiltersList" }, "@cdktf/provider-datadog.dataset.DatasetProductFiltersOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.dataset.DatasetProductFiltersOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dataset/index.ts", "line": 95 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/dataset/index.ts", "line": 85 }, "name": "DatasetProductFiltersOutputReference", "namespace": "dataset", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dataset/index.ts", "line": 144 }, "name": "filtersInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/dataset/index.ts", "line": 157 }, "name": "productInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dataset/index.ts", "line": 137 }, "name": "filters", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dataset/index.ts", "line": 150 }, "name": "product", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/dataset/index.ts", "line": 99 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.dataset.DatasetProductFilters" } ] } } } ], "symbolId": "src/dataset/index:DatasetProductFiltersOutputReference" }, "@cdktf/provider-datadog.domainAllowlist.DomainAllowlist": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/domain_allowlist datadog_domain_allowlist}." }, "fqn": "@cdktf/provider-datadog.domainAllowlist.DomainAllowlist", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/domain_allowlist datadog_domain_allowlist} Resource." }, "locationInModule": { "filename": "src/domain-allowlist/index.ts", "line": 64 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.domainAllowlist.DomainAllowlistConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/domain-allowlist/index.ts", "line": 32 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a DomainAllowlist resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/domain-allowlist/index.ts", "line": 49 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the DomainAllowlist to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/domain_allowlist#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing DomainAllowlist that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the DomainAllowlist to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/domain-allowlist/index.ts", "line": 123 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/domain-allowlist/index.ts", "line": 130 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "DomainAllowlist", "namespace": "domainAllowlist", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/domain-allowlist/index.ts", "line": 37 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/domain-allowlist/index.ts", "line": 115 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/domain-allowlist/index.ts", "line": 97 }, "name": "domainsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/domain-allowlist/index.ts", "line": 110 }, "name": "enabledInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/domain-allowlist/index.ts", "line": 90 }, "name": "domains", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/domain-allowlist/index.ts", "line": 103 }, "name": "enabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } } ], "symbolId": "src/domain-allowlist/index:DomainAllowlist" }, "@cdktf/provider-datadog.domainAllowlist.DomainAllowlistConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.domainAllowlist.DomainAllowlistConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/domain-allowlist/index.ts", "line": 14 }, "name": "DomainAllowlistConfig", "namespace": "domainAllowlist", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/domain_allowlist#domains DomainAllowlist#domains}", "stability": "stable", "summary": "The domains within the domain allowlist." }, "immutable": true, "locationInModule": { "filename": "src/domain-allowlist/index.ts", "line": 20 }, "name": "domains", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/domain_allowlist#enabled DomainAllowlist#enabled}", "stability": "stable", "summary": "Whether the Email Domain Allowlist is enabled." }, "immutable": true, "locationInModule": { "filename": "src/domain-allowlist/index.ts", "line": 26 }, "name": "enabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } } ], "symbolId": "src/domain-allowlist/index:DomainAllowlistConfig" }, "@cdktf/provider-datadog.downtime.Downtime": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/downtime datadog_downtime}." }, "fqn": "@cdktf/provider-datadog.downtime.Downtime", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/downtime datadog_downtime} Resource." }, "locationInModule": { "filename": "src/downtime/index.ts", "line": 383 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.downtime.DowntimeConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/downtime/index.ts", "line": 351 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a Downtime resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/downtime/index.ts", "line": 368 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the Downtime to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/downtime#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing Downtime that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the Downtime to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/downtime/index.ts", "line": 610 }, "name": "putRecurrence", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.downtime.DowntimeRecurrence" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/downtime/index.ts", "line": 440 }, "name": "resetEnd" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/downtime/index.ts", "line": 456 }, "name": "resetEndDate" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/downtime/index.ts", "line": 472 }, "name": "resetId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/downtime/index.ts", "line": 488 }, "name": "resetMessage" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/downtime/index.ts", "line": 504 }, "name": "resetMonitorId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/downtime/index.ts", "line": 520 }, "name": "resetMonitorTags" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/downtime/index.ts", "line": 536 }, "name": "resetMuteFirstRecoveryNotification" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/downtime/index.ts", "line": 613 }, "name": "resetRecurrence" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/downtime/index.ts", "line": 565 }, "name": "resetStart" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/downtime/index.ts", "line": 581 }, "name": "resetStartDate" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/downtime/index.ts", "line": 597 }, "name": "resetTimezone" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/downtime/index.ts", "line": 625 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/downtime/index.ts", "line": 642 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "Downtime", "namespace": "downtime", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/downtime/index.ts", "line": 356 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/downtime/index.ts", "line": 418 }, "name": "active", "type": { "fqn": "cdktf.IResolvable" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/downtime/index.ts", "line": 423 }, "name": "activeChildId", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/downtime/index.ts", "line": 428 }, "name": "disabled", "type": { "fqn": "cdktf.IResolvable" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/downtime/index.ts", "line": 607 }, "name": "recurrence", "type": { "fqn": "@cdktf/provider-datadog.downtime.DowntimeRecurrenceOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/downtime/index.ts", "line": 460 }, "name": "endDateInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/downtime/index.ts", "line": 444 }, "name": "endInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/downtime/index.ts", "line": 476 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/downtime/index.ts", "line": 492 }, "name": "messageInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/downtime/index.ts", "line": 508 }, "name": "monitorIdInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/downtime/index.ts", "line": 524 }, "name": "monitorTagsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/downtime/index.ts", "line": 540 }, "name": "muteFirstRecoveryNotificationInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/downtime/index.ts", "line": 617 }, "name": "recurrenceInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.downtime.DowntimeRecurrence" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/downtime/index.ts", "line": 553 }, "name": "scopeInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/downtime/index.ts", "line": 585 }, "name": "startDateInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/downtime/index.ts", "line": 569 }, "name": "startInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/downtime/index.ts", "line": 601 }, "name": "timezoneInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/downtime/index.ts", "line": 434 }, "name": "end", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/downtime/index.ts", "line": 450 }, "name": "endDate", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/downtime/index.ts", "line": 466 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/downtime/index.ts", "line": 482 }, "name": "message", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/downtime/index.ts", "line": 498 }, "name": "monitorId", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/downtime/index.ts", "line": 514 }, "name": "monitorTags", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/downtime/index.ts", "line": 530 }, "name": "muteFirstRecoveryNotification", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/downtime/index.ts", "line": 546 }, "name": "scope", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/downtime/index.ts", "line": 559 }, "name": "start", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/downtime/index.ts", "line": 575 }, "name": "startDate", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/downtime/index.ts", "line": 591 }, "name": "timezone", "type": { "primitive": "string" } } ], "symbolId": "src/downtime/index:Downtime" }, "@cdktf/provider-datadog.downtime.DowntimeConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.downtime.DowntimeConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/downtime/index.ts", "line": 14 }, "name": "DowntimeConfig", "namespace": "downtime", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/downtime#scope Downtime#scope}", "stability": "stable", "summary": "specify the group scope to which this downtime applies. For everything use '*'." }, "immutable": true, "locationInModule": { "filename": "src/downtime/index.ts", "line": 63 }, "name": "scope", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/downtime#end Downtime#end}", "stability": "stable", "summary": "Optionally specify an end date when this downtime should expire. Accepts a Unix timestamp in UTC." }, "immutable": true, "locationInModule": { "filename": "src/downtime/index.ts", "line": 20 }, "name": "end", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/downtime#end_date Downtime#end_date}", "stability": "stable", "summary": "String representing date and time to end the downtime in RFC3339 format." }, "immutable": true, "locationInModule": { "filename": "src/downtime/index.ts", "line": 26 }, "name": "endDate", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/downtime#id Downtime#id}." }, "immutable": true, "locationInModule": { "filename": "src/downtime/index.ts", "line": 33 }, "name": "id", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/downtime#message Downtime#message}", "stability": "stable", "summary": "An optional message to provide when creating the downtime, can include notification handles." }, "immutable": true, "locationInModule": { "filename": "src/downtime/index.ts", "line": 39 }, "name": "message", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/downtime#monitor_id Downtime#monitor_id}", "stability": "stable", "summary": "When specified, this downtime will only apply to this monitor." }, "immutable": true, "locationInModule": { "filename": "src/downtime/index.ts", "line": 45 }, "name": "monitorId", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Only monitors that have all selected tags are silenced\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/downtime#monitor_tags Downtime#monitor_tags}", "stability": "stable", "summary": "A list of monitor tags (up to 32) to base the scheduled downtime on." }, "immutable": true, "locationInModule": { "filename": "src/downtime/index.ts", "line": 51 }, "name": "monitorTags", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/downtime#mute_first_recovery_notification Downtime#mute_first_recovery_notification}", "stability": "stable", "summary": "When true the first recovery notification during the downtime will be muted Defaults to `false`." }, "immutable": true, "locationInModule": { "filename": "src/downtime/index.ts", "line": 57 }, "name": "muteFirstRecoveryNotification", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/downtime#recurrence Downtime#recurrence}", "stability": "stable", "summary": "recurrence block." }, "immutable": true, "locationInModule": { "filename": "src/downtime/index.ts", "line": 87 }, "name": "recurrence", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.downtime.DowntimeRecurrence" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/downtime#start Downtime#start}", "stability": "stable", "summary": "Specify when this downtime should start. Accepts a Unix timestamp in UTC." }, "immutable": true, "locationInModule": { "filename": "src/downtime/index.ts", "line": 69 }, "name": "start", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/downtime#start_date Downtime#start_date}", "stability": "stable", "summary": "String representing date and time to start the downtime in RFC3339 format." }, "immutable": true, "locationInModule": { "filename": "src/downtime/index.ts", "line": 75 }, "name": "startDate", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/downtime#timezone Downtime#timezone}", "stability": "stable", "summary": "The timezone for the downtime. Follows IANA timezone database identifiers. Defaults to `\"UTC\"`." }, "immutable": true, "locationInModule": { "filename": "src/downtime/index.ts", "line": 81 }, "name": "timezone", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/downtime/index:DowntimeConfig" }, "@cdktf/provider-datadog.downtime.DowntimeRecurrence": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.downtime.DowntimeRecurrence", "kind": "interface", "locationInModule": { "filename": "src/downtime/index.ts", "line": 89 }, "name": "DowntimeRecurrence", "namespace": "downtime", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/downtime#type Downtime#type}", "stability": "stable", "summary": "One of `days`, `weeks`, `months`, `years`, or `rrule`." }, "immutable": true, "locationInModule": { "filename": "src/downtime/index.ts", "line": 107 }, "name": "type", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "For example to repeat every 3 days, select a `type` of `days` and a `period` of `3`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/downtime#period Downtime#period}", "stability": "stable", "summary": "How often to repeat as an integer." }, "immutable": true, "locationInModule": { "filename": "src/downtime/index.ts", "line": 95 }, "name": "period", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "For example, to have a recurring event on the first day of each month, use `FREQ=MONTHLY;INTERVAL=1`. Most common rrule options from the iCalendar Spec are supported. Attributes specifying the duration in RRULE are not supported (for example, `DTSTART`, `DTEND`, `DURATION`). Only applicable when `type` is `rrule`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/downtime#rrule Downtime#rrule}", "stability": "stable", "summary": "The RRULE standard for defining recurring events." }, "immutable": true, "locationInModule": { "filename": "src/downtime/index.ts", "line": 101 }, "name": "rrule", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/downtime#until_date Downtime#until_date}", "stability": "stable", "summary": "The date at which the recurrence should end as a POSIX timestamp. `until_occurrences` and `until_date` are mutually exclusive." }, "immutable": true, "locationInModule": { "filename": "src/downtime/index.ts", "line": 113 }, "name": "untilDate", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/downtime#until_occurrences Downtime#until_occurrences}", "stability": "stable", "summary": "How many times the downtime will be rescheduled. `until_occurrences` and `until_date` are mutually exclusive." }, "immutable": true, "locationInModule": { "filename": "src/downtime/index.ts", "line": 119 }, "name": "untilOccurrences", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Choose from: `Mon`, `Tue`, `Wed`, `Thu`, `Fri`, `Sat` or `Sun`. Only applicable when `type` is `weeks`. First letter must be capitalized.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/downtime#week_days Downtime#week_days}", "stability": "stable", "summary": "A list of week days to repeat on." }, "immutable": true, "locationInModule": { "filename": "src/downtime/index.ts", "line": 125 }, "name": "weekDays", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/downtime/index:DowntimeRecurrence" }, "@cdktf/provider-datadog.downtime.DowntimeRecurrenceOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.downtime.DowntimeRecurrenceOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/downtime/index.ts", "line": 199 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 192 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/downtime/index.ts", "line": 262 }, "name": "resetPeriod" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/downtime/index.ts", "line": 278 }, "name": "resetRrule" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/downtime/index.ts", "line": 307 }, "name": "resetUntilDate" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/downtime/index.ts", "line": 323 }, "name": "resetUntilOccurrences" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/downtime/index.ts", "line": 339 }, "name": "resetWeekDays" } ], "name": "DowntimeRecurrenceOutputReference", "namespace": "downtime", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/downtime/index.ts", "line": 266 }, "name": "periodInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/downtime/index.ts", "line": 282 }, "name": "rruleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/downtime/index.ts", "line": 295 }, "name": "typeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/downtime/index.ts", "line": 311 }, "name": "untilDateInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/downtime/index.ts", "line": 327 }, "name": "untilOccurrencesInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/downtime/index.ts", "line": 343 }, "name": "weekDaysInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/downtime/index.ts", "line": 256 }, "name": "period", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/downtime/index.ts", "line": 272 }, "name": "rrule", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/downtime/index.ts", "line": 288 }, "name": "type", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/downtime/index.ts", "line": 301 }, "name": "untilDate", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/downtime/index.ts", "line": 317 }, "name": "untilOccurrences", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/downtime/index.ts", "line": 333 }, "name": "weekDays", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/downtime/index.ts", "line": 203 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.downtime.DowntimeRecurrence" } } ], "symbolId": "src/downtime/index:DowntimeRecurrenceOutputReference" }, "@cdktf/provider-datadog.downtimeSchedule.DowntimeSchedule": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/downtime_schedule datadog_downtime_schedule}." }, "fqn": "@cdktf/provider-datadog.downtimeSchedule.DowntimeSchedule", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/downtime_schedule datadog_downtime_schedule} Resource." }, "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 681 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.downtimeSchedule.DowntimeScheduleConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 649 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a DowntimeSchedule resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 666 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the DowntimeSchedule to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/downtime_schedule#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing DowntimeSchedule that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the DowntimeSchedule to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 815 }, "name": "putMonitorIdentifier", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.downtimeSchedule.DowntimeScheduleMonitorIdentifier" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 831 }, "name": "putOneTimeSchedule", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.downtimeSchedule.DowntimeScheduleOneTimeSchedule" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 847 }, "name": "putRecurringSchedule", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.downtimeSchedule.DowntimeScheduleRecurringSchedule" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 720 }, "name": "resetDisplayTimezone" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 741 }, "name": "resetMessage" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 818 }, "name": "resetMonitorIdentifier" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 757 }, "name": "resetMuteFirstRecoveryNotification" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 773 }, "name": "resetNotifyEndStates" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 789 }, "name": "resetNotifyEndTypes" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 834 }, "name": "resetOneTimeSchedule" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 850 }, "name": "resetRecurringSchedule" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 862 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 876 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "DowntimeSchedule", "namespace": "downtimeSchedule", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 654 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 729 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 812 }, "name": "monitorIdentifier", "type": { "fqn": "@cdktf/provider-datadog.downtimeSchedule.DowntimeScheduleMonitorIdentifierOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 828 }, "name": "oneTimeSchedule", "type": { "fqn": "@cdktf/provider-datadog.downtimeSchedule.DowntimeScheduleOneTimeScheduleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 844 }, "name": "recurringSchedule", "type": { "fqn": "@cdktf/provider-datadog.downtimeSchedule.DowntimeScheduleRecurringScheduleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 724 }, "name": "displayTimezoneInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 745 }, "name": "messageInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 822 }, "name": "monitorIdentifierInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.downtimeSchedule.DowntimeScheduleMonitorIdentifier" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 761 }, "name": "muteFirstRecoveryNotificationInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 777 }, "name": "notifyEndStatesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 793 }, "name": "notifyEndTypesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 838 }, "name": "oneTimeScheduleInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.downtimeSchedule.DowntimeScheduleOneTimeSchedule" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 854 }, "name": "recurringScheduleInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.downtimeSchedule.DowntimeScheduleRecurringSchedule" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 806 }, "name": "scopeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 714 }, "name": "displayTimezone", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 735 }, "name": "message", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 751 }, "name": "muteFirstRecoveryNotification", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 767 }, "name": "notifyEndStates", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 783 }, "name": "notifyEndTypes", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 799 }, "name": "scope", "type": { "primitive": "string" } } ], "symbolId": "src/downtime-schedule/index:DowntimeSchedule" }, "@cdktf/provider-datadog.downtimeSchedule.DowntimeScheduleConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.downtimeSchedule.DowntimeScheduleConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 14 }, "name": "DowntimeScheduleConfig", "namespace": "downtimeSchedule", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/downtime_schedule#scope DowntimeSchedule#scope}", "stability": "stable", "summary": "The scope to which the downtime applies. Must follow the [common search syntax](https://docs.datadoghq.com/logs/explorer/search_syntax/)." }, "immutable": true, "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 50 }, "name": "scope", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "This is not used as an offset for scheduling.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/downtime_schedule#display_timezone DowntimeSchedule#display_timezone}", "stability": "stable", "summary": "The timezone in which to display the downtime's start and end times in Datadog applications." }, "immutable": true, "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 20 }, "name": "displayTimezone", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Email notifications can be sent to specific users by using the same `@username` notation as events.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/downtime_schedule#message DowntimeSchedule#message}", "stability": "stable", "summary": "A message to include with notifications for this downtime." }, "immutable": true, "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 26 }, "name": "message", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/downtime_schedule#monitor_identifier DowntimeSchedule#monitor_identifier}", "stability": "stable", "summary": "monitor_identifier block." }, "immutable": true, "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 56 }, "name": "monitorIdentifier", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.downtimeSchedule.DowntimeScheduleMonitorIdentifier" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/downtime_schedule#mute_first_recovery_notification DowntimeSchedule#mute_first_recovery_notification}", "stability": "stable", "summary": "If the first recovery notification during a downtime should be muted." }, "immutable": true, "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 32 }, "name": "muteFirstRecoveryNotification", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/downtime_schedule#notify_end_states DowntimeSchedule#notify_end_states}", "stability": "stable", "summary": "States that will trigger a monitor notification when the `notify_end_types` action occurs." }, "immutable": true, "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 38 }, "name": "notifyEndStates", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/downtime_schedule#notify_end_types DowntimeSchedule#notify_end_types}", "stability": "stable", "summary": "Actions that will trigger a monitor notification if the downtime is in the `notify_end_types` state." }, "immutable": true, "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 44 }, "name": "notifyEndTypes", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/downtime_schedule#one_time_schedule DowntimeSchedule#one_time_schedule}", "stability": "stable", "summary": "one_time_schedule block." }, "immutable": true, "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 62 }, "name": "oneTimeSchedule", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.downtimeSchedule.DowntimeScheduleOneTimeSchedule" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/downtime_schedule#recurring_schedule DowntimeSchedule#recurring_schedule}", "stability": "stable", "summary": "recurring_schedule block." }, "immutable": true, "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 68 }, "name": "recurringSchedule", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.downtimeSchedule.DowntimeScheduleRecurringSchedule" } } ], "symbolId": "src/downtime-schedule/index:DowntimeScheduleConfig" }, "@cdktf/provider-datadog.downtimeSchedule.DowntimeScheduleMonitorIdentifier": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.downtimeSchedule.DowntimeScheduleMonitorIdentifier", "kind": "interface", "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 70 }, "name": "DowntimeScheduleMonitorIdentifier", "namespace": "downtimeSchedule", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/downtime_schedule#monitor_id DowntimeSchedule#monitor_id}", "stability": "stable", "summary": "ID of the monitor to prevent notifications." }, "immutable": true, "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 76 }, "name": "monitorId", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "For example, tags that are applied directly to monitors, not tags that are used in monitor queries (which are filtered by the scope parameter), to which the downtime applies. The resulting downtime applies to monitors that match **all** provided monitor tags. Setting `monitor_tags` to `[*]` configures the downtime to mute all monitors for the given scope.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/downtime_schedule#monitor_tags DowntimeSchedule#monitor_tags}", "stability": "stable", "summary": "A list of monitor tags." }, "immutable": true, "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 82 }, "name": "monitorTags", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/downtime-schedule/index:DowntimeScheduleMonitorIdentifier" }, "@cdktf/provider-datadog.downtimeSchedule.DowntimeScheduleMonitorIdentifierOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.downtimeSchedule.DowntimeScheduleMonitorIdentifierOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 129 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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-schedule/index.ts", "line": 121 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 177 }, "name": "resetMonitorId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 193 }, "name": "resetMonitorTags" } ], "name": "DowntimeScheduleMonitorIdentifierOutputReference", "namespace": "downtimeSchedule", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 181 }, "name": "monitorIdInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 197 }, "name": "monitorTagsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 171 }, "name": "monitorId", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 187 }, "name": "monitorTags", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 133 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.downtimeSchedule.DowntimeScheduleMonitorIdentifier" } ] } } } ], "symbolId": "src/downtime-schedule/index:DowntimeScheduleMonitorIdentifierOutputReference" }, "@cdktf/provider-datadog.downtimeSchedule.DowntimeScheduleOneTimeSchedule": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.downtimeSchedule.DowntimeScheduleOneTimeSchedule", "kind": "interface", "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 201 }, "name": "DowntimeScheduleOneTimeSchedule", "namespace": "downtimeSchedule", "properties": [ { "abstract": true, "docs": { "remarks": "Must include a UTC offset of zero. If not provided, the downtime never ends.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/downtime_schedule#end DowntimeSchedule#end}", "stability": "stable", "summary": "ISO-8601 Datetime to end the downtime." }, "immutable": true, "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 207 }, "name": "end", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Must include a UTC offset of zero. If not provided, the downtime starts the moment it is created.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/downtime_schedule#start DowntimeSchedule#start}", "stability": "stable", "summary": "ISO-8601 Datetime to start the downtime." }, "immutable": true, "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 213 }, "name": "start", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/downtime-schedule/index:DowntimeScheduleOneTimeSchedule" }, "@cdktf/provider-datadog.downtimeSchedule.DowntimeScheduleOneTimeScheduleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.downtimeSchedule.DowntimeScheduleOneTimeScheduleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 260 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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-schedule/index.ts", "line": 252 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 308 }, "name": "resetEnd" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 324 }, "name": "resetStart" } ], "name": "DowntimeScheduleOneTimeScheduleOutputReference", "namespace": "downtimeSchedule", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 312 }, "name": "endInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 328 }, "name": "startInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 302 }, "name": "end", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 318 }, "name": "start", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 264 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.downtimeSchedule.DowntimeScheduleOneTimeSchedule" } ] } } } ], "symbolId": "src/downtime-schedule/index:DowntimeScheduleOneTimeScheduleOutputReference" }, "@cdktf/provider-datadog.downtimeSchedule.DowntimeScheduleRecurringSchedule": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.downtimeSchedule.DowntimeScheduleRecurringSchedule", "kind": "interface", "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 514 }, "name": "DowntimeScheduleRecurringSchedule", "namespace": "downtimeSchedule", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/downtime_schedule#recurrence DowntimeSchedule#recurrence}", "stability": "stable", "summary": "recurrence block." }, "immutable": true, "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 526 }, "name": "recurrence", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.downtimeSchedule.DowntimeScheduleRecurringScheduleRecurrence" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/downtime_schedule#timezone DowntimeSchedule#timezone}", "stability": "stable", "summary": "The timezone in which to schedule the downtime." }, "immutable": true, "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 520 }, "name": "timezone", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/downtime-schedule/index:DowntimeScheduleRecurringSchedule" }, "@cdktf/provider-datadog.downtimeSchedule.DowntimeScheduleRecurringScheduleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.downtimeSchedule.DowntimeScheduleRecurringScheduleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 573 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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-schedule/index.ts", "line": 565 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 634 }, "name": "putRecurrence", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.downtimeSchedule.DowntimeScheduleRecurringScheduleRecurrence" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 637 }, "name": "resetRecurrence" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 621 }, "name": "resetTimezone" } ], "name": "DowntimeScheduleRecurringScheduleOutputReference", "namespace": "downtimeSchedule", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 631 }, "name": "recurrence", "type": { "fqn": "@cdktf/provider-datadog.downtimeSchedule.DowntimeScheduleRecurringScheduleRecurrenceList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 641 }, "name": "recurrenceInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.downtimeSchedule.DowntimeScheduleRecurringScheduleRecurrence" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 625 }, "name": "timezoneInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 615 }, "name": "timezone", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 577 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.downtimeSchedule.DowntimeScheduleRecurringSchedule" } ] } } } ], "symbolId": "src/downtime-schedule/index:DowntimeScheduleRecurringScheduleOutputReference" }, "@cdktf/provider-datadog.downtimeSchedule.DowntimeScheduleRecurringScheduleRecurrence": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.downtimeSchedule.DowntimeScheduleRecurringScheduleRecurrence", "kind": "interface", "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 332 }, "name": "DowntimeScheduleRecurringScheduleRecurrence", "namespace": "downtimeSchedule", "properties": [ { "abstract": true, "docs": { "remarks": "Must begin with an integer and end with one of 'm', 'h', d', or 'w'.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/downtime_schedule#duration DowntimeSchedule#duration}", "stability": "stable", "summary": "The length of the downtime." }, "immutable": true, "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 338 }, "name": "duration", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "For example, to have a recurring event on the first day of each month, set the type to `rrule` and set the `FREQ` to `MONTHLY` and `BYMONTHDAY` to `1`. Most common `rrule` options from the [iCalendar Spec](https://tools.ietf.org/html/rfc5545) are supported. **Note**: Attributes specifying the duration in `RRULE` are not supported (for example, `DTSTART`, `DTEND`, `DURATION`). More examples available in this [downtime guide](https://docs.datadoghq.com/monitors/guide/suppress-alert-with-downtimes/?tab=api).\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/downtime_schedule#rrule DowntimeSchedule#rrule}", "stability": "stable", "summary": "The `RRULE` standard for defining recurring events." }, "immutable": true, "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 344 }, "name": "rrule", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Must not include a UTC offset. If not provided, the downtime starts the moment it is created.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/downtime_schedule#start DowntimeSchedule#start}", "stability": "stable", "summary": "ISO-8601 Datetime to start the downtime." }, "immutable": true, "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 350 }, "name": "start", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/downtime-schedule/index:DowntimeScheduleRecurringScheduleRecurrence" }, "@cdktf/provider-datadog.downtimeSchedule.DowntimeScheduleRecurringScheduleRecurrenceList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.downtimeSchedule.DowntimeScheduleRecurringScheduleRecurrenceList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 503 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 495 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 510 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.downtimeSchedule.DowntimeScheduleRecurringScheduleRecurrenceOutputReference" } } } ], "name": "DowntimeScheduleRecurringScheduleRecurrenceList", "namespace": "downtimeSchedule", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 503 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 503 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 503 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 496 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.downtimeSchedule.DowntimeScheduleRecurringScheduleRecurrence" }, "kind": "array" } } ] } } } ], "symbolId": "src/downtime-schedule/index:DowntimeScheduleRecurringScheduleRecurrenceList" }, "@cdktf/provider-datadog.downtimeSchedule.DowntimeScheduleRecurringScheduleRecurrenceOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.downtimeSchedule.DowntimeScheduleRecurringScheduleRecurrenceOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 406 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 396 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 486 }, "name": "resetStart" } ], "name": "DowntimeScheduleRecurringScheduleRecurrenceOutputReference", "namespace": "downtimeSchedule", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 461 }, "name": "durationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 474 }, "name": "rruleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 490 }, "name": "startInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 454 }, "name": "duration", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 467 }, "name": "rrule", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 480 }, "name": "start", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/downtime-schedule/index.ts", "line": 410 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.downtimeSchedule.DowntimeScheduleRecurringScheduleRecurrence" } ] } } } ], "symbolId": "src/downtime-schedule/index:DowntimeScheduleRecurringScheduleRecurrenceOutputReference" }, "@cdktf/provider-datadog.gcpUcConfig.GcpUcConfig": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/gcp_uc_config datadog_gcp_uc_config}." }, "fqn": "@cdktf/provider-datadog.gcpUcConfig.GcpUcConfig", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/gcp_uc_config datadog_gcp_uc_config} Resource." }, "locationInModule": { "filename": "src/gcp-uc-config/index.ts", "line": 88 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.gcpUcConfig.GcpUcConfigConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/gcp-uc-config/index.ts", "line": 56 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a GcpUcConfig resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/gcp-uc-config/index.ts", "line": 73 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the GcpUcConfig to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/gcp_uc_config#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing GcpUcConfig that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the GcpUcConfig to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/gcp-uc-config/index.ts", "line": 178 }, "name": "resetExportPrefix" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/gcp-uc-config/index.ts", "line": 241 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/gcp-uc-config/index.ts", "line": 252 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "GcpUcConfig", "namespace": "gcpUcConfig", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/gcp-uc-config/index.ts", "line": 61 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/gcp-uc-config/index.ts", "line": 143 }, "name": "createdAt", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/gcp-uc-config/index.ts", "line": 148 }, "name": "dataset", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/gcp-uc-config/index.ts", "line": 153 }, "name": "errorMessages", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/gcp-uc-config/index.ts", "line": 200 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/gcp-uc-config/index.ts", "line": 205 }, "name": "months", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/gcp-uc-config/index.ts", "line": 223 }, "name": "status", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/gcp-uc-config/index.ts", "line": 228 }, "name": "statusUpdatedAt", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/gcp-uc-config/index.ts", "line": 233 }, "name": "updatedAt", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/gcp-uc-config/index.ts", "line": 125 }, "name": "billingAccountIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/gcp-uc-config/index.ts", "line": 138 }, "name": "bucketNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/gcp-uc-config/index.ts", "line": 166 }, "name": "exportDatasetNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/gcp-uc-config/index.ts", "line": 182 }, "name": "exportPrefixInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/gcp-uc-config/index.ts", "line": 195 }, "name": "exportProjectNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/gcp-uc-config/index.ts", "line": 218 }, "name": "serviceAccountInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/gcp-uc-config/index.ts", "line": 118 }, "name": "billingAccountId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/gcp-uc-config/index.ts", "line": 131 }, "name": "bucketName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/gcp-uc-config/index.ts", "line": 159 }, "name": "exportDatasetName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/gcp-uc-config/index.ts", "line": 172 }, "name": "exportPrefix", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/gcp-uc-config/index.ts", "line": 188 }, "name": "exportProjectName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/gcp-uc-config/index.ts", "line": 211 }, "name": "serviceAccount", "type": { "primitive": "string" } } ], "symbolId": "src/gcp-uc-config/index:GcpUcConfig" }, "@cdktf/provider-datadog.gcpUcConfig.GcpUcConfigConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.gcpUcConfig.GcpUcConfigConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/gcp-uc-config/index.ts", "line": 14 }, "name": "GcpUcConfigConfig", "namespace": "gcpUcConfig", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/gcp_uc_config#billing_account_id GcpUcConfig#billing_account_id}", "stability": "stable", "summary": "The Google Cloud account ID." }, "immutable": true, "locationInModule": { "filename": "src/gcp-uc-config/index.ts", "line": 20 }, "name": "billingAccountId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/gcp_uc_config#bucket_name GcpUcConfig#bucket_name}", "stability": "stable", "summary": "The Google Cloud bucket name used to store the Usage Cost export." }, "immutable": true, "locationInModule": { "filename": "src/gcp-uc-config/index.ts", "line": 26 }, "name": "bucketName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/gcp_uc_config#export_dataset_name GcpUcConfig#export_dataset_name}", "stability": "stable", "summary": "The export dataset name used for the Google Cloud Usage Cost report." }, "immutable": true, "locationInModule": { "filename": "src/gcp-uc-config/index.ts", "line": 32 }, "name": "exportDatasetName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/gcp_uc_config#export_project_name GcpUcConfig#export_project_name}", "stability": "stable", "summary": "The name of the Google Cloud Usage Cost report." }, "immutable": true, "locationInModule": { "filename": "src/gcp-uc-config/index.ts", "line": 44 }, "name": "exportProjectName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/gcp_uc_config#service_account GcpUcConfig#service_account}", "stability": "stable", "summary": "The unique Google Cloud service account email." }, "immutable": true, "locationInModule": { "filename": "src/gcp-uc-config/index.ts", "line": 50 }, "name": "serviceAccount", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/gcp_uc_config#export_prefix GcpUcConfig#export_prefix}", "stability": "stable", "summary": "The export prefix used for the Google Cloud Usage Cost report." }, "immutable": true, "locationInModule": { "filename": "src/gcp-uc-config/index.ts", "line": 38 }, "name": "exportPrefix", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/gcp-uc-config/index:GcpUcConfigConfig" }, "@cdktf/provider-datadog.incidentNotificationRule.IncidentNotificationRule": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/incident_notification_rule datadog_incident_notification_rule}." }, "fqn": "@cdktf/provider-datadog.incidentNotificationRule.IncidentNotificationRule", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/incident_notification_rule datadog_incident_notification_rule} Resource." }, "locationInModule": { "filename": "src/incident-notification-rule/index.ts", "line": 247 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.incidentNotificationRule.IncidentNotificationRuleConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/incident-notification-rule/index.ts", "line": 215 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a IncidentNotificationRule resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/incident-notification-rule/index.ts", "line": 232 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the IncidentNotificationRule to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/incident_notification_rule#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing IncidentNotificationRule that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the IncidentNotificationRule to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/incident-notification-rule/index.ts", "line": 400 }, "name": "putConditions", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.incidentNotificationRule.IncidentNotificationRuleConditions" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/incident-notification-rule/index.ts", "line": 403 }, "name": "resetConditions" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/incident-notification-rule/index.ts", "line": 290 }, "name": "resetEnabled" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/incident-notification-rule/index.ts", "line": 342 }, "name": "resetNotificationTemplate" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/incident-notification-rule/index.ts", "line": 358 }, "name": "resetRenotifyOn" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/incident-notification-rule/index.ts", "line": 387 }, "name": "resetVisibility" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/incident-notification-rule/index.ts", "line": 415 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/incident-notification-rule/index.ts", "line": 428 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "IncidentNotificationRule", "namespace": "incidentNotificationRule", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/incident-notification-rule/index.ts", "line": 220 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/incident-notification-rule/index.ts", "line": 397 }, "name": "conditions", "type": { "fqn": "@cdktf/provider-datadog.incidentNotificationRule.IncidentNotificationRuleConditionsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/incident-notification-rule/index.ts", "line": 278 }, "name": "created", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/incident-notification-rule/index.ts", "line": 312 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/incident-notification-rule/index.ts", "line": 330 }, "name": "modified", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/incident-notification-rule/index.ts", "line": 407 }, "name": "conditionsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.incidentNotificationRule.IncidentNotificationRuleConditions" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/incident-notification-rule/index.ts", "line": 294 }, "name": "enabledInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/incident-notification-rule/index.ts", "line": 307 }, "name": "handlesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/incident-notification-rule/index.ts", "line": 325 }, "name": "incidentTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/incident-notification-rule/index.ts", "line": 346 }, "name": "notificationTemplateInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/incident-notification-rule/index.ts", "line": 362 }, "name": "renotifyOnInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/incident-notification-rule/index.ts", "line": 375 }, "name": "triggerInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/incident-notification-rule/index.ts", "line": 391 }, "name": "visibilityInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/incident-notification-rule/index.ts", "line": 284 }, "name": "enabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/incident-notification-rule/index.ts", "line": 300 }, "name": "handles", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/incident-notification-rule/index.ts", "line": 318 }, "name": "incidentType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/incident-notification-rule/index.ts", "line": 336 }, "name": "notificationTemplate", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/incident-notification-rule/index.ts", "line": 352 }, "name": "renotifyOn", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/incident-notification-rule/index.ts", "line": 368 }, "name": "trigger", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/incident-notification-rule/index.ts", "line": 381 }, "name": "visibility", "type": { "primitive": "string" } } ], "symbolId": "src/incident-notification-rule/index:IncidentNotificationRule" }, "@cdktf/provider-datadog.incidentNotificationRule.IncidentNotificationRuleConditions": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.incidentNotificationRule.IncidentNotificationRuleConditions", "kind": "interface", "locationInModule": { "filename": "src/incident-notification-rule/index.ts", "line": 64 }, "name": "IncidentNotificationRuleConditions", "namespace": "incidentNotificationRule", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/incident_notification_rule#field IncidentNotificationRule#field}", "stability": "stable", "summary": "The incident field to evaluate. Common values include: state, severity, services, teams. Custom fields are also supported." }, "immutable": true, "locationInModule": { "filename": "src/incident-notification-rule/index.ts", "line": 70 }, "name": "field", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/incident_notification_rule#values IncidentNotificationRule#values}", "stability": "stable", "summary": "The value(s) to compare against. Multiple values are ORed together." }, "immutable": true, "locationInModule": { "filename": "src/incident-notification-rule/index.ts", "line": 76 }, "name": "values", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/incident-notification-rule/index:IncidentNotificationRuleConditions" }, "@cdktf/provider-datadog.incidentNotificationRule.IncidentNotificationRuleConditionsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.incidentNotificationRule.IncidentNotificationRuleConditionsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/incident-notification-rule/index.ts", "line": 200 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/incident-notification-rule/index.ts", "line": 192 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/incident-notification-rule/index.ts", "line": 207 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.incidentNotificationRule.IncidentNotificationRuleConditionsOutputReference" } } } ], "name": "IncidentNotificationRuleConditionsList", "namespace": "incidentNotificationRule", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/incident-notification-rule/index.ts", "line": 200 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/incident-notification-rule/index.ts", "line": 200 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/incident-notification-rule/index.ts", "line": 200 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/incident-notification-rule/index.ts", "line": 193 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.incidentNotificationRule.IncidentNotificationRuleConditions" }, "kind": "array" } } ] } } } ], "symbolId": "src/incident-notification-rule/index:IncidentNotificationRuleConditionsList" }, "@cdktf/provider-datadog.incidentNotificationRule.IncidentNotificationRuleConditionsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.incidentNotificationRule.IncidentNotificationRuleConditionsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/incident-notification-rule/index.ts", "line": 125 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/incident-notification-rule/index.ts", "line": 115 }, "name": "IncidentNotificationRuleConditionsOutputReference", "namespace": "incidentNotificationRule", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/incident-notification-rule/index.ts", "line": 174 }, "name": "fieldInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/incident-notification-rule/index.ts", "line": 187 }, "name": "valuesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/incident-notification-rule/index.ts", "line": 167 }, "name": "field", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/incident-notification-rule/index.ts", "line": 180 }, "name": "values", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/incident-notification-rule/index.ts", "line": 129 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.incidentNotificationRule.IncidentNotificationRuleConditions" } ] } } } ], "symbolId": "src/incident-notification-rule/index:IncidentNotificationRuleConditionsOutputReference" }, "@cdktf/provider-datadog.incidentNotificationRule.IncidentNotificationRuleConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.incidentNotificationRule.IncidentNotificationRuleConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/incident-notification-rule/index.ts", "line": 14 }, "name": "IncidentNotificationRuleConfig", "namespace": "incidentNotificationRule", "properties": [ { "abstract": true, "docs": { "custom": { "company": ".com,", "slack-channel": ".\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/incident_notification_rule#handles IncidentNotificationRule#handles}", "team-email": "true" }, "remarks": "Examples:", "stability": "stable", "summary": "The notification handles (targets) for this rule." }, "immutable": true, "locationInModule": { "filename": "src/incident-notification-rule/index.ts", "line": 26 }, "name": "handles", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/incident_notification_rule#incident_type IncidentNotificationRule#incident_type}", "stability": "stable", "summary": "The ID of the incident type this notification rule is associated with." }, "immutable": true, "locationInModule": { "filename": "src/incident-notification-rule/index.ts", "line": 32 }, "name": "incidentType", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/incident_notification_rule#trigger IncidentNotificationRule#trigger}", "stability": "stable", "summary": "The trigger event for this notification rule. Valid values are: incident_created_trigger, incident_saved_trigger." }, "immutable": true, "locationInModule": { "filename": "src/incident-notification-rule/index.ts", "line": 50 }, "name": "trigger", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/incident_notification_rule#conditions IncidentNotificationRule#conditions}", "stability": "stable", "summary": "conditions block." }, "immutable": true, "locationInModule": { "filename": "src/incident-notification-rule/index.ts", "line": 62 }, "name": "conditions", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.incidentNotificationRule.IncidentNotificationRuleConditions" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/incident_notification_rule#enabled IncidentNotificationRule#enabled}", "stability": "stable", "summary": "Whether the notification rule is enabled. Defaults to `false`." }, "immutable": true, "locationInModule": { "filename": "src/incident-notification-rule/index.ts", "line": 20 }, "name": "enabled", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/incident_notification_rule#notification_template IncidentNotificationRule#notification_template}", "stability": "stable", "summary": "The ID of the notification template to use for this rule." }, "immutable": true, "locationInModule": { "filename": "src/incident-notification-rule/index.ts", "line": 38 }, "name": "notificationTemplate", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Valid values are: status, severity, customer_impact, title, description, detected, root_cause, services, state.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/incident_notification_rule#renotify_on IncidentNotificationRule#renotify_on}", "stability": "stable", "summary": "List of incident fields that trigger re-notification when changed." }, "immutable": true, "locationInModule": { "filename": "src/incident-notification-rule/index.ts", "line": 44 }, "name": "renotifyOn", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/incident_notification_rule#visibility IncidentNotificationRule#visibility}", "stability": "stable", "summary": "The visibility of the notification rule. Valid values are: all, organization, private. Defaults to organization." }, "immutable": true, "locationInModule": { "filename": "src/incident-notification-rule/index.ts", "line": 56 }, "name": "visibility", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/incident-notification-rule/index:IncidentNotificationRuleConfig" }, "@cdktf/provider-datadog.incidentNotificationTemplate.IncidentNotificationTemplate": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/incident_notification_template datadog_incident_notification_template}." }, "fqn": "@cdktf/provider-datadog.incidentNotificationTemplate.IncidentNotificationTemplate", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/incident_notification_template datadog_incident_notification_template} Resource." }, "locationInModule": { "filename": "src/incident-notification-template/index.ts", "line": 82 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.incidentNotificationTemplate.IncidentNotificationTemplateConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/incident-notification-template/index.ts", "line": 50 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a IncidentNotificationTemplate resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/incident-notification-template/index.ts", "line": 67 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the IncidentNotificationTemplate to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/incident_notification_template#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing IncidentNotificationTemplate that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the IncidentNotificationTemplate to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/incident-notification-template/index.ts", "line": 193 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/incident-notification-template/index.ts", "line": 203 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "IncidentNotificationTemplate", "namespace": "incidentNotificationTemplate", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/incident-notification-template/index.ts", "line": 55 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/incident-notification-template/index.ts", "line": 136 }, "name": "created", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/incident-notification-template/index.ts", "line": 141 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/incident-notification-template/index.ts", "line": 159 }, "name": "modified", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/incident-notification-template/index.ts", "line": 118 }, "name": "categoryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/incident-notification-template/index.ts", "line": 131 }, "name": "contentInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/incident-notification-template/index.ts", "line": 154 }, "name": "incidentTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/incident-notification-template/index.ts", "line": 172 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/incident-notification-template/index.ts", "line": 185 }, "name": "subjectInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/incident-notification-template/index.ts", "line": 111 }, "name": "category", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/incident-notification-template/index.ts", "line": 124 }, "name": "content", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/incident-notification-template/index.ts", "line": 147 }, "name": "incidentType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/incident-notification-template/index.ts", "line": 165 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/incident-notification-template/index.ts", "line": 178 }, "name": "subject", "type": { "primitive": "string" } } ], "symbolId": "src/incident-notification-template/index:IncidentNotificationTemplate" }, "@cdktf/provider-datadog.incidentNotificationTemplate.IncidentNotificationTemplateConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.incidentNotificationTemplate.IncidentNotificationTemplateConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/incident-notification-template/index.ts", "line": 14 }, "name": "IncidentNotificationTemplateConfig", "namespace": "incidentNotificationTemplate", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/incident_notification_template#category IncidentNotificationTemplate#category}", "stability": "stable", "summary": "The category of the notification template. Valid values are `alert`, `incident`, `recovery`." }, "immutable": true, "locationInModule": { "filename": "src/incident-notification-template/index.ts", "line": 20 }, "name": "category", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/incident_notification_template#content IncidentNotificationTemplate#content}", "stability": "stable", "summary": "The content body of the notification template." }, "immutable": true, "locationInModule": { "filename": "src/incident-notification-template/index.ts", "line": 26 }, "name": "content", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/incident_notification_template#incident_type IncidentNotificationTemplate#incident_type}", "stability": "stable", "summary": "The ID of the incident type this notification template is associated with." }, "immutable": true, "locationInModule": { "filename": "src/incident-notification-template/index.ts", "line": 32 }, "name": "incidentType", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/incident_notification_template#name IncidentNotificationTemplate#name}", "stability": "stable", "summary": "The name of the notification template." }, "immutable": true, "locationInModule": { "filename": "src/incident-notification-template/index.ts", "line": 38 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/incident_notification_template#subject IncidentNotificationTemplate#subject}", "stability": "stable", "summary": "The subject line of the notification template." }, "immutable": true, "locationInModule": { "filename": "src/incident-notification-template/index.ts", "line": 44 }, "name": "subject", "type": { "primitive": "string" } } ], "symbolId": "src/incident-notification-template/index:IncidentNotificationTemplateConfig" }, "@cdktf/provider-datadog.incidentType.IncidentType": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/incident_type datadog_incident_type}." }, "fqn": "@cdktf/provider-datadog.incidentType.IncidentType", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/incident_type datadog_incident_type} Resource." }, "locationInModule": { "filename": "src/incident-type/index.ts", "line": 70 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.incidentType.IncidentTypeConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/incident-type/index.ts", "line": 38 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a IncidentType resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/incident-type/index.ts", "line": 55 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the IncidentType to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/incident_type#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing IncidentType that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the IncidentType to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/incident-type/index.ts", "line": 103 }, "name": "resetDescription" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/incident-type/index.ts", "line": 124 }, "name": "resetIsDefault" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/incident-type/index.ts", "line": 149 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/incident-type/index.ts", "line": 157 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "IncidentType", "namespace": "incidentType", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/incident-type/index.ts", "line": 43 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/incident-type/index.ts", "line": 112 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/incident-type/index.ts", "line": 107 }, "name": "descriptionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/incident-type/index.ts", "line": 128 }, "name": "isDefaultInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/incident-type/index.ts", "line": 141 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/incident-type/index.ts", "line": 97 }, "name": "description", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/incident-type/index.ts", "line": 118 }, "name": "isDefault", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/incident-type/index.ts", "line": 134 }, "name": "name", "type": { "primitive": "string" } } ], "symbolId": "src/incident-type/index:IncidentType" }, "@cdktf/provider-datadog.incidentType.IncidentTypeConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.incidentType.IncidentTypeConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/incident-type/index.ts", "line": 14 }, "name": "IncidentTypeConfig", "namespace": "incidentType", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/incident_type#name IncidentType#name}", "stability": "stable", "summary": "Name of the incident type. Must be between 1 and 50 characters." }, "immutable": true, "locationInModule": { "filename": "src/incident-type/index.ts", "line": 32 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/incident_type#description IncidentType#description}", "stability": "stable", "summary": "Description of the incident type. The description can have a maximum of 512 characters." }, "immutable": true, "locationInModule": { "filename": "src/incident-type/index.ts", "line": 20 }, "name": "description", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/incident_type#is_default IncidentType#is_default}", "stability": "stable", "summary": "Whether this incident type is the default type." }, "immutable": true, "locationInModule": { "filename": "src/incident-type/index.ts", "line": 26 }, "name": "isDefault", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } } ], "symbolId": "src/incident-type/index:IncidentTypeConfig" }, "@cdktf/provider-datadog.integrationAws.IntegrationAws": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_aws datadog_integration_aws}." }, "fqn": "@cdktf/provider-datadog.integrationAws.IntegrationAws", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_aws datadog_integration_aws} Resource." }, "locationInModule": { "filename": "src/integration-aws/index.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", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.integrationAws.IntegrationAwsConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/integration-aws/index.ts", "line": 99 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a IntegrationAws resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/integration-aws/index.ts", "line": 116 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the IntegrationAws to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_aws#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing IntegrationAws that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the IntegrationAws to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws/index.ts", "line": 174 }, "name": "resetAccessKeyId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws/index.ts", "line": 190 }, "name": "resetAccountId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws/index.ts", "line": 206 }, "name": "resetAccountSpecificNamespaceRules" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws/index.ts", "line": 222 }, "name": "resetCspmResourceCollectionEnabled" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws/index.ts", "line": 238 }, "name": "resetExcludedRegions" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws/index.ts", "line": 254 }, "name": "resetExtendedResourceCollectionEnabled" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws/index.ts", "line": 275 }, "name": "resetFilterTags" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws/index.ts", "line": 291 }, "name": "resetHostTags" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws/index.ts", "line": 307 }, "name": "resetId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws/index.ts", "line": 323 }, "name": "resetMetricsCollectionEnabled" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws/index.ts", "line": 339 }, "name": "resetResourceCollectionEnabled" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws/index.ts", "line": 355 }, "name": "resetRoleName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws/index.ts", "line": 371 }, "name": "resetSecretAccessKey" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws/index.ts", "line": 383 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws/index.ts", "line": 401 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "IntegrationAws", "namespace": "integrationAws", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-aws/index.ts", "line": 104 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-aws/index.ts", "line": 263 }, "name": "externalId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-aws/index.ts", "line": 178 }, "name": "accessKeyIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-aws/index.ts", "line": 194 }, "name": "accountIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-aws/index.ts", "line": 210 }, "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/index.ts", "line": 226 }, "name": "cspmResourceCollectionEnabledInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-aws/index.ts", "line": 242 }, "name": "excludedRegionsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-aws/index.ts", "line": 258 }, "name": "extendedResourceCollectionEnabledInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-aws/index.ts", "line": 279 }, "name": "filterTagsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-aws/index.ts", "line": 295 }, "name": "hostTagsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-aws/index.ts", "line": 311 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-aws/index.ts", "line": 327 }, "name": "metricsCollectionEnabledInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-aws/index.ts", "line": 343 }, "name": "resourceCollectionEnabledInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-aws/index.ts", "line": 359 }, "name": "roleNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-aws/index.ts", "line": 375 }, "name": "secretAccessKeyInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws/index.ts", "line": 168 }, "name": "accessKeyId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws/index.ts", "line": 184 }, "name": "accountId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws/index.ts", "line": 200 }, "name": "accountSpecificNamespaceRules", "type": { "collection": { "elementtype": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } }, "kind": "map" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws/index.ts", "line": 216 }, "name": "cspmResourceCollectionEnabled", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws/index.ts", "line": 232 }, "name": "excludedRegions", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws/index.ts", "line": 248 }, "name": "extendedResourceCollectionEnabled", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws/index.ts", "line": 269 }, "name": "filterTags", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws/index.ts", "line": 285 }, "name": "hostTags", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws/index.ts", "line": 301 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws/index.ts", "line": 317 }, "name": "metricsCollectionEnabled", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws/index.ts", "line": 333 }, "name": "resourceCollectionEnabled", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws/index.ts", "line": 349 }, "name": "roleName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws/index.ts", "line": 365 }, "name": "secretAccessKey", "type": { "primitive": "string" } } ], "symbolId": "src/integration-aws/index:IntegrationAws" }, "@cdktf/provider-datadog.integrationAws.IntegrationAwsConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.integrationAws.IntegrationAwsConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/integration-aws/index.ts", "line": 14 }, "name": "IntegrationAwsConfig", "namespace": "integrationAws", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/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/index.ts", "line": 20 }, "name": "accessKeyId", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_aws#account_id IntegrationAws#account_id}", "stability": "stable", "summary": "Your AWS Account ID without dashes." }, "immutable": true, "locationInModule": { "filename": "src/integration-aws/index.ts", "line": 26 }, "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://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/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/index.ts", "line": 32 }, "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://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/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/index.ts", "line": 38 }, "name": "cspmResourceCollectionEnabled", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/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/index.ts", "line": 44 }, "name": "excludedRegions", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_aws#extended_resource_collection_enabled IntegrationAws#extended_resource_collection_enabled}", "stability": "stable", "summary": "Whether Datadog collects additional attributes and configuration information about the resources in your AWS account. Required for `cspm_resource_collection_enabled`." }, "immutable": true, "locationInModule": { "filename": "src/integration-aws/index.ts", "line": 50 }, "name": "extendedResourceCollectionEnabled", "optional": true, "type": { "primitive": "string" } }, { "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://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/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/index.ts", "line": 56 }, "name": "filterTags", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/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/index.ts", "line": 62 }, "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://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_aws#id IntegrationAws#id}." }, "immutable": true, "locationInModule": { "filename": "src/integration-aws/index.ts", "line": 69 }, "name": "id", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/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/index.ts", "line": 75 }, "name": "metricsCollectionEnabled", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_aws#resource_collection_enabled IntegrationAws#resource_collection_enabled}", "stability": "stable", "summary": "Whether Datadog collects a standard set of resources from your AWS account. **Deprecated.** Deprecated in favor of `extended_resource_collection_enabled`." }, "immutable": true, "locationInModule": { "filename": "src/integration-aws/index.ts", "line": 81 }, "name": "resourceCollectionEnabled", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_aws#role_name IntegrationAws#role_name}", "stability": "stable", "summary": "Your Datadog role delegation name." }, "immutable": true, "locationInModule": { "filename": "src/integration-aws/index.ts", "line": 87 }, "name": "roleName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/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/index.ts", "line": 93 }, "name": "secretAccessKey", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/integration-aws/index:IntegrationAwsConfig" }, "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccount": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_aws_account datadog_integration_aws_account}." }, "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccount", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_aws_account datadog_integration_aws_account} Resource." }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 2045 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 2013 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a IntegrationAwsAccount resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 2030 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the IntegrationAwsAccount to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_aws_account#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing IntegrationAwsAccount that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the IntegrationAwsAccount to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 2128 }, "name": "putAuthConfig", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountAuthConfig" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 2144 }, "name": "putAwsRegions", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountAwsRegions" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 2160 }, "name": "putLogsConfig", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountLogsConfig" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 2176 }, "name": "putMetricsConfig", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountMetricsConfig" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 2192 }, "name": "putResourcesConfig", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountResourcesConfig" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 2208 }, "name": "putTracesConfig", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountTracesConfig" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 2084 }, "name": "resetAccountTags" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 2131 }, "name": "resetAuthConfig" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 2147 }, "name": "resetAwsRegions" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 2163 }, "name": "resetLogsConfig" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 2179 }, "name": "resetMetricsConfig" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 2195 }, "name": "resetResourcesConfig" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 2211 }, "name": "resetTracesConfig" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 2223 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 2237 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "IntegrationAwsAccount", "namespace": "integrationAwsAccount", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 2018 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 2125 }, "name": "authConfig", "type": { "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountAuthConfigOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 2141 }, "name": "awsRegions", "type": { "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountAwsRegionsOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 2119 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 2157 }, "name": "logsConfig", "type": { "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountLogsConfigOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 2173 }, "name": "metricsConfig", "type": { "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountMetricsConfigOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 2189 }, "name": "resourcesConfig", "type": { "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountResourcesConfigOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 2205 }, "name": "tracesConfig", "type": { "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountTracesConfigOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 2088 }, "name": "accountTagsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 2135 }, "name": "authConfigInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountAuthConfig" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 2101 }, "name": "awsAccountIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 2114 }, "name": "awsPartitionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 2151 }, "name": "awsRegionsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountAwsRegions" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 2167 }, "name": "logsConfigInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountLogsConfig" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 2183 }, "name": "metricsConfigInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountMetricsConfig" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 2199 }, "name": "resourcesConfigInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountResourcesConfig" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 2215 }, "name": "tracesConfigInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountTracesConfig" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 2078 }, "name": "accountTags", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 2094 }, "name": "awsAccountId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 2107 }, "name": "awsPartition", "type": { "primitive": "string" } } ], "symbolId": "src/integration-aws-account/index:IntegrationAwsAccount" }, "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountAuthConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountAuthConfig", "kind": "interface", "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 332 }, "name": "IntegrationAwsAccountAuthConfig", "namespace": "integrationAwsAccount", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_aws_account#aws_auth_config_keys IntegrationAwsAccount#aws_auth_config_keys}", "stability": "stable", "summary": "aws_auth_config_keys block." }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 338 }, "name": "awsAuthConfigKeys", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountAuthConfigAwsAuthConfigKeys" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_aws_account#aws_auth_config_role IntegrationAwsAccount#aws_auth_config_role}", "stability": "stable", "summary": "aws_auth_config_role block." }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 344 }, "name": "awsAuthConfigRole", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountAuthConfigAwsAuthConfigRole" } } ], "symbolId": "src/integration-aws-account/index:IntegrationAwsAccountAuthConfig" }, "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountAuthConfigAwsAuthConfigKeys": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountAuthConfigAwsAuthConfigKeys", "kind": "interface", "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 70 }, "name": "IntegrationAwsAccountAuthConfigAwsAuthConfigKeys", "namespace": "integrationAwsAccount", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_aws_account#access_key_id IntegrationAwsAccount#access_key_id}", "stability": "stable", "summary": "AWS Access Key ID. Invalid access_key_id." }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 76 }, "name": "accessKeyId", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "This value is write-only; changes made outside of Terraform will not be drift-detected. Secret_access_key must be non-empty and not contain whitespace.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_aws_account#secret_access_key IntegrationAwsAccount#secret_access_key}", "stability": "stable", "summary": "AWS Secret Access Key." }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 82 }, "name": "secretAccessKey", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/integration-aws-account/index:IntegrationAwsAccountAuthConfigAwsAuthConfigKeys" }, "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountAuthConfigAwsAuthConfigKeysOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountAuthConfigAwsAuthConfigKeysOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 129 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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-aws-account/index.ts", "line": 121 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 177 }, "name": "resetAccessKeyId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 193 }, "name": "resetSecretAccessKey" } ], "name": "IntegrationAwsAccountAuthConfigAwsAuthConfigKeysOutputReference", "namespace": "integrationAwsAccount", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 181 }, "name": "accessKeyIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 197 }, "name": "secretAccessKeyInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 171 }, "name": "accessKeyId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 187 }, "name": "secretAccessKey", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 133 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountAuthConfigAwsAuthConfigKeys" } ] } } } ], "symbolId": "src/integration-aws-account/index:IntegrationAwsAccountAuthConfigAwsAuthConfigKeysOutputReference" }, "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountAuthConfigAwsAuthConfigRole": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountAuthConfigAwsAuthConfigRole", "kind": "interface", "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 201 }, "name": "IntegrationAwsAccountAuthConfigAwsAuthConfigRole", "namespace": "integrationAwsAccount", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_aws_account#external_id IntegrationAwsAccount#external_id}", "stability": "stable", "summary": "AWS IAM External ID for associated role. If omitted, one will be generated." }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 207 }, "name": "externalId", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_aws_account#role_name IntegrationAwsAccount#role_name}", "stability": "stable", "summary": "AWS IAM Role name." }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 213 }, "name": "roleName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/integration-aws-account/index:IntegrationAwsAccountAuthConfigAwsAuthConfigRole" }, "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountAuthConfigAwsAuthConfigRoleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountAuthConfigAwsAuthConfigRoleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 260 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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-aws-account/index.ts", "line": 252 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 308 }, "name": "resetExternalId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 324 }, "name": "resetRoleName" } ], "name": "IntegrationAwsAccountAuthConfigAwsAuthConfigRoleOutputReference", "namespace": "integrationAwsAccount", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 312 }, "name": "externalIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 328 }, "name": "roleNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 302 }, "name": "externalId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 318 }, "name": "roleName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 264 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountAuthConfigAwsAuthConfigRole" } ] } } } ], "symbolId": "src/integration-aws-account/index:IntegrationAwsAccountAuthConfigAwsAuthConfigRoleOutputReference" }, "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountAuthConfigOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountAuthConfigOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 391 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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-aws-account/index.ts", "line": 383 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 436 }, "name": "putAwsAuthConfigKeys", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountAuthConfigAwsAuthConfigKeys" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 452 }, "name": "putAwsAuthConfigRole", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountAuthConfigAwsAuthConfigRole" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 439 }, "name": "resetAwsAuthConfigKeys" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 455 }, "name": "resetAwsAuthConfigRole" } ], "name": "IntegrationAwsAccountAuthConfigOutputReference", "namespace": "integrationAwsAccount", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 433 }, "name": "awsAuthConfigKeys", "type": { "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountAuthConfigAwsAuthConfigKeysOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 449 }, "name": "awsAuthConfigRole", "type": { "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountAuthConfigAwsAuthConfigRoleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 443 }, "name": "awsAuthConfigKeysInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountAuthConfigAwsAuthConfigKeys" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 459 }, "name": "awsAuthConfigRoleInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountAuthConfigAwsAuthConfigRole" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 395 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountAuthConfig" } ] } } } ], "symbolId": "src/integration-aws-account/index:IntegrationAwsAccountAuthConfigOutputReference" }, "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountAwsRegions": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountAwsRegions", "kind": "interface", "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 463 }, "name": "IntegrationAwsAccountAwsRegions", "namespace": "integrationAwsAccount", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_aws_account#include_all IntegrationAwsAccount#include_all}", "stability": "stable", "summary": "Include all regions. Defaults to `true`." }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 469 }, "name": "includeAll", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_aws_account#include_only IntegrationAwsAccount#include_only}", "stability": "stable", "summary": "Include only these regions." }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 475 }, "name": "includeOnly", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/integration-aws-account/index:IntegrationAwsAccountAwsRegions" }, "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountAwsRegionsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountAwsRegionsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 522 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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-aws-account/index.ts", "line": 514 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 570 }, "name": "resetIncludeAll" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 586 }, "name": "resetIncludeOnly" } ], "name": "IntegrationAwsAccountAwsRegionsOutputReference", "namespace": "integrationAwsAccount", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 574 }, "name": "includeAllInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 590 }, "name": "includeOnlyInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 564 }, "name": "includeAll", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 580 }, "name": "includeOnly", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 526 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountAwsRegions" } ] } } } ], "symbolId": "src/integration-aws-account/index:IntegrationAwsAccountAwsRegionsOutputReference" }, "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 14 }, "name": "IntegrationAwsAccountConfig", "namespace": "integrationAwsAccount", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_aws_account#aws_account_id IntegrationAwsAccount#aws_account_id}", "stability": "stable", "summary": "Your AWS Account ID without dashes. Invalid aws_account_id." }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 26 }, "name": "awsAccountId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_aws_account#aws_partition IntegrationAwsAccount#aws_partition}", "stability": "stable", "summary": "AWS Account partition. Valid values are `aws`, `aws-cn`, `aws-us-gov`." }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 32 }, "name": "awsPartition", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_aws_account#account_tags IntegrationAwsAccount#account_tags}", "stability": "stable", "summary": "Tags to apply to all metrics in the account." }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 20 }, "name": "accountTags", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_aws_account#auth_config IntegrationAwsAccount#auth_config}", "stability": "stable", "summary": "auth_config block." }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 38 }, "name": "authConfig", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountAuthConfig" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_aws_account#aws_regions IntegrationAwsAccount#aws_regions}", "stability": "stable", "summary": "aws_regions block." }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 44 }, "name": "awsRegions", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountAwsRegions" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_aws_account#logs_config IntegrationAwsAccount#logs_config}", "stability": "stable", "summary": "logs_config block." }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 50 }, "name": "logsConfig", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountLogsConfig" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_aws_account#metrics_config IntegrationAwsAccount#metrics_config}", "stability": "stable", "summary": "metrics_config block." }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 56 }, "name": "metricsConfig", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountMetricsConfig" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_aws_account#resources_config IntegrationAwsAccount#resources_config}", "stability": "stable", "summary": "resources_config block." }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 62 }, "name": "resourcesConfig", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountResourcesConfig" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_aws_account#traces_config IntegrationAwsAccount#traces_config}", "stability": "stable", "summary": "traces_config block." }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 68 }, "name": "tracesConfig", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountTracesConfig" } } ], "symbolId": "src/integration-aws-account/index:IntegrationAwsAccountConfig" }, "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountLogsConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountLogsConfig", "kind": "interface", "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 1003 }, "name": "IntegrationAwsAccountLogsConfig", "namespace": "integrationAwsAccount", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_aws_account#lambda_forwarder IntegrationAwsAccount#lambda_forwarder}", "stability": "stable", "summary": "lambda_forwarder block." }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 1009 }, "name": "lambdaForwarder", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountLogsConfigLambdaForwarder" } } ], "symbolId": "src/integration-aws-account/index:IntegrationAwsAccountLogsConfig" }, "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountLogsConfigLambdaForwarder": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountLogsConfigLambdaForwarder", "kind": "interface", "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 837 }, "name": "IntegrationAwsAccountLogsConfigLambdaForwarder", "namespace": "integrationAwsAccount", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_aws_account#lambdas IntegrationAwsAccount#lambdas}", "stability": "stable", "summary": "List of Datadog Lambda Log Forwarder ARNs in your AWS account. Defaults to `[]`." }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 843 }, "name": "lambdas", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_aws_account#log_source_config IntegrationAwsAccount#log_source_config}", "stability": "stable", "summary": "log_source_config block." }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 855 }, "name": "logSourceConfig", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountLogsConfigLambdaForwarderLogSourceConfig" } }, { "abstract": true, "docs": { "remarks": "Use [`datadog_integration_aws_available_logs_services` data source](https://registry.terraform.io/providers/DataDog/datadog/latest/docs/data-sources/integration_aws_available_logs_services) or [the AWS Logs Integration API](https://docs.datadoghq.com/api/latest/aws-logs-integration/?#get-list-of-aws-log-ready-services) to get allowed values. Defaults to `[]`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_aws_account#sources IntegrationAwsAccount#sources}", "stability": "stable", "summary": "List of service IDs set to enable automatic log collection." }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 849 }, "name": "sources", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/integration-aws-account/index:IntegrationAwsAccountLogsConfigLambdaForwarder" }, "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountLogsConfigLambdaForwarderLogSourceConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountLogsConfigLambdaForwarderLogSourceConfig", "kind": "interface", "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 741 }, "name": "IntegrationAwsAccountLogsConfigLambdaForwarderLogSourceConfig", "namespace": "integrationAwsAccount", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_aws_account#tag_filters IntegrationAwsAccount#tag_filters}", "stability": "stable", "summary": "tag_filters block." }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 747 }, "name": "tagFilters", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountLogsConfigLambdaForwarderLogSourceConfigTagFilters" }, "kind": "array" } } ] } } } ], "symbolId": "src/integration-aws-account/index:IntegrationAwsAccountLogsConfigLambdaForwarderLogSourceConfig" }, "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountLogsConfigLambdaForwarderLogSourceConfigOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountLogsConfigLambdaForwarderLogSourceConfigOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 787 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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-aws-account/index.ts", "line": 779 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 826 }, "name": "putTagFilters", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountLogsConfigLambdaForwarderLogSourceConfigTagFilters" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 829 }, "name": "resetTagFilters" } ], "name": "IntegrationAwsAccountLogsConfigLambdaForwarderLogSourceConfigOutputReference", "namespace": "integrationAwsAccount", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 823 }, "name": "tagFilters", "type": { "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountLogsConfigLambdaForwarderLogSourceConfigTagFiltersList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 833 }, "name": "tagFiltersInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountLogsConfigLambdaForwarderLogSourceConfigTagFilters" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 791 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountLogsConfigLambdaForwarderLogSourceConfig" } ] } } } ], "symbolId": "src/integration-aws-account/index:IntegrationAwsAccountLogsConfigLambdaForwarderLogSourceConfigOutputReference" }, "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountLogsConfigLambdaForwarderLogSourceConfigTagFilters": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountLogsConfigLambdaForwarderLogSourceConfigTagFilters", "kind": "interface", "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 594 }, "name": "IntegrationAwsAccountLogsConfigLambdaForwarderLogSourceConfigTagFilters", "namespace": "integrationAwsAccount", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_aws_account#source IntegrationAwsAccount#source}", "stability": "stable", "summary": "The AWS service for which the tag filters defined in `tags` will be applied." }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 600 }, "name": "source", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_aws_account#tags IntegrationAwsAccount#tags}", "stability": "stable", "summary": "The AWS resource tags to filter on for the service specified by `source`." }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 606 }, "name": "tags", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/integration-aws-account/index:IntegrationAwsAccountLogsConfigLambdaForwarderLogSourceConfigTagFilters" }, "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountLogsConfigLambdaForwarderLogSourceConfigTagFiltersList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountLogsConfigLambdaForwarderLogSourceConfigTagFiltersList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 730 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 722 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 737 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountLogsConfigLambdaForwarderLogSourceConfigTagFiltersOutputReference" } } } ], "name": "IntegrationAwsAccountLogsConfigLambdaForwarderLogSourceConfigTagFiltersList", "namespace": "integrationAwsAccount", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 730 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 730 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 730 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 723 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountLogsConfigLambdaForwarderLogSourceConfigTagFilters" }, "kind": "array" } } ] } } } ], "symbolId": "src/integration-aws-account/index:IntegrationAwsAccountLogsConfigLambdaForwarderLogSourceConfigTagFiltersList" }, "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountLogsConfigLambdaForwarderLogSourceConfigTagFiltersOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountLogsConfigLambdaForwarderLogSourceConfigTagFiltersOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 655 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 645 }, "name": "IntegrationAwsAccountLogsConfigLambdaForwarderLogSourceConfigTagFiltersOutputReference", "namespace": "integrationAwsAccount", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 704 }, "name": "sourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 717 }, "name": "tagsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 697 }, "name": "source", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 710 }, "name": "tags", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 659 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountLogsConfigLambdaForwarderLogSourceConfigTagFilters" } ] } } } ], "symbolId": "src/integration-aws-account/index:IntegrationAwsAccountLogsConfigLambdaForwarderLogSourceConfigTagFiltersOutputReference" }, "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountLogsConfigLambdaForwarderOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountLogsConfigLambdaForwarderOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 909 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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-aws-account/index.ts", "line": 901 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 992 }, "name": "putLogSourceConfig", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountLogsConfigLambdaForwarderLogSourceConfig" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 963 }, "name": "resetLambdas" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 995 }, "name": "resetLogSourceConfig" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 979 }, "name": "resetSources" } ], "name": "IntegrationAwsAccountLogsConfigLambdaForwarderOutputReference", "namespace": "integrationAwsAccount", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 989 }, "name": "logSourceConfig", "type": { "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountLogsConfigLambdaForwarderLogSourceConfigOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 967 }, "name": "lambdasInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 999 }, "name": "logSourceConfigInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountLogsConfigLambdaForwarderLogSourceConfig" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 983 }, "name": "sourcesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 957 }, "name": "lambdas", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 973 }, "name": "sources", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 913 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountLogsConfigLambdaForwarder" } ] } } } ], "symbolId": "src/integration-aws-account/index:IntegrationAwsAccountLogsConfigLambdaForwarderOutputReference" }, "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountLogsConfigOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountLogsConfigOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 1049 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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-aws-account/index.ts", "line": 1041 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 1088 }, "name": "putLambdaForwarder", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountLogsConfigLambdaForwarder" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 1091 }, "name": "resetLambdaForwarder" } ], "name": "IntegrationAwsAccountLogsConfigOutputReference", "namespace": "integrationAwsAccount", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 1085 }, "name": "lambdaForwarder", "type": { "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountLogsConfigLambdaForwarderOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 1095 }, "name": "lambdaForwarderInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountLogsConfigLambdaForwarder" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 1053 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountLogsConfig" } ] } } } ], "symbolId": "src/integration-aws-account/index:IntegrationAwsAccountLogsConfigOutputReference" }, "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountMetricsConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountMetricsConfig", "kind": "interface", "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 1380 }, "name": "IntegrationAwsAccountMetricsConfig", "namespace": "integrationAwsAccount", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_aws_account#automute_enabled IntegrationAwsAccount#automute_enabled}", "stability": "stable", "summary": "Enable EC2 automute for AWS metrics Defaults to `true`." }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 1386 }, "name": "automuteEnabled", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_aws_account#collect_cloudwatch_alarms IntegrationAwsAccount#collect_cloudwatch_alarms}", "stability": "stable", "summary": "Enable CloudWatch alarms collection Defaults to `false`." }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 1392 }, "name": "collectCloudwatchAlarms", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_aws_account#collect_custom_metrics IntegrationAwsAccount#collect_custom_metrics}", "stability": "stable", "summary": "Enable custom metrics collection Defaults to `false`." }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 1398 }, "name": "collectCustomMetrics", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_aws_account#enabled IntegrationAwsAccount#enabled}", "stability": "stable", "summary": "Enable AWS metrics collection Defaults to `true`." }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 1404 }, "name": "enabled", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_aws_account#namespace_filters IntegrationAwsAccount#namespace_filters}", "stability": "stable", "summary": "namespace_filters block." }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 1410 }, "name": "namespaceFilters", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountMetricsConfigNamespaceFilters" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_aws_account#tag_filters IntegrationAwsAccount#tag_filters}", "stability": "stable", "summary": "tag_filters block." }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 1416 }, "name": "tagFilters", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountMetricsConfigTagFilters" }, "kind": "array" } } ] } } } ], "symbolId": "src/integration-aws-account/index:IntegrationAwsAccountMetricsConfig" }, "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountMetricsConfigNamespaceFilters": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountMetricsConfigNamespaceFilters", "kind": "interface", "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 1099 }, "name": "IntegrationAwsAccountMetricsConfigNamespaceFilters", "namespace": "integrationAwsAccount", "properties": [ { "abstract": true, "docs": { "remarks": "Use [`datadog_integration_aws_available_namespaces` data source](https://registry.terraform.io/providers/DataDog/datadog/latest/docs/data-sources/integration_aws_available_namespaces) to get allowed values. Defaults to `[\"AWS/SQS\", \"AWS/ElasticMapReduce\", \"AWS/Usage\"]`. `AWS/SQS`, `AWS/ElasticMapReduce`, and `AWS/Usage` are excluded by default to reduce your AWS CloudWatch costs from `GetMetricData` API calls.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_aws_account#exclude_only IntegrationAwsAccount#exclude_only}", "stability": "stable", "summary": "Exclude only these namespaces from metrics collection." }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 1105 }, "name": "excludeOnly", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_aws_account#include_only IntegrationAwsAccount#include_only}", "stability": "stable", "summary": "Include only these namespaces for metrics collection. Use [`datadog_integration_aws_available_namespaces` data source](https://registry.terraform.io/providers/DataDog/datadog/latest/docs/data-sources/integration_aws_available_namespaces) to get allowed values." }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 1111 }, "name": "includeOnly", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/integration-aws-account/index:IntegrationAwsAccountMetricsConfigNamespaceFilters" }, "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountMetricsConfigNamespaceFiltersOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountMetricsConfigNamespaceFiltersOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 1158 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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-aws-account/index.ts", "line": 1150 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 1206 }, "name": "resetExcludeOnly" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 1222 }, "name": "resetIncludeOnly" } ], "name": "IntegrationAwsAccountMetricsConfigNamespaceFiltersOutputReference", "namespace": "integrationAwsAccount", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 1210 }, "name": "excludeOnlyInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 1226 }, "name": "includeOnlyInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 1200 }, "name": "excludeOnly", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 1216 }, "name": "includeOnly", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 1162 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountMetricsConfigNamespaceFilters" } ] } } } ], "symbolId": "src/integration-aws-account/index:IntegrationAwsAccountMetricsConfigNamespaceFiltersOutputReference" }, "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountMetricsConfigOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountMetricsConfigOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 1491 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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-aws-account/index.ts", "line": 1483 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 1624 }, "name": "putNamespaceFilters", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountMetricsConfigNamespaceFilters" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 1640 }, "name": "putTagFilters", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountMetricsConfigTagFilters" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 1563 }, "name": "resetAutomuteEnabled" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 1579 }, "name": "resetCollectCloudwatchAlarms" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 1595 }, "name": "resetCollectCustomMetrics" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 1611 }, "name": "resetEnabled" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 1627 }, "name": "resetNamespaceFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 1643 }, "name": "resetTagFilters" } ], "name": "IntegrationAwsAccountMetricsConfigOutputReference", "namespace": "integrationAwsAccount", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 1621 }, "name": "namespaceFilters", "type": { "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountMetricsConfigNamespaceFiltersOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 1637 }, "name": "tagFilters", "type": { "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountMetricsConfigTagFiltersList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 1567 }, "name": "automuteEnabledInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 1583 }, "name": "collectCloudwatchAlarmsInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 1599 }, "name": "collectCustomMetricsInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 1615 }, "name": "enabledInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 1631 }, "name": "namespaceFiltersInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountMetricsConfigNamespaceFilters" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 1647 }, "name": "tagFiltersInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountMetricsConfigTagFilters" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 1557 }, "name": "automuteEnabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 1573 }, "name": "collectCloudwatchAlarms", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 1589 }, "name": "collectCustomMetrics", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 1605 }, "name": "enabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 1495 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountMetricsConfig" } ] } } } ], "symbolId": "src/integration-aws-account/index:IntegrationAwsAccountMetricsConfigOutputReference" }, "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountMetricsConfigTagFilters": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountMetricsConfigTagFilters", "kind": "interface", "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 1230 }, "name": "IntegrationAwsAccountMetricsConfigTagFilters", "namespace": "integrationAwsAccount", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_aws_account#namespace IntegrationAwsAccount#namespace}", "stability": "stable", "summary": "The AWS service for which the tag filters defined in `tags` will be applied." }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 1236 }, "name": "namespace", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_aws_account#tags IntegrationAwsAccount#tags}", "stability": "stable", "summary": "The AWS resource tags to filter on for the service specified by `namespace`. Defaults to `[]`." }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 1242 }, "name": "tags", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/integration-aws-account/index:IntegrationAwsAccountMetricsConfigTagFilters" }, "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountMetricsConfigTagFiltersList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountMetricsConfigTagFiltersList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 1369 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 1361 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 1376 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountMetricsConfigTagFiltersOutputReference" } } } ], "name": "IntegrationAwsAccountMetricsConfigTagFiltersList", "namespace": "integrationAwsAccount", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 1369 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 1369 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 1369 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 1362 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountMetricsConfigTagFilters" }, "kind": "array" } } ] } } } ], "symbolId": "src/integration-aws-account/index:IntegrationAwsAccountMetricsConfigTagFiltersList" }, "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountMetricsConfigTagFiltersOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountMetricsConfigTagFiltersOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 1291 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 1281 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 1352 }, "name": "resetTags" } ], "name": "IntegrationAwsAccountMetricsConfigTagFiltersOutputReference", "namespace": "integrationAwsAccount", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 1340 }, "name": "namespaceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 1356 }, "name": "tagsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 1333 }, "name": "namespace", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 1346 }, "name": "tags", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 1295 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountMetricsConfigTagFilters" } ] } } } ], "symbolId": "src/integration-aws-account/index:IntegrationAwsAccountMetricsConfigTagFiltersOutputReference" }, "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountResourcesConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountResourcesConfig", "kind": "interface", "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 1651 }, "name": "IntegrationAwsAccountResourcesConfig", "namespace": "integrationAwsAccount", "properties": [ { "abstract": true, "docs": { "remarks": "Requires `extended_collection` to be set to `true`. Defaults to `false`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_aws_account#cloud_security_posture_management_collection IntegrationAwsAccount#cloud_security_posture_management_collection}", "stability": "stable", "summary": "Enable Cloud Security Management to scan AWS resources for vulnerabilities, misconfigurations, identity risks, and compliance violations." }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 1657 }, "name": "cloudSecurityPostureManagementCollection", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Required for `cloud_security_posture_management_collection`. Defaults to `true`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_aws_account#extended_collection IntegrationAwsAccount#extended_collection}", "stability": "stable", "summary": "Whether Datadog collects additional attributes and configuration information about the resources in your AWS account." }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 1663 }, "name": "extendedCollection", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } } ], "symbolId": "src/integration-aws-account/index:IntegrationAwsAccountResourcesConfig" }, "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountResourcesConfigOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountResourcesConfigOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 1710 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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-aws-account/index.ts", "line": 1702 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 1758 }, "name": "resetCloudSecurityPostureManagementCollection" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 1774 }, "name": "resetExtendedCollection" } ], "name": "IntegrationAwsAccountResourcesConfigOutputReference", "namespace": "integrationAwsAccount", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 1762 }, "name": "cloudSecurityPostureManagementCollectionInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 1778 }, "name": "extendedCollectionInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 1752 }, "name": "cloudSecurityPostureManagementCollection", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 1768 }, "name": "extendedCollection", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 1714 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountResourcesConfig" } ] } } } ], "symbolId": "src/integration-aws-account/index:IntegrationAwsAccountResourcesConfigOutputReference" }, "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountTracesConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountTracesConfig", "kind": "interface", "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 1913 }, "name": "IntegrationAwsAccountTracesConfig", "namespace": "integrationAwsAccount", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_aws_account#xray_services IntegrationAwsAccount#xray_services}", "stability": "stable", "summary": "xray_services block." }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 1919 }, "name": "xrayServices", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountTracesConfigXrayServices" } } ], "symbolId": "src/integration-aws-account/index:IntegrationAwsAccountTracesConfig" }, "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountTracesConfigOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountTracesConfigOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 1959 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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-aws-account/index.ts", "line": 1951 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 1998 }, "name": "putXrayServices", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountTracesConfigXrayServices" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 2001 }, "name": "resetXrayServices" } ], "name": "IntegrationAwsAccountTracesConfigOutputReference", "namespace": "integrationAwsAccount", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 1995 }, "name": "xrayServices", "type": { "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountTracesConfigXrayServicesOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 2005 }, "name": "xrayServicesInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountTracesConfigXrayServices" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 1963 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountTracesConfig" } ] } } } ], "symbolId": "src/integration-aws-account/index:IntegrationAwsAccountTracesConfigOutputReference" }, "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountTracesConfigXrayServices": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountTracesConfigXrayServices", "kind": "interface", "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 1782 }, "name": "IntegrationAwsAccountTracesConfigXrayServices", "namespace": "integrationAwsAccount", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_aws_account#include_all IntegrationAwsAccount#include_all}", "stability": "stable", "summary": "Include all services." }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 1788 }, "name": "includeAll", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_aws_account#include_only IntegrationAwsAccount#include_only}", "stability": "stable", "summary": "Include only these services. Defaults to `[]`." }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 1794 }, "name": "includeOnly", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/integration-aws-account/index:IntegrationAwsAccountTracesConfigXrayServices" }, "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountTracesConfigXrayServicesOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountTracesConfigXrayServicesOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 1841 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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-aws-account/index.ts", "line": 1833 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 1889 }, "name": "resetIncludeAll" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 1905 }, "name": "resetIncludeOnly" } ], "name": "IntegrationAwsAccountTracesConfigXrayServicesOutputReference", "namespace": "integrationAwsAccount", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 1893 }, "name": "includeAllInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 1909 }, "name": "includeOnlyInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 1883 }, "name": "includeAll", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 1899 }, "name": "includeOnly", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-account/index.ts", "line": 1845 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.integrationAwsAccount.IntegrationAwsAccountTracesConfigXrayServices" } ] } } } ], "symbolId": "src/integration-aws-account/index:IntegrationAwsAccountTracesConfigXrayServicesOutputReference" }, "@cdktf/provider-datadog.integrationAwsEventBridge.IntegrationAwsEventBridge": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_aws_event_bridge datadog_integration_aws_event_bridge}." }, "fqn": "@cdktf/provider-datadog.integrationAwsEventBridge.IntegrationAwsEventBridge", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_aws_event_bridge datadog_integration_aws_event_bridge} Resource." }, "locationInModule": { "filename": "src/integration-aws-event-bridge/index.ts", "line": 76 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.integrationAwsEventBridge.IntegrationAwsEventBridgeConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/integration-aws-event-bridge/index.ts", "line": 44 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a IntegrationAwsEventBridge resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/integration-aws-event-bridge/index.ts", "line": 61 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the IntegrationAwsEventBridge to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_aws_event_bridge#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing IntegrationAwsEventBridge that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the IntegrationAwsEventBridge to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-event-bridge/index.ts", "line": 123 }, "name": "resetCreateEventBus" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-event-bridge/index.ts", "line": 166 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-event-bridge/index.ts", "line": 175 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "IntegrationAwsEventBridge", "namespace": "integrationAwsEventBridge", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-event-bridge/index.ts", "line": 49 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-event-bridge/index.ts", "line": 145 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-event-bridge/index.ts", "line": 111 }, "name": "accountIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-event-bridge/index.ts", "line": 127 }, "name": "createEventBusInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-event-bridge/index.ts", "line": 140 }, "name": "eventGeneratorNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-event-bridge/index.ts", "line": 158 }, "name": "regionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-event-bridge/index.ts", "line": 104 }, "name": "accountId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-event-bridge/index.ts", "line": 117 }, "name": "createEventBus", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-event-bridge/index.ts", "line": 133 }, "name": "eventGeneratorName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-event-bridge/index.ts", "line": 151 }, "name": "region", "type": { "primitive": "string" } } ], "symbolId": "src/integration-aws-event-bridge/index:IntegrationAwsEventBridge" }, "@cdktf/provider-datadog.integrationAwsEventBridge.IntegrationAwsEventBridgeConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.integrationAwsEventBridge.IntegrationAwsEventBridgeConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/integration-aws-event-bridge/index.ts", "line": 14 }, "name": "IntegrationAwsEventBridgeConfig", "namespace": "integrationAwsEventBridge", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_aws_event_bridge#account_id IntegrationAwsEventBridge#account_id}", "stability": "stable", "summary": "Your AWS Account ID without dashes." }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-event-bridge/index.ts", "line": 20 }, "name": "accountId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_aws_event_bridge#event_generator_name IntegrationAwsEventBridge#event_generator_name}", "stability": "stable", "summary": "The given part of the event source name, which is then combined with an assigned suffix to form the full name." }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-event-bridge/index.ts", "line": 32 }, "name": "eventGeneratorName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_aws_event_bridge#region IntegrationAwsEventBridge#region}", "stability": "stable", "summary": "The event source's [AWS region](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints)." }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-event-bridge/index.ts", "line": 38 }, "name": "region", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Requires the `events:CreateEventBus` permission. Defaults to `true`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_aws_event_bridge#create_event_bus IntegrationAwsEventBridge#create_event_bus}", "stability": "stable", "summary": "True if Datadog should create the event bus in addition to the event source." }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-event-bridge/index.ts", "line": 26 }, "name": "createEventBus", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } } ], "symbolId": "src/integration-aws-event-bridge/index:IntegrationAwsEventBridgeConfig" }, "@cdktf/provider-datadog.integrationAwsExternalId.IntegrationAwsExternalId": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_aws_external_id datadog_integration_aws_external_id}." }, "fqn": "@cdktf/provider-datadog.integrationAwsExternalId.IntegrationAwsExternalId", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_aws_external_id datadog_integration_aws_external_id} Resource." }, "locationInModule": { "filename": "src/integration-aws-external-id/index.ts", "line": 52 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.integrationAwsExternalId.IntegrationAwsExternalIdConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/integration-aws-external-id/index.ts", "line": 20 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a IntegrationAwsExternalId resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/integration-aws-external-id/index.ts", "line": 37 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the IntegrationAwsExternalId to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_aws_external_id#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing IntegrationAwsExternalId that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the IntegrationAwsExternalId to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-external-id/index.ts", "line": 83 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-external-id/index.ts", "line": 88 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "IntegrationAwsExternalId", "namespace": "integrationAwsExternalId", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-external-id/index.ts", "line": 25 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-external-id/index.ts", "line": 75 }, "name": "id", "type": { "primitive": "string" } } ], "symbolId": "src/integration-aws-external-id/index:IntegrationAwsExternalId" }, "@cdktf/provider-datadog.integrationAwsExternalId.IntegrationAwsExternalIdConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.integrationAwsExternalId.IntegrationAwsExternalIdConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/integration-aws-external-id/index.ts", "line": 14 }, "name": "IntegrationAwsExternalIdConfig", "namespace": "integrationAwsExternalId", "symbolId": "src/integration-aws-external-id/index:IntegrationAwsExternalIdConfig" }, "@cdktf/provider-datadog.integrationAwsLambdaArn.IntegrationAwsLambdaArn": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_aws_lambda_arn datadog_integration_aws_lambda_arn}." }, "fqn": "@cdktf/provider-datadog.integrationAwsLambdaArn.IntegrationAwsLambdaArn", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_aws_lambda_arn datadog_integration_aws_lambda_arn} Resource." }, "locationInModule": { "filename": "src/integration-aws-lambda-arn/index.ts", "line": 71 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.integrationAwsLambdaArn.IntegrationAwsLambdaArnConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/integration-aws-lambda-arn/index.ts", "line": 39 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a IntegrationAwsLambdaArn resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/integration-aws-lambda-arn/index.ts", "line": 56 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the IntegrationAwsLambdaArn to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_aws_lambda_arn#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing IntegrationAwsLambdaArn that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the IntegrationAwsLambdaArn to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-lambda-arn/index.ts", "line": 117 }, "name": "resetId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-lambda-arn/index.ts", "line": 142 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-lambda-arn/index.ts", "line": 150 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "IntegrationAwsLambdaArn", "namespace": "integrationAwsLambdaArn", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-lambda-arn/index.ts", "line": 44 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-lambda-arn/index.ts", "line": 105 }, "name": "accountIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-lambda-arn/index.ts", "line": 121 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-lambda-arn/index.ts", "line": 134 }, "name": "lambdaArnInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-lambda-arn/index.ts", "line": 98 }, "name": "accountId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-lambda-arn/index.ts", "line": 111 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-lambda-arn/index.ts", "line": 127 }, "name": "lambdaArn", "type": { "primitive": "string" } } ], "symbolId": "src/integration-aws-lambda-arn/index:IntegrationAwsLambdaArn" }, "@cdktf/provider-datadog.integrationAwsLambdaArn.IntegrationAwsLambdaArnConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.integrationAwsLambdaArn.IntegrationAwsLambdaArnConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/integration-aws-lambda-arn/index.ts", "line": 14 }, "name": "IntegrationAwsLambdaArnConfig", "namespace": "integrationAwsLambdaArn", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_aws_lambda_arn#account_id IntegrationAwsLambdaArn#account_id}", "stability": "stable", "summary": "Your AWS Account ID without dashes." }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-lambda-arn/index.ts", "line": 20 }, "name": "accountId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/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/index.ts", "line": 33 }, "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://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_aws_lambda_arn#id IntegrationAwsLambdaArn#id}." }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-lambda-arn/index.ts", "line": 27 }, "name": "id", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/integration-aws-lambda-arn/index:IntegrationAwsLambdaArnConfig" }, "@cdktf/provider-datadog.integrationAwsLogCollection.IntegrationAwsLogCollection": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_aws_log_collection datadog_integration_aws_log_collection}." }, "fqn": "@cdktf/provider-datadog.integrationAwsLogCollection.IntegrationAwsLogCollection", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_aws_log_collection datadog_integration_aws_log_collection} Resource." }, "locationInModule": { "filename": "src/integration-aws-log-collection/index.ts", "line": 71 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.integrationAwsLogCollection.IntegrationAwsLogCollectionConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/integration-aws-log-collection/index.ts", "line": 39 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a IntegrationAwsLogCollection resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/integration-aws-log-collection/index.ts", "line": 56 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the IntegrationAwsLogCollection to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_aws_log_collection#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing IntegrationAwsLogCollection that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the IntegrationAwsLogCollection to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-log-collection/index.ts", "line": 117 }, "name": "resetId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-log-collection/index.ts", "line": 142 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-log-collection/index.ts", "line": 150 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "IntegrationAwsLogCollection", "namespace": "integrationAwsLogCollection", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-log-collection/index.ts", "line": 44 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-log-collection/index.ts", "line": 105 }, "name": "accountIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-log-collection/index.ts", "line": 121 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-log-collection/index.ts", "line": 134 }, "name": "servicesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-log-collection/index.ts", "line": 98 }, "name": "accountId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-log-collection/index.ts", "line": 111 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-log-collection/index.ts", "line": 127 }, "name": "services", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/integration-aws-log-collection/index:IntegrationAwsLogCollection" }, "@cdktf/provider-datadog.integrationAwsLogCollection.IntegrationAwsLogCollectionConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.integrationAwsLogCollection.IntegrationAwsLogCollectionConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/integration-aws-log-collection/index.ts", "line": 14 }, "name": "IntegrationAwsLogCollectionConfig", "namespace": "integrationAwsLogCollection", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_aws_log_collection#account_id IntegrationAwsLogCollection#account_id}", "stability": "stable", "summary": "Your AWS Account ID without dashes." }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-log-collection/index.ts", "line": 20 }, "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://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/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/index.ts", "line": 33 }, "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://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_aws_log_collection#id IntegrationAwsLogCollection#id}." }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-log-collection/index.ts", "line": 27 }, "name": "id", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/integration-aws-log-collection/index:IntegrationAwsLogCollectionConfig" }, "@cdktf/provider-datadog.integrationAwsTagFilter.IntegrationAwsTagFilter": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_aws_tag_filter datadog_integration_aws_tag_filter}." }, "fqn": "@cdktf/provider-datadog.integrationAwsTagFilter.IntegrationAwsTagFilter", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_aws_tag_filter datadog_integration_aws_tag_filter} Resource." }, "locationInModule": { "filename": "src/integration-aws-tag-filter/index.ts", "line": 77 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.integrationAwsTagFilter.IntegrationAwsTagFilterConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/integration-aws-tag-filter/index.ts", "line": 45 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a IntegrationAwsTagFilter resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/integration-aws-tag-filter/index.ts", "line": 62 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the IntegrationAwsTagFilter to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_aws_tag_filter#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing IntegrationAwsTagFilter that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the IntegrationAwsTagFilter to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-tag-filter/index.ts", "line": 124 }, "name": "resetId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-tag-filter/index.ts", "line": 162 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-tag-filter/index.ts", "line": 171 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "IntegrationAwsTagFilter", "namespace": "integrationAwsTagFilter", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-tag-filter/index.ts", "line": 50 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-tag-filter/index.ts", "line": 112 }, "name": "accountIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-tag-filter/index.ts", "line": 128 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-tag-filter/index.ts", "line": 141 }, "name": "namespaceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-tag-filter/index.ts", "line": 154 }, "name": "tagFilterStrInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-tag-filter/index.ts", "line": 105 }, "name": "accountId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-tag-filter/index.ts", "line": 118 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-tag-filter/index.ts", "line": 134 }, "name": "namespace", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-aws-tag-filter/index.ts", "line": 147 }, "name": "tagFilterStr", "type": { "primitive": "string" } } ], "symbolId": "src/integration-aws-tag-filter/index:IntegrationAwsTagFilter" }, "@cdktf/provider-datadog.integrationAwsTagFilter.IntegrationAwsTagFilterConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.integrationAwsTagFilter.IntegrationAwsTagFilterConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/integration-aws-tag-filter/index.ts", "line": 14 }, "name": "IntegrationAwsTagFilterConfig", "namespace": "integrationAwsTagFilter", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_aws_tag_filter#account_id IntegrationAwsTagFilter#account_id}", "stability": "stable", "summary": "Your AWS Account ID without dashes." }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-tag-filter/index.ts", "line": 20 }, "name": "accountId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/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`, `step_functions`." }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-tag-filter/index.ts", "line": 33 }, "name": "namespace", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/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/index.ts", "line": 39 }, "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://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_aws_tag_filter#id IntegrationAwsTagFilter#id}." }, "immutable": true, "locationInModule": { "filename": "src/integration-aws-tag-filter/index.ts", "line": 27 }, "name": "id", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/integration-aws-tag-filter/index:IntegrationAwsTagFilterConfig" }, "@cdktf/provider-datadog.integrationAzure.IntegrationAzure": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_azure datadog_integration_azure}." }, "fqn": "@cdktf/provider-datadog.integrationAzure.IntegrationAzure", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_azure datadog_integration_azure} Resource." }, "locationInModule": { "filename": "src/integration-azure/index.ts", "line": 286 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.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.integrationAzure.IntegrationAzureConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/integration-azure/index.ts", "line": 254 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a IntegrationAzure resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/integration-azure/index.ts", "line": 271 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the IntegrationAzure to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_azure#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing IntegrationAzure that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the IntegrationAzure to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-azure/index.ts", "line": 502 }, "name": "putResourceProviderConfigs", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.integrationAzure.IntegrationAzureResourceProviderConfigs" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-azure/index.ts", "line": 330 }, "name": "resetAppServicePlanFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-azure/index.ts", "line": 346 }, "name": "resetAutomute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-azure/index.ts", "line": 388 }, "name": "resetContainerAppFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-azure/index.ts", "line": 404 }, "name": "resetCspmEnabled" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-azure/index.ts", "line": 420 }, "name": "resetCustomMetricsEnabled" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-azure/index.ts", "line": 436 }, "name": "resetHostFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-azure/index.ts", "line": 457 }, "name": "resetMetricsEnabled" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-azure/index.ts", "line": 473 }, "name": "resetMetricsEnabledDefault" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-azure/index.ts", "line": 489 }, "name": "resetResourceCollectionEnabled" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-azure/index.ts", "line": 505 }, "name": "resetResourceProviderConfigs" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-azure/index.ts", "line": 534 }, "name": "resetUsageMetricsEnabled" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-azure/index.ts", "line": 546 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-azure/index.ts", "line": 565 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "IntegrationAzure", "namespace": "integrationAzure", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-azure/index.ts", "line": 259 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-azure/index.ts", "line": 445 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-azure/index.ts", "line": 499 }, "name": "resourceProviderConfigs", "type": { "fqn": "@cdktf/provider-datadog.integrationAzure.IntegrationAzureResourceProviderConfigsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-azure/index.ts", "line": 334 }, "name": "appServicePlanFiltersInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-azure/index.ts", "line": 350 }, "name": "automuteInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-azure/index.ts", "line": 363 }, "name": "clientIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-azure/index.ts", "line": 376 }, "name": "clientSecretInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-azure/index.ts", "line": 392 }, "name": "containerAppFiltersInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-azure/index.ts", "line": 408 }, "name": "cspmEnabledInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-azure/index.ts", "line": 424 }, "name": "customMetricsEnabledInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-azure/index.ts", "line": 440 }, "name": "hostFiltersInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-azure/index.ts", "line": 477 }, "name": "metricsEnabledDefaultInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-azure/index.ts", "line": 461 }, "name": "metricsEnabledInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-azure/index.ts", "line": 493 }, "name": "resourceCollectionEnabledInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-azure/index.ts", "line": 509 }, "name": "resourceProviderConfigsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.integrationAzure.IntegrationAzureResourceProviderConfigs" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-azure/index.ts", "line": 522 }, "name": "tenantNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-azure/index.ts", "line": 538 }, "name": "usageMetricsEnabledInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-azure/index.ts", "line": 324 }, "name": "appServicePlanFilters", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-azure/index.ts", "line": 340 }, "name": "automute", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-azure/index.ts", "line": 356 }, "name": "clientId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-azure/index.ts", "line": 369 }, "name": "clientSecret", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-azure/index.ts", "line": 382 }, "name": "containerAppFilters", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-azure/index.ts", "line": 398 }, "name": "cspmEnabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-azure/index.ts", "line": 414 }, "name": "customMetricsEnabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-azure/index.ts", "line": 430 }, "name": "hostFilters", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-azure/index.ts", "line": 451 }, "name": "metricsEnabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-azure/index.ts", "line": 467 }, "name": "metricsEnabledDefault", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-azure/index.ts", "line": 483 }, "name": "resourceCollectionEnabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-azure/index.ts", "line": 515 }, "name": "tenantName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-azure/index.ts", "line": 528 }, "name": "usageMetricsEnabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } } ], "symbolId": "src/integration-azure/index:IntegrationAzure" }, "@cdktf/provider-datadog.integrationAzure.IntegrationAzureConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.integrationAzure.IntegrationAzureConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/integration-azure/index.ts", "line": 14 }, "name": "IntegrationAzureConfig", "namespace": "integrationAzure", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_azure#client_id IntegrationAzure#client_id}", "stability": "stable", "summary": "Your Azure web application ID." }, "immutable": true, "locationInModule": { "filename": "src/integration-azure/index.ts", "line": 32 }, "name": "clientId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/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/index.ts", "line": 38 }, "name": "clientSecret", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_azure#tenant_name IntegrationAzure#tenant_name}", "stability": "stable", "summary": "Your Azure Active Directory ID." }, "immutable": true, "locationInModule": { "filename": "src/integration-azure/index.ts", "line": 93 }, "name": "tenantName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Only App Service Plans that match one of the defined tags are imported into Datadog. The rest, including the apps and functions running on them, are ignored. This also filters the metrics for any App or Function running on the App Service Plan(s). Defaults to `\"\"`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_azure#app_service_plan_filters IntegrationAzure#app_service_plan_filters}", "stability": "stable", "summary": "This comma-separated list of tags (in the form `key:value,key:value`) defines a filter that Datadog uses when collecting metrics from Azure App Service Plans." }, "immutable": true, "locationInModule": { "filename": "src/integration-azure/index.ts", "line": 20 }, "name": "appServicePlanFilters", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_azure#automute IntegrationAzure#automute}", "stability": "stable", "summary": "Silence monitors for expected Azure VM shutdowns. Defaults to `false`." }, "immutable": true, "locationInModule": { "filename": "src/integration-azure/index.ts", "line": 26 }, "name": "automute", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Only Container Apps that match one of the defined tags are imported into Datadog. Defaults to `\"\"`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_azure#container_app_filters IntegrationAzure#container_app_filters}", "stability": "stable", "summary": "This comma-separated list of tags (in the form `key:value,key:value`) defines a filter that Datadog uses when collecting metrics from Azure Container Apps." }, "immutable": true, "locationInModule": { "filename": "src/integration-azure/index.ts", "line": 44 }, "name": "containerAppFilters", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Note: This requires `resource_collection_enabled` to be set to true. Defaults to `false`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_azure#cspm_enabled IntegrationAzure#cspm_enabled}", "stability": "stable", "summary": "When enabled, Datadog’s Cloud Security Management product scans resource configurations monitored by this app registration." }, "immutable": true, "locationInModule": { "filename": "src/integration-azure/index.ts", "line": 51 }, "name": "cspmEnabled", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_azure#custom_metrics_enabled IntegrationAzure#custom_metrics_enabled}", "stability": "stable", "summary": "Enable custom metrics for your organization. Defaults to `false`." }, "immutable": true, "locationInModule": { "filename": "src/integration-azure/index.ts", "line": 57 }, "name": "customMetricsEnabled", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "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` Defaults to `\"\"`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_azure#host_filters IntegrationAzure#host_filters}", "stability": "stable", "summary": "String of host tag(s) (in the form `key:value,key:value`) defines a filter that Datadog will use when collecting metrics from Azure." }, "immutable": true, "locationInModule": { "filename": "src/integration-azure/index.ts", "line": 63 }, "name": "hostFilters", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_azure#metrics_enabled IntegrationAzure#metrics_enabled}", "stability": "stable", "summary": "Enable Azure metrics for your organization. Defaults to `true`." }, "immutable": true, "locationInModule": { "filename": "src/integration-azure/index.ts", "line": 69 }, "name": "metricsEnabled", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_azure#metrics_enabled_default IntegrationAzure#metrics_enabled_default}", "stability": "stable", "summary": "Enable Azure metrics for your organization for resource providers where no resource provider config is specified. Defaults to `true`." }, "immutable": true, "locationInModule": { "filename": "src/integration-azure/index.ts", "line": 75 }, "name": "metricsEnabledDefault", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_azure#resource_collection_enabled IntegrationAzure#resource_collection_enabled}", "stability": "stable", "summary": "When enabled, Datadog collects metadata and configuration info from cloud resources (such as compute instances, databases, and load balancers) monitored by this app registration." }, "immutable": true, "locationInModule": { "filename": "src/integration-azure/index.ts", "line": 81 }, "name": "resourceCollectionEnabled", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_azure#resource_provider_configs IntegrationAzure#resource_provider_configs}", "stability": "stable", "summary": "Configuration settings applied to resources from the specified Azure resource providers." }, "immutable": true, "locationInModule": { "filename": "src/integration-azure/index.ts", "line": 87 }, "name": "resourceProviderConfigs", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.integrationAzure.IntegrationAzureResourceProviderConfigs" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_azure#usage_metrics_enabled IntegrationAzure#usage_metrics_enabled}", "stability": "stable", "summary": "Enable azure.usage metrics for your organization. Defaults to `true`." }, "immutable": true, "locationInModule": { "filename": "src/integration-azure/index.ts", "line": 99 }, "name": "usageMetricsEnabled", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } } ], "symbolId": "src/integration-azure/index:IntegrationAzureConfig" }, "@cdktf/provider-datadog.integrationAzure.IntegrationAzureResourceProviderConfigs": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.integrationAzure.IntegrationAzureResourceProviderConfigs", "kind": "interface", "locationInModule": { "filename": "src/integration-azure/index.ts", "line": 101 }, "name": "IntegrationAzureResourceProviderConfigs", "namespace": "integrationAzure", "properties": [ { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_azure#metrics_enabled IntegrationAzure#metrics_enabled}." }, "immutable": true, "locationInModule": { "filename": "src/integration-azure/index.ts", "line": 105 }, "name": "metricsEnabled", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_azure#namespace IntegrationAzure#namespace}." }, "immutable": true, "locationInModule": { "filename": "src/integration-azure/index.ts", "line": 109 }, "name": "namespace", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/integration-azure/index:IntegrationAzureResourceProviderConfigs" }, "@cdktf/provider-datadog.integrationAzure.IntegrationAzureResourceProviderConfigsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.integrationAzure.IntegrationAzureResourceProviderConfigsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-azure/index.ts", "line": 239 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/integration-azure/index.ts", "line": 231 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-azure/index.ts", "line": 246 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.integrationAzure.IntegrationAzureResourceProviderConfigsOutputReference" } } } ], "name": "IntegrationAzureResourceProviderConfigsList", "namespace": "integrationAzure", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/integration-azure/index.ts", "line": 239 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/integration-azure/index.ts", "line": 239 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/integration-azure/index.ts", "line": 239 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-azure/index.ts", "line": 232 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.integrationAzure.IntegrationAzureResourceProviderConfigs" }, "kind": "array" } } ] } } } ], "symbolId": "src/integration-azure/index:IntegrationAzureResourceProviderConfigsList" }, "@cdktf/provider-datadog.integrationAzure.IntegrationAzureResourceProviderConfigsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.integrationAzure.IntegrationAzureResourceProviderConfigsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-azure/index.ts", "line": 158 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/integration-azure/index.ts", "line": 148 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-azure/index.ts", "line": 206 }, "name": "resetMetricsEnabled" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-azure/index.ts", "line": 222 }, "name": "resetNamespace" } ], "name": "IntegrationAzureResourceProviderConfigsOutputReference", "namespace": "integrationAzure", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-azure/index.ts", "line": 210 }, "name": "metricsEnabledInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-azure/index.ts", "line": 226 }, "name": "namespaceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-azure/index.ts", "line": 200 }, "name": "metricsEnabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-azure/index.ts", "line": 216 }, "name": "namespace", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-azure/index.ts", "line": 162 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.integrationAzure.IntegrationAzureResourceProviderConfigs" } ] } } } ], "symbolId": "src/integration-azure/index:IntegrationAzureResourceProviderConfigsOutputReference" }, "@cdktf/provider-datadog.integrationCloudflareAccount.IntegrationCloudflareAccount": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_cloudflare_account datadog_integration_cloudflare_account}." }, "fqn": "@cdktf/provider-datadog.integrationCloudflareAccount.IntegrationCloudflareAccount", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_cloudflare_account datadog_integration_cloudflare_account} Resource." }, "locationInModule": { "filename": "src/integration-cloudflare-account/index.ts", "line": 76 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.integrationCloudflareAccount.IntegrationCloudflareAccountConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/integration-cloudflare-account/index.ts", "line": 44 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a IntegrationCloudflareAccount resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/integration-cloudflare-account/index.ts", "line": 61 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the IntegrationCloudflareAccount to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_cloudflare_account#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing IntegrationCloudflareAccount that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the IntegrationCloudflareAccount to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-cloudflare-account/index.ts", "line": 123 }, "name": "resetEmail" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-cloudflare-account/index.ts", "line": 157 }, "name": "resetResources" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-cloudflare-account/index.ts", "line": 169 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-cloudflare-account/index.ts", "line": 178 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "IntegrationCloudflareAccount", "namespace": "integrationCloudflareAccount", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-cloudflare-account/index.ts", "line": 49 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-cloudflare-account/index.ts", "line": 132 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-cloudflare-account/index.ts", "line": 111 }, "name": "apiKeyInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-cloudflare-account/index.ts", "line": 127 }, "name": "emailInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-cloudflare-account/index.ts", "line": 145 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-cloudflare-account/index.ts", "line": 161 }, "name": "resourcesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-cloudflare-account/index.ts", "line": 104 }, "name": "apiKey", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-cloudflare-account/index.ts", "line": 117 }, "name": "email", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-cloudflare-account/index.ts", "line": 138 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-cloudflare-account/index.ts", "line": 151 }, "name": "resources", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/integration-cloudflare-account/index:IntegrationCloudflareAccount" }, "@cdktf/provider-datadog.integrationCloudflareAccount.IntegrationCloudflareAccountConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.integrationCloudflareAccount.IntegrationCloudflareAccountConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/integration-cloudflare-account/index.ts", "line": 14 }, "name": "IntegrationCloudflareAccountConfig", "namespace": "integrationCloudflareAccount", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_cloudflare_account#api_key IntegrationCloudflareAccount#api_key}", "stability": "stable", "summary": "The API key (or token) for the Cloudflare account." }, "immutable": true, "locationInModule": { "filename": "src/integration-cloudflare-account/index.ts", "line": 20 }, "name": "apiKey", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_cloudflare_account#name IntegrationCloudflareAccount#name}", "stability": "stable", "summary": "The name of the Cloudflare account." }, "immutable": true, "locationInModule": { "filename": "src/integration-cloudflare-account/index.ts", "line": 32 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "If an API key is provided (and not a token), this field is also required.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_cloudflare_account#email IntegrationCloudflareAccount#email}", "stability": "stable", "summary": "The email associated with the Cloudflare account." }, "immutable": true, "locationInModule": { "filename": "src/integration-cloudflare-account/index.ts", "line": 26 }, "name": "email", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_cloudflare_account#resources IntegrationCloudflareAccount#resources}", "stability": "stable", "summary": "An allowlist of resources to pull metrics for. Includes `web`, `dns`, `lb` (load balancer), and `worker`)." }, "immutable": true, "locationInModule": { "filename": "src/integration-cloudflare-account/index.ts", "line": 38 }, "name": "resources", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/integration-cloudflare-account/index:IntegrationCloudflareAccountConfig" }, "@cdktf/provider-datadog.integrationConfluentAccount.IntegrationConfluentAccount": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_confluent_account datadog_integration_confluent_account}." }, "fqn": "@cdktf/provider-datadog.integrationConfluentAccount.IntegrationConfluentAccount", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_confluent_account datadog_integration_confluent_account} Resource." }, "locationInModule": { "filename": "src/integration-confluent-account/index.ts", "line": 70 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.integrationConfluentAccount.IntegrationConfluentAccountConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/integration-confluent-account/index.ts", "line": 38 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a IntegrationConfluentAccount resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/integration-confluent-account/index.ts", "line": 55 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the IntegrationConfluentAccount to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_confluent_account#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing IntegrationConfluentAccount that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the IntegrationConfluentAccount to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-confluent-account/index.ts", "line": 134 }, "name": "resetTags" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-confluent-account/index.ts", "line": 146 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-confluent-account/index.ts", "line": 154 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "IntegrationConfluentAccount", "namespace": "integrationConfluentAccount", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-confluent-account/index.ts", "line": 43 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-confluent-account/index.ts", "line": 122 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-confluent-account/index.ts", "line": 104 }, "name": "apiKeyInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-confluent-account/index.ts", "line": 117 }, "name": "apiSecretInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-confluent-account/index.ts", "line": 138 }, "name": "tagsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-confluent-account/index.ts", "line": 97 }, "name": "apiKey", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-confluent-account/index.ts", "line": 110 }, "name": "apiSecret", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-confluent-account/index.ts", "line": 128 }, "name": "tags", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/integration-confluent-account/index:IntegrationConfluentAccount" }, "@cdktf/provider-datadog.integrationConfluentAccount.IntegrationConfluentAccountConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.integrationConfluentAccount.IntegrationConfluentAccountConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/integration-confluent-account/index.ts", "line": 14 }, "name": "IntegrationConfluentAccountConfig", "namespace": "integrationConfluentAccount", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_confluent_account#api_key IntegrationConfluentAccount#api_key}", "stability": "stable", "summary": "The API key associated with your Confluent account." }, "immutable": true, "locationInModule": { "filename": "src/integration-confluent-account/index.ts", "line": 20 }, "name": "apiKey", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_confluent_account#api_secret IntegrationConfluentAccount#api_secret}", "stability": "stable", "summary": "The API secret associated with your Confluent account." }, "immutable": true, "locationInModule": { "filename": "src/integration-confluent-account/index.ts", "line": 26 }, "name": "apiSecret", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_confluent_account#tags IntegrationConfluentAccount#tags}", "stability": "stable", "summary": "A list of strings representing tags. Can be a single key, or key-value pairs separated by a colon." }, "immutable": true, "locationInModule": { "filename": "src/integration-confluent-account/index.ts", "line": 32 }, "name": "tags", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/integration-confluent-account/index:IntegrationConfluentAccountConfig" }, "@cdktf/provider-datadog.integrationConfluentResource.IntegrationConfluentResource": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_confluent_resource datadog_integration_confluent_resource}." }, "fqn": "@cdktf/provider-datadog.integrationConfluentResource.IntegrationConfluentResource", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_confluent_resource datadog_integration_confluent_resource} Resource." }, "locationInModule": { "filename": "src/integration-confluent-resource/index.ts", "line": 82 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.integrationConfluentResource.IntegrationConfluentResourceConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/integration-confluent-resource/index.ts", "line": 50 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a IntegrationConfluentResource resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/integration-confluent-resource/index.ts", "line": 67 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the IntegrationConfluentResource to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_confluent_resource#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing IntegrationConfluentResource that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the IntegrationConfluentResource to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-confluent-resource/index.ts", "line": 130 }, "name": "resetEnableCustomMetrics" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-confluent-resource/index.ts", "line": 164 }, "name": "resetResourceType" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-confluent-resource/index.ts", "line": 180 }, "name": "resetTags" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-confluent-resource/index.ts", "line": 192 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-confluent-resource/index.ts", "line": 202 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "IntegrationConfluentResource", "namespace": "integrationConfluentResource", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-confluent-resource/index.ts", "line": 55 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-confluent-resource/index.ts", "line": 139 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-confluent-resource/index.ts", "line": 118 }, "name": "accountIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-confluent-resource/index.ts", "line": 134 }, "name": "enableCustomMetricsInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-confluent-resource/index.ts", "line": 152 }, "name": "resourceIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-confluent-resource/index.ts", "line": 168 }, "name": "resourceTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-confluent-resource/index.ts", "line": 184 }, "name": "tagsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-confluent-resource/index.ts", "line": 111 }, "name": "accountId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-confluent-resource/index.ts", "line": 124 }, "name": "enableCustomMetrics", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-confluent-resource/index.ts", "line": 145 }, "name": "resourceId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-confluent-resource/index.ts", "line": 158 }, "name": "resourceType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-confluent-resource/index.ts", "line": 174 }, "name": "tags", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/integration-confluent-resource/index:IntegrationConfluentResource" }, "@cdktf/provider-datadog.integrationConfluentResource.IntegrationConfluentResourceConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.integrationConfluentResource.IntegrationConfluentResourceConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/integration-confluent-resource/index.ts", "line": 14 }, "name": "IntegrationConfluentResourceConfig", "namespace": "integrationConfluentResource", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_confluent_resource#account_id IntegrationConfluentResource#account_id}", "stability": "stable", "summary": "Confluent Account ID." }, "immutable": true, "locationInModule": { "filename": "src/integration-confluent-resource/index.ts", "line": 20 }, "name": "accountId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_confluent_resource#resource_id IntegrationConfluentResource#resource_id}", "stability": "stable", "summary": "The ID associated with a Confluent resource." }, "immutable": true, "locationInModule": { "filename": "src/integration-confluent-resource/index.ts", "line": 32 }, "name": "resourceId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_confluent_resource#enable_custom_metrics IntegrationConfluentResource#enable_custom_metrics}", "stability": "stable", "summary": "Enable the `custom.consumer_lag_offset` metric, which contains extra metric tags. Defaults to `false`." }, "immutable": true, "locationInModule": { "filename": "src/integration-confluent-resource/index.ts", "line": 26 }, "name": "enableCustomMetrics", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_confluent_resource#resource_type IntegrationConfluentResource#resource_type}", "stability": "stable", "summary": "The resource type of the Resource. Can be `kafka`, `connector`, `ksql`, or `schema_registry`." }, "immutable": true, "locationInModule": { "filename": "src/integration-confluent-resource/index.ts", "line": 38 }, "name": "resourceType", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_confluent_resource#tags IntegrationConfluentResource#tags}", "stability": "stable", "summary": "A list of strings representing tags. Can be a single key, or key-value pairs separated by a colon." }, "immutable": true, "locationInModule": { "filename": "src/integration-confluent-resource/index.ts", "line": 44 }, "name": "tags", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/integration-confluent-resource/index:IntegrationConfluentResourceConfig" }, "@cdktf/provider-datadog.integrationFastlyAccount.IntegrationFastlyAccount": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_fastly_account datadog_integration_fastly_account}." }, "fqn": "@cdktf/provider-datadog.integrationFastlyAccount.IntegrationFastlyAccount", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_fastly_account datadog_integration_fastly_account} Resource." }, "locationInModule": { "filename": "src/integration-fastly-account/index.ts", "line": 64 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.integrationFastlyAccount.IntegrationFastlyAccountConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/integration-fastly-account/index.ts", "line": 32 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a IntegrationFastlyAccount resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/integration-fastly-account/index.ts", "line": 49 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the IntegrationFastlyAccount to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_fastly_account#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing IntegrationFastlyAccount that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the IntegrationFastlyAccount to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-fastly-account/index.ts", "line": 123 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-fastly-account/index.ts", "line": 130 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "IntegrationFastlyAccount", "namespace": "integrationFastlyAccount", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-fastly-account/index.ts", "line": 37 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-fastly-account/index.ts", "line": 102 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-fastly-account/index.ts", "line": 97 }, "name": "apiKeyInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-fastly-account/index.ts", "line": 115 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-fastly-account/index.ts", "line": 90 }, "name": "apiKey", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-fastly-account/index.ts", "line": 108 }, "name": "name", "type": { "primitive": "string" } } ], "symbolId": "src/integration-fastly-account/index:IntegrationFastlyAccount" }, "@cdktf/provider-datadog.integrationFastlyAccount.IntegrationFastlyAccountConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.integrationFastlyAccount.IntegrationFastlyAccountConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/integration-fastly-account/index.ts", "line": 14 }, "name": "IntegrationFastlyAccountConfig", "namespace": "integrationFastlyAccount", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_fastly_account#api_key IntegrationFastlyAccount#api_key}", "stability": "stable", "summary": "The API key for the Fastly account." }, "immutable": true, "locationInModule": { "filename": "src/integration-fastly-account/index.ts", "line": 20 }, "name": "apiKey", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_fastly_account#name IntegrationFastlyAccount#name}", "stability": "stable", "summary": "The name of the Fastly account." }, "immutable": true, "locationInModule": { "filename": "src/integration-fastly-account/index.ts", "line": 26 }, "name": "name", "type": { "primitive": "string" } } ], "symbolId": "src/integration-fastly-account/index:IntegrationFastlyAccountConfig" }, "@cdktf/provider-datadog.integrationFastlyService.IntegrationFastlyService": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_fastly_service datadog_integration_fastly_service}." }, "fqn": "@cdktf/provider-datadog.integrationFastlyService.IntegrationFastlyService", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_fastly_service datadog_integration_fastly_service} Resource." }, "locationInModule": { "filename": "src/integration-fastly-service/index.ts", "line": 70 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.integrationFastlyService.IntegrationFastlyServiceConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/integration-fastly-service/index.ts", "line": 38 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a IntegrationFastlyService resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/integration-fastly-service/index.ts", "line": 55 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the IntegrationFastlyService to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_fastly_service#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing IntegrationFastlyService that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the IntegrationFastlyService to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-fastly-service/index.ts", "line": 103 }, "name": "resetAccountId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-fastly-service/index.ts", "line": 137 }, "name": "resetTags" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-fastly-service/index.ts", "line": 149 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-fastly-service/index.ts", "line": 157 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "IntegrationFastlyService", "namespace": "integrationFastlyService", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-fastly-service/index.ts", "line": 43 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-fastly-service/index.ts", "line": 112 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-fastly-service/index.ts", "line": 107 }, "name": "accountIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-fastly-service/index.ts", "line": 125 }, "name": "serviceIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-fastly-service/index.ts", "line": 141 }, "name": "tagsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-fastly-service/index.ts", "line": 97 }, "name": "accountId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-fastly-service/index.ts", "line": 118 }, "name": "serviceId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-fastly-service/index.ts", "line": 131 }, "name": "tags", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/integration-fastly-service/index:IntegrationFastlyService" }, "@cdktf/provider-datadog.integrationFastlyService.IntegrationFastlyServiceConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.integrationFastlyService.IntegrationFastlyServiceConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/integration-fastly-service/index.ts", "line": 14 }, "name": "IntegrationFastlyServiceConfig", "namespace": "integrationFastlyService", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_fastly_service#service_id IntegrationFastlyService#service_id}", "stability": "stable", "summary": "The ID of the Fastly service." }, "immutable": true, "locationInModule": { "filename": "src/integration-fastly-service/index.ts", "line": 26 }, "name": "serviceId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_fastly_service#account_id IntegrationFastlyService#account_id}", "stability": "stable", "summary": "Fastly Account id." }, "immutable": true, "locationInModule": { "filename": "src/integration-fastly-service/index.ts", "line": 20 }, "name": "accountId", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_fastly_service#tags IntegrationFastlyService#tags}", "stability": "stable", "summary": "A list of tags for the Fastly service." }, "immutable": true, "locationInModule": { "filename": "src/integration-fastly-service/index.ts", "line": 32 }, "name": "tags", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/integration-fastly-service/index:IntegrationFastlyServiceConfig" }, "@cdktf/provider-datadog.integrationGcp.IntegrationGcp": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_gcp datadog_integration_gcp}." }, "fqn": "@cdktf/provider-datadog.integrationGcp.IntegrationGcp", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_gcp datadog_integration_gcp} Resource." }, "locationInModule": { "filename": "src/integration-gcp/index.ts", "line": 279 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.integrationGcp.IntegrationGcpConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/integration-gcp/index.ts", "line": 247 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a IntegrationGcp resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/integration-gcp/index.ts", "line": 264 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the IntegrationGcp to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_gcp#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing IntegrationGcp that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the IntegrationGcp to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-gcp/index.ts", "line": 446 }, "name": "putMonitoredResourceConfigs", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.integrationGcp.IntegrationGcpMonitoredResourceConfigs" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-gcp/index.ts", "line": 322 }, "name": "resetAutomute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-gcp/index.ts", "line": 364 }, "name": "resetCloudRunRevisionFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-gcp/index.ts", "line": 380 }, "name": "resetCspmResourceCollectionEnabled" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-gcp/index.ts", "line": 396 }, "name": "resetHostFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-gcp/index.ts", "line": 417 }, "name": "resetIsResourceChangeCollectionEnabled" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-gcp/index.ts", "line": 433 }, "name": "resetIsSecurityCommandCenterEnabled" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-gcp/index.ts", "line": 449 }, "name": "resetMonitoredResourceConfigs" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-gcp/index.ts", "line": 504 }, "name": "resetResourceCollectionEnabled" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-gcp/index.ts", "line": 516 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-gcp/index.ts", "line": 534 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "IntegrationGcp", "namespace": "integrationGcp", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-gcp/index.ts", "line": 252 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-gcp/index.ts", "line": 405 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-gcp/index.ts", "line": 443 }, "name": "monitoredResourceConfigs", "type": { "fqn": "@cdktf/provider-datadog.integrationGcp.IntegrationGcpMonitoredResourceConfigsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-gcp/index.ts", "line": 326 }, "name": "automuteInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-gcp/index.ts", "line": 339 }, "name": "clientEmailInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-gcp/index.ts", "line": 352 }, "name": "clientIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-gcp/index.ts", "line": 368 }, "name": "cloudRunRevisionFiltersInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-gcp/index.ts", "line": 384 }, "name": "cspmResourceCollectionEnabledInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-gcp/index.ts", "line": 400 }, "name": "hostFiltersInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-gcp/index.ts", "line": 421 }, "name": "isResourceChangeCollectionEnabledInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-gcp/index.ts", "line": 437 }, "name": "isSecurityCommandCenterEnabledInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-gcp/index.ts", "line": 453 }, "name": "monitoredResourceConfigsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.integrationGcp.IntegrationGcpMonitoredResourceConfigs" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-gcp/index.ts", "line": 479 }, "name": "privateKeyIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-gcp/index.ts", "line": 466 }, "name": "privateKeyInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-gcp/index.ts", "line": 492 }, "name": "projectIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-gcp/index.ts", "line": 508 }, "name": "resourceCollectionEnabledInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-gcp/index.ts", "line": 316 }, "name": "automute", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-gcp/index.ts", "line": 332 }, "name": "clientEmail", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-gcp/index.ts", "line": 345 }, "name": "clientId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-gcp/index.ts", "line": 358 }, "name": "cloudRunRevisionFilters", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-gcp/index.ts", "line": 374 }, "name": "cspmResourceCollectionEnabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-gcp/index.ts", "line": 390 }, "name": "hostFilters", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-gcp/index.ts", "line": 411 }, "name": "isResourceChangeCollectionEnabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-gcp/index.ts", "line": 427 }, "name": "isSecurityCommandCenterEnabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-gcp/index.ts", "line": 459 }, "name": "privateKey", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-gcp/index.ts", "line": 472 }, "name": "privateKeyId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-gcp/index.ts", "line": 485 }, "name": "projectId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-gcp/index.ts", "line": 498 }, "name": "resourceCollectionEnabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } } ], "symbolId": "src/integration-gcp/index:IntegrationGcp" }, "@cdktf/provider-datadog.integrationGcp.IntegrationGcpConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.integrationGcp.IntegrationGcpConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/integration-gcp/index.ts", "line": 14 }, "name": "IntegrationGcpConfig", "namespace": "integrationGcp", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_gcp#client_email IntegrationGcp#client_email}", "stability": "stable", "summary": "Your email found in your JSON service account key." }, "immutable": true, "locationInModule": { "filename": "src/integration-gcp/index.ts", "line": 26 }, "name": "clientEmail", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_gcp#client_id IntegrationGcp#client_id}", "stability": "stable", "summary": "Your ID found in your JSON service account key." }, "immutable": true, "locationInModule": { "filename": "src/integration-gcp/index.ts", "line": 32 }, "name": "clientId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_gcp#private_key IntegrationGcp#private_key}", "stability": "stable", "summary": "Your private key name found in your JSON service account key." }, "immutable": true, "locationInModule": { "filename": "src/integration-gcp/index.ts", "line": 74 }, "name": "privateKey", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_gcp#private_key_id IntegrationGcp#private_key_id}", "stability": "stable", "summary": "Your private key ID found in your JSON service account key." }, "immutable": true, "locationInModule": { "filename": "src/integration-gcp/index.ts", "line": 80 }, "name": "privateKeyId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_gcp#project_id IntegrationGcp#project_id}", "stability": "stable", "summary": "Your Google Cloud project ID found in your JSON service account key." }, "immutable": true, "locationInModule": { "filename": "src/integration-gcp/index.ts", "line": 86 }, "name": "projectId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_gcp#automute IntegrationGcp#automute}", "stability": "stable", "summary": "Silence monitors for expected GCE instance shutdowns. Defaults to `false`." }, "immutable": true, "locationInModule": { "filename": "src/integration-gcp/index.ts", "line": 20 }, "name": "automute", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Only Cloud Run revision resources that apply to specified filters are imported into Datadog.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_gcp#cloud_run_revision_filters IntegrationGcp#cloud_run_revision_filters}", "stability": "stable", "summary": "List of filters to limit the Cloud Run revisions that are pulled into Datadog by using tags." }, "immutable": true, "locationInModule": { "filename": "src/integration-gcp/index.ts", "line": 38 }, "name": "cloudRunRevisionFilters", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "If enabled, requires `resource_collection_enabled` to also be enabled. Defaults to `false`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_gcp#cspm_resource_collection_enabled IntegrationGcp#cspm_resource_collection_enabled}", "stability": "stable", "summary": "Whether Datadog collects cloud security posture management resources from your GCP project." }, "immutable": true, "locationInModule": { "filename": "src/integration-gcp/index.ts", "line": 44 }, "name": "cspmResourceCollectionEnabled", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Only VM instance resources that apply to specified filters are imported into Datadog. Defaults to `\"\"`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_gcp#host_filters IntegrationGcp#host_filters}", "stability": "stable", "summary": "List of filters to limit the VM instances that are pulled into Datadog by using tags." }, "immutable": true, "locationInModule": { "filename": "src/integration-gcp/index.ts", "line": 50 }, "name": "hostFilters", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_gcp#is_resource_change_collection_enabled IntegrationGcp#is_resource_change_collection_enabled}", "stability": "stable", "summary": "When enabled, Datadog scans for all resource change data in your Google Cloud environment." }, "immutable": true, "locationInModule": { "filename": "src/integration-gcp/index.ts", "line": 56 }, "name": "isResourceChangeCollectionEnabled", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Note: This requires additional permissions on the service account. Defaults to `false`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_gcp#is_security_command_center_enabled IntegrationGcp#is_security_command_center_enabled}", "stability": "stable", "summary": "When enabled, Datadog will attempt to collect Security Command Center Findings." }, "immutable": true, "locationInModule": { "filename": "src/integration-gcp/index.ts", "line": 62 }, "name": "isSecurityCommandCenterEnabled", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_gcp#monitored_resource_configs IntegrationGcp#monitored_resource_configs}", "stability": "stable", "summary": "Configurations for GCP monitored resources. Only monitored resources that apply to specified filters are imported into Datadog." }, "immutable": true, "locationInModule": { "filename": "src/integration-gcp/index.ts", "line": 68 }, "name": "monitoredResourceConfigs", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.integrationGcp.IntegrationGcpMonitoredResourceConfigs" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_gcp#resource_collection_enabled IntegrationGcp#resource_collection_enabled}", "stability": "stable", "summary": "When enabled, Datadog scans for all resources in your GCP environment." }, "immutable": true, "locationInModule": { "filename": "src/integration-gcp/index.ts", "line": 92 }, "name": "resourceCollectionEnabled", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } } ], "symbolId": "src/integration-gcp/index:IntegrationGcpConfig" }, "@cdktf/provider-datadog.integrationGcp.IntegrationGcpMonitoredResourceConfigs": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.integrationGcp.IntegrationGcpMonitoredResourceConfigs", "kind": "interface", "locationInModule": { "filename": "src/integration-gcp/index.ts", "line": 94 }, "name": "IntegrationGcpMonitoredResourceConfigs", "namespace": "integrationGcp", "properties": [ { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_gcp#filters IntegrationGcp#filters}." }, "immutable": true, "locationInModule": { "filename": "src/integration-gcp/index.ts", "line": 98 }, "name": "filters", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_gcp#type IntegrationGcp#type}." }, "immutable": true, "locationInModule": { "filename": "src/integration-gcp/index.ts", "line": 102 }, "name": "type", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/integration-gcp/index:IntegrationGcpMonitoredResourceConfigs" }, "@cdktf/provider-datadog.integrationGcp.IntegrationGcpMonitoredResourceConfigsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.integrationGcp.IntegrationGcpMonitoredResourceConfigsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-gcp/index.ts", "line": 232 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/integration-gcp/index.ts", "line": 224 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-gcp/index.ts", "line": 239 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.integrationGcp.IntegrationGcpMonitoredResourceConfigsOutputReference" } } } ], "name": "IntegrationGcpMonitoredResourceConfigsList", "namespace": "integrationGcp", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/integration-gcp/index.ts", "line": 232 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/integration-gcp/index.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/integration-gcp/index.ts", "line": 232 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-gcp/index.ts", "line": 225 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.integrationGcp.IntegrationGcpMonitoredResourceConfigs" }, "kind": "array" } } ] } } } ], "symbolId": "src/integration-gcp/index:IntegrationGcpMonitoredResourceConfigsList" }, "@cdktf/provider-datadog.integrationGcp.IntegrationGcpMonitoredResourceConfigsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.integrationGcp.IntegrationGcpMonitoredResourceConfigsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-gcp/index.ts", "line": 151 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/integration-gcp/index.ts", "line": 141 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-gcp/index.ts", "line": 199 }, "name": "resetFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-gcp/index.ts", "line": 215 }, "name": "resetType" } ], "name": "IntegrationGcpMonitoredResourceConfigsOutputReference", "namespace": "integrationGcp", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-gcp/index.ts", "line": 203 }, "name": "filtersInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-gcp/index.ts", "line": 219 }, "name": "typeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-gcp/index.ts", "line": 193 }, "name": "filters", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-gcp/index.ts", "line": 209 }, "name": "type", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-gcp/index.ts", "line": 155 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.integrationGcp.IntegrationGcpMonitoredResourceConfigs" } ] } } } ], "symbolId": "src/integration-gcp/index:IntegrationGcpMonitoredResourceConfigsOutputReference" }, "@cdktf/provider-datadog.integrationGcpSts.IntegrationGcpSts": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_gcp_sts datadog_integration_gcp_sts}." }, "fqn": "@cdktf/provider-datadog.integrationGcpSts.IntegrationGcpSts", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_gcp_sts datadog_integration_gcp_sts} Resource." }, "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 458 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.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.integrationGcpSts.IntegrationGcpStsConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 426 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a IntegrationGcpSts resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 443 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the IntegrationGcpSts to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_gcp_sts#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing IntegrationGcpSts that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the IntegrationGcpSts to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 648 }, "name": "putMetricNamespaceConfigs", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.integrationGcpSts.IntegrationGcpStsMetricNamespaceConfigs" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 664 }, "name": "putMonitoredResourceConfigs", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.integrationGcpSts.IntegrationGcpStsMonitoredResourceConfigs" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 500 }, "name": "resetAccountTags" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 516 }, "name": "resetAutomute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 545 }, "name": "resetCloudRunRevisionFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 566 }, "name": "resetHostFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 587 }, "name": "resetIsCspmEnabled" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 603 }, "name": "resetIsPerProjectQuotaEnabled" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 619 }, "name": "resetIsResourceChangeCollectionEnabled" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 635 }, "name": "resetIsSecurityCommandCenterEnabled" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 651 }, "name": "resetMetricNamespaceConfigs" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 667 }, "name": "resetMonitoredResourceConfigs" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 683 }, "name": "resetResourceCollectionEnabled" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 695 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 712 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "IntegrationGcpSts", "namespace": "integrationGcpSts", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 431 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 554 }, "name": "delegateAccountEmail", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 575 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 645 }, "name": "metricNamespaceConfigs", "type": { "fqn": "@cdktf/provider-datadog.integrationGcpSts.IntegrationGcpStsMetricNamespaceConfigsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 661 }, "name": "monitoredResourceConfigs", "type": { "fqn": "@cdktf/provider-datadog.integrationGcpSts.IntegrationGcpStsMonitoredResourceConfigsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 504 }, "name": "accountTagsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 520 }, "name": "automuteInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 533 }, "name": "clientEmailInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 549 }, "name": "cloudRunRevisionFiltersInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 570 }, "name": "hostFiltersInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 591 }, "name": "isCspmEnabledInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 607 }, "name": "isPerProjectQuotaEnabledInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 623 }, "name": "isResourceChangeCollectionEnabledInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 639 }, "name": "isSecurityCommandCenterEnabledInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 655 }, "name": "metricNamespaceConfigsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.integrationGcpSts.IntegrationGcpStsMetricNamespaceConfigs" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 671 }, "name": "monitoredResourceConfigsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.integrationGcpSts.IntegrationGcpStsMonitoredResourceConfigs" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 687 }, "name": "resourceCollectionEnabledInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 494 }, "name": "accountTags", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 510 }, "name": "automute", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 526 }, "name": "clientEmail", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 539 }, "name": "cloudRunRevisionFilters", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 560 }, "name": "hostFilters", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 581 }, "name": "isCspmEnabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 597 }, "name": "isPerProjectQuotaEnabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 613 }, "name": "isResourceChangeCollectionEnabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 629 }, "name": "isSecurityCommandCenterEnabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 677 }, "name": "resourceCollectionEnabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } } ], "symbolId": "src/integration-gcp-sts/index:IntegrationGcpSts" }, "@cdktf/provider-datadog.integrationGcpSts.IntegrationGcpStsConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.integrationGcpSts.IntegrationGcpStsConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 14 }, "name": "IntegrationGcpStsConfig", "namespace": "integrationGcpSts", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_gcp_sts#client_email IntegrationGcpSts#client_email}", "stability": "stable", "summary": "Your service account email address." }, "immutable": true, "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 32 }, "name": "clientEmail", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_gcp_sts#account_tags IntegrationGcpSts#account_tags}", "stability": "stable", "summary": "Tags to be associated with GCP metrics and service checks from your account." }, "immutable": true, "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 20 }, "name": "accountTags", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_gcp_sts#automute IntegrationGcpSts#automute}", "stability": "stable", "summary": "Silence monitors for expected GCE instance shutdowns." }, "immutable": true, "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 26 }, "name": "automute", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Only Cloud Run revision resources that apply to specified filters are imported into Datadog.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_gcp_sts#cloud_run_revision_filters IntegrationGcpSts#cloud_run_revision_filters}", "stability": "stable", "summary": "List of filters to limit the Cloud Run revisions that are pulled into Datadog by using tags." }, "immutable": true, "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 38 }, "name": "cloudRunRevisionFilters", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Only VM instance resources that apply to specified filters are imported into Datadog.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_gcp_sts#host_filters IntegrationGcpSts#host_filters}", "stability": "stable", "summary": "List of filters to limit the VM instances that are pulled into Datadog by using tags." }, "immutable": true, "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 44 }, "name": "hostFilters", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "If enabled, requires `resource_collection_enabled` to also be enabled.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_gcp_sts#is_cspm_enabled IntegrationGcpSts#is_cspm_enabled}", "stability": "stable", "summary": "Whether Datadog collects cloud security posture management resources from your GCP project." }, "immutable": true, "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 50 }, "name": "isCspmEnabled", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_gcp_sts#is_per_project_quota_enabled IntegrationGcpSts#is_per_project_quota_enabled}", "stability": "stable", "summary": "When enabled, Datadog includes the `X-Goog-User-Project` header to attribute Google Cloud billing and quota usage to the monitored project instead of the default service account project." }, "immutable": true, "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 56 }, "name": "isPerProjectQuotaEnabled", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_gcp_sts#is_resource_change_collection_enabled IntegrationGcpSts#is_resource_change_collection_enabled}", "stability": "stable", "summary": "When enabled, Datadog scans for all resource change data in your Google Cloud environment." }, "immutable": true, "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 62 }, "name": "isResourceChangeCollectionEnabled", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Note: This requires additional permissions on the service account. Defaults to `false`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_gcp_sts#is_security_command_center_enabled IntegrationGcpSts#is_security_command_center_enabled}", "stability": "stable", "summary": "When enabled, Datadog will attempt to collect Security Command Center Findings." }, "immutable": true, "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 68 }, "name": "isSecurityCommandCenterEnabled", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_gcp_sts#metric_namespace_configs IntegrationGcpSts#metric_namespace_configs}", "stability": "stable", "summary": "Configurations for GCP metric namespaces." }, "immutable": true, "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 74 }, "name": "metricNamespaceConfigs", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.integrationGcpSts.IntegrationGcpStsMetricNamespaceConfigs" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_gcp_sts#monitored_resource_configs IntegrationGcpSts#monitored_resource_configs}", "stability": "stable", "summary": "Configurations for GCP monitored resources. Only monitored resources that apply to specified filters are imported into Datadog." }, "immutable": true, "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 80 }, "name": "monitoredResourceConfigs", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.integrationGcpSts.IntegrationGcpStsMonitoredResourceConfigs" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_gcp_sts#resource_collection_enabled IntegrationGcpSts#resource_collection_enabled}", "stability": "stable", "summary": "When enabled, Datadog scans for all resources in your GCP environment." }, "immutable": true, "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 86 }, "name": "resourceCollectionEnabled", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } } ], "symbolId": "src/integration-gcp-sts/index:IntegrationGcpStsConfig" }, "@cdktf/provider-datadog.integrationGcpSts.IntegrationGcpStsMetricNamespaceConfigs": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.integrationGcpSts.IntegrationGcpStsMetricNamespaceConfigs", "kind": "interface", "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 88 }, "name": "IntegrationGcpStsMetricNamespaceConfigs", "namespace": "integrationGcpSts", "properties": [ { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_gcp_sts#disabled IntegrationGcpSts#disabled}." }, "immutable": true, "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 92 }, "name": "disabled", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_gcp_sts#filters IntegrationGcpSts#filters}." }, "immutable": true, "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 96 }, "name": "filters", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_gcp_sts#id IntegrationGcpSts#id}." }, "immutable": true, "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 103 }, "name": "id", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/integration-gcp-sts/index:IntegrationGcpStsMetricNamespaceConfigs" }, "@cdktf/provider-datadog.integrationGcpSts.IntegrationGcpStsMetricNamespaceConfigsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.integrationGcpSts.IntegrationGcpStsMetricNamespaceConfigsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 262 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 254 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 269 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.integrationGcpSts.IntegrationGcpStsMetricNamespaceConfigsOutputReference" } } } ], "name": "IntegrationGcpStsMetricNamespaceConfigsList", "namespace": "integrationGcpSts", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 262 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 262 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 262 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 255 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.integrationGcpSts.IntegrationGcpStsMetricNamespaceConfigs" }, "kind": "array" } } ] } } } ], "symbolId": "src/integration-gcp-sts/index:IntegrationGcpStsMetricNamespaceConfigsList" }, "@cdktf/provider-datadog.integrationGcpSts.IntegrationGcpStsMetricNamespaceConfigsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.integrationGcpSts.IntegrationGcpStsMetricNamespaceConfigsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-gcp-sts/index.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": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 149 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 213 }, "name": "resetDisabled" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 229 }, "name": "resetFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 245 }, "name": "resetId" } ], "name": "IntegrationGcpStsMetricNamespaceConfigsOutputReference", "namespace": "integrationGcpSts", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 217 }, "name": "disabledInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 233 }, "name": "filtersInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 249 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 207 }, "name": "disabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 223 }, "name": "filters", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 239 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 163 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.integrationGcpSts.IntegrationGcpStsMetricNamespaceConfigs" } ] } } } ], "symbolId": "src/integration-gcp-sts/index:IntegrationGcpStsMetricNamespaceConfigsOutputReference" }, "@cdktf/provider-datadog.integrationGcpSts.IntegrationGcpStsMonitoredResourceConfigs": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.integrationGcpSts.IntegrationGcpStsMonitoredResourceConfigs", "kind": "interface", "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 273 }, "name": "IntegrationGcpStsMonitoredResourceConfigs", "namespace": "integrationGcpSts", "properties": [ { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_gcp_sts#filters IntegrationGcpSts#filters}." }, "immutable": true, "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 277 }, "name": "filters", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_gcp_sts#type IntegrationGcpSts#type}." }, "immutable": true, "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 281 }, "name": "type", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/integration-gcp-sts/index:IntegrationGcpStsMonitoredResourceConfigs" }, "@cdktf/provider-datadog.integrationGcpSts.IntegrationGcpStsMonitoredResourceConfigsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.integrationGcpSts.IntegrationGcpStsMonitoredResourceConfigsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 411 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 403 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 418 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.integrationGcpSts.IntegrationGcpStsMonitoredResourceConfigsOutputReference" } } } ], "name": "IntegrationGcpStsMonitoredResourceConfigsList", "namespace": "integrationGcpSts", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 411 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 411 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 411 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 404 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.integrationGcpSts.IntegrationGcpStsMonitoredResourceConfigs" }, "kind": "array" } } ] } } } ], "symbolId": "src/integration-gcp-sts/index:IntegrationGcpStsMonitoredResourceConfigsList" }, "@cdktf/provider-datadog.integrationGcpSts.IntegrationGcpStsMonitoredResourceConfigsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.integrationGcpSts.IntegrationGcpStsMonitoredResourceConfigsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 330 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 320 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 378 }, "name": "resetFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 394 }, "name": "resetType" } ], "name": "IntegrationGcpStsMonitoredResourceConfigsOutputReference", "namespace": "integrationGcpSts", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 382 }, "name": "filtersInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 398 }, "name": "typeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 372 }, "name": "filters", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 388 }, "name": "type", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-gcp-sts/index.ts", "line": 334 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.integrationGcpSts.IntegrationGcpStsMonitoredResourceConfigs" } ] } } } ], "symbolId": "src/integration-gcp-sts/index:IntegrationGcpStsMonitoredResourceConfigsOutputReference" }, "@cdktf/provider-datadog.integrationMsTeamsTenantBasedHandle.IntegrationMsTeamsTenantBasedHandle": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_ms_teams_tenant_based_handle datadog_integration_ms_teams_tenant_based_handle}." }, "fqn": "@cdktf/provider-datadog.integrationMsTeamsTenantBasedHandle.IntegrationMsTeamsTenantBasedHandle", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_ms_teams_tenant_based_handle datadog_integration_ms_teams_tenant_based_handle} Resource." }, "locationInModule": { "filename": "src/integration-ms-teams-tenant-based-handle/index.ts", "line": 76 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.integrationMsTeamsTenantBasedHandle.IntegrationMsTeamsTenantBasedHandleConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/integration-ms-teams-tenant-based-handle/index.ts", "line": 44 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a IntegrationMsTeamsTenantBasedHandle resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/integration-ms-teams-tenant-based-handle/index.ts", "line": 61 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the IntegrationMsTeamsTenantBasedHandle to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_ms_teams_tenant_based_handle#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing IntegrationMsTeamsTenantBasedHandle that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the IntegrationMsTeamsTenantBasedHandle to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-ms-teams-tenant-based-handle/index.ts", "line": 163 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-ms-teams-tenant-based-handle/index.ts", "line": 172 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "IntegrationMsTeamsTenantBasedHandle", "namespace": "integrationMsTeamsTenantBasedHandle", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-ms-teams-tenant-based-handle/index.ts", "line": 49 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-ms-teams-tenant-based-handle/index.ts", "line": 116 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-ms-teams-tenant-based-handle/index.ts", "line": 111 }, "name": "channelNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-ms-teams-tenant-based-handle/index.ts", "line": 129 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-ms-teams-tenant-based-handle/index.ts", "line": 142 }, "name": "teamNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-ms-teams-tenant-based-handle/index.ts", "line": 155 }, "name": "tenantNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-ms-teams-tenant-based-handle/index.ts", "line": 104 }, "name": "channelName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-ms-teams-tenant-based-handle/index.ts", "line": 122 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-ms-teams-tenant-based-handle/index.ts", "line": 135 }, "name": "teamName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-ms-teams-tenant-based-handle/index.ts", "line": 148 }, "name": "tenantName", "type": { "primitive": "string" } } ], "symbolId": "src/integration-ms-teams-tenant-based-handle/index:IntegrationMsTeamsTenantBasedHandle" }, "@cdktf/provider-datadog.integrationMsTeamsTenantBasedHandle.IntegrationMsTeamsTenantBasedHandleConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.integrationMsTeamsTenantBasedHandle.IntegrationMsTeamsTenantBasedHandleConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/integration-ms-teams-tenant-based-handle/index.ts", "line": 14 }, "name": "IntegrationMsTeamsTenantBasedHandleConfig", "namespace": "integrationMsTeamsTenantBasedHandle", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_ms_teams_tenant_based_handle#channel_name IntegrationMsTeamsTenantBasedHandle#channel_name}", "stability": "stable", "summary": "Your channel name." }, "immutable": true, "locationInModule": { "filename": "src/integration-ms-teams-tenant-based-handle/index.ts", "line": 20 }, "name": "channelName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_ms_teams_tenant_based_handle#name IntegrationMsTeamsTenantBasedHandle#name}", "stability": "stable", "summary": "Your tenant-based handle name." }, "immutable": true, "locationInModule": { "filename": "src/integration-ms-teams-tenant-based-handle/index.ts", "line": 26 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_ms_teams_tenant_based_handle#team_name IntegrationMsTeamsTenantBasedHandle#team_name}", "stability": "stable", "summary": "Your team name." }, "immutable": true, "locationInModule": { "filename": "src/integration-ms-teams-tenant-based-handle/index.ts", "line": 32 }, "name": "teamName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_ms_teams_tenant_based_handle#tenant_name IntegrationMsTeamsTenantBasedHandle#tenant_name}", "stability": "stable", "summary": "Your tenant name." }, "immutable": true, "locationInModule": { "filename": "src/integration-ms-teams-tenant-based-handle/index.ts", "line": 38 }, "name": "tenantName", "type": { "primitive": "string" } } ], "symbolId": "src/integration-ms-teams-tenant-based-handle/index:IntegrationMsTeamsTenantBasedHandleConfig" }, "@cdktf/provider-datadog.integrationMsTeamsWorkflowsWebhookHandle.IntegrationMsTeamsWorkflowsWebhookHandle": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_ms_teams_workflows_webhook_handle datadog_integration_ms_teams_workflows_webhook_handle}." }, "fqn": "@cdktf/provider-datadog.integrationMsTeamsWorkflowsWebhookHandle.IntegrationMsTeamsWorkflowsWebhookHandle", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_ms_teams_workflows_webhook_handle datadog_integration_ms_teams_workflows_webhook_handle} Resource." }, "locationInModule": { "filename": "src/integration-ms-teams-workflows-webhook-handle/index.ts", "line": 64 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.integrationMsTeamsWorkflowsWebhookHandle.IntegrationMsTeamsWorkflowsWebhookHandleConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/integration-ms-teams-workflows-webhook-handle/index.ts", "line": 32 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a IntegrationMsTeamsWorkflowsWebhookHandle resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/integration-ms-teams-workflows-webhook-handle/index.ts", "line": 49 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the IntegrationMsTeamsWorkflowsWebhookHandle to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_ms_teams_workflows_webhook_handle#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing IntegrationMsTeamsWorkflowsWebhookHandle that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the IntegrationMsTeamsWorkflowsWebhookHandle to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-ms-teams-workflows-webhook-handle/index.ts", "line": 123 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-ms-teams-workflows-webhook-handle/index.ts", "line": 130 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "IntegrationMsTeamsWorkflowsWebhookHandle", "namespace": "integrationMsTeamsWorkflowsWebhookHandle", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-ms-teams-workflows-webhook-handle/index.ts", "line": 37 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-ms-teams-workflows-webhook-handle/index.ts", "line": 89 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-ms-teams-workflows-webhook-handle/index.ts", "line": 102 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-ms-teams-workflows-webhook-handle/index.ts", "line": 115 }, "name": "urlInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-ms-teams-workflows-webhook-handle/index.ts", "line": 95 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-ms-teams-workflows-webhook-handle/index.ts", "line": 108 }, "name": "url", "type": { "primitive": "string" } } ], "symbolId": "src/integration-ms-teams-workflows-webhook-handle/index:IntegrationMsTeamsWorkflowsWebhookHandle" }, "@cdktf/provider-datadog.integrationMsTeamsWorkflowsWebhookHandle.IntegrationMsTeamsWorkflowsWebhookHandleConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.integrationMsTeamsWorkflowsWebhookHandle.IntegrationMsTeamsWorkflowsWebhookHandleConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/integration-ms-teams-workflows-webhook-handle/index.ts", "line": 14 }, "name": "IntegrationMsTeamsWorkflowsWebhookHandleConfig", "namespace": "integrationMsTeamsWorkflowsWebhookHandle", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_ms_teams_workflows_webhook_handle#name IntegrationMsTeamsWorkflowsWebhookHandle#name}", "stability": "stable", "summary": "Your Microsoft Workflows webhook handle name." }, "immutable": true, "locationInModule": { "filename": "src/integration-ms-teams-workflows-webhook-handle/index.ts", "line": 20 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_ms_teams_workflows_webhook_handle#url IntegrationMsTeamsWorkflowsWebhookHandle#url}", "stability": "stable", "summary": "Your Microsoft Workflows webhook URL." }, "immutable": true, "locationInModule": { "filename": "src/integration-ms-teams-workflows-webhook-handle/index.ts", "line": 26 }, "name": "url", "type": { "primitive": "string" } } ], "symbolId": "src/integration-ms-teams-workflows-webhook-handle/index:IntegrationMsTeamsWorkflowsWebhookHandleConfig" }, "@cdktf/provider-datadog.integrationOpsgenieServiceObject.IntegrationOpsgenieServiceObject": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_opsgenie_service_object datadog_integration_opsgenie_service_object}." }, "fqn": "@cdktf/provider-datadog.integrationOpsgenieServiceObject.IntegrationOpsgenieServiceObject", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_opsgenie_service_object datadog_integration_opsgenie_service_object} Resource." }, "locationInModule": { "filename": "src/integration-opsgenie-service-object/index.ts", "line": 83 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.integrationOpsgenieServiceObject.IntegrationOpsgenieServiceObjectConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/integration-opsgenie-service-object/index.ts", "line": 51 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a IntegrationOpsgenieServiceObject resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/integration-opsgenie-service-object/index.ts", "line": 68 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the IntegrationOpsgenieServiceObject to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_opsgenie_service_object#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing IntegrationOpsgenieServiceObject that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the IntegrationOpsgenieServiceObject to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-opsgenie-service-object/index.ts", "line": 118 }, "name": "resetCustomUrl" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-opsgenie-service-object/index.ts", "line": 134 }, "name": "resetId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-opsgenie-service-object/index.ts", "line": 185 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-opsgenie-service-object/index.ts", "line": 195 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "IntegrationOpsgenieServiceObject", "namespace": "integrationOpsgenieServiceObject", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-opsgenie-service-object/index.ts", "line": 56 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-opsgenie-service-object/index.ts", "line": 122 }, "name": "customUrlInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-opsgenie-service-object/index.ts", "line": 138 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-opsgenie-service-object/index.ts", "line": 151 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-opsgenie-service-object/index.ts", "line": 164 }, "name": "opsgenieApiKeyInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-opsgenie-service-object/index.ts", "line": 177 }, "name": "regionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-opsgenie-service-object/index.ts", "line": 112 }, "name": "customUrl", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-opsgenie-service-object/index.ts", "line": 128 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-opsgenie-service-object/index.ts", "line": 144 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-opsgenie-service-object/index.ts", "line": 157 }, "name": "opsgenieApiKey", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-opsgenie-service-object/index.ts", "line": 170 }, "name": "region", "type": { "primitive": "string" } } ], "symbolId": "src/integration-opsgenie-service-object/index:IntegrationOpsgenieServiceObject" }, "@cdktf/provider-datadog.integrationOpsgenieServiceObject.IntegrationOpsgenieServiceObjectConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.integrationOpsgenieServiceObject.IntegrationOpsgenieServiceObjectConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/integration-opsgenie-service-object/index.ts", "line": 14 }, "name": "IntegrationOpsgenieServiceObjectConfig", "namespace": "integrationOpsgenieServiceObject", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_opsgenie_service_object#name IntegrationOpsgenieServiceObject#name}", "stability": "stable", "summary": "The name for the Opsgenie service." }, "immutable": true, "locationInModule": { "filename": "src/integration-opsgenie-service-object/index.ts", "line": 33 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Note: Since the Datadog API never returns Opsgenie API keys, it is impossible to detect [drifts](https://www.hashicorp.com/blog/detecting-and-managing-drift-with-terraform). The best way to solve a drift is to manually mark the Service Object resource with [terraform taint](https://www.terraform.io/docs/commands/taint.html) to have it destroyed and recreated.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_opsgenie_service_object#opsgenie_api_key IntegrationOpsgenieServiceObject#opsgenie_api_key}", "stability": "stable", "summary": "The Opsgenie API key for the Opsgenie service." }, "immutable": true, "locationInModule": { "filename": "src/integration-opsgenie-service-object/index.ts", "line": 39 }, "name": "opsgenieApiKey", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_opsgenie_service_object#region IntegrationOpsgenieServiceObject#region}", "stability": "stable", "summary": "The region for the Opsgenie service. Valid values are `us`, `eu`, `custom`." }, "immutable": true, "locationInModule": { "filename": "src/integration-opsgenie-service-object/index.ts", "line": 45 }, "name": "region", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_opsgenie_service_object#custom_url IntegrationOpsgenieServiceObject#custom_url}", "stability": "stable", "summary": "The custom url for a custom region." }, "immutable": true, "locationInModule": { "filename": "src/integration-opsgenie-service-object/index.ts", "line": 20 }, "name": "customUrl", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_opsgenie_service_object#id IntegrationOpsgenieServiceObject#id}." }, "immutable": true, "locationInModule": { "filename": "src/integration-opsgenie-service-object/index.ts", "line": 27 }, "name": "id", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/integration-opsgenie-service-object/index:IntegrationOpsgenieServiceObjectConfig" }, "@cdktf/provider-datadog.integrationPagerduty.IntegrationPagerduty": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_pagerduty datadog_integration_pagerduty}." }, "fqn": "@cdktf/provider-datadog.integrationPagerduty.IntegrationPagerduty", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_pagerduty datadog_integration_pagerduty} Resource." }, "locationInModule": { "filename": "src/integration-pagerduty/index.ts", "line": 77 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.integrationPagerduty.IntegrationPagerdutyConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/integration-pagerduty/index.ts", "line": 45 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a IntegrationPagerduty resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/integration-pagerduty/index.ts", "line": 62 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the IntegrationPagerduty to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_pagerduty#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing IntegrationPagerduty that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the IntegrationPagerduty to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-pagerduty/index.ts", "line": 111 }, "name": "resetApiToken" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-pagerduty/index.ts", "line": 127 }, "name": "resetId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-pagerduty/index.ts", "line": 143 }, "name": "resetSchedules" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-pagerduty/index.ts", "line": 168 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-pagerduty/index.ts", "line": 177 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "IntegrationPagerduty", "namespace": "integrationPagerduty", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-pagerduty/index.ts", "line": 50 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-pagerduty/index.ts", "line": 115 }, "name": "apiTokenInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-pagerduty/index.ts", "line": 131 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-pagerduty/index.ts", "line": 147 }, "name": "schedulesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-pagerduty/index.ts", "line": 160 }, "name": "subdomainInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-pagerduty/index.ts", "line": 105 }, "name": "apiToken", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-pagerduty/index.ts", "line": 121 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-pagerduty/index.ts", "line": 137 }, "name": "schedules", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-pagerduty/index.ts", "line": 153 }, "name": "subdomain", "type": { "primitive": "string" } } ], "symbolId": "src/integration-pagerduty/index:IntegrationPagerduty" }, "@cdktf/provider-datadog.integrationPagerduty.IntegrationPagerdutyConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.integrationPagerduty.IntegrationPagerdutyConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/integration-pagerduty/index.ts", "line": 14 }, "name": "IntegrationPagerdutyConfig", "namespace": "integrationPagerduty", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_pagerduty#subdomain IntegrationPagerduty#subdomain}", "stability": "stable", "summary": "Your PagerDuty account’s personalized subdomain name." }, "immutable": true, "locationInModule": { "filename": "src/integration-pagerduty/index.ts", "line": 39 }, "name": "subdomain", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_pagerduty#api_token IntegrationPagerduty#api_token}", "stability": "stable", "summary": "Your PagerDuty API token." }, "immutable": true, "locationInModule": { "filename": "src/integration-pagerduty/index.ts", "line": 20 }, "name": "apiToken", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_pagerduty#id IntegrationPagerduty#id}." }, "immutable": true, "locationInModule": { "filename": "src/integration-pagerduty/index.ts", "line": 27 }, "name": "id", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_pagerduty#schedules IntegrationPagerduty#schedules}", "stability": "stable", "summary": "Array of your schedule URLs." }, "immutable": true, "locationInModule": { "filename": "src/integration-pagerduty/index.ts", "line": 33 }, "name": "schedules", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/integration-pagerduty/index:IntegrationPagerdutyConfig" }, "@cdktf/provider-datadog.integrationPagerdutyServiceObject.IntegrationPagerdutyServiceObject": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_pagerduty_service_object datadog_integration_pagerduty_service_object}." }, "fqn": "@cdktf/provider-datadog.integrationPagerdutyServiceObject.IntegrationPagerdutyServiceObject", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_pagerduty_service_object datadog_integration_pagerduty_service_object} Resource." }, "locationInModule": { "filename": "src/integration-pagerduty-service-object/index.ts", "line": 71 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.integrationPagerdutyServiceObject.IntegrationPagerdutyServiceObjectConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/integration-pagerduty-service-object/index.ts", "line": 39 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a IntegrationPagerdutyServiceObject resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/integration-pagerduty-service-object/index.ts", "line": 56 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the IntegrationPagerdutyServiceObject to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_pagerduty_service_object#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing IntegrationPagerdutyServiceObject that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the IntegrationPagerdutyServiceObject to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-pagerduty-service-object/index.ts", "line": 104 }, "name": "resetId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-pagerduty-service-object/index.ts", "line": 142 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-pagerduty-service-object/index.ts", "line": 150 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "IntegrationPagerdutyServiceObject", "namespace": "integrationPagerdutyServiceObject", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-pagerduty-service-object/index.ts", "line": 44 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-pagerduty-service-object/index.ts", "line": 108 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-pagerduty-service-object/index.ts", "line": 121 }, "name": "serviceKeyInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-pagerduty-service-object/index.ts", "line": 134 }, "name": "serviceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-pagerduty-service-object/index.ts", "line": 98 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-pagerduty-service-object/index.ts", "line": 114 }, "name": "serviceKey", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-pagerduty-service-object/index.ts", "line": 127 }, "name": "serviceName", "type": { "primitive": "string" } } ], "symbolId": "src/integration-pagerduty-service-object/index:IntegrationPagerdutyServiceObject" }, "@cdktf/provider-datadog.integrationPagerdutyServiceObject.IntegrationPagerdutyServiceObjectConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.integrationPagerdutyServiceObject.IntegrationPagerdutyServiceObjectConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/integration-pagerduty-service-object/index.ts", "line": 14 }, "name": "IntegrationPagerdutyServiceObjectConfig", "namespace": "integrationPagerdutyServiceObject", "properties": [ { "abstract": true, "docs": { "remarks": "This key may also be referred to as an Integration Key or Routing Key in the Pagerduty Integration [documentation](https://www.pagerduty.com/docs/guides/datadog-integration-guide/), UI, and within the [Pagerduty Provider for Terraform](https://registry.terraform.io/providers/PagerDuty/pagerduty/latest/docs/resources/service_integration#integration_key) Note: Since the Datadog API never returns service keys, it is impossible to detect [drifts](https://www.hashicorp.com/blog/detecting-and-managing-drift-with-terraform). The best way to solve a drift is to manually mark the Service Object resource with [terraform taint](https://www.terraform.io/docs/commands/taint.html) to have it destroyed and recreated.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_pagerduty_service_object#service_key IntegrationPagerdutyServiceObject#service_key}", "stability": "stable", "summary": "Your Service name associated service key in PagerDuty." }, "immutable": true, "locationInModule": { "filename": "src/integration-pagerduty-service-object/index.ts", "line": 27 }, "name": "serviceKey", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_pagerduty_service_object#service_name IntegrationPagerdutyServiceObject#service_name}", "stability": "stable", "summary": "Your Service name in PagerDuty." }, "immutable": true, "locationInModule": { "filename": "src/integration-pagerduty-service-object/index.ts", "line": 33 }, "name": "serviceName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_pagerduty_service_object#id IntegrationPagerdutyServiceObject#id}." }, "immutable": true, "locationInModule": { "filename": "src/integration-pagerduty-service-object/index.ts", "line": 21 }, "name": "id", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/integration-pagerduty-service-object/index:IntegrationPagerdutyServiceObjectConfig" }, "@cdktf/provider-datadog.integrationSlackChannel.IntegrationSlackChannel": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_slack_channel datadog_integration_slack_channel}." }, "fqn": "@cdktf/provider-datadog.integrationSlackChannel.IntegrationSlackChannel", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_slack_channel datadog_integration_slack_channel} Resource." }, "locationInModule": { "filename": "src/integration-slack-channel/index.ts", "line": 303 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.integrationSlackChannel.IntegrationSlackChannelConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/integration-slack-channel/index.ts", "line": 271 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a IntegrationSlackChannel resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/integration-slack-channel/index.ts", "line": 288 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the IntegrationSlackChannel to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_slack_channel#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing IntegrationSlackChannel that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the IntegrationSlackChannel to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-slack-channel/index.ts", "line": 376 }, "name": "putDisplay", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.integrationSlackChannel.IntegrationSlackChannelDisplay" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-slack-channel/index.ts", "line": 363 }, "name": "resetId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-slack-channel/index.ts", "line": 388 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-slack-channel/index.ts", "line": 397 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "IntegrationSlackChannel", "namespace": "integrationSlackChannel", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-slack-channel/index.ts", "line": 276 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-slack-channel/index.ts", "line": 373 }, "name": "display", "type": { "fqn": "@cdktf/provider-datadog.integrationSlackChannel.IntegrationSlackChannelDisplayOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-slack-channel/index.ts", "line": 338 }, "name": "accountNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-slack-channel/index.ts", "line": 351 }, "name": "channelNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-slack-channel/index.ts", "line": 380 }, "name": "displayInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.integrationSlackChannel.IntegrationSlackChannelDisplay" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-slack-channel/index.ts", "line": 367 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-slack-channel/index.ts", "line": 331 }, "name": "accountName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-slack-channel/index.ts", "line": 344 }, "name": "channelName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-slack-channel/index.ts", "line": 357 }, "name": "id", "type": { "primitive": "string" } } ], "symbolId": "src/integration-slack-channel/index:IntegrationSlackChannel" }, "@cdktf/provider-datadog.integrationSlackChannel.IntegrationSlackChannelConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.integrationSlackChannel.IntegrationSlackChannelConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/integration-slack-channel/index.ts", "line": 14 }, "name": "IntegrationSlackChannelConfig", "namespace": "integrationSlackChannel", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_slack_channel#account_name IntegrationSlackChannel#account_name}", "stability": "stable", "summary": "Slack account name." }, "immutable": true, "locationInModule": { "filename": "src/integration-slack-channel/index.ts", "line": 20 }, "name": "accountName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_slack_channel#channel_name IntegrationSlackChannel#channel_name}", "stability": "stable", "summary": "Slack channel name." }, "immutable": true, "locationInModule": { "filename": "src/integration-slack-channel/index.ts", "line": 26 }, "name": "channelName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_slack_channel#display IntegrationSlackChannel#display}", "stability": "stable", "summary": "display block." }, "immutable": true, "locationInModule": { "filename": "src/integration-slack-channel/index.ts", "line": 39 }, "name": "display", "type": { "fqn": "@cdktf/provider-datadog.integrationSlackChannel.IntegrationSlackChannelDisplay" } }, { "abstract": true, "docs": { "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_slack_channel#id IntegrationSlackChannel#id}." }, "immutable": true, "locationInModule": { "filename": "src/integration-slack-channel/index.ts", "line": 33 }, "name": "id", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/integration-slack-channel/index:IntegrationSlackChannelConfig" }, "@cdktf/provider-datadog.integrationSlackChannel.IntegrationSlackChannelDisplay": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.integrationSlackChannel.IntegrationSlackChannelDisplay", "kind": "interface", "locationInModule": { "filename": "src/integration-slack-channel/index.ts", "line": 41 }, "name": "IntegrationSlackChannelDisplay", "namespace": "integrationSlackChannel", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_slack_channel#message IntegrationSlackChannel#message}", "stability": "stable", "summary": "Show the main body of the alert event. Defaults to `true`." }, "immutable": true, "locationInModule": { "filename": "src/integration-slack-channel/index.ts", "line": 47 }, "name": "message", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_slack_channel#mute_buttons IntegrationSlackChannel#mute_buttons}", "stability": "stable", "summary": "Show interactive buttons to mute the alerting monitor. Defaults to `true`." }, "immutable": true, "locationInModule": { "filename": "src/integration-slack-channel/index.ts", "line": 53 }, "name": "muteButtons", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "custom": { "": "-handles in the alert event. Defaults to `true`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_slack_channel#notified IntegrationSlackChannel#notified}" }, "stability": "stable", "summary": "Show the list of." }, "immutable": true, "locationInModule": { "filename": "src/integration-slack-channel/index.ts", "line": 59 }, "name": "notified", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_slack_channel#snapshot IntegrationSlackChannel#snapshot}", "stability": "stable", "summary": "Show the alert event's snapshot image. Defaults to `true`." }, "immutable": true, "locationInModule": { "filename": "src/integration-slack-channel/index.ts", "line": 65 }, "name": "snapshot", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/integration_slack_channel#tags IntegrationSlackChannel#tags}", "stability": "stable", "summary": "Show the scopes on which the monitor alerted. Defaults to `true`." }, "immutable": true, "locationInModule": { "filename": "src/integration-slack-channel/index.ts", "line": 71 }, "name": "tags", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } } ], "symbolId": "src/integration-slack-channel/index:IntegrationSlackChannelDisplay" }, "@cdktf/provider-datadog.integrationSlackChannel.IntegrationSlackChannelDisplayOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.integrationSlackChannel.IntegrationSlackChannelDisplayOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-slack-channel/index.ts", "line": 138 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 131 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-slack-channel/index.ts", "line": 195 }, "name": "resetMessage" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-slack-channel/index.ts", "line": 211 }, "name": "resetMuteButtons" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-slack-channel/index.ts", "line": 227 }, "name": "resetNotified" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-slack-channel/index.ts", "line": 243 }, "name": "resetSnapshot" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-slack-channel/index.ts", "line": 259 }, "name": "resetTags" } ], "name": "IntegrationSlackChannelDisplayOutputReference", "namespace": "integrationSlackChannel", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-slack-channel/index.ts", "line": 199 }, "name": "messageInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-slack-channel/index.ts", "line": 215 }, "name": "muteButtonsInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-slack-channel/index.ts", "line": 231 }, "name": "notifiedInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-slack-channel/index.ts", "line": 247 }, "name": "snapshotInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/integration-slack-channel/index.ts", "line": 263 }, "name": "tagsInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-slack-channel/index.ts", "line": 189 }, "name": "message", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-slack-channel/index.ts", "line": 205 }, "name": "muteButtons", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-slack-channel/index.ts", "line": 221 }, "name": "notified", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-slack-channel/index.ts", "line": 237 }, "name": "snapshot", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-slack-channel/index.ts", "line": 253 }, "name": "tags", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/integration-slack-channel/index.ts", "line": 142 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.integrationSlackChannel.IntegrationSlackChannelDisplay" } } ], "symbolId": "src/integration-slack-channel/index:IntegrationSlackChannelDisplayOutputReference" }, "@cdktf/provider-datadog.ipAllowlist.IpAllowlist": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/ip_allowlist datadog_ip_allowlist}." }, "fqn": "@cdktf/provider-datadog.ipAllowlist.IpAllowlist", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/ip_allowlist datadog_ip_allowlist} Resource." }, "locationInModule": { "filename": "src/ip-allowlist/index.ts", "line": 214 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.ipAllowlist.IpAllowlistConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/ip-allowlist/index.ts", "line": 182 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a IpAllowlist resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/ip-allowlist/index.ts", "line": 199 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the IpAllowlist to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/ip_allowlist#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing IpAllowlist that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the IpAllowlist to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/ip-allowlist/index.ts", "line": 261 }, "name": "putEntry", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.ipAllowlist.IpAllowlistEntry" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/ip-allowlist/index.ts", "line": 264 }, "name": "resetEntry" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/ip-allowlist/index.ts", "line": 276 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/ip-allowlist/index.ts", "line": 283 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "IpAllowlist", "namespace": "ipAllowlist", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/ip-allowlist/index.ts", "line": 187 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/ip-allowlist/index.ts", "line": 258 }, "name": "entry", "type": { "fqn": "@cdktf/provider-datadog.ipAllowlist.IpAllowlistEntryList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/ip-allowlist/index.ts", "line": 252 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/ip-allowlist/index.ts", "line": 247 }, "name": "enabledInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/ip-allowlist/index.ts", "line": 268 }, "name": "entryInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.ipAllowlist.IpAllowlistEntry" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/ip-allowlist/index.ts", "line": 240 }, "name": "enabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } } ], "symbolId": "src/ip-allowlist/index:IpAllowlist" }, "@cdktf/provider-datadog.ipAllowlist.IpAllowlistConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.ipAllowlist.IpAllowlistConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/ip-allowlist/index.ts", "line": 14 }, "name": "IpAllowlistConfig", "namespace": "ipAllowlist", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/ip_allowlist#enabled IpAllowlist#enabled}", "stability": "stable", "summary": "Whether the IP Allowlist is enabled." }, "immutable": true, "locationInModule": { "filename": "src/ip-allowlist/index.ts", "line": 20 }, "name": "enabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/ip_allowlist#entry IpAllowlist#entry}", "stability": "stable", "summary": "entry block." }, "immutable": true, "locationInModule": { "filename": "src/ip-allowlist/index.ts", "line": 26 }, "name": "entry", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.ipAllowlist.IpAllowlistEntry" }, "kind": "array" } } ] } } } ], "symbolId": "src/ip-allowlist/index:IpAllowlistConfig" }, "@cdktf/provider-datadog.ipAllowlist.IpAllowlistEntry": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.ipAllowlist.IpAllowlistEntry", "kind": "interface", "locationInModule": { "filename": "src/ip-allowlist/index.ts", "line": 28 }, "name": "IpAllowlistEntry", "namespace": "ipAllowlist", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/ip_allowlist#cidr_block IpAllowlist#cidr_block}", "stability": "stable", "summary": "IP address or range of addresses. String must be a valid CIDR block or IP address." }, "immutable": true, "locationInModule": { "filename": "src/ip-allowlist/index.ts", "line": 34 }, "name": "cidrBlock", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/ip_allowlist#note IpAllowlist#note}", "stability": "stable", "summary": "Note accompanying IP address." }, "immutable": true, "locationInModule": { "filename": "src/ip-allowlist/index.ts", "line": 40 }, "name": "note", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/ip-allowlist/index:IpAllowlistEntry" }, "@cdktf/provider-datadog.ipAllowlist.IpAllowlistEntryList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.ipAllowlist.IpAllowlistEntryList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/ip-allowlist/index.ts", "line": 167 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/ip-allowlist/index.ts", "line": 159 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/ip-allowlist/index.ts", "line": 174 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.ipAllowlist.IpAllowlistEntryOutputReference" } } } ], "name": "IpAllowlistEntryList", "namespace": "ipAllowlist", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/ip-allowlist/index.ts", "line": 167 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/ip-allowlist/index.ts", "line": 167 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/ip-allowlist/index.ts", "line": 167 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/ip-allowlist/index.ts", "line": 160 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.ipAllowlist.IpAllowlistEntry" }, "kind": "array" } } ] } } } ], "symbolId": "src/ip-allowlist/index:IpAllowlistEntryList" }, "@cdktf/provider-datadog.ipAllowlist.IpAllowlistEntryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.ipAllowlist.IpAllowlistEntryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/ip-allowlist/index.ts", "line": 89 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/ip-allowlist/index.ts", "line": 79 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/ip-allowlist/index.ts", "line": 150 }, "name": "resetNote" } ], "name": "IpAllowlistEntryOutputReference", "namespace": "ipAllowlist", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/ip-allowlist/index.ts", "line": 138 }, "name": "cidrBlockInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/ip-allowlist/index.ts", "line": 154 }, "name": "noteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/ip-allowlist/index.ts", "line": 131 }, "name": "cidrBlock", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/ip-allowlist/index.ts", "line": 144 }, "name": "note", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/ip-allowlist/index.ts", "line": 93 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.ipAllowlist.IpAllowlistEntry" } ] } } } ], "symbolId": "src/ip-allowlist/index:IpAllowlistEntryOutputReference" }, "@cdktf/provider-datadog.logsArchive.LogsArchive": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_archive datadog_logs_archive}." }, "fqn": "@cdktf/provider-datadog.logsArchive.LogsArchive", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_archive datadog_logs_archive} Resource." }, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 793 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.logsArchive.LogsArchiveConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 761 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a LogsArchive resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 778 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the LogsArchive to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_archive#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing LogsArchive that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the LogsArchive to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 919 }, "name": "putAzureArchive", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.logsArchive.LogsArchiveAzureArchive" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 935 }, "name": "putGcsArchive", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.logsArchive.LogsArchiveGcsArchive" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 951 }, "name": "putS3Archive", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.logsArchive.LogsArchiveS3Archive" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 922 }, "name": "resetAzureArchive" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 938 }, "name": "resetGcsArchive" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 832 }, "name": "resetId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 848 }, "name": "resetIncludeTags" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 890 }, "name": "resetRehydrationMaxScanSizeInGb" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 906 }, "name": "resetRehydrationTags" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 954 }, "name": "resetS3Archive" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 966 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 980 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "LogsArchive", "namespace": "logsArchive", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 766 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 916 }, "name": "azureArchive", "type": { "fqn": "@cdktf/provider-datadog.logsArchive.LogsArchiveAzureArchiveOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 932 }, "name": "gcsArchive", "type": { "fqn": "@cdktf/provider-datadog.logsArchive.LogsArchiveGcsArchiveOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 948 }, "name": "s3Archive", "type": { "fqn": "@cdktf/provider-datadog.logsArchive.LogsArchiveS3ArchiveOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 926 }, "name": "azureArchiveInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsArchive.LogsArchiveAzureArchive" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 942 }, "name": "gcsArchiveInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsArchive.LogsArchiveGcsArchive" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 836 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 852 }, "name": "includeTagsInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 865 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 878 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 894 }, "name": "rehydrationMaxScanSizeInGbInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 910 }, "name": "rehydrationTagsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 958 }, "name": "s3ArchiveInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsArchive.LogsArchiveS3Archive" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 826 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 842 }, "name": "includeTags", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 858 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 871 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 884 }, "name": "rehydrationMaxScanSizeInGb", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 900 }, "name": "rehydrationTags", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/logs-archive/index:LogsArchive" }, "@cdktf/provider-datadog.logsArchive.LogsArchiveAzureArchive": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsArchive.LogsArchiveAzureArchive", "kind": "interface", "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 71 }, "name": "LogsArchiveAzureArchive", "namespace": "logsArchive", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_archive#client_id LogsArchive#client_id}", "stability": "stable", "summary": "Your client id." }, "immutable": true, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 77 }, "name": "clientId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_archive#container LogsArchive#container}", "stability": "stable", "summary": "The container where the archive is stored." }, "immutable": true, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 83 }, "name": "container", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_archive#storage_account LogsArchive#storage_account}", "stability": "stable", "summary": "The associated storage account." }, "immutable": true, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 95 }, "name": "storageAccount", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_archive#tenant_id LogsArchive#tenant_id}", "stability": "stable", "summary": "Your tenant id." }, "immutable": true, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 101 }, "name": "tenantId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_archive#path LogsArchive#path}", "stability": "stable", "summary": "The path where the archive is stored." }, "immutable": true, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 89 }, "name": "path", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/logs-archive/index:LogsArchiveAzureArchive" }, "@cdktf/provider-datadog.logsArchive.LogsArchiveAzureArchiveOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsArchive.LogsArchiveAzureArchiveOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 168 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 161 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 251 }, "name": "resetPath" } ], "name": "LogsArchiveAzureArchiveOutputReference", "namespace": "logsArchive", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 226 }, "name": "clientIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 239 }, "name": "containerInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 255 }, "name": "pathInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 268 }, "name": "storageAccountInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 281 }, "name": "tenantIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 219 }, "name": "clientId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 232 }, "name": "container", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 245 }, "name": "path", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 261 }, "name": "storageAccount", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 274 }, "name": "tenantId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 172 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsArchive.LogsArchiveAzureArchive" } } ], "symbolId": "src/logs-archive/index:LogsArchiveAzureArchiveOutputReference" }, "@cdktf/provider-datadog.logsArchive.LogsArchiveConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsArchive.LogsArchiveConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 14 }, "name": "LogsArchiveConfig", "namespace": "logsArchive", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_archive#name LogsArchive#name}", "stability": "stable", "summary": "Your archive name." }, "immutable": true, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 33 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_archive#query LogsArchive#query}", "stability": "stable", "summary": "The archive query/filter. Logs matching this query are included in the archive." }, "immutable": true, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 39 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_archive#azure_archive LogsArchive#azure_archive}", "stability": "stable", "summary": "azure_archive block." }, "immutable": true, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 57 }, "name": "azureArchive", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsArchive.LogsArchiveAzureArchive" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_archive#gcs_archive LogsArchive#gcs_archive}", "stability": "stable", "summary": "gcs_archive block." }, "immutable": true, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 63 }, "name": "gcsArchive", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsArchive.LogsArchiveGcsArchive" } }, { "abstract": true, "docs": { "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_archive#id LogsArchive#id}." }, "immutable": true, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 21 }, "name": "id", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "If it is set to `false`, the tags will be dropped when the logs are sent to the archive. Defaults to `false`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_archive#include_tags LogsArchive#include_tags}", "stability": "stable", "summary": "To store the tags in the archive, set the value `true`." }, "immutable": true, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 27 }, "name": "includeTags", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_archive#rehydration_max_scan_size_in_gb LogsArchive#rehydration_max_scan_size_in_gb}", "stability": "stable", "summary": "To limit the rehydration scan size for the archive, set a value in GB." }, "immutable": true, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 45 }, "name": "rehydrationMaxScanSizeInGb", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_archive#rehydration_tags LogsArchive#rehydration_tags}", "stability": "stable", "summary": "An array of tags to add to rehydrated logs from an archive." }, "immutable": true, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 51 }, "name": "rehydrationTags", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_archive#s3_archive LogsArchive#s3_archive}", "stability": "stable", "summary": "s3_archive block." }, "immutable": true, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 69 }, "name": "s3Archive", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsArchive.LogsArchiveS3Archive" } } ], "symbolId": "src/logs-archive/index:LogsArchiveConfig" }, "@cdktf/provider-datadog.logsArchive.LogsArchiveGcsArchive": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsArchive.LogsArchiveGcsArchive", "kind": "interface", "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 285 }, "name": "LogsArchiveGcsArchive", "namespace": "logsArchive", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_archive#bucket LogsArchive#bucket}", "stability": "stable", "summary": "Name of your GCS bucket." }, "immutable": true, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 291 }, "name": "bucket", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_archive#client_email LogsArchive#client_email}", "stability": "stable", "summary": "Your client email." }, "immutable": true, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 297 }, "name": "clientEmail", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_archive#path LogsArchive#path}", "stability": "stable", "summary": "Path where the archive is stored." }, "immutable": true, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 303 }, "name": "path", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_archive#project_id LogsArchive#project_id}", "stability": "stable", "summary": "Your project id." }, "immutable": true, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 309 }, "name": "projectId", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/logs-archive/index:LogsArchiveGcsArchive" }, "@cdktf/provider-datadog.logsArchive.LogsArchiveGcsArchiveOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsArchive.LogsArchiveGcsArchiveOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 369 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 362 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 446 }, "name": "resetPath" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 462 }, "name": "resetProjectId" } ], "name": "LogsArchiveGcsArchiveOutputReference", "namespace": "logsArchive", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 421 }, "name": "bucketInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 434 }, "name": "clientEmailInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 450 }, "name": "pathInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 466 }, "name": "projectIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 414 }, "name": "bucket", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 427 }, "name": "clientEmail", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 440 }, "name": "path", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 456 }, "name": "projectId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 373 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsArchive.LogsArchiveGcsArchive" } } ], "symbolId": "src/logs-archive/index:LogsArchiveGcsArchiveOutputReference" }, "@cdktf/provider-datadog.logsArchive.LogsArchiveS3Archive": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsArchive.LogsArchiveS3Archive", "kind": "interface", "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 470 }, "name": "LogsArchiveS3Archive", "namespace": "logsArchive", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_archive#account_id LogsArchive#account_id}", "stability": "stable", "summary": "Your AWS account id." }, "immutable": true, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 476 }, "name": "accountId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_archive#bucket LogsArchive#bucket}", "stability": "stable", "summary": "Name of your s3 bucket." }, "immutable": true, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 482 }, "name": "bucket", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_archive#role_name LogsArchive#role_name}", "stability": "stable", "summary": "Your AWS role name." }, "immutable": true, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 506 }, "name": "roleName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_archive#encryption_key LogsArchive#encryption_key}", "stability": "stable", "summary": "The AWS KMS encryption key." }, "immutable": true, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 488 }, "name": "encryptionKey", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_archive#encryption_type LogsArchive#encryption_type}", "stability": "stable", "summary": "The type of encryption on your archive. Valid values are `NO_OVERRIDE`, `SSE_S3`, `SSE_KMS`. Defaults to `\"NO_OVERRIDE\"`." }, "immutable": true, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 494 }, "name": "encryptionType", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_archive#path LogsArchive#path}", "stability": "stable", "summary": "Path where the archive is stored." }, "immutable": true, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 500 }, "name": "path", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Valid values are `STANDARD`, `STANDARD_IA`, `ONEZONE_IA`, `INTELLIGENT_TIERING`, `GLACIER_IR`. Defaults to `\"STANDARD\"`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_archive#storage_class LogsArchive#storage_class}", "stability": "stable", "summary": "The AWS S3 storage class used to upload the logs." }, "immutable": true, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 512 }, "name": "storageClass", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/logs-archive/index:LogsArchiveS3Archive" }, "@cdktf/provider-datadog.logsArchive.LogsArchiveS3ArchiveOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsArchive.LogsArchiveS3ArchiveOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 593 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 586 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 688 }, "name": "resetEncryptionKey" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 704 }, "name": "resetEncryptionType" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 720 }, "name": "resetPath" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 749 }, "name": "resetStorageClass" } ], "name": "LogsArchiveS3ArchiveOutputReference", "namespace": "logsArchive", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 663 }, "name": "accountIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 676 }, "name": "bucketInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 692 }, "name": "encryptionKeyInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 708 }, "name": "encryptionTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 724 }, "name": "pathInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 737 }, "name": "roleNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 753 }, "name": "storageClassInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 656 }, "name": "accountId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 669 }, "name": "bucket", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 682 }, "name": "encryptionKey", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 698 }, "name": "encryptionType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 714 }, "name": "path", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 730 }, "name": "roleName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 743 }, "name": "storageClass", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-archive/index.ts", "line": 597 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsArchive.LogsArchiveS3Archive" } } ], "symbolId": "src/logs-archive/index:LogsArchiveS3ArchiveOutputReference" }, "@cdktf/provider-datadog.logsArchiveOrder.LogsArchiveOrder": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_archive_order datadog_logs_archive_order}." }, "fqn": "@cdktf/provider-datadog.logsArchiveOrder.LogsArchiveOrder", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_archive_order datadog_logs_archive_order} Resource." }, "locationInModule": { "filename": "src/logs-archive-order/index.ts", "line": 65 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsArchiveOrder.LogsArchiveOrderConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/logs-archive-order/index.ts", "line": 33 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a LogsArchiveOrder resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/logs-archive-order/index.ts", "line": 50 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the LogsArchiveOrder to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_archive_order#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing LogsArchiveOrder that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the LogsArchiveOrder to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-archive-order/index.ts", "line": 97 }, "name": "resetArchiveIds" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-archive-order/index.ts", "line": 113 }, "name": "resetId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-archive-order/index.ts", "line": 125 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-archive-order/index.ts", "line": 132 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "LogsArchiveOrder", "namespace": "logsArchiveOrder", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-archive-order/index.ts", "line": 38 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-archive-order/index.ts", "line": 101 }, "name": "archiveIdsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-archive-order/index.ts", "line": 117 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-archive-order/index.ts", "line": 91 }, "name": "archiveIds", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-archive-order/index.ts", "line": 107 }, "name": "id", "type": { "primitive": "string" } } ], "symbolId": "src/logs-archive-order/index:LogsArchiveOrder" }, "@cdktf/provider-datadog.logsArchiveOrder.LogsArchiveOrderConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsArchiveOrder.LogsArchiveOrderConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/logs-archive-order/index.ts", "line": 14 }, "name": "LogsArchiveOrderConfig", "namespace": "logsArchiveOrder", "properties": [ { "abstract": true, "docs": { "remarks": "The order of archive IDs in this attribute defines the overall archive order for logs. If `archive_ids` is empty or not specified, it will import the actual archive order, and create the resource. Otherwise, it will try to update the order.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_archive_order#archive_ids LogsArchiveOrder#archive_ids}", "stability": "stable", "summary": "The archive IDs list." }, "immutable": true, "locationInModule": { "filename": "src/logs-archive-order/index.ts", "line": 20 }, "name": "archiveIds", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_archive_order#id LogsArchiveOrder#id}." }, "immutable": true, "locationInModule": { "filename": "src/logs-archive-order/index.ts", "line": 27 }, "name": "id", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/logs-archive-order/index:LogsArchiveOrderConfig" }, "@cdktf/provider-datadog.logsCustomDestination.LogsCustomDestination": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_destination datadog_logs_custom_destination}." }, "fqn": "@cdktf/provider-datadog.logsCustomDestination.LogsCustomDestination", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_destination datadog_logs_custom_destination} Resource." }, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 1358 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.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.logsCustomDestination.LogsCustomDestinationConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 1326 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a LogsCustomDestination resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 1343 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the LogsCustomDestination to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_destination#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing LogsCustomDestination that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the LogsCustomDestination to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 1493 }, "name": "putElasticsearchDestination", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.logsCustomDestination.LogsCustomDestinationElasticsearchDestination" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 1509 }, "name": "putHttpDestination", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.logsCustomDestination.LogsCustomDestinationHttpDestination" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 1525 }, "name": "putMicrosoftSentinelDestination", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.logsCustomDestination.LogsCustomDestinationMicrosoftSentinelDestination" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 1541 }, "name": "putSplunkDestination", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.logsCustomDestination.LogsCustomDestinationSplunkDestination" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 1496 }, "name": "resetElasticsearchDestination" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 1398 }, "name": "resetEnabled" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 1414 }, "name": "resetForwardTags" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 1430 }, "name": "resetForwardTagsRestrictionList" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 1446 }, "name": "resetForwardTagsRestrictionListType" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 1512 }, "name": "resetHttpDestination" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 1528 }, "name": "resetMicrosoftSentinelDestination" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 1480 }, "name": "resetQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 1544 }, "name": "resetSplunkDestination" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 1556 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 1571 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "LogsCustomDestination", "namespace": "logsCustomDestination", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 1331 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 1490 }, "name": "elasticsearchDestination", "type": { "fqn": "@cdktf/provider-datadog.logsCustomDestination.LogsCustomDestinationElasticsearchDestinationList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 1506 }, "name": "httpDestination", "type": { "fqn": "@cdktf/provider-datadog.logsCustomDestination.LogsCustomDestinationHttpDestinationList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 1455 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 1522 }, "name": "microsoftSentinelDestination", "type": { "fqn": "@cdktf/provider-datadog.logsCustomDestination.LogsCustomDestinationMicrosoftSentinelDestinationList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 1538 }, "name": "splunkDestination", "type": { "fqn": "@cdktf/provider-datadog.logsCustomDestination.LogsCustomDestinationSplunkDestinationList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 1500 }, "name": "elasticsearchDestinationInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.logsCustomDestination.LogsCustomDestinationElasticsearchDestination" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 1402 }, "name": "enabledInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 1418 }, "name": "forwardTagsInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 1434 }, "name": "forwardTagsRestrictionListInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 1450 }, "name": "forwardTagsRestrictionListTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 1516 }, "name": "httpDestinationInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.logsCustomDestination.LogsCustomDestinationHttpDestination" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 1532 }, "name": "microsoftSentinelDestinationInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.logsCustomDestination.LogsCustomDestinationMicrosoftSentinelDestination" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 1468 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 1484 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 1548 }, "name": "splunkDestinationInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.logsCustomDestination.LogsCustomDestinationSplunkDestination" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 1392 }, "name": "enabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 1408 }, "name": "forwardTags", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 1424 }, "name": "forwardTagsRestrictionList", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 1440 }, "name": "forwardTagsRestrictionListType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 1461 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 1474 }, "name": "query", "type": { "primitive": "string" } } ], "symbolId": "src/logs-custom-destination/index:LogsCustomDestination" }, "@cdktf/provider-datadog.logsCustomDestination.LogsCustomDestinationConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomDestination.LogsCustomDestinationConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 14 }, "name": "LogsCustomDestinationConfig", "namespace": "logsCustomDestination", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_destination#name LogsCustomDestination#name}", "stability": "stable", "summary": "The custom destination name." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 49 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_destination#elasticsearch_destination LogsCustomDestination#elasticsearch_destination}", "stability": "stable", "summary": "elasticsearch_destination block." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 61 }, "name": "elasticsearchDestination", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.logsCustomDestination.LogsCustomDestinationElasticsearchDestination" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_destination#enabled LogsCustomDestination#enabled}", "stability": "stable", "summary": "Whether logs matching this custom destination should be forwarded or not." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 20 }, "name": "enabled", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_destination#forward_tags LogsCustomDestination#forward_tags}", "stability": "stable", "summary": "Whether tags from the forwarded logs should be forwarded or not." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 26 }, "name": "forwardTags", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_destination#forward_tags_restriction_list LogsCustomDestination#forward_tags_restriction_list}", "stability": "stable", "summary": "List of [tag keys](https://docs.datadoghq.com/getting_started/tagging/#define-tags) to be filtered. \t\t\t\tAn empty list represents no restriction is in place and either all or no tags will be \t\t\t\tforwarded depending on `forward_tags_restriction_list_type` parameter." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 34 }, "name": "forwardTagsRestrictionList", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "If `ALLOW_LIST`, then only tags whose keys on the forwarded logs match the ones on the restriction list\n\t\t\t\tare forwarded.\n\t\t\t\t`BLOCK_LIST` works the opposite way. It does not forward the tags matching the ones on the list. Valid values are `ALLOW_LIST`, `BLOCK_LIST`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_destination#forward_tags_restriction_list_type LogsCustomDestination#forward_tags_restriction_list_type}", "stability": "stable", "summary": "How the `forward_tags_restriction_list` parameter should be interpreted." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 43 }, "name": "forwardTagsRestrictionListType", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_destination#http_destination LogsCustomDestination#http_destination}", "stability": "stable", "summary": "http_destination block." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 67 }, "name": "httpDestination", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.logsCustomDestination.LogsCustomDestinationHttpDestination" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_destination#microsoft_sentinel_destination LogsCustomDestination#microsoft_sentinel_destination}", "stability": "stable", "summary": "microsoft_sentinel_destination block." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 73 }, "name": "microsoftSentinelDestination", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.logsCustomDestination.LogsCustomDestinationMicrosoftSentinelDestination" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_destination#query LogsCustomDestination#query}", "stability": "stable", "summary": "The custom destination query filter. Logs matching this query are forwarded to the destination." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 55 }, "name": "query", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_destination#splunk_destination LogsCustomDestination#splunk_destination}", "stability": "stable", "summary": "splunk_destination block." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 79 }, "name": "splunkDestination", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.logsCustomDestination.LogsCustomDestinationSplunkDestination" }, "kind": "array" } } ] } } } ], "symbolId": "src/logs-custom-destination/index:LogsCustomDestinationConfig" }, "@cdktf/provider-datadog.logsCustomDestination.LogsCustomDestinationElasticsearchDestination": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomDestination.LogsCustomDestinationElasticsearchDestination", "kind": "interface", "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 228 }, "name": "LogsCustomDestinationElasticsearchDestination", "namespace": "logsCustomDestination", "properties": [ { "abstract": true, "docs": { "remarks": "Must have HTTPS scheme. Forwarding back to Datadog is not allowed.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_destination#endpoint LogsCustomDestination#endpoint}", "stability": "stable", "summary": "The destination for which logs will be forwarded to." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 234 }, "name": "endpoint", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_destination#index_name LogsCustomDestination#index_name}", "stability": "stable", "summary": "Name of the Elasticsearch index (must follow [Elasticsearch's criteria](https://www.elastic.co/guide/en/elasticsearch/reference/8.11/indices-create-index.html#indices-create-api-path-params))." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 240 }, "name": "indexName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_destination#basic_auth LogsCustomDestination#basic_auth}", "stability": "stable", "summary": "basic_auth block." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 260 }, "name": "basicAuth", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.logsCustomDestination.LogsCustomDestinationElasticsearchDestinationBasicAuth" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "You can customize the index rotation naming pattern by choosing one of these options:\n\t\t\t\t\t\t\t- Hourly: 'yyyy-MM-dd-HH' (as an example, it would render: '2022-10-19-09')\n\t\t\t\t\t\t\t- Daily: 'yyyy-MM-dd' (as an example, it would render: '2022-10-19')\n\t\t\t\t\t\t\t- Weekly: 'yyyy-'W'ww' (as an example, it would render: '2022-W42')\n\t\t\t\t\t\t\t- Monthly: 'yyyy-MM' (as an example, it would render: '2022-10')\n\t\t\t\t\t\t\tIf this field is missing or is blank, it means that the index name will always be the same\n\t\t\t\t\t\t\t(that is, no rotation).\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_destination#index_rotation LogsCustomDestination#index_rotation}", "stability": "stable", "summary": "Date pattern with US locale and UTC timezone to be appended to the index name after adding '-' \t\t\t\t\t\t\t(that is, '${index_name}-${indexPattern}')." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 254 }, "name": "indexRotation", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/logs-custom-destination/index:LogsCustomDestinationElasticsearchDestination" }, "@cdktf/provider-datadog.logsCustomDestination.LogsCustomDestinationElasticsearchDestinationBasicAuth": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomDestination.LogsCustomDestinationElasticsearchDestinationBasicAuth", "kind": "interface", "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 81 }, "name": "LogsCustomDestinationElasticsearchDestinationBasicAuth", "namespace": "logsCustomDestination", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_destination#password LogsCustomDestination#password}", "stability": "stable", "summary": "The password of the authentication. This field is not returned by the API." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 87 }, "name": "password", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_destination#username LogsCustomDestination#username}", "stability": "stable", "summary": "The username of the authentication. This field is not returned by the API." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 93 }, "name": "username", "type": { "primitive": "string" } } ], "symbolId": "src/logs-custom-destination/index:LogsCustomDestinationElasticsearchDestinationBasicAuth" }, "@cdktf/provider-datadog.logsCustomDestination.LogsCustomDestinationElasticsearchDestinationBasicAuthList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomDestination.LogsCustomDestinationElasticsearchDestinationBasicAuthList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 217 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 209 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 224 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.logsCustomDestination.LogsCustomDestinationElasticsearchDestinationBasicAuthOutputReference" } } } ], "name": "LogsCustomDestinationElasticsearchDestinationBasicAuthList", "namespace": "logsCustomDestination", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 217 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 217 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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-destination/index.ts", "line": 217 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 210 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.logsCustomDestination.LogsCustomDestinationElasticsearchDestinationBasicAuth" }, "kind": "array" } } ] } } } ], "symbolId": "src/logs-custom-destination/index:LogsCustomDestinationElasticsearchDestinationBasicAuthList" }, "@cdktf/provider-datadog.logsCustomDestination.LogsCustomDestinationElasticsearchDestinationBasicAuthOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomDestination.LogsCustomDestinationElasticsearchDestinationBasicAuthOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 142 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 132 }, "name": "LogsCustomDestinationElasticsearchDestinationBasicAuthOutputReference", "namespace": "logsCustomDestination", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 191 }, "name": "passwordInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 204 }, "name": "usernameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 184 }, "name": "password", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 197 }, "name": "username", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 146 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.logsCustomDestination.LogsCustomDestinationElasticsearchDestinationBasicAuth" } ] } } } ], "symbolId": "src/logs-custom-destination/index:LogsCustomDestinationElasticsearchDestinationBasicAuthOutputReference" }, "@cdktf/provider-datadog.logsCustomDestination.LogsCustomDestinationElasticsearchDestinationList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomDestination.LogsCustomDestinationElasticsearchDestinationList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 442 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 434 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 449 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.logsCustomDestination.LogsCustomDestinationElasticsearchDestinationOutputReference" } } } ], "name": "LogsCustomDestinationElasticsearchDestinationList", "namespace": "logsCustomDestination", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 442 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 442 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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-destination/index.ts", "line": 442 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 435 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.logsCustomDestination.LogsCustomDestinationElasticsearchDestination" }, "kind": "array" } } ] } } } ], "symbolId": "src/logs-custom-destination/index:LogsCustomDestinationElasticsearchDestinationList" }, "@cdktf/provider-datadog.logsCustomDestination.LogsCustomDestinationElasticsearchDestinationOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomDestination.LogsCustomDestinationElasticsearchDestinationOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 323 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 313 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 422 }, "name": "putBasicAuth", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.logsCustomDestination.LogsCustomDestinationElasticsearchDestinationBasicAuth" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 425 }, "name": "resetBasicAuth" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 409 }, "name": "resetIndexRotation" } ], "name": "LogsCustomDestinationElasticsearchDestinationOutputReference", "namespace": "logsCustomDestination", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 419 }, "name": "basicAuth", "type": { "fqn": "@cdktf/provider-datadog.logsCustomDestination.LogsCustomDestinationElasticsearchDestinationBasicAuthList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 429 }, "name": "basicAuthInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.logsCustomDestination.LogsCustomDestinationElasticsearchDestinationBasicAuth" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 384 }, "name": "endpointInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 397 }, "name": "indexNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 413 }, "name": "indexRotationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 377 }, "name": "endpoint", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 390 }, "name": "indexName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 403 }, "name": "indexRotation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 327 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.logsCustomDestination.LogsCustomDestinationElasticsearchDestination" } ] } } } ], "symbolId": "src/logs-custom-destination/index:LogsCustomDestinationElasticsearchDestinationOutputReference" }, "@cdktf/provider-datadog.logsCustomDestination.LogsCustomDestinationHttpDestination": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomDestination.LogsCustomDestinationHttpDestination", "kind": "interface", "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 747 }, "name": "LogsCustomDestinationHttpDestination", "namespace": "logsCustomDestination", "properties": [ { "abstract": true, "docs": { "remarks": "Must have HTTPS scheme. Forwarding back to Datadog is not allowed.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_destination#endpoint LogsCustomDestination#endpoint}", "stability": "stable", "summary": "The destination for which logs will be forwarded to." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 753 }, "name": "endpoint", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_destination#basic_auth LogsCustomDestination#basic_auth}", "stability": "stable", "summary": "basic_auth block." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 759 }, "name": "basicAuth", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.logsCustomDestination.LogsCustomDestinationHttpDestinationBasicAuth" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_destination#custom_header_auth LogsCustomDestination#custom_header_auth}", "stability": "stable", "summary": "custom_header_auth block." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 765 }, "name": "customHeaderAuth", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.logsCustomDestination.LogsCustomDestinationHttpDestinationCustomHeaderAuth" }, "kind": "array" } } ] } } } ], "symbolId": "src/logs-custom-destination/index:LogsCustomDestinationHttpDestination" }, "@cdktf/provider-datadog.logsCustomDestination.LogsCustomDestinationHttpDestinationBasicAuth": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomDestination.LogsCustomDestinationHttpDestinationBasicAuth", "kind": "interface", "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 453 }, "name": "LogsCustomDestinationHttpDestinationBasicAuth", "namespace": "logsCustomDestination", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_destination#password LogsCustomDestination#password}", "stability": "stable", "summary": "The password of the authentication. This field is not returned by the API." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 459 }, "name": "password", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_destination#username LogsCustomDestination#username}", "stability": "stable", "summary": "The username of the authentication. This field is not returned by the API." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 465 }, "name": "username", "type": { "primitive": "string" } } ], "symbolId": "src/logs-custom-destination/index:LogsCustomDestinationHttpDestinationBasicAuth" }, "@cdktf/provider-datadog.logsCustomDestination.LogsCustomDestinationHttpDestinationBasicAuthList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomDestination.LogsCustomDestinationHttpDestinationBasicAuthList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 589 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 581 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 596 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.logsCustomDestination.LogsCustomDestinationHttpDestinationBasicAuthOutputReference" } } } ], "name": "LogsCustomDestinationHttpDestinationBasicAuthList", "namespace": "logsCustomDestination", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 589 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/logs-custom-destination/index.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/logs-custom-destination/index.ts", "line": 589 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 582 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.logsCustomDestination.LogsCustomDestinationHttpDestinationBasicAuth" }, "kind": "array" } } ] } } } ], "symbolId": "src/logs-custom-destination/index:LogsCustomDestinationHttpDestinationBasicAuthList" }, "@cdktf/provider-datadog.logsCustomDestination.LogsCustomDestinationHttpDestinationBasicAuthOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomDestination.LogsCustomDestinationHttpDestinationBasicAuthOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 514 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 504 }, "name": "LogsCustomDestinationHttpDestinationBasicAuthOutputReference", "namespace": "logsCustomDestination", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 563 }, "name": "passwordInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 576 }, "name": "usernameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 556 }, "name": "password", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 569 }, "name": "username", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 518 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.logsCustomDestination.LogsCustomDestinationHttpDestinationBasicAuth" } ] } } } ], "symbolId": "src/logs-custom-destination/index:LogsCustomDestinationHttpDestinationBasicAuthOutputReference" }, "@cdktf/provider-datadog.logsCustomDestination.LogsCustomDestinationHttpDestinationCustomHeaderAuth": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomDestination.LogsCustomDestinationHttpDestinationCustomHeaderAuth", "kind": "interface", "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 600 }, "name": "LogsCustomDestinationHttpDestinationCustomHeaderAuth", "namespace": "logsCustomDestination", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_destination#header_name LogsCustomDestination#header_name}", "stability": "stable", "summary": "The header name of the authentication." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 606 }, "name": "headerName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_destination#header_value LogsCustomDestination#header_value}", "stability": "stable", "summary": "The header value of the authentication. This field is not returned by the API." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 612 }, "name": "headerValue", "type": { "primitive": "string" } } ], "symbolId": "src/logs-custom-destination/index:LogsCustomDestinationHttpDestinationCustomHeaderAuth" }, "@cdktf/provider-datadog.logsCustomDestination.LogsCustomDestinationHttpDestinationCustomHeaderAuthList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomDestination.LogsCustomDestinationHttpDestinationCustomHeaderAuthList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 736 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 728 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 743 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.logsCustomDestination.LogsCustomDestinationHttpDestinationCustomHeaderAuthOutputReference" } } } ], "name": "LogsCustomDestinationHttpDestinationCustomHeaderAuthList", "namespace": "logsCustomDestination", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 736 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 736 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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-destination/index.ts", "line": 736 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 729 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.logsCustomDestination.LogsCustomDestinationHttpDestinationCustomHeaderAuth" }, "kind": "array" } } ] } } } ], "symbolId": "src/logs-custom-destination/index:LogsCustomDestinationHttpDestinationCustomHeaderAuthList" }, "@cdktf/provider-datadog.logsCustomDestination.LogsCustomDestinationHttpDestinationCustomHeaderAuthOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomDestination.LogsCustomDestinationHttpDestinationCustomHeaderAuthOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 661 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 651 }, "name": "LogsCustomDestinationHttpDestinationCustomHeaderAuthOutputReference", "namespace": "logsCustomDestination", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 710 }, "name": "headerNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 723 }, "name": "headerValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 703 }, "name": "headerName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 716 }, "name": "headerValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 665 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.logsCustomDestination.LogsCustomDestinationHttpDestinationCustomHeaderAuth" } ] } } } ], "symbolId": "src/logs-custom-destination/index:LogsCustomDestinationHttpDestinationCustomHeaderAuthOutputReference" }, "@cdktf/provider-datadog.logsCustomDestination.LogsCustomDestinationHttpDestinationList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomDestination.LogsCustomDestinationHttpDestinationList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 921 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 913 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 928 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.logsCustomDestination.LogsCustomDestinationHttpDestinationOutputReference" } } } ], "name": "LogsCustomDestinationHttpDestinationList", "namespace": "logsCustomDestination", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 921 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 921 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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-destination/index.ts", "line": 921 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 914 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.logsCustomDestination.LogsCustomDestinationHttpDestination" }, "kind": "array" } } ] } } } ], "symbolId": "src/logs-custom-destination/index:LogsCustomDestinationHttpDestinationList" }, "@cdktf/provider-datadog.logsCustomDestination.LogsCustomDestinationHttpDestinationOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomDestination.LogsCustomDestinationHttpDestinationOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 821 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 811 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 885 }, "name": "putBasicAuth", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.logsCustomDestination.LogsCustomDestinationHttpDestinationBasicAuth" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 901 }, "name": "putCustomHeaderAuth", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.logsCustomDestination.LogsCustomDestinationHttpDestinationCustomHeaderAuth" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 888 }, "name": "resetBasicAuth" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 904 }, "name": "resetCustomHeaderAuth" } ], "name": "LogsCustomDestinationHttpDestinationOutputReference", "namespace": "logsCustomDestination", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 882 }, "name": "basicAuth", "type": { "fqn": "@cdktf/provider-datadog.logsCustomDestination.LogsCustomDestinationHttpDestinationBasicAuthList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 898 }, "name": "customHeaderAuth", "type": { "fqn": "@cdktf/provider-datadog.logsCustomDestination.LogsCustomDestinationHttpDestinationCustomHeaderAuthList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 892 }, "name": "basicAuthInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.logsCustomDestination.LogsCustomDestinationHttpDestinationBasicAuth" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 908 }, "name": "customHeaderAuthInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.logsCustomDestination.LogsCustomDestinationHttpDestinationCustomHeaderAuth" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 876 }, "name": "endpointInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 869 }, "name": "endpoint", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 825 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.logsCustomDestination.LogsCustomDestinationHttpDestination" } ] } } } ], "symbolId": "src/logs-custom-destination/index:LogsCustomDestinationHttpDestinationOutputReference" }, "@cdktf/provider-datadog.logsCustomDestination.LogsCustomDestinationMicrosoftSentinelDestination": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomDestination.LogsCustomDestinationMicrosoftSentinelDestination", "kind": "interface", "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 932 }, "name": "LogsCustomDestinationMicrosoftSentinelDestination", "namespace": "logsCustomDestination", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_destination#client_id LogsCustomDestination#client_id}", "stability": "stable", "summary": "Client ID from the Datadog Azure Integration." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 938 }, "name": "clientId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_destination#data_collection_endpoint LogsCustomDestination#data_collection_endpoint}", "stability": "stable", "summary": "Azure Data Collection Endpoint." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 944 }, "name": "dataCollectionEndpoint", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_destination#data_collection_rule_id LogsCustomDestination#data_collection_rule_id}", "stability": "stable", "summary": "Azure Data Collection Rule ID." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 950 }, "name": "dataCollectionRuleId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_destination#stream_name LogsCustomDestination#stream_name}", "stability": "stable", "summary": "Azure stream name." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 956 }, "name": "streamName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_destination#tenant_id LogsCustomDestination#tenant_id}", "stability": "stable", "summary": "Tenant ID from the Datadog Azure Integration." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 962 }, "name": "tenantId", "type": { "primitive": "string" } } ], "symbolId": "src/logs-custom-destination/index:LogsCustomDestinationMicrosoftSentinelDestination" }, "@cdktf/provider-datadog.logsCustomDestination.LogsCustomDestinationMicrosoftSentinelDestinationList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomDestination.LogsCustomDestinationMicrosoftSentinelDestinationList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 1164 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 1156 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 1171 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.logsCustomDestination.LogsCustomDestinationMicrosoftSentinelDestinationOutputReference" } } } ], "name": "LogsCustomDestinationMicrosoftSentinelDestinationList", "namespace": "logsCustomDestination", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 1164 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 1164 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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-destination/index.ts", "line": 1164 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 1157 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.logsCustomDestination.LogsCustomDestinationMicrosoftSentinelDestination" }, "kind": "array" } } ] } } } ], "symbolId": "src/logs-custom-destination/index:LogsCustomDestinationMicrosoftSentinelDestinationList" }, "@cdktf/provider-datadog.logsCustomDestination.LogsCustomDestinationMicrosoftSentinelDestinationOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomDestination.LogsCustomDestinationMicrosoftSentinelDestinationOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 1032 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 1022 }, "name": "LogsCustomDestinationMicrosoftSentinelDestinationOutputReference", "namespace": "logsCustomDestination", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 1099 }, "name": "clientIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 1112 }, "name": "dataCollectionEndpointInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 1125 }, "name": "dataCollectionRuleIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 1138 }, "name": "streamNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 1151 }, "name": "tenantIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 1092 }, "name": "clientId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 1105 }, "name": "dataCollectionEndpoint", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 1118 }, "name": "dataCollectionRuleId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 1131 }, "name": "streamName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 1144 }, "name": "tenantId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 1036 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.logsCustomDestination.LogsCustomDestinationMicrosoftSentinelDestination" } ] } } } ], "symbolId": "src/logs-custom-destination/index:LogsCustomDestinationMicrosoftSentinelDestinationOutputReference" }, "@cdktf/provider-datadog.logsCustomDestination.LogsCustomDestinationSplunkDestination": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomDestination.LogsCustomDestinationSplunkDestination", "kind": "interface", "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 1175 }, "name": "LogsCustomDestinationSplunkDestination", "namespace": "logsCustomDestination", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_destination#access_token LogsCustomDestination#access_token}", "stability": "stable", "summary": "Access token of the Splunk HTTP Event Collector. This field is not returned by the API." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 1181 }, "name": "accessToken", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Must have HTTPS scheme. Forwarding back to Datadog is not allowed.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_destination#endpoint LogsCustomDestination#endpoint}", "stability": "stable", "summary": "The destination for which logs will be forwarded to." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 1187 }, "name": "endpoint", "type": { "primitive": "string" } } ], "symbolId": "src/logs-custom-destination/index:LogsCustomDestinationSplunkDestination" }, "@cdktf/provider-datadog.logsCustomDestination.LogsCustomDestinationSplunkDestinationList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomDestination.LogsCustomDestinationSplunkDestinationList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 1311 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 1303 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 1318 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.logsCustomDestination.LogsCustomDestinationSplunkDestinationOutputReference" } } } ], "name": "LogsCustomDestinationSplunkDestinationList", "namespace": "logsCustomDestination", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 1311 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 1311 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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-destination/index.ts", "line": 1311 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 1304 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.logsCustomDestination.LogsCustomDestinationSplunkDestination" }, "kind": "array" } } ] } } } ], "symbolId": "src/logs-custom-destination/index:LogsCustomDestinationSplunkDestinationList" }, "@cdktf/provider-datadog.logsCustomDestination.LogsCustomDestinationSplunkDestinationOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomDestination.LogsCustomDestinationSplunkDestinationOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 1236 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 1226 }, "name": "LogsCustomDestinationSplunkDestinationOutputReference", "namespace": "logsCustomDestination", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 1285 }, "name": "accessTokenInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 1298 }, "name": "endpointInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 1278 }, "name": "accessToken", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 1291 }, "name": "endpoint", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-destination/index.ts", "line": 1240 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.logsCustomDestination.LogsCustomDestinationSplunkDestination" } ] } } } ], "symbolId": "src/logs-custom-destination/index:LogsCustomDestinationSplunkDestinationOutputReference" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipeline": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline datadog_logs_custom_pipeline}." }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipeline", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline datadog_logs_custom_pipeline} Resource." }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14397 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14365 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a LogsCustomPipeline resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14382 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the LogsCustomPipeline to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing LogsCustomPipeline that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the LogsCustomPipeline to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14508 }, "name": "putFilter", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineFilter" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14521 }, "name": "putProcessor", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessor" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14434 }, "name": "resetDescription" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14450 }, "name": "resetId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14466 }, "name": "resetIsEnabled" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14524 }, "name": "resetProcessor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14495 }, "name": "resetTags" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14536 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14548 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "LogsCustomPipeline", "namespace": "logsCustomPipeline", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14370 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14505 }, "name": "filter", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineFilterList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14518 }, "name": "processor", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14438 }, "name": "descriptionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14512 }, "name": "filterInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineFilter" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14454 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14470 }, "name": "isEnabledInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14483 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14528 }, "name": "processorInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessor" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14499 }, "name": "tagsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14428 }, "name": "description", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14444 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14460 }, "name": "isEnabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14476 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14489 }, "name": "tags", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipeline" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14 }, "name": "LogsCustomPipelineConfig", "namespace": "logsCustomPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#filter LogsCustomPipeline#filter}", "stability": "stable", "summary": "filter block." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 43 }, "name": "filter", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineFilter" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 33 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#description LogsCustomPipeline#description}." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 18 }, "name": "description", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#id LogsCustomPipeline#id}." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 25 }, "name": "id", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#is_enabled LogsCustomPipeline#is_enabled}." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 29 }, "name": "isEnabled", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#processor LogsCustomPipeline#processor}", "stability": "stable", "summary": "processor block." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 49 }, "name": "processor", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessor" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#tags LogsCustomPipeline#tags}." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 37 }, "name": "tags", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineConfig" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineFilter": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineFilter", "kind": "interface", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 51 }, "name": "LogsCustomPipelineFilter", "namespace": "logsCustomPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#query LogsCustomPipeline#query}", "stability": "stable", "summary": "Filter criteria of the category." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 57 }, "name": "query", "type": { "primitive": "string" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineFilter" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineFilterList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineFilterList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 155 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 147 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 162 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineFilterOutputReference" } } } ], "name": "LogsCustomPipelineFilterList", "namespace": "logsCustomPipeline", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 155 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 155 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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/index.ts", "line": 155 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 148 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineFilter" }, "kind": "array" } } ] } } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineFilterList" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineFilterOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineFilterOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 99 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 89 }, "name": "LogsCustomPipelineFilterOutputReference", "namespace": "logsCustomPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 142 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 135 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 103 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineFilter" } ] } } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineFilterOutputReference" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessor": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessor", "kind": "interface", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 13578 }, "name": "LogsCustomPipelineProcessor", "namespace": "logsCustomPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#arithmetic_processor LogsCustomPipeline#arithmetic_processor}", "stability": "stable", "summary": "arithmetic_processor block." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 13584 }, "name": "arithmeticProcessor", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArithmeticProcessor" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#array_processor LogsCustomPipeline#array_processor}", "stability": "stable", "summary": "array_processor block." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 13590 }, "name": "arrayProcessor", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArrayProcessor" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#attribute_remapper LogsCustomPipeline#attribute_remapper}", "stability": "stable", "summary": "attribute_remapper block." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 13596 }, "name": "attributeRemapper", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorAttributeRemapper" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#category_processor LogsCustomPipeline#category_processor}", "stability": "stable", "summary": "category_processor block." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 13602 }, "name": "categoryProcessor", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorCategoryProcessor" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#date_remapper LogsCustomPipeline#date_remapper}", "stability": "stable", "summary": "date_remapper block." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 13608 }, "name": "dateRemapper", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorDateRemapper" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#decoder_processor LogsCustomPipeline#decoder_processor}", "stability": "stable", "summary": "decoder_processor block." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 13614 }, "name": "decoderProcessor", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorDecoderProcessor" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#geo_ip_parser LogsCustomPipeline#geo_ip_parser}", "stability": "stable", "summary": "geo_ip_parser block." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 13620 }, "name": "geoIpParser", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorGeoIpParser" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#grok_parser LogsCustomPipeline#grok_parser}", "stability": "stable", "summary": "grok_parser block." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 13626 }, "name": "grokParser", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorGrokParser" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#lookup_processor LogsCustomPipeline#lookup_processor}", "stability": "stable", "summary": "lookup_processor block." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 13632 }, "name": "lookupProcessor", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorLookupProcessor" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#message_remapper LogsCustomPipeline#message_remapper}", "stability": "stable", "summary": "message_remapper block." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 13638 }, "name": "messageRemapper", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorMessageRemapper" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#pipeline LogsCustomPipeline#pipeline}", "stability": "stable", "summary": "pipeline block." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 13644 }, "name": "pipeline", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipeline" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#reference_table_lookup_processor LogsCustomPipeline#reference_table_lookup_processor}", "stability": "stable", "summary": "reference_table_lookup_processor block." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 13650 }, "name": "referenceTableLookupProcessor", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorReferenceTableLookupProcessor" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#schema_processor LogsCustomPipeline#schema_processor}", "stability": "stable", "summary": "schema_processor block." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 13656 }, "name": "schemaProcessor", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessor" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#service_remapper LogsCustomPipeline#service_remapper}", "stability": "stable", "summary": "service_remapper block." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 13662 }, "name": "serviceRemapper", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorServiceRemapper" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#span_id_remapper LogsCustomPipeline#span_id_remapper}", "stability": "stable", "summary": "span_id_remapper block." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 13668 }, "name": "spanIdRemapper", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSpanIdRemapper" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#status_remapper LogsCustomPipeline#status_remapper}", "stability": "stable", "summary": "status_remapper block." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 13674 }, "name": "statusRemapper", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorStatusRemapper" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#string_builder_processor LogsCustomPipeline#string_builder_processor}", "stability": "stable", "summary": "string_builder_processor block." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 13680 }, "name": "stringBuilderProcessor", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorStringBuilderProcessor" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#trace_id_remapper LogsCustomPipeline#trace_id_remapper}", "stability": "stable", "summary": "trace_id_remapper block." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 13686 }, "name": "traceIdRemapper", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorTraceIdRemapper" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#url_parser LogsCustomPipeline#url_parser}", "stability": "stable", "summary": "url_parser block." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 13692 }, "name": "urlParser", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorUrlParser" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#user_agent_parser LogsCustomPipeline#user_agent_parser}", "stability": "stable", "summary": "user_agent_parser block." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 13698 }, "name": "userAgentParser", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorUserAgentParser" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessor" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArithmeticProcessor": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArithmeticProcessor", "kind": "interface", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 166 }, "name": "LogsCustomPipelineProcessorArithmeticProcessor", "namespace": "logsCustomPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#expression LogsCustomPipeline#expression}", "stability": "stable", "summary": "Arithmetic operation between one or more log attributes." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 172 }, "name": "expression", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#target LogsCustomPipeline#target}", "stability": "stable", "summary": "Name of the attribute that contains the result of the arithmetic operation." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 196 }, "name": "target", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#is_enabled LogsCustomPipeline#is_enabled}", "stability": "stable", "summary": "Boolean value to enable your pipeline." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 178 }, "name": "isEnabled", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#is_replace_missing LogsCustomPipeline#is_replace_missing}", "stability": "stable", "summary": "If true, it replaces all missing attributes of expression by 0, false skips the operation if an attribute is missing." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 184 }, "name": "isReplaceMissing", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}", "stability": "stable", "summary": "Your pipeline name." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 190 }, "name": "name", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorArithmeticProcessor" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArithmeticProcessorOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArithmeticProcessorOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 263 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 256 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 333 }, "name": "resetIsEnabled" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 349 }, "name": "resetIsReplaceMissing" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 365 }, "name": "resetName" } ], "name": "LogsCustomPipelineProcessorArithmeticProcessorOutputReference", "namespace": "logsCustomPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 321 }, "name": "expressionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 337 }, "name": "isEnabledInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 353 }, "name": "isReplaceMissingInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 369 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 382 }, "name": "targetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 314 }, "name": "expression", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 327 }, "name": "isEnabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 343 }, "name": "isReplaceMissing", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 359 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 375 }, "name": "target", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 267 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArithmeticProcessor" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorArithmeticProcessorOutputReference" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArrayProcessor": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArrayProcessor", "kind": "interface", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 986 }, "name": "LogsCustomPipelineProcessorArrayProcessor", "namespace": "logsCustomPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#operation LogsCustomPipeline#operation}", "stability": "stable", "summary": "operation block." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 1004 }, "name": "operation", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArrayProcessorOperation" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#is_enabled LogsCustomPipeline#is_enabled}", "stability": "stable", "summary": "Boolean value to enable your processor." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 992 }, "name": "isEnabled", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}", "stability": "stable", "summary": "Your processor name." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 998 }, "name": "name", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorArrayProcessor" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArrayProcessorOperation": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArrayProcessorOperation", "kind": "interface", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 830 }, "name": "LogsCustomPipelineProcessorArrayProcessorOperation", "namespace": "logsCustomPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#append LogsCustomPipeline#append}", "stability": "stable", "summary": "append block." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 836 }, "name": "append", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArrayProcessorOperationAppend" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#length LogsCustomPipeline#length}", "stability": "stable", "summary": "length block." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 842 }, "name": "length", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArrayProcessorOperationLength" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#select LogsCustomPipeline#select}", "stability": "stable", "summary": "select block." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 848 }, "name": "select", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArrayProcessorOperationSelect" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorArrayProcessorOperation" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArrayProcessorOperationAppend": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArrayProcessorOperationAppend", "kind": "interface", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 386 }, "name": "LogsCustomPipelineProcessorArrayProcessorOperationAppend", "namespace": "logsCustomPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#source LogsCustomPipeline#source}", "stability": "stable", "summary": "Attribute path containing the value to append." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 398 }, "name": "source", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#target LogsCustomPipeline#target}", "stability": "stable", "summary": "Attribute path of the array to append to." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 404 }, "name": "target", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#preserve_source LogsCustomPipeline#preserve_source}", "stability": "stable", "summary": "Remove or preserve the remapped source element. Defaults to `true`." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 392 }, "name": "preserveSource", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorArrayProcessorOperationAppend" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArrayProcessorOperationAppendOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArrayProcessorOperationAppendOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 457 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 450 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 502 }, "name": "resetPreserveSource" } ], "name": "LogsCustomPipelineProcessorArrayProcessorOperationAppendOutputReference", "namespace": "logsCustomPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 506 }, "name": "preserveSourceInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 519 }, "name": "sourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 532 }, "name": "targetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 496 }, "name": "preserveSource", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 512 }, "name": "source", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 525 }, "name": "target", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 461 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArrayProcessorOperationAppend" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorArrayProcessorOperationAppendOutputReference" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArrayProcessorOperationLength": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArrayProcessorOperationLength", "kind": "interface", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 536 }, "name": "LogsCustomPipelineProcessorArrayProcessorOperationLength", "namespace": "logsCustomPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#source LogsCustomPipeline#source}", "stability": "stable", "summary": "Attribute path of the array to compute the length of." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 542 }, "name": "source", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#target LogsCustomPipeline#target}", "stability": "stable", "summary": "Attribute that receives the computed length." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 548 }, "name": "target", "type": { "primitive": "string" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorArrayProcessorOperationLength" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArrayProcessorOperationLengthOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArrayProcessorOperationLengthOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 594 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 587 }, "name": "LogsCustomPipelineProcessorArrayProcessorOperationLengthOutputReference", "namespace": "logsCustomPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 634 }, "name": "sourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 647 }, "name": "targetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 627 }, "name": "source", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 640 }, "name": "target", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 598 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArrayProcessorOperationLength" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorArrayProcessorOperationLengthOutputReference" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArrayProcessorOperationOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArrayProcessorOperationOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 901 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 894 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 943 }, "name": "putAppend", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArrayProcessorOperationAppend" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 959 }, "name": "putLength", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArrayProcessorOperationLength" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 975 }, "name": "putSelect", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArrayProcessorOperationSelect" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 946 }, "name": "resetAppend" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 962 }, "name": "resetLength" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 978 }, "name": "resetSelect" } ], "name": "LogsCustomPipelineProcessorArrayProcessorOperationOutputReference", "namespace": "logsCustomPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 940 }, "name": "append", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArrayProcessorOperationAppendOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 956 }, "name": "length", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArrayProcessorOperationLengthOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 972 }, "name": "select", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArrayProcessorOperationSelectOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 950 }, "name": "appendInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArrayProcessorOperationAppend" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 966 }, "name": "lengthInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArrayProcessorOperationLength" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 982 }, "name": "selectInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArrayProcessorOperationSelect" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 905 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArrayProcessorOperation" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorArrayProcessorOperationOutputReference" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArrayProcessorOperationSelect": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArrayProcessorOperationSelect", "kind": "interface", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 651 }, "name": "LogsCustomPipelineProcessorArrayProcessorOperationSelect", "namespace": "logsCustomPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#filter LogsCustomPipeline#filter}", "stability": "stable", "summary": "Filter expression (e.g. key1:value1 OR key2:value2) used to find the matching element." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 657 }, "name": "filter", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#source LogsCustomPipeline#source}", "stability": "stable", "summary": "Attribute path of the array to search into." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 663 }, "name": "source", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#target LogsCustomPipeline#target}", "stability": "stable", "summary": "Attribute that receives the extracted value." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 669 }, "name": "target", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#value_to_extract LogsCustomPipeline#value_to_extract}", "stability": "stable", "summary": "Attribute key from the matching object that should be extracted." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 675 }, "name": "valueToExtract", "type": { "primitive": "string" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorArrayProcessorOperationSelect" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArrayProcessorOperationSelectOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArrayProcessorOperationSelectOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 735 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 728 }, "name": "LogsCustomPipelineProcessorArrayProcessorOperationSelectOutputReference", "namespace": "logsCustomPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 787 }, "name": "filterInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 800 }, "name": "sourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 813 }, "name": "targetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 826 }, "name": "valueToExtractInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 780 }, "name": "filter", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 793 }, "name": "source", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 806 }, "name": "target", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 819 }, "name": "valueToExtract", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 739 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArrayProcessorOperationSelect" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorArrayProcessorOperationSelectOutputReference" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArrayProcessorOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArrayProcessorOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 1057 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 1050 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 1131 }, "name": "putOperation", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArrayProcessorOperation" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 1102 }, "name": "resetIsEnabled" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 1118 }, "name": "resetName" } ], "name": "LogsCustomPipelineProcessorArrayProcessorOutputReference", "namespace": "logsCustomPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 1128 }, "name": "operation", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArrayProcessorOperationOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 1106 }, "name": "isEnabledInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 1122 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 1135 }, "name": "operationInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArrayProcessorOperation" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 1096 }, "name": "isEnabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 1112 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 1061 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArrayProcessor" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorArrayProcessorOutputReference" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorAttributeRemapper": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorAttributeRemapper", "kind": "interface", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 1139 }, "name": "LogsCustomPipelineProcessorAttributeRemapper", "namespace": "logsCustomPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#sources LogsCustomPipeline#sources}", "stability": "stable", "summary": "List of source attributes or tags." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 1175 }, "name": "sources", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#source_type LogsCustomPipeline#source_type}", "stability": "stable", "summary": "Defines where the sources are from (log `attribute` or `tag`)." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 1169 }, "name": "sourceType", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#target LogsCustomPipeline#target}", "stability": "stable", "summary": "Final attribute or tag name to remap the sources." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 1181 }, "name": "target", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#target_type LogsCustomPipeline#target_type}", "stability": "stable", "summary": "Defines if the target is a log `attribute` or `tag`." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 1193 }, "name": "targetType", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#is_enabled LogsCustomPipeline#is_enabled}", "stability": "stable", "summary": "If the processor is enabled or not." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 1145 }, "name": "isEnabled", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}", "stability": "stable", "summary": "Name of the processor." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 1151 }, "name": "name", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#override_on_conflict LogsCustomPipeline#override_on_conflict}", "stability": "stable", "summary": "Override the target element if already set." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 1157 }, "name": "overrideOnConflict", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#preserve_source LogsCustomPipeline#preserve_source}", "stability": "stable", "summary": "Remove or preserve the remapped source element." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 1163 }, "name": "preserveSource", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "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://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#target_format LogsCustomPipeline#target_format}", "stability": "stable", "summary": "If the `target_type` of the remapper is `attribute`, try to cast the value to a new specific type." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 1187 }, "name": "targetFormat", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorAttributeRemapper" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorAttributeRemapperOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorAttributeRemapperOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 1288 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 1281 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 1369 }, "name": "resetIsEnabled" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 1385 }, "name": "resetName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 1401 }, "name": "resetOverrideOnConflict" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 1417 }, "name": "resetPreserveSource" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 1472 }, "name": "resetTargetFormat" } ], "name": "LogsCustomPipelineProcessorAttributeRemapperOutputReference", "namespace": "logsCustomPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 1373 }, "name": "isEnabledInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 1389 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 1405 }, "name": "overrideOnConflictInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 1421 }, "name": "preserveSourceInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 1447 }, "name": "sourcesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 1434 }, "name": "sourceTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 1476 }, "name": "targetFormatInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 1460 }, "name": "targetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 1489 }, "name": "targetTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 1363 }, "name": "isEnabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 1379 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 1395 }, "name": "overrideOnConflict", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 1411 }, "name": "preserveSource", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 1440 }, "name": "sources", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 1427 }, "name": "sourceType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 1453 }, "name": "target", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 1466 }, "name": "targetFormat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 1482 }, "name": "targetType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 1292 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorAttributeRemapper" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorAttributeRemapperOutputReference" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorCategoryProcessor": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorCategoryProcessor", "kind": "interface", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 1721 }, "name": "LogsCustomPipelineProcessorCategoryProcessor", "namespace": "logsCustomPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#category LogsCustomPipeline#category}", "stability": "stable", "summary": "category block." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 1745 }, "name": "category", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorCategoryProcessorCategory" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#target LogsCustomPipeline#target}", "stability": "stable", "summary": "Name of the target attribute whose value is defined by the matching category." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 1739 }, "name": "target", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#is_enabled LogsCustomPipeline#is_enabled}", "stability": "stable", "summary": "If the processor is enabled or not." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 1727 }, "name": "isEnabled", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}", "stability": "stable", "summary": "Name of the category." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 1733 }, "name": "name", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorCategoryProcessor" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorCategoryProcessorCategory": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorCategoryProcessorCategory", "kind": "interface", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 1576 }, "name": "LogsCustomPipelineProcessorCategoryProcessorCategory", "namespace": "logsCustomPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#filter LogsCustomPipeline#filter}", "stability": "stable", "summary": "filter block." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 1586 }, "name": "filter", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorCategoryProcessorCategoryFilter" } }, { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 1580 }, "name": "name", "type": { "primitive": "string" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorCategoryProcessorCategory" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorCategoryProcessorCategoryFilter": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorCategoryProcessorCategoryFilter", "kind": "interface", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 1493 }, "name": "LogsCustomPipelineProcessorCategoryProcessorCategoryFilter", "namespace": "logsCustomPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#query LogsCustomPipeline#query}", "stability": "stable", "summary": "Filter criteria of the category." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 1499 }, "name": "query", "type": { "primitive": "string" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorCategoryProcessorCategoryFilter" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorCategoryProcessorCategoryFilterOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorCategoryProcessorCategoryFilterOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 1538 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 1531 }, "name": "LogsCustomPipelineProcessorCategoryProcessorCategoryFilterOutputReference", "namespace": "logsCustomPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 1572 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 1565 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 1542 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorCategoryProcessorCategoryFilter" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorCategoryProcessorCategoryFilterOutputReference" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorCategoryProcessorCategoryList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorCategoryProcessorCategoryList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 1710 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 1702 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 1717 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorCategoryProcessorCategoryOutputReference" } } } ], "name": "LogsCustomPipelineProcessorCategoryProcessorCategoryList", "namespace": "logsCustomPipeline", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 1710 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 1710 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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/index.ts", "line": 1710 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 1703 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorCategoryProcessorCategory" }, "kind": "array" } } ] } } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorCategoryProcessorCategoryList" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorCategoryProcessorCategoryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorCategoryProcessorCategoryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 1635 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 1625 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 1693 }, "name": "putFilter", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorCategoryProcessorCategoryFilter" } } ] } ], "name": "LogsCustomPipelineProcessorCategoryProcessorCategoryOutputReference", "namespace": "logsCustomPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 1690 }, "name": "filter", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorCategoryProcessorCategoryFilterOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 1697 }, "name": "filterInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorCategoryProcessorCategoryFilter" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 1684 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 1677 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 1639 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorCategoryProcessorCategory" } ] } } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorCategoryProcessorCategoryOutputReference" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorCategoryProcessorOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorCategoryProcessorOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 1805 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 1798 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 1898 }, "name": "putCategory", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorCategoryProcessorCategory" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 1856 }, "name": "resetIsEnabled" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 1872 }, "name": "resetName" } ], "name": "LogsCustomPipelineProcessorCategoryProcessorOutputReference", "namespace": "logsCustomPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 1895 }, "name": "category", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorCategoryProcessorCategoryList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 1902 }, "name": "categoryInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorCategoryProcessorCategory" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 1860 }, "name": "isEnabledInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 1876 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 1889 }, "name": "targetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 1850 }, "name": "isEnabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 1866 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 1882 }, "name": "target", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 1809 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorCategoryProcessor" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorCategoryProcessorOutputReference" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorDateRemapper": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorDateRemapper", "kind": "interface", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 1906 }, "name": "LogsCustomPipelineProcessorDateRemapper", "namespace": "logsCustomPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#sources LogsCustomPipeline#sources}", "stability": "stable", "summary": "List of source attributes." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 1924 }, "name": "sources", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#is_enabled LogsCustomPipeline#is_enabled}", "stability": "stable", "summary": "If the processor is enabled or not." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 1912 }, "name": "isEnabled", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}", "stability": "stable", "summary": "Name of the processor." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 1918 }, "name": "name", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorDateRemapper" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorDateRemapperOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorDateRemapperOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 1977 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 1970 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 2022 }, "name": "resetIsEnabled" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 2038 }, "name": "resetName" } ], "name": "LogsCustomPipelineProcessorDateRemapperOutputReference", "namespace": "logsCustomPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 2026 }, "name": "isEnabledInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 2042 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 2055 }, "name": "sourcesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 2016 }, "name": "isEnabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 2032 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 2048 }, "name": "sources", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 1981 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorDateRemapper" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorDateRemapperOutputReference" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorDecoderProcessor": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorDecoderProcessor", "kind": "interface", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 2059 }, "name": "LogsCustomPipelineProcessorDecoderProcessor", "namespace": "logsCustomPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#binary_to_text_encoding LogsCustomPipeline#binary_to_text_encoding}", "stability": "stable", "summary": "Encoding type: base64 or base16." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 2065 }, "name": "binaryToTextEncoding", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#input_representation LogsCustomPipeline#input_representation}", "stability": "stable", "summary": "Input representation: utf-8 or integer." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 2071 }, "name": "inputRepresentation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#source LogsCustomPipeline#source}", "stability": "stable", "summary": "Encoded message." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 2089 }, "name": "source", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#target LogsCustomPipeline#target}", "stability": "stable", "summary": "Decoded message." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 2095 }, "name": "target", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#is_enabled LogsCustomPipeline#is_enabled}", "stability": "stable", "summary": "If the processor is enabled or not." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 2077 }, "name": "isEnabled", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}", "stability": "stable", "summary": "Name of the processor." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 2083 }, "name": "name", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorDecoderProcessor" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorDecoderProcessorOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorDecoderProcessorOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 2169 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 2162 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 2258 }, "name": "resetIsEnabled" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 2274 }, "name": "resetName" } ], "name": "LogsCustomPipelineProcessorDecoderProcessorOutputReference", "namespace": "logsCustomPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 2233 }, "name": "binaryToTextEncodingInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 2246 }, "name": "inputRepresentationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 2262 }, "name": "isEnabledInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 2278 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 2291 }, "name": "sourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 2304 }, "name": "targetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 2226 }, "name": "binaryToTextEncoding", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 2239 }, "name": "inputRepresentation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 2252 }, "name": "isEnabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 2268 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 2284 }, "name": "source", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 2297 }, "name": "target", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 2173 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorDecoderProcessor" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorDecoderProcessorOutputReference" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorGeoIpParser": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorGeoIpParser", "kind": "interface", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 2308 }, "name": "LogsCustomPipelineProcessorGeoIpParser", "namespace": "logsCustomPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#sources LogsCustomPipeline#sources}", "stability": "stable", "summary": "List of source attributes." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 2326 }, "name": "sources", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#target LogsCustomPipeline#target}", "stability": "stable", "summary": "Name of the parent attribute that contains all the extracted details from the sources." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 2332 }, "name": "target", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#is_enabled LogsCustomPipeline#is_enabled}", "stability": "stable", "summary": "If the processor is enabled or not." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 2314 }, "name": "isEnabled", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}", "stability": "stable", "summary": "Name of the processor." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 2320 }, "name": "name", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorGeoIpParser" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorGeoIpParserOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorGeoIpParserOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 2392 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 2385 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 2443 }, "name": "resetIsEnabled" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 2459 }, "name": "resetName" } ], "name": "LogsCustomPipelineProcessorGeoIpParserOutputReference", "namespace": "logsCustomPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 2447 }, "name": "isEnabledInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 2463 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 2476 }, "name": "sourcesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 2489 }, "name": "targetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 2437 }, "name": "isEnabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 2453 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 2469 }, "name": "sources", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 2482 }, "name": "target", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 2396 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorGeoIpParser" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorGeoIpParserOutputReference" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorGrokParser": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorGrokParser", "kind": "interface", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 2608 }, "name": "LogsCustomPipelineProcessorGrokParser", "namespace": "logsCustomPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#grok LogsCustomPipeline#grok}", "stability": "stable", "summary": "grok block." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 2638 }, "name": "grok", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorGrokParserGrok" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#source LogsCustomPipeline#source}", "stability": "stable", "summary": "Name of the log attribute to parse." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 2632 }, "name": "source", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#is_enabled LogsCustomPipeline#is_enabled}", "stability": "stable", "summary": "If the processor is enabled or not." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 2614 }, "name": "isEnabled", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}", "stability": "stable", "summary": "Name of the processor." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 2620 }, "name": "name", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "It can save up to 5 samples. Each sample takes up to 5000 characters.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#samples LogsCustomPipeline#samples}", "stability": "stable", "summary": "List of sample logs for this parser." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 2626 }, "name": "samples", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorGrokParser" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorGrokParserGrok": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorGrokParserGrok", "kind": "interface", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 2493 }, "name": "LogsCustomPipelineProcessorGrokParserGrok", "namespace": "logsCustomPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#match_rules LogsCustomPipeline#match_rules}", "stability": "stable", "summary": "Match rules for your grok parser." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 2499 }, "name": "matchRules", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#support_rules LogsCustomPipeline#support_rules}", "stability": "stable", "summary": "Support rules for your grok parser." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 2505 }, "name": "supportRules", "type": { "primitive": "string" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorGrokParserGrok" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorGrokParserGrokOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorGrokParserGrokOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 2551 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 2544 }, "name": "LogsCustomPipelineProcessorGrokParserGrokOutputReference", "namespace": "logsCustomPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 2591 }, "name": "matchRulesInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 2604 }, "name": "supportRulesInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 2584 }, "name": "matchRules", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 2597 }, "name": "supportRules", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 2555 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorGrokParserGrok" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorGrokParserGrokOutputReference" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorGrokParserOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorGrokParserOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 2705 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 2698 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 2820 }, "name": "putGrok", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorGrokParserGrok" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 2762 }, "name": "resetIsEnabled" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 2778 }, "name": "resetName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 2794 }, "name": "resetSamples" } ], "name": "LogsCustomPipelineProcessorGrokParserOutputReference", "namespace": "logsCustomPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 2817 }, "name": "grok", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorGrokParserGrokOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 2824 }, "name": "grokInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorGrokParserGrok" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 2766 }, "name": "isEnabledInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 2782 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 2798 }, "name": "samplesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 2811 }, "name": "sourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 2756 }, "name": "isEnabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 2772 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 2788 }, "name": "samples", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 2804 }, "name": "source", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 2709 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorGrokParser" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorGrokParserOutputReference" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14350 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14342 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14357 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorOutputReference" } } } ], "name": "LogsCustomPipelineProcessorList", "namespace": "logsCustomPipeline", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14350 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14350 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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/index.ts", "line": 14350 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14343 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessor" }, "kind": "array" } } ] } } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorList" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorLookupProcessor": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorLookupProcessor", "kind": "interface", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 2828 }, "name": "LogsCustomPipelineProcessorLookupProcessor", "namespace": "logsCustomPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#lookup_table LogsCustomPipeline#lookup_table}", "stability": "stable", "summary": "List of entries of the lookup table using `key,value` format." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 2846 }, "name": "lookupTable", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#source LogsCustomPipeline#source}", "stability": "stable", "summary": "Name of the source attribute used to do the lookup." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 2858 }, "name": "source", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#target LogsCustomPipeline#target}", "stability": "stable", "summary": "Name of the attribute that contains the result of the lookup." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 2864 }, "name": "target", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#default_lookup LogsCustomPipeline#default_lookup}", "stability": "stable", "summary": "Default lookup value to use if there is no entry in the lookup table for the value of the source attribute." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 2834 }, "name": "defaultLookup", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#is_enabled LogsCustomPipeline#is_enabled}", "stability": "stable", "summary": "If the processor is enabled or not." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 2840 }, "name": "isEnabled", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}", "stability": "stable", "summary": "Name of the processor." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 2852 }, "name": "name", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorLookupProcessor" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorLookupProcessorOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorLookupProcessorOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 2938 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 2931 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 3001 }, "name": "resetDefaultLookup" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 3017 }, "name": "resetIsEnabled" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 3046 }, "name": "resetName" } ], "name": "LogsCustomPipelineProcessorLookupProcessorOutputReference", "namespace": "logsCustomPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 3005 }, "name": "defaultLookupInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 3021 }, "name": "isEnabledInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 3034 }, "name": "lookupTableInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 3050 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 3063 }, "name": "sourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 3076 }, "name": "targetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 2995 }, "name": "defaultLookup", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 3011 }, "name": "isEnabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 3027 }, "name": "lookupTable", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 3040 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 3056 }, "name": "source", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 3069 }, "name": "target", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 2942 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorLookupProcessor" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorLookupProcessorOutputReference" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorMessageRemapper": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorMessageRemapper", "kind": "interface", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 3080 }, "name": "LogsCustomPipelineProcessorMessageRemapper", "namespace": "logsCustomPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#sources LogsCustomPipeline#sources}", "stability": "stable", "summary": "List of source attributes." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 3098 }, "name": "sources", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#is_enabled LogsCustomPipeline#is_enabled}", "stability": "stable", "summary": "If the processor is enabled or not." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 3086 }, "name": "isEnabled", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}", "stability": "stable", "summary": "Name of the processor." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 3092 }, "name": "name", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorMessageRemapper" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorMessageRemapperOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorMessageRemapperOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 3151 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 3144 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 3196 }, "name": "resetIsEnabled" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 3212 }, "name": "resetName" } ], "name": "LogsCustomPipelineProcessorMessageRemapperOutputReference", "namespace": "logsCustomPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 3200 }, "name": "isEnabledInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 3216 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 3229 }, "name": "sourcesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 3190 }, "name": "isEnabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 3206 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 3222 }, "name": "sources", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 3155 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorMessageRemapper" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorMessageRemapperOutputReference" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 13873 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 13863 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14026 }, "name": "putArithmeticProcessor", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArithmeticProcessor" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14042 }, "name": "putArrayProcessor", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArrayProcessor" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14058 }, "name": "putAttributeRemapper", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorAttributeRemapper" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14074 }, "name": "putCategoryProcessor", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorCategoryProcessor" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14090 }, "name": "putDateRemapper", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorDateRemapper" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14106 }, "name": "putDecoderProcessor", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorDecoderProcessor" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14122 }, "name": "putGeoIpParser", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorGeoIpParser" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14138 }, "name": "putGrokParser", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorGrokParser" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14154 }, "name": "putLookupProcessor", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorLookupProcessor" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14170 }, "name": "putMessageRemapper", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorMessageRemapper" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14186 }, "name": "putPipeline", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipeline" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14202 }, "name": "putReferenceTableLookupProcessor", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorReferenceTableLookupProcessor" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14218 }, "name": "putSchemaProcessor", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessor" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14234 }, "name": "putServiceRemapper", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorServiceRemapper" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14250 }, "name": "putSpanIdRemapper", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSpanIdRemapper" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14266 }, "name": "putStatusRemapper", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorStatusRemapper" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14282 }, "name": "putStringBuilderProcessor", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorStringBuilderProcessor" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14298 }, "name": "putTraceIdRemapper", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorTraceIdRemapper" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14314 }, "name": "putUrlParser", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorUrlParser" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14330 }, "name": "putUserAgentParser", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorUserAgentParser" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14029 }, "name": "resetArithmeticProcessor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14045 }, "name": "resetArrayProcessor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14061 }, "name": "resetAttributeRemapper" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14077 }, "name": "resetCategoryProcessor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14093 }, "name": "resetDateRemapper" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14109 }, "name": "resetDecoderProcessor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14125 }, "name": "resetGeoIpParser" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14141 }, "name": "resetGrokParser" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14157 }, "name": "resetLookupProcessor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14173 }, "name": "resetMessageRemapper" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14189 }, "name": "resetPipeline" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14205 }, "name": "resetReferenceTableLookupProcessor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14221 }, "name": "resetSchemaProcessor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14237 }, "name": "resetServiceRemapper" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14253 }, "name": "resetSpanIdRemapper" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14269 }, "name": "resetStatusRemapper" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14285 }, "name": "resetStringBuilderProcessor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14301 }, "name": "resetTraceIdRemapper" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14317 }, "name": "resetUrlParser" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14333 }, "name": "resetUserAgentParser" } ], "name": "LogsCustomPipelineProcessorOutputReference", "namespace": "logsCustomPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14023 }, "name": "arithmeticProcessor", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArithmeticProcessorOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14039 }, "name": "arrayProcessor", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArrayProcessorOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14055 }, "name": "attributeRemapper", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorAttributeRemapperOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14071 }, "name": "categoryProcessor", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorCategoryProcessorOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14087 }, "name": "dateRemapper", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorDateRemapperOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14103 }, "name": "decoderProcessor", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorDecoderProcessorOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14119 }, "name": "geoIpParser", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorGeoIpParserOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14135 }, "name": "grokParser", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorGrokParserOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14151 }, "name": "lookupProcessor", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorLookupProcessorOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14167 }, "name": "messageRemapper", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorMessageRemapperOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14183 }, "name": "pipeline", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14199 }, "name": "referenceTableLookupProcessor", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorReferenceTableLookupProcessorOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14215 }, "name": "schemaProcessor", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14231 }, "name": "serviceRemapper", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorServiceRemapperOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14247 }, "name": "spanIdRemapper", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSpanIdRemapperOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14263 }, "name": "statusRemapper", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorStatusRemapperOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14279 }, "name": "stringBuilderProcessor", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorStringBuilderProcessorOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14295 }, "name": "traceIdRemapper", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorTraceIdRemapperOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14311 }, "name": "urlParser", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorUrlParserOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14327 }, "name": "userAgentParser", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorUserAgentParserOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14033 }, "name": "arithmeticProcessorInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArithmeticProcessor" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14049 }, "name": "arrayProcessorInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArrayProcessor" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14065 }, "name": "attributeRemapperInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorAttributeRemapper" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14081 }, "name": "categoryProcessorInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorCategoryProcessor" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14097 }, "name": "dateRemapperInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorDateRemapper" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14113 }, "name": "decoderProcessorInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorDecoderProcessor" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14129 }, "name": "geoIpParserInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorGeoIpParser" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14145 }, "name": "grokParserInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorGrokParser" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14161 }, "name": "lookupProcessorInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorLookupProcessor" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14177 }, "name": "messageRemapperInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorMessageRemapper" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14193 }, "name": "pipelineInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipeline" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14209 }, "name": "referenceTableLookupProcessorInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorReferenceTableLookupProcessor" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14225 }, "name": "schemaProcessorInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessor" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14241 }, "name": "serviceRemapperInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorServiceRemapper" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14257 }, "name": "spanIdRemapperInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSpanIdRemapper" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14273 }, "name": "statusRemapperInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorStatusRemapper" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14289 }, "name": "stringBuilderProcessorInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorStringBuilderProcessor" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14305 }, "name": "traceIdRemapperInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorTraceIdRemapper" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14321 }, "name": "urlParserInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorUrlParser" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 14337 }, "name": "userAgentParserInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorUserAgentParser" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 13877 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessor" } ] } } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorOutputReference" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipeline": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipeline", "kind": "interface", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10247 }, "name": "LogsCustomPipelineProcessorPipeline", "namespace": "logsCustomPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#filter LogsCustomPipeline#filter}", "stability": "stable", "summary": "filter block." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10269 }, "name": "filter", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineFilter" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10259 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#description LogsCustomPipeline#description}." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10251 }, "name": "description", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#is_enabled LogsCustomPipeline#is_enabled}." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10255 }, "name": "isEnabled", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#processor LogsCustomPipeline#processor}", "stability": "stable", "summary": "processor block." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10275 }, "name": "processor", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessor" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#tags LogsCustomPipeline#tags}." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10263 }, "name": "tags", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipeline" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineFilter": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineFilter", "kind": "interface", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 3233 }, "name": "LogsCustomPipelineProcessorPipelineFilter", "namespace": "logsCustomPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#query LogsCustomPipeline#query}", "stability": "stable", "summary": "Filter criteria of the category." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 3239 }, "name": "query", "type": { "primitive": "string" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineFilter" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineFilterList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineFilterList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 3337 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 3329 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 3344 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineFilterOutputReference" } } } ], "name": "LogsCustomPipelineProcessorPipelineFilterList", "namespace": "logsCustomPipeline", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 3337 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 3337 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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/index.ts", "line": 3337 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 3330 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineFilter" }, "kind": "array" } } ] } } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineFilterList" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineFilterOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineFilterOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 3281 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 3271 }, "name": "LogsCustomPipelineProcessorPipelineFilterOutputReference", "namespace": "logsCustomPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 3324 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 3317 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 3285 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineFilter" } ] } } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineFilterOutputReference" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10349 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 10342 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10470 }, "name": "putFilter", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineFilter" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10483 }, "name": "putProcessor", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessor" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10412 }, "name": "resetDescription" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10428 }, "name": "resetIsEnabled" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10486 }, "name": "resetProcessor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10457 }, "name": "resetTags" } ], "name": "LogsCustomPipelineProcessorPipelineOutputReference", "namespace": "logsCustomPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10467 }, "name": "filter", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineFilterList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10480 }, "name": "processor", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10416 }, "name": "descriptionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10474 }, "name": "filterInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineFilter" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10432 }, "name": "isEnabledInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10445 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10490 }, "name": "processorInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessor" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10461 }, "name": "tagsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10406 }, "name": "description", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10422 }, "name": "isEnabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10438 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10451 }, "name": "tags", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10353 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipeline" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineOutputReference" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessor": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessor", "kind": "interface", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 9499 }, "name": "LogsCustomPipelineProcessorPipelineProcessor", "namespace": "logsCustomPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#arithmetic_processor LogsCustomPipeline#arithmetic_processor}", "stability": "stable", "summary": "arithmetic_processor block." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 9505 }, "name": "arithmeticProcessor", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArithmeticProcessor" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#array_processor LogsCustomPipeline#array_processor}", "stability": "stable", "summary": "array_processor block." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 9511 }, "name": "arrayProcessor", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArrayProcessor" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#attribute_remapper LogsCustomPipeline#attribute_remapper}", "stability": "stable", "summary": "attribute_remapper block." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 9517 }, "name": "attributeRemapper", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorAttributeRemapper" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#category_processor LogsCustomPipeline#category_processor}", "stability": "stable", "summary": "category_processor block." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 9523 }, "name": "categoryProcessor", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorCategoryProcessor" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#date_remapper LogsCustomPipeline#date_remapper}", "stability": "stable", "summary": "date_remapper block." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 9529 }, "name": "dateRemapper", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorDateRemapper" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#decoder_processor LogsCustomPipeline#decoder_processor}", "stability": "stable", "summary": "decoder_processor block." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 9535 }, "name": "decoderProcessor", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorDecoderProcessor" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#geo_ip_parser LogsCustomPipeline#geo_ip_parser}", "stability": "stable", "summary": "geo_ip_parser block." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 9541 }, "name": "geoIpParser", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorGeoIpParser" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#grok_parser LogsCustomPipeline#grok_parser}", "stability": "stable", "summary": "grok_parser block." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 9547 }, "name": "grokParser", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorGrokParser" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#lookup_processor LogsCustomPipeline#lookup_processor}", "stability": "stable", "summary": "lookup_processor block." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 9553 }, "name": "lookupProcessor", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorLookupProcessor" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#message_remapper LogsCustomPipeline#message_remapper}", "stability": "stable", "summary": "message_remapper block." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 9559 }, "name": "messageRemapper", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorMessageRemapper" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#reference_table_lookup_processor LogsCustomPipeline#reference_table_lookup_processor}", "stability": "stable", "summary": "reference_table_lookup_processor block." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 9565 }, "name": "referenceTableLookupProcessor", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorReferenceTableLookupProcessor" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#schema_processor LogsCustomPipeline#schema_processor}", "stability": "stable", "summary": "schema_processor block." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 9571 }, "name": "schemaProcessor", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessor" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#service_remapper LogsCustomPipeline#service_remapper}", "stability": "stable", "summary": "service_remapper block." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 9577 }, "name": "serviceRemapper", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorServiceRemapper" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#span_id_remapper LogsCustomPipeline#span_id_remapper}", "stability": "stable", "summary": "span_id_remapper block." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 9583 }, "name": "spanIdRemapper", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSpanIdRemapper" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#status_remapper LogsCustomPipeline#status_remapper}", "stability": "stable", "summary": "status_remapper block." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 9589 }, "name": "statusRemapper", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorStatusRemapper" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#string_builder_processor LogsCustomPipeline#string_builder_processor}", "stability": "stable", "summary": "string_builder_processor block." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 9595 }, "name": "stringBuilderProcessor", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorStringBuilderProcessor" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#trace_id_remapper LogsCustomPipeline#trace_id_remapper}", "stability": "stable", "summary": "trace_id_remapper block." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 9601 }, "name": "traceIdRemapper", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorTraceIdRemapper" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#url_parser LogsCustomPipeline#url_parser}", "stability": "stable", "summary": "url_parser block." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 9607 }, "name": "urlParser", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorUrlParser" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#user_agent_parser LogsCustomPipeline#user_agent_parser}", "stability": "stable", "summary": "user_agent_parser block." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 9613 }, "name": "userAgentParser", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorUserAgentParser" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessor" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArithmeticProcessor": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArithmeticProcessor", "kind": "interface", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 3348 }, "name": "LogsCustomPipelineProcessorPipelineProcessorArithmeticProcessor", "namespace": "logsCustomPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#expression LogsCustomPipeline#expression}", "stability": "stable", "summary": "Arithmetic operation between one or more log attributes." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 3354 }, "name": "expression", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#target LogsCustomPipeline#target}", "stability": "stable", "summary": "Name of the attribute that contains the result of the arithmetic operation." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 3378 }, "name": "target", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#is_enabled LogsCustomPipeline#is_enabled}", "stability": "stable", "summary": "Boolean value to enable your pipeline." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 3360 }, "name": "isEnabled", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#is_replace_missing LogsCustomPipeline#is_replace_missing}", "stability": "stable", "summary": "If true, it replaces all missing attributes of expression by 0, false skips the operation if an attribute is missing." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 3366 }, "name": "isReplaceMissing", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}", "stability": "stable", "summary": "Your pipeline name." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 3372 }, "name": "name", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorArithmeticProcessor" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArithmeticProcessorOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArithmeticProcessorOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 3445 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 3438 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 3515 }, "name": "resetIsEnabled" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 3531 }, "name": "resetIsReplaceMissing" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 3547 }, "name": "resetName" } ], "name": "LogsCustomPipelineProcessorPipelineProcessorArithmeticProcessorOutputReference", "namespace": "logsCustomPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 3503 }, "name": "expressionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 3519 }, "name": "isEnabledInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 3535 }, "name": "isReplaceMissingInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 3551 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 3564 }, "name": "targetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 3496 }, "name": "expression", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 3509 }, "name": "isEnabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 3525 }, "name": "isReplaceMissing", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 3541 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 3557 }, "name": "target", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 3449 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArithmeticProcessor" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorArithmeticProcessorOutputReference" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArrayProcessor": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArrayProcessor", "kind": "interface", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4168 }, "name": "LogsCustomPipelineProcessorPipelineProcessorArrayProcessor", "namespace": "logsCustomPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#operation LogsCustomPipeline#operation}", "stability": "stable", "summary": "operation block." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4186 }, "name": "operation", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperation" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#is_enabled LogsCustomPipeline#is_enabled}", "stability": "stable", "summary": "Boolean value to enable your processor." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4174 }, "name": "isEnabled", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}", "stability": "stable", "summary": "Your processor name." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4180 }, "name": "name", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorArrayProcessor" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperation": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperation", "kind": "interface", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4012 }, "name": "LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperation", "namespace": "logsCustomPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#append LogsCustomPipeline#append}", "stability": "stable", "summary": "append block." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4018 }, "name": "append", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperationAppend" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#length LogsCustomPipeline#length}", "stability": "stable", "summary": "length block." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4024 }, "name": "length", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperationLength" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#select LogsCustomPipeline#select}", "stability": "stable", "summary": "select block." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4030 }, "name": "select", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperationSelect" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperation" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperationAppend": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperationAppend", "kind": "interface", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 3568 }, "name": "LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperationAppend", "namespace": "logsCustomPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#source LogsCustomPipeline#source}", "stability": "stable", "summary": "Attribute path containing the value to append." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 3580 }, "name": "source", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#target LogsCustomPipeline#target}", "stability": "stable", "summary": "Attribute path of the array to append to." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 3586 }, "name": "target", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#preserve_source LogsCustomPipeline#preserve_source}", "stability": "stable", "summary": "Remove or preserve the remapped source element. Defaults to `true`." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 3574 }, "name": "preserveSource", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperationAppend" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperationAppendOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperationAppendOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 3639 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 3632 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 3684 }, "name": "resetPreserveSource" } ], "name": "LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperationAppendOutputReference", "namespace": "logsCustomPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 3688 }, "name": "preserveSourceInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 3701 }, "name": "sourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 3714 }, "name": "targetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 3678 }, "name": "preserveSource", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 3694 }, "name": "source", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 3707 }, "name": "target", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 3643 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperationAppend" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperationAppendOutputReference" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperationLength": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperationLength", "kind": "interface", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 3718 }, "name": "LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperationLength", "namespace": "logsCustomPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#source LogsCustomPipeline#source}", "stability": "stable", "summary": "Attribute path of the array to compute the length of." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 3724 }, "name": "source", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#target LogsCustomPipeline#target}", "stability": "stable", "summary": "Attribute that receives the computed length." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 3730 }, "name": "target", "type": { "primitive": "string" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperationLength" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperationLengthOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperationLengthOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 3776 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 3769 }, "name": "LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperationLengthOutputReference", "namespace": "logsCustomPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 3816 }, "name": "sourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 3829 }, "name": "targetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 3809 }, "name": "source", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 3822 }, "name": "target", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 3780 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperationLength" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperationLengthOutputReference" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperationOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperationOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4083 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 4076 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4125 }, "name": "putAppend", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperationAppend" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4141 }, "name": "putLength", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperationLength" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4157 }, "name": "putSelect", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperationSelect" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4128 }, "name": "resetAppend" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4144 }, "name": "resetLength" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4160 }, "name": "resetSelect" } ], "name": "LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperationOutputReference", "namespace": "logsCustomPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4122 }, "name": "append", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperationAppendOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4138 }, "name": "length", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperationLengthOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4154 }, "name": "select", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperationSelectOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4132 }, "name": "appendInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperationAppend" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4148 }, "name": "lengthInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperationLength" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4164 }, "name": "selectInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperationSelect" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4087 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperation" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperationOutputReference" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperationSelect": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperationSelect", "kind": "interface", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 3833 }, "name": "LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperationSelect", "namespace": "logsCustomPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#filter LogsCustomPipeline#filter}", "stability": "stable", "summary": "Filter expression (e.g. key1:value1 OR key2:value2) used to find the matching element." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 3839 }, "name": "filter", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#source LogsCustomPipeline#source}", "stability": "stable", "summary": "Attribute path of the array to search into." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 3845 }, "name": "source", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#target LogsCustomPipeline#target}", "stability": "stable", "summary": "Attribute that receives the extracted value." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 3851 }, "name": "target", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#value_to_extract LogsCustomPipeline#value_to_extract}", "stability": "stable", "summary": "Attribute key from the matching object that should be extracted." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 3857 }, "name": "valueToExtract", "type": { "primitive": "string" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperationSelect" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperationSelectOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperationSelectOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 3917 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 3910 }, "name": "LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperationSelectOutputReference", "namespace": "logsCustomPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 3969 }, "name": "filterInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 3982 }, "name": "sourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 3995 }, "name": "targetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4008 }, "name": "valueToExtractInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 3962 }, "name": "filter", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 3975 }, "name": "source", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 3988 }, "name": "target", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4001 }, "name": "valueToExtract", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 3921 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperationSelect" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperationSelectOutputReference" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4239 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 4232 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4313 }, "name": "putOperation", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperation" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4284 }, "name": "resetIsEnabled" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4300 }, "name": "resetName" } ], "name": "LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOutputReference", "namespace": "logsCustomPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4310 }, "name": "operation", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperationOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4288 }, "name": "isEnabledInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4304 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4317 }, "name": "operationInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperation" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4278 }, "name": "isEnabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4294 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4243 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArrayProcessor" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOutputReference" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorAttributeRemapper": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorAttributeRemapper", "kind": "interface", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4321 }, "name": "LogsCustomPipelineProcessorPipelineProcessorAttributeRemapper", "namespace": "logsCustomPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#sources LogsCustomPipeline#sources}", "stability": "stable", "summary": "List of source attributes or tags." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4357 }, "name": "sources", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#source_type LogsCustomPipeline#source_type}", "stability": "stable", "summary": "Defines where the sources are from (log `attribute` or `tag`)." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4351 }, "name": "sourceType", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#target LogsCustomPipeline#target}", "stability": "stable", "summary": "Final attribute or tag name to remap the sources." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4363 }, "name": "target", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#target_type LogsCustomPipeline#target_type}", "stability": "stable", "summary": "Defines if the target is a log `attribute` or `tag`." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4375 }, "name": "targetType", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#is_enabled LogsCustomPipeline#is_enabled}", "stability": "stable", "summary": "If the processor is enabled or not." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4327 }, "name": "isEnabled", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}", "stability": "stable", "summary": "Name of the processor." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4333 }, "name": "name", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#override_on_conflict LogsCustomPipeline#override_on_conflict}", "stability": "stable", "summary": "Override the target element if already set." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4339 }, "name": "overrideOnConflict", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#preserve_source LogsCustomPipeline#preserve_source}", "stability": "stable", "summary": "Remove or preserve the remapped source element." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4345 }, "name": "preserveSource", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "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://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#target_format LogsCustomPipeline#target_format}", "stability": "stable", "summary": "If the `target_type` of the remapper is `attribute`, try to cast the value to a new specific type." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4369 }, "name": "targetFormat", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorAttributeRemapper" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorAttributeRemapperOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorAttributeRemapperOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4470 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 4463 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4551 }, "name": "resetIsEnabled" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4567 }, "name": "resetName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4583 }, "name": "resetOverrideOnConflict" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4599 }, "name": "resetPreserveSource" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4654 }, "name": "resetTargetFormat" } ], "name": "LogsCustomPipelineProcessorPipelineProcessorAttributeRemapperOutputReference", "namespace": "logsCustomPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4555 }, "name": "isEnabledInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4571 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4587 }, "name": "overrideOnConflictInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4603 }, "name": "preserveSourceInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4629 }, "name": "sourcesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4616 }, "name": "sourceTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4658 }, "name": "targetFormatInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4642 }, "name": "targetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4671 }, "name": "targetTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4545 }, "name": "isEnabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4561 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4577 }, "name": "overrideOnConflict", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4593 }, "name": "preserveSource", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4622 }, "name": "sources", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4609 }, "name": "sourceType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4635 }, "name": "target", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4648 }, "name": "targetFormat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4664 }, "name": "targetType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4474 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorAttributeRemapper" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorAttributeRemapperOutputReference" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorCategoryProcessor": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorCategoryProcessor", "kind": "interface", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4903 }, "name": "LogsCustomPipelineProcessorPipelineProcessorCategoryProcessor", "namespace": "logsCustomPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#category LogsCustomPipeline#category}", "stability": "stable", "summary": "category block." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4927 }, "name": "category", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategory" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#target LogsCustomPipeline#target}", "stability": "stable", "summary": "Name of the target attribute whose value is defined by the matching category." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4921 }, "name": "target", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#is_enabled LogsCustomPipeline#is_enabled}", "stability": "stable", "summary": "If the processor is enabled or not." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4909 }, "name": "isEnabled", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}", "stability": "stable", "summary": "Name of the category." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4915 }, "name": "name", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorCategoryProcessor" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategory": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategory", "kind": "interface", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4758 }, "name": "LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategory", "namespace": "logsCustomPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#filter LogsCustomPipeline#filter}", "stability": "stable", "summary": "filter block." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4768 }, "name": "filter", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategoryFilter" } }, { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4762 }, "name": "name", "type": { "primitive": "string" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategory" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategoryFilter": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategoryFilter", "kind": "interface", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4675 }, "name": "LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategoryFilter", "namespace": "logsCustomPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#query LogsCustomPipeline#query}", "stability": "stable", "summary": "Filter criteria of the category." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4681 }, "name": "query", "type": { "primitive": "string" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategoryFilter" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategoryFilterOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategoryFilterOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4720 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 4713 }, "name": "LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategoryFilterOutputReference", "namespace": "logsCustomPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4754 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4747 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4724 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategoryFilter" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategoryFilterOutputReference" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategoryList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategoryList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4892 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4884 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4899 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategoryOutputReference" } } } ], "name": "LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategoryList", "namespace": "logsCustomPipeline", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4892 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4892 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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/index.ts", "line": 4892 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4885 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategory" }, "kind": "array" } } ] } } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategoryList" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategoryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategoryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4817 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4807 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4875 }, "name": "putFilter", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategoryFilter" } } ] } ], "name": "LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategoryOutputReference", "namespace": "logsCustomPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4872 }, "name": "filter", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategoryFilterOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4879 }, "name": "filterInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategoryFilter" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4866 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4859 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4821 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategory" } ] } } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategoryOutputReference" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4987 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 4980 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 5080 }, "name": "putCategory", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategory" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 5038 }, "name": "resetIsEnabled" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 5054 }, "name": "resetName" } ], "name": "LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorOutputReference", "namespace": "logsCustomPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 5077 }, "name": "category", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategoryList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 5084 }, "name": "categoryInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategory" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 5042 }, "name": "isEnabledInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 5058 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 5071 }, "name": "targetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 5032 }, "name": "isEnabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 5048 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 5064 }, "name": "target", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 4991 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorCategoryProcessor" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorOutputReference" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorDateRemapper": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorDateRemapper", "kind": "interface", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 5088 }, "name": "LogsCustomPipelineProcessorPipelineProcessorDateRemapper", "namespace": "logsCustomPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#sources LogsCustomPipeline#sources}", "stability": "stable", "summary": "List of source attributes." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 5106 }, "name": "sources", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#is_enabled LogsCustomPipeline#is_enabled}", "stability": "stable", "summary": "If the processor is enabled or not." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 5094 }, "name": "isEnabled", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}", "stability": "stable", "summary": "Name of the processor." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 5100 }, "name": "name", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorDateRemapper" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorDateRemapperOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorDateRemapperOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 5159 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 5152 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 5204 }, "name": "resetIsEnabled" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 5220 }, "name": "resetName" } ], "name": "LogsCustomPipelineProcessorPipelineProcessorDateRemapperOutputReference", "namespace": "logsCustomPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 5208 }, "name": "isEnabledInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 5224 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 5237 }, "name": "sourcesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 5198 }, "name": "isEnabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 5214 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 5230 }, "name": "sources", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 5163 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorDateRemapper" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorDateRemapperOutputReference" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorDecoderProcessor": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorDecoderProcessor", "kind": "interface", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 5241 }, "name": "LogsCustomPipelineProcessorPipelineProcessorDecoderProcessor", "namespace": "logsCustomPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#binary_to_text_encoding LogsCustomPipeline#binary_to_text_encoding}", "stability": "stable", "summary": "Encoding type: base64 or base16." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 5247 }, "name": "binaryToTextEncoding", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#input_representation LogsCustomPipeline#input_representation}", "stability": "stable", "summary": "Input representation: utf-8 or integer." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 5253 }, "name": "inputRepresentation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#source LogsCustomPipeline#source}", "stability": "stable", "summary": "Encoded message." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 5271 }, "name": "source", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#target LogsCustomPipeline#target}", "stability": "stable", "summary": "Decoded message." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 5277 }, "name": "target", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#is_enabled LogsCustomPipeline#is_enabled}", "stability": "stable", "summary": "If the processor is enabled or not." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 5259 }, "name": "isEnabled", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}", "stability": "stable", "summary": "Name of the processor." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 5265 }, "name": "name", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorDecoderProcessor" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorDecoderProcessorOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorDecoderProcessorOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 5351 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 5344 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 5440 }, "name": "resetIsEnabled" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 5456 }, "name": "resetName" } ], "name": "LogsCustomPipelineProcessorPipelineProcessorDecoderProcessorOutputReference", "namespace": "logsCustomPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 5415 }, "name": "binaryToTextEncodingInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 5428 }, "name": "inputRepresentationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 5444 }, "name": "isEnabledInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 5460 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 5473 }, "name": "sourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 5486 }, "name": "targetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 5408 }, "name": "binaryToTextEncoding", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 5421 }, "name": "inputRepresentation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 5434 }, "name": "isEnabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 5450 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 5466 }, "name": "source", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 5479 }, "name": "target", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 5355 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorDecoderProcessor" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorDecoderProcessorOutputReference" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorGeoIpParser": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorGeoIpParser", "kind": "interface", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 5490 }, "name": "LogsCustomPipelineProcessorPipelineProcessorGeoIpParser", "namespace": "logsCustomPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#sources LogsCustomPipeline#sources}", "stability": "stable", "summary": "List of source attributes." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 5508 }, "name": "sources", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#target LogsCustomPipeline#target}", "stability": "stable", "summary": "Name of the parent attribute that contains all the extracted details from the sources." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 5514 }, "name": "target", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#is_enabled LogsCustomPipeline#is_enabled}", "stability": "stable", "summary": "If the processor is enabled or not." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 5496 }, "name": "isEnabled", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}", "stability": "stable", "summary": "Name of the processor." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 5502 }, "name": "name", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorGeoIpParser" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorGeoIpParserOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorGeoIpParserOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 5574 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 5567 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 5625 }, "name": "resetIsEnabled" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 5641 }, "name": "resetName" } ], "name": "LogsCustomPipelineProcessorPipelineProcessorGeoIpParserOutputReference", "namespace": "logsCustomPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 5629 }, "name": "isEnabledInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 5645 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 5658 }, "name": "sourcesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 5671 }, "name": "targetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 5619 }, "name": "isEnabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 5635 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 5651 }, "name": "sources", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 5664 }, "name": "target", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 5578 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorGeoIpParser" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorGeoIpParserOutputReference" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorGrokParser": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorGrokParser", "kind": "interface", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 5790 }, "name": "LogsCustomPipelineProcessorPipelineProcessorGrokParser", "namespace": "logsCustomPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#grok LogsCustomPipeline#grok}", "stability": "stable", "summary": "grok block." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 5820 }, "name": "grok", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorGrokParserGrok" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#source LogsCustomPipeline#source}", "stability": "stable", "summary": "Name of the log attribute to parse." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 5814 }, "name": "source", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#is_enabled LogsCustomPipeline#is_enabled}", "stability": "stable", "summary": "If the processor is enabled or not." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 5796 }, "name": "isEnabled", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}", "stability": "stable", "summary": "Name of the processor." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 5802 }, "name": "name", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "It can save up to 5 samples. Each sample takes up to 5000 characters.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#samples LogsCustomPipeline#samples}", "stability": "stable", "summary": "List of sample logs for this parser." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 5808 }, "name": "samples", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorGrokParser" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorGrokParserGrok": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorGrokParserGrok", "kind": "interface", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 5675 }, "name": "LogsCustomPipelineProcessorPipelineProcessorGrokParserGrok", "namespace": "logsCustomPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#match_rules LogsCustomPipeline#match_rules}", "stability": "stable", "summary": "Match rules for your grok parser." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 5681 }, "name": "matchRules", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#support_rules LogsCustomPipeline#support_rules}", "stability": "stable", "summary": "Support rules for your grok parser." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 5687 }, "name": "supportRules", "type": { "primitive": "string" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorGrokParserGrok" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorGrokParserGrokOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorGrokParserGrokOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 5733 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 5726 }, "name": "LogsCustomPipelineProcessorPipelineProcessorGrokParserGrokOutputReference", "namespace": "logsCustomPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 5773 }, "name": "matchRulesInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 5786 }, "name": "supportRulesInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 5766 }, "name": "matchRules", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 5779 }, "name": "supportRules", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 5737 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorGrokParserGrok" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorGrokParserGrokOutputReference" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorGrokParserOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorGrokParserOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 5887 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 5880 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 6002 }, "name": "putGrok", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorGrokParserGrok" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 5944 }, "name": "resetIsEnabled" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 5960 }, "name": "resetName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 5976 }, "name": "resetSamples" } ], "name": "LogsCustomPipelineProcessorPipelineProcessorGrokParserOutputReference", "namespace": "logsCustomPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 5999 }, "name": "grok", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorGrokParserGrokOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 6006 }, "name": "grokInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorGrokParserGrok" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 5948 }, "name": "isEnabledInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 5964 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 5980 }, "name": "samplesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 5993 }, "name": "sourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 5938 }, "name": "isEnabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 5954 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 5970 }, "name": "samples", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 5986 }, "name": "source", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 5891 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorGrokParser" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorGrokParserOutputReference" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10236 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10228 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10243 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorOutputReference" } } } ], "name": "LogsCustomPipelineProcessorPipelineProcessorList", "namespace": "logsCustomPipeline", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10236 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10236 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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/index.ts", "line": 10236 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10229 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessor" }, "kind": "array" } } ] } } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorList" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorLookupProcessor": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorLookupProcessor", "kind": "interface", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 6010 }, "name": "LogsCustomPipelineProcessorPipelineProcessorLookupProcessor", "namespace": "logsCustomPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#lookup_table LogsCustomPipeline#lookup_table}", "stability": "stable", "summary": "List of entries of the lookup table using `key,value` format." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 6028 }, "name": "lookupTable", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#source LogsCustomPipeline#source}", "stability": "stable", "summary": "Name of the source attribute used to do the lookup." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 6040 }, "name": "source", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#target LogsCustomPipeline#target}", "stability": "stable", "summary": "Name of the attribute that contains the result of the lookup." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 6046 }, "name": "target", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#default_lookup LogsCustomPipeline#default_lookup}", "stability": "stable", "summary": "Default lookup value to use if there is no entry in the lookup table for the value of the source attribute." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 6016 }, "name": "defaultLookup", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#is_enabled LogsCustomPipeline#is_enabled}", "stability": "stable", "summary": "If the processor is enabled or not." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 6022 }, "name": "isEnabled", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}", "stability": "stable", "summary": "Name of the processor." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 6034 }, "name": "name", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorLookupProcessor" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorLookupProcessorOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorLookupProcessorOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 6120 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 6113 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 6183 }, "name": "resetDefaultLookup" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 6199 }, "name": "resetIsEnabled" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 6228 }, "name": "resetName" } ], "name": "LogsCustomPipelineProcessorPipelineProcessorLookupProcessorOutputReference", "namespace": "logsCustomPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 6187 }, "name": "defaultLookupInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 6203 }, "name": "isEnabledInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 6216 }, "name": "lookupTableInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 6232 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 6245 }, "name": "sourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 6258 }, "name": "targetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 6177 }, "name": "defaultLookup", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 6193 }, "name": "isEnabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 6209 }, "name": "lookupTable", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 6222 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 6238 }, "name": "source", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 6251 }, "name": "target", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 6124 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorLookupProcessor" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorLookupProcessorOutputReference" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorMessageRemapper": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorMessageRemapper", "kind": "interface", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 6262 }, "name": "LogsCustomPipelineProcessorPipelineProcessorMessageRemapper", "namespace": "logsCustomPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#sources LogsCustomPipeline#sources}", "stability": "stable", "summary": "List of source attributes." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 6280 }, "name": "sources", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#is_enabled LogsCustomPipeline#is_enabled}", "stability": "stable", "summary": "If the processor is enabled or not." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 6268 }, "name": "isEnabled", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}", "stability": "stable", "summary": "Name of the processor." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 6274 }, "name": "name", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorMessageRemapper" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorMessageRemapperOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorMessageRemapperOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 6333 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 6326 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 6378 }, "name": "resetIsEnabled" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 6394 }, "name": "resetName" } ], "name": "LogsCustomPipelineProcessorPipelineProcessorMessageRemapperOutputReference", "namespace": "logsCustomPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 6382 }, "name": "isEnabledInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 6398 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 6411 }, "name": "sourcesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 6372 }, "name": "isEnabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 6388 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 6404 }, "name": "sources", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 6337 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorMessageRemapper" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorMessageRemapperOutputReference" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 9781 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 9771 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 9928 }, "name": "putArithmeticProcessor", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArithmeticProcessor" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 9944 }, "name": "putArrayProcessor", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArrayProcessor" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 9960 }, "name": "putAttributeRemapper", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorAttributeRemapper" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 9976 }, "name": "putCategoryProcessor", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorCategoryProcessor" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 9992 }, "name": "putDateRemapper", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorDateRemapper" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10008 }, "name": "putDecoderProcessor", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorDecoderProcessor" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10024 }, "name": "putGeoIpParser", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorGeoIpParser" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10040 }, "name": "putGrokParser", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorGrokParser" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10056 }, "name": "putLookupProcessor", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorLookupProcessor" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10072 }, "name": "putMessageRemapper", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorMessageRemapper" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10088 }, "name": "putReferenceTableLookupProcessor", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorReferenceTableLookupProcessor" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10104 }, "name": "putSchemaProcessor", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessor" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10120 }, "name": "putServiceRemapper", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorServiceRemapper" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10136 }, "name": "putSpanIdRemapper", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSpanIdRemapper" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10152 }, "name": "putStatusRemapper", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorStatusRemapper" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10168 }, "name": "putStringBuilderProcessor", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorStringBuilderProcessor" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10184 }, "name": "putTraceIdRemapper", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorTraceIdRemapper" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10200 }, "name": "putUrlParser", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorUrlParser" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10216 }, "name": "putUserAgentParser", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorUserAgentParser" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 9931 }, "name": "resetArithmeticProcessor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 9947 }, "name": "resetArrayProcessor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 9963 }, "name": "resetAttributeRemapper" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 9979 }, "name": "resetCategoryProcessor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 9995 }, "name": "resetDateRemapper" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10011 }, "name": "resetDecoderProcessor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10027 }, "name": "resetGeoIpParser" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10043 }, "name": "resetGrokParser" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10059 }, "name": "resetLookupProcessor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10075 }, "name": "resetMessageRemapper" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10091 }, "name": "resetReferenceTableLookupProcessor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10107 }, "name": "resetSchemaProcessor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10123 }, "name": "resetServiceRemapper" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10139 }, "name": "resetSpanIdRemapper" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10155 }, "name": "resetStatusRemapper" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10171 }, "name": "resetStringBuilderProcessor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10187 }, "name": "resetTraceIdRemapper" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10203 }, "name": "resetUrlParser" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10219 }, "name": "resetUserAgentParser" } ], "name": "LogsCustomPipelineProcessorPipelineProcessorOutputReference", "namespace": "logsCustomPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 9925 }, "name": "arithmeticProcessor", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArithmeticProcessorOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 9941 }, "name": "arrayProcessor", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 9957 }, "name": "attributeRemapper", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorAttributeRemapperOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 9973 }, "name": "categoryProcessor", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 9989 }, "name": "dateRemapper", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorDateRemapperOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10005 }, "name": "decoderProcessor", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorDecoderProcessorOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10021 }, "name": "geoIpParser", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorGeoIpParserOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10037 }, "name": "grokParser", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorGrokParserOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10053 }, "name": "lookupProcessor", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorLookupProcessorOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10069 }, "name": "messageRemapper", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorMessageRemapperOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10085 }, "name": "referenceTableLookupProcessor", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorReferenceTableLookupProcessorOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10101 }, "name": "schemaProcessor", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10117 }, "name": "serviceRemapper", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorServiceRemapperOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10133 }, "name": "spanIdRemapper", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSpanIdRemapperOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10149 }, "name": "statusRemapper", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorStatusRemapperOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10165 }, "name": "stringBuilderProcessor", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorStringBuilderProcessorOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10181 }, "name": "traceIdRemapper", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorTraceIdRemapperOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10197 }, "name": "urlParser", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorUrlParserOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10213 }, "name": "userAgentParser", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorUserAgentParserOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 9935 }, "name": "arithmeticProcessorInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArithmeticProcessor" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 9951 }, "name": "arrayProcessorInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArrayProcessor" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 9967 }, "name": "attributeRemapperInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorAttributeRemapper" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 9983 }, "name": "categoryProcessorInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorCategoryProcessor" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 9999 }, "name": "dateRemapperInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorDateRemapper" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10015 }, "name": "decoderProcessorInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorDecoderProcessor" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10031 }, "name": "geoIpParserInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorGeoIpParser" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10047 }, "name": "grokParserInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorGrokParser" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10063 }, "name": "lookupProcessorInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorLookupProcessor" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10079 }, "name": "messageRemapperInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorMessageRemapper" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10095 }, "name": "referenceTableLookupProcessorInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorReferenceTableLookupProcessor" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10111 }, "name": "schemaProcessorInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessor" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10127 }, "name": "serviceRemapperInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorServiceRemapper" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10143 }, "name": "spanIdRemapperInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSpanIdRemapper" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10159 }, "name": "statusRemapperInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorStatusRemapper" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10175 }, "name": "stringBuilderProcessorInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorStringBuilderProcessor" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10191 }, "name": "traceIdRemapperInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorTraceIdRemapper" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10207 }, "name": "urlParserInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorUrlParser" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10223 }, "name": "userAgentParserInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorUserAgentParser" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 9785 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessor" } ] } } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorOutputReference" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorReferenceTableLookupProcessor": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorReferenceTableLookupProcessor", "kind": "interface", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 6415 }, "name": "LogsCustomPipelineProcessorPipelineProcessorReferenceTableLookupProcessor", "namespace": "logsCustomPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#lookup_enrichment_table LogsCustomPipeline#lookup_enrichment_table}", "stability": "stable", "summary": "Name of the Reference Table for the source attribute and their associated target attribute values." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 6427 }, "name": "lookupEnrichmentTable", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#source LogsCustomPipeline#source}", "stability": "stable", "summary": "Name of the source attribute used to do the lookup." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 6439 }, "name": "source", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#target LogsCustomPipeline#target}", "stability": "stable", "summary": "Name of the attribute that contains the result of the lookup." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 6445 }, "name": "target", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#is_enabled LogsCustomPipeline#is_enabled}", "stability": "stable", "summary": "If the processor is enabled or not." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 6421 }, "name": "isEnabled", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}", "stability": "stable", "summary": "Name of the processor." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 6433 }, "name": "name", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorReferenceTableLookupProcessor" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorReferenceTableLookupProcessorOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorReferenceTableLookupProcessorOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 6512 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 6505 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 6569 }, "name": "resetIsEnabled" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 6598 }, "name": "resetName" } ], "name": "LogsCustomPipelineProcessorPipelineProcessorReferenceTableLookupProcessorOutputReference", "namespace": "logsCustomPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 6573 }, "name": "isEnabledInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 6586 }, "name": "lookupEnrichmentTableInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 6602 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 6615 }, "name": "sourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 6628 }, "name": "targetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 6563 }, "name": "isEnabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 6579 }, "name": "lookupEnrichmentTable", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 6592 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 6608 }, "name": "source", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 6621 }, "name": "target", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 6516 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorReferenceTableLookupProcessor" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorReferenceTableLookupProcessorOutputReference" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessor": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessor", "kind": "interface", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 8042 }, "name": "LogsCustomPipelineProcessorPipelineProcessorSchemaProcessor", "namespace": "logsCustomPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#mappers LogsCustomPipeline#mappers}", "stability": "stable", "summary": "mappers block." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 8060 }, "name": "mappers", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappers" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#schema LogsCustomPipeline#schema}", "stability": "stable", "summary": "schema block." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 8066 }, "name": "schema", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorSchema" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#is_enabled LogsCustomPipeline#is_enabled}", "stability": "stable", "summary": "If the processor is enabled or not." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 8048 }, "name": "isEnabled", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}", "stability": "stable", "summary": "The name of the processor." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 8054 }, "name": "name", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorSchemaProcessor" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappers": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappers", "kind": "interface", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7640 }, "name": "LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappers", "namespace": "logsCustomPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#schema_category_mapper LogsCustomPipeline#schema_category_mapper}", "stability": "stable", "summary": "schema_category_mapper block." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7646 }, "name": "schemaCategoryMapper", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapper" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#schema_remapper LogsCustomPipeline#schema_remapper}", "stability": "stable", "summary": "schema_remapper block." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7652 }, "name": "schemaRemapper", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaRemapper" }, "kind": "array" } } ] } } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappers" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7782 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7774 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7789 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersOutputReference" } } } ], "name": "LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersList", "namespace": "logsCustomPipeline", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7782 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7782 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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/index.ts", "line": 7782 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7775 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappers" }, "kind": "array" } } ] } } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersList" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7701 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7691 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7746 }, "name": "putSchemaCategoryMapper", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapper" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7762 }, "name": "putSchemaRemapper", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaRemapper" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7749 }, "name": "resetSchemaCategoryMapper" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7765 }, "name": "resetSchemaRemapper" } ], "name": "LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersOutputReference", "namespace": "logsCustomPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7743 }, "name": "schemaCategoryMapper", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7759 }, "name": "schemaRemapper", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaRemapperList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7753 }, "name": "schemaCategoryMapperInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapper" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7769 }, "name": "schemaRemapperInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaRemapper" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7705 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappers" } ] } } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersOutputReference" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapper": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapper", "kind": "interface", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7142 }, "name": "LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapper", "namespace": "logsCustomPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#categories LogsCustomPipeline#categories}", "stability": "stable", "summary": "categories block." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7154 }, "name": "categories", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategories" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}", "stability": "stable", "summary": "Name of the logs schema category mapper." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7148 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#targets LogsCustomPipeline#targets}", "stability": "stable", "summary": "targets block." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7166 }, "name": "targets", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperTargets" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#fallback LogsCustomPipeline#fallback}", "stability": "stable", "summary": "fallback block." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7160 }, "name": "fallback", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperFallback" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapper" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategories": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategories", "kind": "interface", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 6715 }, "name": "LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategories", "namespace": "logsCustomPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#filter LogsCustomPipeline#filter}", "stability": "stable", "summary": "filter block." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 6736 }, "name": "filter", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategoriesFilter" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#id LogsCustomPipeline#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "ID to inject into the category." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 6724 }, "name": "id", "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}", "stability": "stable", "summary": "Value to assign to target schema field." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 6730 }, "name": "name", "type": { "primitive": "string" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategories" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategoriesFilter": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategoriesFilter", "kind": "interface", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 6632 }, "name": "LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategoriesFilter", "namespace": "logsCustomPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#query LogsCustomPipeline#query}", "stability": "stable", "summary": "Filter criteria of the category." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 6638 }, "name": "query", "type": { "primitive": "string" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategoriesFilter" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategoriesFilterOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategoriesFilterOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 6677 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 6670 }, "name": "LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategoriesFilterOutputReference", "namespace": "logsCustomPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 6711 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 6704 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 6681 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategoriesFilter" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategoriesFilterOutputReference" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategoriesList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategoriesList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 6886 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 6878 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 6893 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategoriesOutputReference" } } } ], "name": "LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategoriesList", "namespace": "logsCustomPipeline", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 6886 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 6886 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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/index.ts", "line": 6886 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 6879 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategories" }, "kind": "array" } } ] } } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategoriesList" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategoriesOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategoriesOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 6792 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 6782 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 6869 }, "name": "putFilter", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategoriesFilter" } } ] } ], "name": "LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategoriesOutputReference", "namespace": "logsCustomPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 6866 }, "name": "filter", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategoriesFilterOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 6873 }, "name": "filterInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategoriesFilter" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 6847 }, "name": "idInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 6860 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 6840 }, "name": "id", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 6853 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 6796 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategories" } ] } } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategoriesOutputReference" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperFallback": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperFallback", "kind": "interface", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 6897 }, "name": "LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperFallback", "namespace": "logsCustomPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#sources LogsCustomPipeline#sources}", "stability": "stable", "summary": "Fallback sources used to populate value of field." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 6903 }, "name": "sources", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "map" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#values LogsCustomPipeline#values}", "stability": "stable", "summary": "Values that define when the fallback is used." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 6909 }, "name": "values", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "map" } } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperFallback" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperFallbackOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperFallbackOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 6955 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 6948 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 6994 }, "name": "resetSources" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7010 }, "name": "resetValues" } ], "name": "LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperFallbackOutputReference", "namespace": "logsCustomPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 6998 }, "name": "sourcesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "map" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7014 }, "name": "valuesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "map" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 6988 }, "name": "sources", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "map" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7004 }, "name": "values", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "map" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 6959 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperFallback" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperFallbackOutputReference" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7345 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7337 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7352 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperOutputReference" } } } ], "name": "LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperList", "namespace": "logsCustomPipeline", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7345 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7345 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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/index.ts", "line": 7345 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7338 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapper" }, "kind": "array" } } ] } } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperList" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7229 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7219 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7299 }, "name": "putCategories", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategories" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7312 }, "name": "putFallback", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperFallback" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7328 }, "name": "putTargets", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperTargets" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7315 }, "name": "resetFallback" } ], "name": "LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperOutputReference", "namespace": "logsCustomPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7296 }, "name": "categories", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategoriesList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7309 }, "name": "fallback", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperFallbackOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7325 }, "name": "targets", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperTargetsOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7303 }, "name": "categoriesInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategories" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7319 }, "name": "fallbackInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperFallback" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7290 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7332 }, "name": "targetsInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperTargets" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7283 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7233 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapper" } ] } } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperOutputReference" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperTargets": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperTargets", "kind": "interface", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7018 }, "name": "LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperTargets", "namespace": "logsCustomPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#id LogsCustomPipeline#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "ID of the field to map log attributes to." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7027 }, "name": "id", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}", "stability": "stable", "summary": "Name of the field to map log attributes to." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7033 }, "name": "name", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperTargets" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperTargetsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperTargetsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7079 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 7072 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7118 }, "name": "resetId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7134 }, "name": "resetName" } ], "name": "LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperTargetsOutputReference", "namespace": "logsCustomPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7122 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7138 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7112 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7128 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7083 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperTargets" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperTargetsOutputReference" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaRemapper": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaRemapper", "kind": "interface", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7356 }, "name": "LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaRemapper", "namespace": "logsCustomPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}", "stability": "stable", "summary": "Name of the logs schema remapper." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7362 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#sources LogsCustomPipeline#sources}", "stability": "stable", "summary": "Array of source attributes." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7380 }, "name": "sources", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#target LogsCustomPipeline#target}", "stability": "stable", "summary": "Target field to map log source field to." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7386 }, "name": "target", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#override_on_conflict LogsCustomPipeline#override_on_conflict}", "stability": "stable", "summary": "Override or not the target element if already set." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7368 }, "name": "overrideOnConflict", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#preserve_source LogsCustomPipeline#preserve_source}", "stability": "stable", "summary": "Remove or preserve the remapped source element." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7374 }, "name": "preserveSource", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "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://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#target_format LogsCustomPipeline#target_format}", "stability": "stable", "summary": "If the `target_type` of the remapper is `attribute`, try to cast the value to a new specific type." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7392 }, "name": "targetFormat", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaRemapper" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaRemapperList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaRemapperList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7629 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7621 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7636 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaRemapperOutputReference" } } } ], "name": "LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaRemapperList", "namespace": "logsCustomPipeline", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7629 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7629 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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/index.ts", "line": 7629 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7622 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaRemapper" }, "kind": "array" } } ] } } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaRemapperList" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaRemapperOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaRemapperOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7469 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7459 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7554 }, "name": "resetOverrideOnConflict" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7570 }, "name": "resetPreserveSource" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7612 }, "name": "resetTargetFormat" } ], "name": "LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaRemapperOutputReference", "namespace": "logsCustomPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7542 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7558 }, "name": "overrideOnConflictInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7574 }, "name": "preserveSourceInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7587 }, "name": "sourcesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7616 }, "name": "targetFormatInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7600 }, "name": "targetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7535 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7548 }, "name": "overrideOnConflict", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7564 }, "name": "preserveSource", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7580 }, "name": "sources", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7593 }, "name": "target", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7606 }, "name": "targetFormat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7473 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaRemapper" } ] } } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaRemapperOutputReference" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 8126 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 8119 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 8206 }, "name": "putMappers", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappers" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 8219 }, "name": "putSchema", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorSchema" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 8177 }, "name": "resetIsEnabled" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 8193 }, "name": "resetName" } ], "name": "LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorOutputReference", "namespace": "logsCustomPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 8203 }, "name": "mappers", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 8216 }, "name": "schema", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorSchemaOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 8181 }, "name": "isEnabledInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 8210 }, "name": "mappersInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappers" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 8197 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 8223 }, "name": "schemaInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorSchema" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 8171 }, "name": "isEnabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 8187 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 8130 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessor" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorOutputReference" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorSchema": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorSchema", "kind": "interface", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7793 }, "name": "LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorSchema", "namespace": "logsCustomPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#class_name LogsCustomPipeline#class_name}", "stability": "stable", "summary": "Class name of the schema to use." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7799 }, "name": "className", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#class_uid LogsCustomPipeline#class_uid}", "stability": "stable", "summary": "Class UID of the schema to use." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7805 }, "name": "classUid", "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#schema_type LogsCustomPipeline#schema_type}", "stability": "stable", "summary": "Type of schema to use." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7823 }, "name": "schemaType", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#version LogsCustomPipeline#version}", "stability": "stable", "summary": "Version of the schema to use." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7829 }, "name": "version", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#extensions LogsCustomPipeline#extensions}", "stability": "stable", "summary": "Optional list of extensions to modify the schema." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7811 }, "name": "extensions", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#profiles LogsCustomPipeline#profiles}", "stability": "stable", "summary": "Optional list of profiles to modify the schema." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7817 }, "name": "profiles", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorSchema" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorSchemaOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorSchemaOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7903 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 7896 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7992 }, "name": "resetExtensions" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 8008 }, "name": "resetProfiles" } ], "name": "LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorSchemaOutputReference", "namespace": "logsCustomPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7967 }, "name": "classNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7980 }, "name": "classUidInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7996 }, "name": "extensionsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 8012 }, "name": "profilesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 8025 }, "name": "schemaTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 8038 }, "name": "versionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7960 }, "name": "className", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7973 }, "name": "classUid", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7986 }, "name": "extensions", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 8002 }, "name": "profiles", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 8018 }, "name": "schemaType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 8031 }, "name": "version", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 7907 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorSchema" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorSchemaOutputReference" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorServiceRemapper": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorServiceRemapper", "kind": "interface", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 8227 }, "name": "LogsCustomPipelineProcessorPipelineProcessorServiceRemapper", "namespace": "logsCustomPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#sources LogsCustomPipeline#sources}", "stability": "stable", "summary": "List of source attributes." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 8245 }, "name": "sources", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#is_enabled LogsCustomPipeline#is_enabled}", "stability": "stable", "summary": "If the processor is enabled or not." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 8233 }, "name": "isEnabled", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}", "stability": "stable", "summary": "Name of the processor." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 8239 }, "name": "name", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorServiceRemapper" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorServiceRemapperOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorServiceRemapperOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 8298 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 8291 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 8343 }, "name": "resetIsEnabled" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 8359 }, "name": "resetName" } ], "name": "LogsCustomPipelineProcessorPipelineProcessorServiceRemapperOutputReference", "namespace": "logsCustomPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 8347 }, "name": "isEnabledInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 8363 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 8376 }, "name": "sourcesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 8337 }, "name": "isEnabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 8353 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 8369 }, "name": "sources", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 8302 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorServiceRemapper" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorServiceRemapperOutputReference" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSpanIdRemapper": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSpanIdRemapper", "kind": "interface", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 8380 }, "name": "LogsCustomPipelineProcessorPipelineProcessorSpanIdRemapper", "namespace": "logsCustomPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#sources LogsCustomPipeline#sources}", "stability": "stable", "summary": "List of source attributes." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 8398 }, "name": "sources", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#is_enabled LogsCustomPipeline#is_enabled}", "stability": "stable", "summary": "If the processor is enabled or not." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 8386 }, "name": "isEnabled", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}", "stability": "stable", "summary": "Name of the processor." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 8392 }, "name": "name", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorSpanIdRemapper" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSpanIdRemapperOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSpanIdRemapperOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 8451 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 8444 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 8496 }, "name": "resetIsEnabled" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 8512 }, "name": "resetName" } ], "name": "LogsCustomPipelineProcessorPipelineProcessorSpanIdRemapperOutputReference", "namespace": "logsCustomPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 8500 }, "name": "isEnabledInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 8516 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 8529 }, "name": "sourcesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 8490 }, "name": "isEnabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 8506 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 8522 }, "name": "sources", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 8455 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSpanIdRemapper" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorSpanIdRemapperOutputReference" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorStatusRemapper": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorStatusRemapper", "kind": "interface", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 8533 }, "name": "LogsCustomPipelineProcessorPipelineProcessorStatusRemapper", "namespace": "logsCustomPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#sources LogsCustomPipeline#sources}", "stability": "stable", "summary": "List of source attributes." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 8551 }, "name": "sources", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#is_enabled LogsCustomPipeline#is_enabled}", "stability": "stable", "summary": "If the processor is enabled or not." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 8539 }, "name": "isEnabled", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}", "stability": "stable", "summary": "Name of the processor." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 8545 }, "name": "name", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorStatusRemapper" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorStatusRemapperOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorStatusRemapperOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 8604 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 8597 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 8649 }, "name": "resetIsEnabled" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 8665 }, "name": "resetName" } ], "name": "LogsCustomPipelineProcessorPipelineProcessorStatusRemapperOutputReference", "namespace": "logsCustomPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 8653 }, "name": "isEnabledInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 8669 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 8682 }, "name": "sourcesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 8643 }, "name": "isEnabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 8659 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 8675 }, "name": "sources", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 8608 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorStatusRemapper" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorStatusRemapperOutputReference" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorStringBuilderProcessor": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorStringBuilderProcessor", "kind": "interface", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 8686 }, "name": "LogsCustomPipelineProcessorPipelineProcessorStringBuilderProcessor", "namespace": "logsCustomPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#target LogsCustomPipeline#target}", "stability": "stable", "summary": "The name of the attribute that contains the result of the template." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 8710 }, "name": "target", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#template LogsCustomPipeline#template}", "stability": "stable", "summary": "The formula with one or more attributes and raw text." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 8716 }, "name": "template", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#is_enabled LogsCustomPipeline#is_enabled}", "stability": "stable", "summary": "If the processor is enabled or not." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 8692 }, "name": "isEnabled", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#is_replace_missing LogsCustomPipeline#is_replace_missing}", "stability": "stable", "summary": "If it replaces all missing attributes of template by an empty string." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 8698 }, "name": "isReplaceMissing", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}", "stability": "stable", "summary": "The name of the processor." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 8704 }, "name": "name", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorStringBuilderProcessor" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorStringBuilderProcessorOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorStringBuilderProcessorOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 8783 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 8776 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 8840 }, "name": "resetIsEnabled" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 8856 }, "name": "resetIsReplaceMissing" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 8872 }, "name": "resetName" } ], "name": "LogsCustomPipelineProcessorPipelineProcessorStringBuilderProcessorOutputReference", "namespace": "logsCustomPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 8844 }, "name": "isEnabledInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 8860 }, "name": "isReplaceMissingInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 8876 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 8889 }, "name": "targetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 8902 }, "name": "templateInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 8834 }, "name": "isEnabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 8850 }, "name": "isReplaceMissing", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 8866 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 8882 }, "name": "target", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 8895 }, "name": "template", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 8787 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorStringBuilderProcessor" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorStringBuilderProcessorOutputReference" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorTraceIdRemapper": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorTraceIdRemapper", "kind": "interface", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 8906 }, "name": "LogsCustomPipelineProcessorPipelineProcessorTraceIdRemapper", "namespace": "logsCustomPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#sources LogsCustomPipeline#sources}", "stability": "stable", "summary": "List of source attributes." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 8924 }, "name": "sources", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#is_enabled LogsCustomPipeline#is_enabled}", "stability": "stable", "summary": "If the processor is enabled or not." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 8912 }, "name": "isEnabled", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}", "stability": "stable", "summary": "Name of the processor." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 8918 }, "name": "name", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorTraceIdRemapper" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorTraceIdRemapperOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorTraceIdRemapperOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 8977 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 8970 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 9022 }, "name": "resetIsEnabled" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 9038 }, "name": "resetName" } ], "name": "LogsCustomPipelineProcessorPipelineProcessorTraceIdRemapperOutputReference", "namespace": "logsCustomPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 9026 }, "name": "isEnabledInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 9042 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 9055 }, "name": "sourcesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 9016 }, "name": "isEnabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 9032 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 9048 }, "name": "sources", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 8981 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorTraceIdRemapper" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorTraceIdRemapperOutputReference" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorUrlParser": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorUrlParser", "kind": "interface", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 9059 }, "name": "LogsCustomPipelineProcessorPipelineProcessorUrlParser", "namespace": "logsCustomPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#sources LogsCustomPipeline#sources}", "stability": "stable", "summary": "List of source attributes." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 9083 }, "name": "sources", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#target LogsCustomPipeline#target}", "stability": "stable", "summary": "Name of the parent attribute that contains all the extracted details from the sources." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 9089 }, "name": "target", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#is_enabled LogsCustomPipeline#is_enabled}", "stability": "stable", "summary": "If the processor is enabled or not." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 9065 }, "name": "isEnabled", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}", "stability": "stable", "summary": "Name of the processor." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 9071 }, "name": "name", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#normalize_ending_slashes LogsCustomPipeline#normalize_ending_slashes}", "stability": "stable", "summary": "Normalize the ending slashes or not." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 9077 }, "name": "normalizeEndingSlashes", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorUrlParser" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorUrlParserOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorUrlParserOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 9156 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 9149 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 9213 }, "name": "resetIsEnabled" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 9229 }, "name": "resetName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 9245 }, "name": "resetNormalizeEndingSlashes" } ], "name": "LogsCustomPipelineProcessorPipelineProcessorUrlParserOutputReference", "namespace": "logsCustomPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 9217 }, "name": "isEnabledInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 9233 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 9249 }, "name": "normalizeEndingSlashesInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 9262 }, "name": "sourcesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 9275 }, "name": "targetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 9207 }, "name": "isEnabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 9223 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 9239 }, "name": "normalizeEndingSlashes", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 9255 }, "name": "sources", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 9268 }, "name": "target", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 9160 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorUrlParser" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorUrlParserOutputReference" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorUserAgentParser": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorUserAgentParser", "kind": "interface", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 9279 }, "name": "LogsCustomPipelineProcessorPipelineProcessorUserAgentParser", "namespace": "logsCustomPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#sources LogsCustomPipeline#sources}", "stability": "stable", "summary": "List of source attributes." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 9303 }, "name": "sources", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#target LogsCustomPipeline#target}", "stability": "stable", "summary": "Name of the parent attribute that contains all the extracted details from the sources." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 9309 }, "name": "target", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#is_enabled LogsCustomPipeline#is_enabled}", "stability": "stable", "summary": "If the processor is enabled or not." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 9285 }, "name": "isEnabled", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#is_encoded LogsCustomPipeline#is_encoded}", "stability": "stable", "summary": "If the source attribute is URL encoded or not." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 9291 }, "name": "isEncoded", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}", "stability": "stable", "summary": "Name of the processor." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 9297 }, "name": "name", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorUserAgentParser" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorUserAgentParserOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorUserAgentParserOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 9376 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 9369 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 9433 }, "name": "resetIsEnabled" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 9449 }, "name": "resetIsEncoded" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 9465 }, "name": "resetName" } ], "name": "LogsCustomPipelineProcessorPipelineProcessorUserAgentParserOutputReference", "namespace": "logsCustomPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 9437 }, "name": "isEnabledInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 9453 }, "name": "isEncodedInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 9469 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 9482 }, "name": "sourcesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 9495 }, "name": "targetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 9427 }, "name": "isEnabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 9443 }, "name": "isEncoded", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 9459 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 9475 }, "name": "sources", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 9488 }, "name": "target", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 9380 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorUserAgentParser" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorUserAgentParserOutputReference" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorReferenceTableLookupProcessor": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorReferenceTableLookupProcessor", "kind": "interface", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10494 }, "name": "LogsCustomPipelineProcessorReferenceTableLookupProcessor", "namespace": "logsCustomPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#lookup_enrichment_table LogsCustomPipeline#lookup_enrichment_table}", "stability": "stable", "summary": "Name of the Reference Table for the source attribute and their associated target attribute values." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10506 }, "name": "lookupEnrichmentTable", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#source LogsCustomPipeline#source}", "stability": "stable", "summary": "Name of the source attribute used to do the lookup." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10518 }, "name": "source", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#target LogsCustomPipeline#target}", "stability": "stable", "summary": "Name of the attribute that contains the result of the lookup." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10524 }, "name": "target", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#is_enabled LogsCustomPipeline#is_enabled}", "stability": "stable", "summary": "If the processor is enabled or not." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10500 }, "name": "isEnabled", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}", "stability": "stable", "summary": "Name of the processor." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10512 }, "name": "name", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorReferenceTableLookupProcessor" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorReferenceTableLookupProcessorOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorReferenceTableLookupProcessorOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10591 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 10584 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10648 }, "name": "resetIsEnabled" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10677 }, "name": "resetName" } ], "name": "LogsCustomPipelineProcessorReferenceTableLookupProcessorOutputReference", "namespace": "logsCustomPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10652 }, "name": "isEnabledInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10665 }, "name": "lookupEnrichmentTableInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10681 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10694 }, "name": "sourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10707 }, "name": "targetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10642 }, "name": "isEnabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10658 }, "name": "lookupEnrichmentTable", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10671 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10687 }, "name": "source", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10700 }, "name": "target", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10595 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorReferenceTableLookupProcessor" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorReferenceTableLookupProcessorOutputReference" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessor": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessor", "kind": "interface", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12121 }, "name": "LogsCustomPipelineProcessorSchemaProcessor", "namespace": "logsCustomPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#mappers LogsCustomPipeline#mappers}", "stability": "stable", "summary": "mappers block." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12139 }, "name": "mappers", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappers" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#schema LogsCustomPipeline#schema}", "stability": "stable", "summary": "schema block." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12145 }, "name": "schema", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorSchema" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#is_enabled LogsCustomPipeline#is_enabled}", "stability": "stable", "summary": "If the processor is enabled or not." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12127 }, "name": "isEnabled", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}", "stability": "stable", "summary": "The name of the processor." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12133 }, "name": "name", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorSchemaProcessor" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappers": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappers", "kind": "interface", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11719 }, "name": "LogsCustomPipelineProcessorSchemaProcessorMappers", "namespace": "logsCustomPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#schema_category_mapper LogsCustomPipeline#schema_category_mapper}", "stability": "stable", "summary": "schema_category_mapper block." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11725 }, "name": "schemaCategoryMapper", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapper" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#schema_remapper LogsCustomPipeline#schema_remapper}", "stability": "stable", "summary": "schema_remapper block." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11731 }, "name": "schemaRemapper", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaRemapper" }, "kind": "array" } } ] } } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorSchemaProcessorMappers" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11861 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11853 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11868 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersOutputReference" } } } ], "name": "LogsCustomPipelineProcessorSchemaProcessorMappersList", "namespace": "logsCustomPipeline", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11861 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11861 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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/index.ts", "line": 11861 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11854 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappers" }, "kind": "array" } } ] } } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorSchemaProcessorMappersList" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11780 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11770 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11825 }, "name": "putSchemaCategoryMapper", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapper" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11841 }, "name": "putSchemaRemapper", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaRemapper" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11828 }, "name": "resetSchemaCategoryMapper" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11844 }, "name": "resetSchemaRemapper" } ], "name": "LogsCustomPipelineProcessorSchemaProcessorMappersOutputReference", "namespace": "logsCustomPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11822 }, "name": "schemaCategoryMapper", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11838 }, "name": "schemaRemapper", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaRemapperList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11832 }, "name": "schemaCategoryMapperInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapper" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11848 }, "name": "schemaRemapperInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaRemapper" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11784 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappers" } ] } } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorSchemaProcessorMappersOutputReference" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapper": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapper", "kind": "interface", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11221 }, "name": "LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapper", "namespace": "logsCustomPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#categories LogsCustomPipeline#categories}", "stability": "stable", "summary": "categories block." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11233 }, "name": "categories", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategories" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}", "stability": "stable", "summary": "Name of the logs schema category mapper." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11227 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#targets LogsCustomPipeline#targets}", "stability": "stable", "summary": "targets block." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11245 }, "name": "targets", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperTargets" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#fallback LogsCustomPipeline#fallback}", "stability": "stable", "summary": "fallback block." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11239 }, "name": "fallback", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperFallback" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapper" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategories": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategories", "kind": "interface", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10794 }, "name": "LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategories", "namespace": "logsCustomPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#filter LogsCustomPipeline#filter}", "stability": "stable", "summary": "filter block." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10815 }, "name": "filter", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategoriesFilter" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#id LogsCustomPipeline#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "ID to inject into the category." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10803 }, "name": "id", "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}", "stability": "stable", "summary": "Value to assign to target schema field." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10809 }, "name": "name", "type": { "primitive": "string" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategories" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategoriesFilter": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategoriesFilter", "kind": "interface", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10711 }, "name": "LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategoriesFilter", "namespace": "logsCustomPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#query LogsCustomPipeline#query}", "stability": "stable", "summary": "Filter criteria of the category." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10717 }, "name": "query", "type": { "primitive": "string" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategoriesFilter" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategoriesFilterOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategoriesFilterOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10756 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 10749 }, "name": "LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategoriesFilterOutputReference", "namespace": "logsCustomPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10790 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10783 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10760 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategoriesFilter" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategoriesFilterOutputReference" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategoriesList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategoriesList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10965 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10957 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10972 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategoriesOutputReference" } } } ], "name": "LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategoriesList", "namespace": "logsCustomPipeline", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10965 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10965 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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/index.ts", "line": 10965 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10958 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategories" }, "kind": "array" } } ] } } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategoriesList" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategoriesOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategoriesOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10871 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10861 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10948 }, "name": "putFilter", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategoriesFilter" } } ] } ], "name": "LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategoriesOutputReference", "namespace": "logsCustomPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10945 }, "name": "filter", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategoriesFilterOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10952 }, "name": "filterInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategoriesFilter" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10926 }, "name": "idInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10939 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10919 }, "name": "id", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10932 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10875 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategories" } ] } } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategoriesOutputReference" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperFallback": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperFallback", "kind": "interface", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10976 }, "name": "LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperFallback", "namespace": "logsCustomPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#sources LogsCustomPipeline#sources}", "stability": "stable", "summary": "Fallback sources used to populate value of field." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10982 }, "name": "sources", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "map" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#values LogsCustomPipeline#values}", "stability": "stable", "summary": "Values that define when the fallback is used." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 10988 }, "name": "values", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "map" } } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperFallback" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperFallbackOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperFallbackOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11034 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 11027 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11073 }, "name": "resetSources" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11089 }, "name": "resetValues" } ], "name": "LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperFallbackOutputReference", "namespace": "logsCustomPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11077 }, "name": "sourcesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "map" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11093 }, "name": "valuesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "map" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11067 }, "name": "sources", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "map" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11083 }, "name": "values", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "map" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11038 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperFallback" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperFallbackOutputReference" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11424 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11416 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11431 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperOutputReference" } } } ], "name": "LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperList", "namespace": "logsCustomPipeline", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11424 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11424 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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/index.ts", "line": 11424 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11417 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapper" }, "kind": "array" } } ] } } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperList" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11308 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11298 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11378 }, "name": "putCategories", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategories" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11391 }, "name": "putFallback", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperFallback" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11407 }, "name": "putTargets", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperTargets" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11394 }, "name": "resetFallback" } ], "name": "LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperOutputReference", "namespace": "logsCustomPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11375 }, "name": "categories", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategoriesList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11388 }, "name": "fallback", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperFallbackOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11404 }, "name": "targets", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperTargetsOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11382 }, "name": "categoriesInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategories" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11398 }, "name": "fallbackInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperFallback" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11369 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11411 }, "name": "targetsInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperTargets" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11362 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11312 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapper" } ] } } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperOutputReference" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperTargets": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperTargets", "kind": "interface", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11097 }, "name": "LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperTargets", "namespace": "logsCustomPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#id LogsCustomPipeline#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "ID of the field to map log attributes to." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11106 }, "name": "id", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}", "stability": "stable", "summary": "Name of the field to map log attributes to." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11112 }, "name": "name", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperTargets" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperTargetsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperTargetsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11158 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 11151 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11197 }, "name": "resetId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11213 }, "name": "resetName" } ], "name": "LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperTargetsOutputReference", "namespace": "logsCustomPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11201 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11217 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11191 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11207 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11162 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperTargets" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperTargetsOutputReference" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaRemapper": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaRemapper", "kind": "interface", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11435 }, "name": "LogsCustomPipelineProcessorSchemaProcessorMappersSchemaRemapper", "namespace": "logsCustomPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}", "stability": "stable", "summary": "Name of the logs schema remapper." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11441 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#sources LogsCustomPipeline#sources}", "stability": "stable", "summary": "Array of source attributes." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11459 }, "name": "sources", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#target LogsCustomPipeline#target}", "stability": "stable", "summary": "Target field to map log source field to." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11465 }, "name": "target", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#override_on_conflict LogsCustomPipeline#override_on_conflict}", "stability": "stable", "summary": "Override or not the target element if already set." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11447 }, "name": "overrideOnConflict", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#preserve_source LogsCustomPipeline#preserve_source}", "stability": "stable", "summary": "Remove or preserve the remapped source element." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11453 }, "name": "preserveSource", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "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://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#target_format LogsCustomPipeline#target_format}", "stability": "stable", "summary": "If the `target_type` of the remapper is `attribute`, try to cast the value to a new specific type." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11471 }, "name": "targetFormat", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorSchemaProcessorMappersSchemaRemapper" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaRemapperList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaRemapperList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11708 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11700 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11715 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaRemapperOutputReference" } } } ], "name": "LogsCustomPipelineProcessorSchemaProcessorMappersSchemaRemapperList", "namespace": "logsCustomPipeline", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11708 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11708 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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/index.ts", "line": 11708 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11701 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaRemapper" }, "kind": "array" } } ] } } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorSchemaProcessorMappersSchemaRemapperList" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaRemapperOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaRemapperOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11548 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11538 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11633 }, "name": "resetOverrideOnConflict" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11649 }, "name": "resetPreserveSource" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11691 }, "name": "resetTargetFormat" } ], "name": "LogsCustomPipelineProcessorSchemaProcessorMappersSchemaRemapperOutputReference", "namespace": "logsCustomPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11621 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11637 }, "name": "overrideOnConflictInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11653 }, "name": "preserveSourceInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11666 }, "name": "sourcesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11695 }, "name": "targetFormatInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11679 }, "name": "targetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11614 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11627 }, "name": "overrideOnConflict", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11643 }, "name": "preserveSource", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11659 }, "name": "sources", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11672 }, "name": "target", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11685 }, "name": "targetFormat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11552 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaRemapper" } ] } } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorSchemaProcessorMappersSchemaRemapperOutputReference" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12205 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 12198 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12285 }, "name": "putMappers", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappers" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12298 }, "name": "putSchema", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorSchema" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12256 }, "name": "resetIsEnabled" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12272 }, "name": "resetName" } ], "name": "LogsCustomPipelineProcessorSchemaProcessorOutputReference", "namespace": "logsCustomPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12282 }, "name": "mappers", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12295 }, "name": "schema", "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorSchemaOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12260 }, "name": "isEnabledInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12289 }, "name": "mappersInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappers" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12276 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12302 }, "name": "schemaInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorSchema" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12250 }, "name": "isEnabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12266 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12209 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessor" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorSchemaProcessorOutputReference" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorSchema": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorSchema", "kind": "interface", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11872 }, "name": "LogsCustomPipelineProcessorSchemaProcessorSchema", "namespace": "logsCustomPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#class_name LogsCustomPipeline#class_name}", "stability": "stable", "summary": "Class name of the schema to use." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11878 }, "name": "className", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#class_uid LogsCustomPipeline#class_uid}", "stability": "stable", "summary": "Class UID of the schema to use." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11884 }, "name": "classUid", "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#schema_type LogsCustomPipeline#schema_type}", "stability": "stable", "summary": "Type of schema to use." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11902 }, "name": "schemaType", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#version LogsCustomPipeline#version}", "stability": "stable", "summary": "Version of the schema to use." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11908 }, "name": "version", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#extensions LogsCustomPipeline#extensions}", "stability": "stable", "summary": "Optional list of extensions to modify the schema." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11890 }, "name": "extensions", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#profiles LogsCustomPipeline#profiles}", "stability": "stable", "summary": "Optional list of profiles to modify the schema." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11896 }, "name": "profiles", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorSchemaProcessorSchema" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorSchemaOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorSchemaOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11982 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 11975 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12071 }, "name": "resetExtensions" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12087 }, "name": "resetProfiles" } ], "name": "LogsCustomPipelineProcessorSchemaProcessorSchemaOutputReference", "namespace": "logsCustomPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12046 }, "name": "classNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12059 }, "name": "classUidInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12075 }, "name": "extensionsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12091 }, "name": "profilesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12104 }, "name": "schemaTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12117 }, "name": "versionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12039 }, "name": "className", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12052 }, "name": "classUid", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12065 }, "name": "extensions", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12081 }, "name": "profiles", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12097 }, "name": "schemaType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12110 }, "name": "version", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 11986 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorSchema" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorSchemaProcessorSchemaOutputReference" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorServiceRemapper": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorServiceRemapper", "kind": "interface", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12306 }, "name": "LogsCustomPipelineProcessorServiceRemapper", "namespace": "logsCustomPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#sources LogsCustomPipeline#sources}", "stability": "stable", "summary": "List of source attributes." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12324 }, "name": "sources", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#is_enabled LogsCustomPipeline#is_enabled}", "stability": "stable", "summary": "If the processor is enabled or not." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12312 }, "name": "isEnabled", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}", "stability": "stable", "summary": "Name of the processor." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12318 }, "name": "name", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorServiceRemapper" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorServiceRemapperOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorServiceRemapperOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12377 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 12370 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12422 }, "name": "resetIsEnabled" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12438 }, "name": "resetName" } ], "name": "LogsCustomPipelineProcessorServiceRemapperOutputReference", "namespace": "logsCustomPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12426 }, "name": "isEnabledInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12442 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12455 }, "name": "sourcesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12416 }, "name": "isEnabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12432 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12448 }, "name": "sources", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12381 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorServiceRemapper" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorServiceRemapperOutputReference" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSpanIdRemapper": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSpanIdRemapper", "kind": "interface", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12459 }, "name": "LogsCustomPipelineProcessorSpanIdRemapper", "namespace": "logsCustomPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#sources LogsCustomPipeline#sources}", "stability": "stable", "summary": "List of source attributes." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12477 }, "name": "sources", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#is_enabled LogsCustomPipeline#is_enabled}", "stability": "stable", "summary": "If the processor is enabled or not." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12465 }, "name": "isEnabled", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}", "stability": "stable", "summary": "Name of the processor." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12471 }, "name": "name", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorSpanIdRemapper" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSpanIdRemapperOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSpanIdRemapperOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12530 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 12523 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12575 }, "name": "resetIsEnabled" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12591 }, "name": "resetName" } ], "name": "LogsCustomPipelineProcessorSpanIdRemapperOutputReference", "namespace": "logsCustomPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12579 }, "name": "isEnabledInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12595 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12608 }, "name": "sourcesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12569 }, "name": "isEnabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12585 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12601 }, "name": "sources", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12534 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSpanIdRemapper" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorSpanIdRemapperOutputReference" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorStatusRemapper": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorStatusRemapper", "kind": "interface", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12612 }, "name": "LogsCustomPipelineProcessorStatusRemapper", "namespace": "logsCustomPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#sources LogsCustomPipeline#sources}", "stability": "stable", "summary": "List of source attributes." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12630 }, "name": "sources", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#is_enabled LogsCustomPipeline#is_enabled}", "stability": "stable", "summary": "If the processor is enabled or not." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12618 }, "name": "isEnabled", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}", "stability": "stable", "summary": "Name of the processor." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12624 }, "name": "name", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorStatusRemapper" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorStatusRemapperOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorStatusRemapperOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12683 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 12676 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12728 }, "name": "resetIsEnabled" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12744 }, "name": "resetName" } ], "name": "LogsCustomPipelineProcessorStatusRemapperOutputReference", "namespace": "logsCustomPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12732 }, "name": "isEnabledInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12748 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12761 }, "name": "sourcesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12722 }, "name": "isEnabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12738 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12754 }, "name": "sources", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12687 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorStatusRemapper" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorStatusRemapperOutputReference" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorStringBuilderProcessor": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorStringBuilderProcessor", "kind": "interface", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12765 }, "name": "LogsCustomPipelineProcessorStringBuilderProcessor", "namespace": "logsCustomPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#target LogsCustomPipeline#target}", "stability": "stable", "summary": "The name of the attribute that contains the result of the template." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12789 }, "name": "target", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#template LogsCustomPipeline#template}", "stability": "stable", "summary": "The formula with one or more attributes and raw text." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12795 }, "name": "template", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#is_enabled LogsCustomPipeline#is_enabled}", "stability": "stable", "summary": "If the processor is enabled or not." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12771 }, "name": "isEnabled", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#is_replace_missing LogsCustomPipeline#is_replace_missing}", "stability": "stable", "summary": "If it replaces all missing attributes of template by an empty string." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12777 }, "name": "isReplaceMissing", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}", "stability": "stable", "summary": "The name of the processor." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12783 }, "name": "name", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorStringBuilderProcessor" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorStringBuilderProcessorOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorStringBuilderProcessorOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12862 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 12855 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12919 }, "name": "resetIsEnabled" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12935 }, "name": "resetIsReplaceMissing" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12951 }, "name": "resetName" } ], "name": "LogsCustomPipelineProcessorStringBuilderProcessorOutputReference", "namespace": "logsCustomPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12923 }, "name": "isEnabledInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12939 }, "name": "isReplaceMissingInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12955 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12968 }, "name": "targetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12981 }, "name": "templateInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12913 }, "name": "isEnabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12929 }, "name": "isReplaceMissing", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12945 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12961 }, "name": "target", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12974 }, "name": "template", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12866 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorStringBuilderProcessor" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorStringBuilderProcessorOutputReference" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorTraceIdRemapper": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorTraceIdRemapper", "kind": "interface", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12985 }, "name": "LogsCustomPipelineProcessorTraceIdRemapper", "namespace": "logsCustomPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#sources LogsCustomPipeline#sources}", "stability": "stable", "summary": "List of source attributes." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 13003 }, "name": "sources", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#is_enabled LogsCustomPipeline#is_enabled}", "stability": "stable", "summary": "If the processor is enabled or not." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12991 }, "name": "isEnabled", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}", "stability": "stable", "summary": "Name of the processor." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 12997 }, "name": "name", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorTraceIdRemapper" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorTraceIdRemapperOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorTraceIdRemapperOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 13056 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 13049 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 13101 }, "name": "resetIsEnabled" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 13117 }, "name": "resetName" } ], "name": "LogsCustomPipelineProcessorTraceIdRemapperOutputReference", "namespace": "logsCustomPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 13105 }, "name": "isEnabledInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 13121 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 13134 }, "name": "sourcesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 13095 }, "name": "isEnabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 13111 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 13127 }, "name": "sources", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 13060 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorTraceIdRemapper" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorTraceIdRemapperOutputReference" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorUrlParser": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorUrlParser", "kind": "interface", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 13138 }, "name": "LogsCustomPipelineProcessorUrlParser", "namespace": "logsCustomPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#sources LogsCustomPipeline#sources}", "stability": "stable", "summary": "List of source attributes." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 13162 }, "name": "sources", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#target LogsCustomPipeline#target}", "stability": "stable", "summary": "Name of the parent attribute that contains all the extracted details from the sources." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 13168 }, "name": "target", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#is_enabled LogsCustomPipeline#is_enabled}", "stability": "stable", "summary": "If the processor is enabled or not." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 13144 }, "name": "isEnabled", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}", "stability": "stable", "summary": "Name of the processor." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 13150 }, "name": "name", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#normalize_ending_slashes LogsCustomPipeline#normalize_ending_slashes}", "stability": "stable", "summary": "Normalize the ending slashes or not." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 13156 }, "name": "normalizeEndingSlashes", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorUrlParser" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorUrlParserOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorUrlParserOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 13235 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 13228 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 13292 }, "name": "resetIsEnabled" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 13308 }, "name": "resetName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 13324 }, "name": "resetNormalizeEndingSlashes" } ], "name": "LogsCustomPipelineProcessorUrlParserOutputReference", "namespace": "logsCustomPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 13296 }, "name": "isEnabledInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 13312 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 13328 }, "name": "normalizeEndingSlashesInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 13341 }, "name": "sourcesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 13354 }, "name": "targetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 13286 }, "name": "isEnabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 13302 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 13318 }, "name": "normalizeEndingSlashes", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 13334 }, "name": "sources", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 13347 }, "name": "target", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 13239 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorUrlParser" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorUrlParserOutputReference" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorUserAgentParser": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorUserAgentParser", "kind": "interface", "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 13358 }, "name": "LogsCustomPipelineProcessorUserAgentParser", "namespace": "logsCustomPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#sources LogsCustomPipeline#sources}", "stability": "stable", "summary": "List of source attributes." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 13382 }, "name": "sources", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#target LogsCustomPipeline#target}", "stability": "stable", "summary": "Name of the parent attribute that contains all the extracted details from the sources." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 13388 }, "name": "target", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#is_enabled LogsCustomPipeline#is_enabled}", "stability": "stable", "summary": "If the processor is enabled or not." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 13364 }, "name": "isEnabled", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#is_encoded LogsCustomPipeline#is_encoded}", "stability": "stable", "summary": "If the source attribute is URL encoded or not." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 13370 }, "name": "isEncoded", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}", "stability": "stable", "summary": "Name of the processor." }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 13376 }, "name": "name", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorUserAgentParser" }, "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorUserAgentParserOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorUserAgentParserOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 13455 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 13448 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 13512 }, "name": "resetIsEnabled" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 13528 }, "name": "resetIsEncoded" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 13544 }, "name": "resetName" } ], "name": "LogsCustomPipelineProcessorUserAgentParserOutputReference", "namespace": "logsCustomPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 13516 }, "name": "isEnabledInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 13532 }, "name": "isEncodedInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 13548 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 13561 }, "name": "sourcesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 13574 }, "name": "targetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 13506 }, "name": "isEnabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 13522 }, "name": "isEncoded", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 13538 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 13554 }, "name": "sources", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 13567 }, "name": "target", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-custom-pipeline/index.ts", "line": 13459 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorUserAgentParser" } } ], "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorUserAgentParserOutputReference" }, "@cdktf/provider-datadog.logsIndex.LogsIndex": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_index datadog_logs_index}." }, "fqn": "@cdktf/provider-datadog.logsIndex.LogsIndex", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_index datadog_logs_index} Resource." }, "locationInModule": { "filename": "src/logs-index/index.ts", "line": 652 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.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.logsIndex.LogsIndexConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/logs-index/index.ts", "line": 620 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a LogsIndex resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/logs-index/index.ts", "line": 637 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the LogsIndex to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_index#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing LogsIndex that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the LogsIndex to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-index/index.ts", "line": 798 }, "name": "putDailyLimitReset", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.logsIndex.LogsIndexDailyLimitReset" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-index/index.ts", "line": 814 }, "name": "putExclusionFilter", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.logsIndex.LogsIndexExclusionFilter" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-index/index.ts", "line": 830 }, "name": "putFilter", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.logsIndex.LogsIndexFilter" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-index/index.ts", "line": 692 }, "name": "resetDailyLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-index/index.ts", "line": 801 }, "name": "resetDailyLimitReset" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-index/index.ts", "line": 708 }, "name": "resetDailyLimitWarningThresholdPercentage" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-index/index.ts", "line": 724 }, "name": "resetDisableDailyLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-index/index.ts", "line": 817 }, "name": "resetExclusionFilter" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-index/index.ts", "line": 740 }, "name": "resetFlexRetentionDays" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-index/index.ts", "line": 756 }, "name": "resetId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-index/index.ts", "line": 785 }, "name": "resetRetentionDays" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-index/index.ts", "line": 842 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-index/index.ts", "line": 857 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "LogsIndex", "namespace": "logsIndex", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-index/index.ts", "line": 625 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-index/index.ts", "line": 795 }, "name": "dailyLimitReset", "type": { "fqn": "@cdktf/provider-datadog.logsIndex.LogsIndexDailyLimitResetOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-index/index.ts", "line": 811 }, "name": "exclusionFilter", "type": { "fqn": "@cdktf/provider-datadog.logsIndex.LogsIndexExclusionFilterList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-index/index.ts", "line": 827 }, "name": "filter", "type": { "fqn": "@cdktf/provider-datadog.logsIndex.LogsIndexFilterOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-index/index.ts", "line": 696 }, "name": "dailyLimitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-index/index.ts", "line": 805 }, "name": "dailyLimitResetInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsIndex.LogsIndexDailyLimitReset" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-index/index.ts", "line": 712 }, "name": "dailyLimitWarningThresholdPercentageInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-index/index.ts", "line": 728 }, "name": "disableDailyLimitInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-index/index.ts", "line": 821 }, "name": "exclusionFilterInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.logsIndex.LogsIndexExclusionFilter" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-index/index.ts", "line": 834 }, "name": "filterInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsIndex.LogsIndexFilter" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-index/index.ts", "line": 744 }, "name": "flexRetentionDaysInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-index/index.ts", "line": 760 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-index/index.ts", "line": 773 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-index/index.ts", "line": 789 }, "name": "retentionDaysInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-index/index.ts", "line": 686 }, "name": "dailyLimit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-index/index.ts", "line": 702 }, "name": "dailyLimitWarningThresholdPercentage", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-index/index.ts", "line": 718 }, "name": "disableDailyLimit", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-index/index.ts", "line": 734 }, "name": "flexRetentionDays", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-index/index.ts", "line": 750 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-index/index.ts", "line": 766 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-index/index.ts", "line": 779 }, "name": "retentionDays", "type": { "primitive": "number" } } ], "symbolId": "src/logs-index/index:LogsIndex" }, "@cdktf/provider-datadog.logsIndex.LogsIndexConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsIndex.LogsIndexConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/logs-index/index.ts", "line": 14 }, "name": "LogsIndexConfig", "namespace": "logsIndex", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_index#filter LogsIndex#filter}", "stability": "stable", "summary": "filter block." }, "immutable": true, "locationInModule": { "filename": "src/logs-index/index.ts", "line": 75 }, "name": "filter", "type": { "fqn": "@cdktf/provider-datadog.logsIndex.LogsIndexFilter" } }, { "abstract": true, "docs": { "remarks": "Index names cannot be modified after creation. If this value is changed, a new index will be created.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_index#name LogsIndex#name}", "stability": "stable", "summary": "The name of the index." }, "immutable": true, "locationInModule": { "filename": "src/logs-index/index.ts", "line": 51 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_index#daily_limit LogsIndex#daily_limit}", "stability": "stable", "summary": "The number of log events you can send in this index per day before you are rate-limited." }, "immutable": true, "locationInModule": { "filename": "src/logs-index/index.ts", "line": 20 }, "name": "dailyLimit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_index#daily_limit_reset LogsIndex#daily_limit_reset}", "stability": "stable", "summary": "daily_limit_reset block." }, "immutable": true, "locationInModule": { "filename": "src/logs-index/index.ts", "line": 63 }, "name": "dailyLimitReset", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsIndex.LogsIndexDailyLimitReset" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_index#daily_limit_warning_threshold_percentage LogsIndex#daily_limit_warning_threshold_percentage}", "stability": "stable", "summary": "A percentage threshold of the daily quota at which a Datadog warning event is generated." }, "immutable": true, "locationInModule": { "filename": "src/logs-index/index.ts", "line": 26 }, "name": "dailyLimitWarningThresholdPercentage", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "If false or omitted, the index's current daily_limit is maintained.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/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/index.ts", "line": 32 }, "name": "disableDailyLimit", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_index#exclusion_filter LogsIndex#exclusion_filter}", "stability": "stable", "summary": "exclusion_filter block." }, "immutable": true, "locationInModule": { "filename": "src/logs-index/index.ts", "line": 69 }, "name": "exclusionFilter", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.logsIndex.LogsIndexExclusionFilter" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_index#flex_retention_days LogsIndex#flex_retention_days}", "stability": "stable", "summary": "The total number of days logs are stored in Standard and Flex Tier before being deleted from the index." }, "immutable": true, "locationInModule": { "filename": "src/logs-index/index.ts", "line": 38 }, "name": "flexRetentionDays", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_index#id LogsIndex#id}." }, "immutable": true, "locationInModule": { "filename": "src/logs-index/index.ts", "line": 45 }, "name": "id", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_index#retention_days LogsIndex#retention_days}", "stability": "stable", "summary": "The number of days logs are stored in Standard Tier before aging into the Flex Tier or being deleted from the index." }, "immutable": true, "locationInModule": { "filename": "src/logs-index/index.ts", "line": 57 }, "name": "retentionDays", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/logs-index/index:LogsIndexConfig" }, "@cdktf/provider-datadog.logsIndex.LogsIndexDailyLimitReset": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsIndex.LogsIndexDailyLimitReset", "kind": "interface", "locationInModule": { "filename": "src/logs-index/index.ts", "line": 77 }, "name": "LogsIndexDailyLimitReset", "namespace": "logsIndex", "properties": [ { "abstract": true, "docs": { "remarks": "The hours must be between 00 and 23 (inclusive).\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_index#reset_time LogsIndex#reset_time}", "stability": "stable", "summary": "String in `HH:00` format representing the time of day the daily limit should be reset." }, "immutable": true, "locationInModule": { "filename": "src/logs-index/index.ts", "line": 83 }, "name": "resetTime", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "The hours must be between -12 and +14 (inclusive).\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_index#reset_utc_offset LogsIndex#reset_utc_offset}", "stability": "stable", "summary": "String in `(-|+)HH:00` format representing the UTC offset to apply to the given reset time." }, "immutable": true, "locationInModule": { "filename": "src/logs-index/index.ts", "line": 89 }, "name": "resetUtcOffset", "type": { "primitive": "string" } } ], "symbolId": "src/logs-index/index:LogsIndexDailyLimitReset" }, "@cdktf/provider-datadog.logsIndex.LogsIndexDailyLimitResetOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsIndex.LogsIndexDailyLimitResetOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-index/index.ts", "line": 135 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 128 }, "name": "LogsIndexDailyLimitResetOutputReference", "namespace": "logsIndex", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-index/index.ts", "line": 175 }, "name": "resetTimeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-index/index.ts", "line": 188 }, "name": "resetUtcOffsetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-index/index.ts", "line": 168 }, "name": "resetTime", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-index/index.ts", "line": 181 }, "name": "resetUtcOffset", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-index/index.ts", "line": 139 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsIndex.LogsIndexDailyLimitReset" } } ], "symbolId": "src/logs-index/index:LogsIndexDailyLimitResetOutputReference" }, "@cdktf/provider-datadog.logsIndex.LogsIndexExclusionFilter": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsIndex.LogsIndexExclusionFilter", "kind": "interface", "locationInModule": { "filename": "src/logs-index/index.ts", "line": 345 }, "name": "LogsIndexExclusionFilter", "namespace": "logsIndex", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_index#filter LogsIndex#filter}", "stability": "stable", "summary": "filter block." }, "immutable": true, "locationInModule": { "filename": "src/logs-index/index.ts", "line": 363 }, "name": "filter", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.logsIndex.LogsIndexExclusionFilterFilter" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_index#is_enabled LogsIndex#is_enabled}", "stability": "stable", "summary": "A boolean stating if the exclusion is active or not." }, "immutable": true, "locationInModule": { "filename": "src/logs-index/index.ts", "line": 351 }, "name": "isEnabled", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_index#name LogsIndex#name}", "stability": "stable", "summary": "The name of the exclusion filter." }, "immutable": true, "locationInModule": { "filename": "src/logs-index/index.ts", "line": 357 }, "name": "name", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/logs-index/index:LogsIndexExclusionFilter" }, "@cdktf/provider-datadog.logsIndex.LogsIndexExclusionFilterFilter": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsIndex.LogsIndexExclusionFilterFilter", "kind": "interface", "locationInModule": { "filename": "src/logs-index/index.ts", "line": 192 }, "name": "LogsIndexExclusionFilterFilter", "namespace": "logsIndex", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_index#query LogsIndex#query}", "stability": "stable", "summary": "Only logs matching the filter criteria and the query of the parent index will be considered for this exclusion filter." }, "immutable": true, "locationInModule": { "filename": "src/logs-index/index.ts", "line": 198 }, "name": "query", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_index#sample_rate LogsIndex#sample_rate}", "stability": "stable", "summary": "The fraction of logs excluded by the exclusion filter, when active." }, "immutable": true, "locationInModule": { "filename": "src/logs-index/index.ts", "line": 204 }, "name": "sampleRate", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/logs-index/index:LogsIndexExclusionFilterFilter" }, "@cdktf/provider-datadog.logsIndex.LogsIndexExclusionFilterFilterList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsIndex.LogsIndexExclusionFilterFilterList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-index/index.ts", "line": 334 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/logs-index/index.ts", "line": 326 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-index/index.ts", "line": 341 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.logsIndex.LogsIndexExclusionFilterFilterOutputReference" } } } ], "name": "LogsIndexExclusionFilterFilterList", "namespace": "logsIndex", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/logs-index/index.ts", "line": 334 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/logs-index/index.ts", "line": 334 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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/index.ts", "line": 334 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-index/index.ts", "line": 327 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.logsIndex.LogsIndexExclusionFilterFilter" }, "kind": "array" } } ] } } } ], "symbolId": "src/logs-index/index:LogsIndexExclusionFilterFilterList" }, "@cdktf/provider-datadog.logsIndex.LogsIndexExclusionFilterFilterOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsIndex.LogsIndexExclusionFilterFilterOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-index/index.ts", "line": 253 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/logs-index/index.ts", "line": 243 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-index/index.ts", "line": 301 }, "name": "resetQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-index/index.ts", "line": 317 }, "name": "resetSampleRate" } ], "name": "LogsIndexExclusionFilterFilterOutputReference", "namespace": "logsIndex", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-index/index.ts", "line": 305 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-index/index.ts", "line": 321 }, "name": "sampleRateInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-index/index.ts", "line": 295 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-index/index.ts", "line": 311 }, "name": "sampleRate", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-index/index.ts", "line": 257 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.logsIndex.LogsIndexExclusionFilterFilter" } ] } } } ], "symbolId": "src/logs-index/index:LogsIndexExclusionFilterFilterOutputReference" }, "@cdktf/provider-datadog.logsIndex.LogsIndexExclusionFilterList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsIndex.LogsIndexExclusionFilterList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-index/index.ts", "line": 522 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/logs-index/index.ts", "line": 514 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-index/index.ts", "line": 529 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.logsIndex.LogsIndexExclusionFilterOutputReference" } } } ], "name": "LogsIndexExclusionFilterList", "namespace": "logsIndex", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/logs-index/index.ts", "line": 522 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/logs-index/index.ts", "line": 522 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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/index.ts", "line": 522 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-index/index.ts", "line": 515 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.logsIndex.LogsIndexExclusionFilter" }, "kind": "array" } } ] } } } ], "symbolId": "src/logs-index/index:LogsIndexExclusionFilterList" }, "@cdktf/provider-datadog.logsIndex.LogsIndexExclusionFilterOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsIndex.LogsIndexExclusionFilterOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-index/index.ts", "line": 419 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/logs-index/index.ts", "line": 409 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-index/index.ts", "line": 502 }, "name": "putFilter", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.logsIndex.LogsIndexExclusionFilterFilter" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-index/index.ts", "line": 505 }, "name": "resetFilter" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-index/index.ts", "line": 473 }, "name": "resetIsEnabled" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-index/index.ts", "line": 489 }, "name": "resetName" } ], "name": "LogsIndexExclusionFilterOutputReference", "namespace": "logsIndex", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-index/index.ts", "line": 499 }, "name": "filter", "type": { "fqn": "@cdktf/provider-datadog.logsIndex.LogsIndexExclusionFilterFilterList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-index/index.ts", "line": 509 }, "name": "filterInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.logsIndex.LogsIndexExclusionFilterFilter" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-index/index.ts", "line": 477 }, "name": "isEnabledInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-index/index.ts", "line": 493 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-index/index.ts", "line": 467 }, "name": "isEnabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-index/index.ts", "line": 483 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-index/index.ts", "line": 423 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.logsIndex.LogsIndexExclusionFilter" } ] } } } ], "symbolId": "src/logs-index/index:LogsIndexExclusionFilterOutputReference" }, "@cdktf/provider-datadog.logsIndex.LogsIndexFilter": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsIndex.LogsIndexFilter", "kind": "interface", "locationInModule": { "filename": "src/logs-index/index.ts", "line": 533 }, "name": "LogsIndexFilter", "namespace": "logsIndex", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_index#query LogsIndex#query}", "stability": "stable", "summary": "Logs filter criteria. Only logs matching this filter criteria are considered for this index." }, "immutable": true, "locationInModule": { "filename": "src/logs-index/index.ts", "line": 539 }, "name": "query", "type": { "primitive": "string" } } ], "symbolId": "src/logs-index/index:LogsIndexFilter" }, "@cdktf/provider-datadog.logsIndex.LogsIndexFilterOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsIndex.LogsIndexFilterOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-index/index.ts", "line": 578 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 571 }, "name": "LogsIndexFilterOutputReference", "namespace": "logsIndex", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-index/index.ts", "line": 612 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-index/index.ts", "line": 605 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-index/index.ts", "line": 582 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsIndex.LogsIndexFilter" } } ], "symbolId": "src/logs-index/index:LogsIndexFilterOutputReference" }, "@cdktf/provider-datadog.logsIndexOrder.LogsIndexOrder": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_index_order datadog_logs_index_order}." }, "fqn": "@cdktf/provider-datadog.logsIndexOrder.LogsIndexOrder", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_index_order datadog_logs_index_order} Resource." }, "locationInModule": { "filename": "src/logs-index-order/index.ts", "line": 71 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.logsIndexOrder.LogsIndexOrderConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/logs-index-order/index.ts", "line": 39 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a LogsIndexOrder resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/logs-index-order/index.ts", "line": 56 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the LogsIndexOrder to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_index_order#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing LogsIndexOrder that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the LogsIndexOrder to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-index-order/index.ts", "line": 104 }, "name": "resetId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-index-order/index.ts", "line": 133 }, "name": "resetName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-index-order/index.ts", "line": 145 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-index-order/index.ts", "line": 153 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "LogsIndexOrder", "namespace": "logsIndexOrder", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-index-order/index.ts", "line": 44 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-index-order/index.ts", "line": 108 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-index-order/index.ts", "line": 121 }, "name": "indexesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-index-order/index.ts", "line": 137 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-index-order/index.ts", "line": 98 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-index-order/index.ts", "line": 114 }, "name": "indexes", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-index-order/index.ts", "line": 127 }, "name": "name", "type": { "primitive": "string" } } ], "symbolId": "src/logs-index-order/index:LogsIndexOrder" }, "@cdktf/provider-datadog.logsIndexOrder.LogsIndexOrderConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsIndexOrder.LogsIndexOrderConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/logs-index-order/index.ts", "line": 14 }, "name": "LogsIndexOrderConfig", "namespace": "logsIndexOrder", "properties": [ { "abstract": true, "docs": { "remarks": "Logs are tested against the query filter of each index one by one following the order of the list.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_index_order#indexes LogsIndexOrder#indexes}", "stability": "stable", "summary": "The index resource list." }, "immutable": true, "locationInModule": { "filename": "src/logs-index-order/index.ts", "line": 27 }, "name": "indexes", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_index_order#id LogsIndexOrder#id}." }, "immutable": true, "locationInModule": { "filename": "src/logs-index-order/index.ts", "line": 21 }, "name": "id", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_index_order#name LogsIndexOrder#name}", "stability": "stable", "summary": "The unique name of the index order resource." }, "immutable": true, "locationInModule": { "filename": "src/logs-index-order/index.ts", "line": 33 }, "name": "name", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/logs-index-order/index:LogsIndexOrderConfig" }, "@cdktf/provider-datadog.logsIntegrationPipeline.LogsIntegrationPipeline": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_integration_pipeline datadog_logs_integration_pipeline}." }, "fqn": "@cdktf/provider-datadog.logsIntegrationPipeline.LogsIntegrationPipeline", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_integration_pipeline datadog_logs_integration_pipeline} Resource." }, "locationInModule": { "filename": "src/logs-integration-pipeline/index.ts", "line": 65 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsIntegrationPipeline.LogsIntegrationPipelineConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/logs-integration-pipeline/index.ts", "line": 33 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a LogsIntegrationPipeline resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/logs-integration-pipeline/index.ts", "line": 50 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the LogsIntegrationPipeline to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_integration_pipeline#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing LogsIntegrationPipeline that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the LogsIntegrationPipeline to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-integration-pipeline/index.ts", "line": 97 }, "name": "resetId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-integration-pipeline/index.ts", "line": 113 }, "name": "resetIsEnabled" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-integration-pipeline/index.ts", "line": 125 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-integration-pipeline/index.ts", "line": 132 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "LogsIntegrationPipeline", "namespace": "logsIntegrationPipeline", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-integration-pipeline/index.ts", "line": 38 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-integration-pipeline/index.ts", "line": 101 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-integration-pipeline/index.ts", "line": 117 }, "name": "isEnabledInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-integration-pipeline/index.ts", "line": 91 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-integration-pipeline/index.ts", "line": 107 }, "name": "isEnabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } } ], "symbolId": "src/logs-integration-pipeline/index:LogsIntegrationPipeline" }, "@cdktf/provider-datadog.logsIntegrationPipeline.LogsIntegrationPipelineConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsIntegrationPipeline.LogsIntegrationPipelineConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/logs-integration-pipeline/index.ts", "line": 14 }, "name": "LogsIntegrationPipelineConfig", "namespace": "logsIntegrationPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_integration_pipeline#id LogsIntegrationPipeline#id}." }, "immutable": true, "locationInModule": { "filename": "src/logs-integration-pipeline/index.ts", "line": 21 }, "name": "id", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_integration_pipeline#is_enabled LogsIntegrationPipeline#is_enabled}", "stability": "stable", "summary": "Boolean value to enable your pipeline." }, "immutable": true, "locationInModule": { "filename": "src/logs-integration-pipeline/index.ts", "line": 27 }, "name": "isEnabled", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } } ], "symbolId": "src/logs-integration-pipeline/index:LogsIntegrationPipelineConfig" }, "@cdktf/provider-datadog.logsMetric.LogsMetric": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_metric datadog_logs_metric}." }, "fqn": "@cdktf/provider-datadog.logsMetric.LogsMetric", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_metric datadog_logs_metric} Resource." }, "locationInModule": { "filename": "src/logs-metric/index.ts", "line": 466 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.logsMetric.LogsMetricConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/logs-metric/index.ts", "line": 434 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a LogsMetric resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/logs-metric/index.ts", "line": 451 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the LogsMetric to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_metric#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing LogsMetric that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the LogsMetric to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-metric/index.ts", "line": 527 }, "name": "putCompute", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.logsMetric.LogsMetricCompute" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-metric/index.ts", "line": 540 }, "name": "putFilter", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.logsMetric.LogsMetricFilter" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-metric/index.ts", "line": 553 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.logsMetric.LogsMetricGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-metric/index.ts", "line": 556 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-metric/index.ts", "line": 501 }, "name": "resetId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-metric/index.ts", "line": 568 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-metric/index.ts", "line": 578 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "LogsMetric", "namespace": "logsMetric", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-metric/index.ts", "line": 439 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-metric/index.ts", "line": 524 }, "name": "compute", "type": { "fqn": "@cdktf/provider-datadog.logsMetric.LogsMetricComputeOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-metric/index.ts", "line": 537 }, "name": "filter", "type": { "fqn": "@cdktf/provider-datadog.logsMetric.LogsMetricFilterOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-metric/index.ts", "line": 550 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.logsMetric.LogsMetricGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-metric/index.ts", "line": 531 }, "name": "computeInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsMetric.LogsMetricCompute" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-metric/index.ts", "line": 544 }, "name": "filterInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsMetric.LogsMetricFilter" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-metric/index.ts", "line": 560 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.logsMetric.LogsMetricGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-metric/index.ts", "line": 505 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-metric/index.ts", "line": 518 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-metric/index.ts", "line": 495 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-metric/index.ts", "line": 511 }, "name": "name", "type": { "primitive": "string" } } ], "symbolId": "src/logs-metric/index:LogsMetric" }, "@cdktf/provider-datadog.logsMetric.LogsMetricCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsMetric.LogsMetricCompute", "kind": "interface", "locationInModule": { "filename": "src/logs-metric/index.ts", "line": 47 }, "name": "LogsMetricCompute", "namespace": "logsMetric", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_metric#aggregation_type LogsMetric#aggregation_type}", "stability": "stable", "summary": "The type of aggregation to use. This field can't be updated after creation. Valid values are `count`, `distribution`." }, "immutable": true, "locationInModule": { "filename": "src/logs-metric/index.ts", "line": 53 }, "name": "aggregationType", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Defaults to false. Can only be applied to metrics that have an `aggregation_type` of distribution.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_metric#include_percentiles LogsMetric#include_percentiles}", "stability": "stable", "summary": "Toggle to include/exclude percentiles for a distribution metric." }, "immutable": true, "locationInModule": { "filename": "src/logs-metric/index.ts", "line": 59 }, "name": "includePercentiles", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "This field can't be updated after creation.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_metric#path LogsMetric#path}", "stability": "stable", "summary": "The path to the value the log-based metric will aggregate on (only used if the aggregation type is a \"distribution\")." }, "immutable": true, "locationInModule": { "filename": "src/logs-metric/index.ts", "line": 65 }, "name": "path", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/logs-metric/index:LogsMetricCompute" }, "@cdktf/provider-datadog.logsMetric.LogsMetricComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsMetric.LogsMetricComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-metric/index.ts", "line": 118 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 111 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-metric/index.ts", "line": 176 }, "name": "resetIncludePercentiles" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-metric/index.ts", "line": 192 }, "name": "resetPath" } ], "name": "LogsMetricComputeOutputReference", "namespace": "logsMetric", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-metric/index.ts", "line": 164 }, "name": "aggregationTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-metric/index.ts", "line": 180 }, "name": "includePercentilesInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-metric/index.ts", "line": 196 }, "name": "pathInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-metric/index.ts", "line": 157 }, "name": "aggregationType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-metric/index.ts", "line": 170 }, "name": "includePercentiles", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-metric/index.ts", "line": 186 }, "name": "path", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-metric/index.ts", "line": 122 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsMetric.LogsMetricCompute" } } ], "symbolId": "src/logs-metric/index:LogsMetricComputeOutputReference" }, "@cdktf/provider-datadog.logsMetric.LogsMetricConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsMetric.LogsMetricConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/logs-metric/index.ts", "line": 14 }, "name": "LogsMetricConfig", "namespace": "logsMetric", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_metric#compute LogsMetric#compute}", "stability": "stable", "summary": "compute block." }, "immutable": true, "locationInModule": { "filename": "src/logs-metric/index.ts", "line": 33 }, "name": "compute", "type": { "fqn": "@cdktf/provider-datadog.logsMetric.LogsMetricCompute" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_metric#filter LogsMetric#filter}", "stability": "stable", "summary": "filter block." }, "immutable": true, "locationInModule": { "filename": "src/logs-metric/index.ts", "line": 39 }, "name": "filter", "type": { "fqn": "@cdktf/provider-datadog.logsMetric.LogsMetricFilter" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_metric#name LogsMetric#name}", "stability": "stable", "summary": "The name of the log-based metric. This field can't be updated after creation." }, "immutable": true, "locationInModule": { "filename": "src/logs-metric/index.ts", "line": 27 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_metric#group_by LogsMetric#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/logs-metric/index.ts", "line": 45 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.logsMetric.LogsMetricGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_metric#id LogsMetric#id}." }, "immutable": true, "locationInModule": { "filename": "src/logs-metric/index.ts", "line": 21 }, "name": "id", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/logs-metric/index:LogsMetricConfig" }, "@cdktf/provider-datadog.logsMetric.LogsMetricFilter": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsMetric.LogsMetricFilter", "kind": "interface", "locationInModule": { "filename": "src/logs-metric/index.ts", "line": 200 }, "name": "LogsMetricFilter", "namespace": "logsMetric", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_metric#query LogsMetric#query}", "stability": "stable", "summary": "The search query - following the log search syntax." }, "immutable": true, "locationInModule": { "filename": "src/logs-metric/index.ts", "line": 206 }, "name": "query", "type": { "primitive": "string" } } ], "symbolId": "src/logs-metric/index:LogsMetricFilter" }, "@cdktf/provider-datadog.logsMetric.LogsMetricFilterOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsMetric.LogsMetricFilterOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-metric/index.ts", "line": 245 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 238 }, "name": "LogsMetricFilterOutputReference", "namespace": "logsMetric", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-metric/index.ts", "line": 279 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-metric/index.ts", "line": 272 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-metric/index.ts", "line": 249 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.logsMetric.LogsMetricFilter" } } ], "symbolId": "src/logs-metric/index:LogsMetricFilterOutputReference" }, "@cdktf/provider-datadog.logsMetric.LogsMetricGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsMetric.LogsMetricGroupBy", "kind": "interface", "locationInModule": { "filename": "src/logs-metric/index.ts", "line": 283 }, "name": "LogsMetricGroupBy", "namespace": "logsMetric", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_metric#path LogsMetric#path}", "stability": "stable", "summary": "The path to the value the log-based metric will be aggregated over." }, "immutable": true, "locationInModule": { "filename": "src/logs-metric/index.ts", "line": 289 }, "name": "path", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_metric#tag_name LogsMetric#tag_name}", "stability": "stable", "summary": "Name of the tag that gets created." }, "immutable": true, "locationInModule": { "filename": "src/logs-metric/index.ts", "line": 295 }, "name": "tagName", "type": { "primitive": "string" } } ], "symbolId": "src/logs-metric/index:LogsMetricGroupBy" }, "@cdktf/provider-datadog.logsMetric.LogsMetricGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsMetric.LogsMetricGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-metric/index.ts", "line": 419 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/logs-metric/index.ts", "line": 411 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-metric/index.ts", "line": 426 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.logsMetric.LogsMetricGroupByOutputReference" } } } ], "name": "LogsMetricGroupByList", "namespace": "logsMetric", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/logs-metric/index.ts", "line": 419 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/logs-metric/index.ts", "line": 419 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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/index.ts", "line": 419 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-metric/index.ts", "line": 412 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.logsMetric.LogsMetricGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/logs-metric/index:LogsMetricGroupByList" }, "@cdktf/provider-datadog.logsMetric.LogsMetricGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsMetric.LogsMetricGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-metric/index.ts", "line": 344 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/logs-metric/index.ts", "line": 334 }, "name": "LogsMetricGroupByOutputReference", "namespace": "logsMetric", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-metric/index.ts", "line": 393 }, "name": "pathInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-metric/index.ts", "line": 406 }, "name": "tagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-metric/index.ts", "line": 386 }, "name": "path", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-metric/index.ts", "line": 399 }, "name": "tagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-metric/index.ts", "line": 348 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.logsMetric.LogsMetricGroupBy" } ] } } } ], "symbolId": "src/logs-metric/index:LogsMetricGroupByOutputReference" }, "@cdktf/provider-datadog.logsPipelineOrder.LogsPipelineOrder": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_pipeline_order datadog_logs_pipeline_order}." }, "fqn": "@cdktf/provider-datadog.logsPipelineOrder.LogsPipelineOrder", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_pipeline_order datadog_logs_pipeline_order} Resource." }, "locationInModule": { "filename": "src/logs-pipeline-order/index.ts", "line": 71 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.logsPipelineOrder.LogsPipelineOrderConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/logs-pipeline-order/index.ts", "line": 39 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a LogsPipelineOrder resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/logs-pipeline-order/index.ts", "line": 56 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the LogsPipelineOrder to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_pipeline_order#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing LogsPipelineOrder that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the LogsPipelineOrder to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-pipeline-order/index.ts", "line": 104 }, "name": "resetId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-pipeline-order/index.ts", "line": 142 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-pipeline-order/index.ts", "line": 150 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "LogsPipelineOrder", "namespace": "logsPipelineOrder", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-pipeline-order/index.ts", "line": 44 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-pipeline-order/index.ts", "line": 108 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-pipeline-order/index.ts", "line": 121 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/logs-pipeline-order/index.ts", "line": 134 }, "name": "pipelinesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-pipeline-order/index.ts", "line": 98 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-pipeline-order/index.ts", "line": 114 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/logs-pipeline-order/index.ts", "line": 127 }, "name": "pipelines", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/logs-pipeline-order/index:LogsPipelineOrder" }, "@cdktf/provider-datadog.logsPipelineOrder.LogsPipelineOrderConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.logsPipelineOrder.LogsPipelineOrderConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/logs-pipeline-order/index.ts", "line": 14 }, "name": "LogsPipelineOrderConfig", "namespace": "logsPipelineOrder", "properties": [ { "abstract": true, "docs": { "remarks": "It's recommended to use the same value as the resource name. No related field is available in [Logs Pipeline API](https://docs.datadoghq.com/api/v1/logs-pipelines/#get-pipeline-order).\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_pipeline_order#name LogsPipelineOrder#name}", "stability": "stable", "summary": "The name attribute in the resource `datadog_logs_pipeline_order` needs to be unique." }, "immutable": true, "locationInModule": { "filename": "src/logs-pipeline-order/index.ts", "line": 27 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_pipeline_order#pipelines LogsPipelineOrder#pipelines}", "stability": "stable", "summary": "The pipeline IDs list. The order of pipeline IDs in this attribute defines the overall pipeline order for logs." }, "immutable": true, "locationInModule": { "filename": "src/logs-pipeline-order/index.ts", "line": 33 }, "name": "pipelines", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/logs_pipeline_order#id LogsPipelineOrder#id}." }, "immutable": true, "locationInModule": { "filename": "src/logs-pipeline-order/index.ts", "line": 21 }, "name": "id", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/logs-pipeline-order/index:LogsPipelineOrderConfig" }, "@cdktf/provider-datadog.metricMetadata.MetricMetadata": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/metric_metadata datadog_metric_metadata}." }, "fqn": "@cdktf/provider-datadog.metricMetadata.MetricMetadata", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/metric_metadata datadog_metric_metadata} Resource." }, "locationInModule": { "filename": "src/metric-metadata/index.ts", "line": 101 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.metricMetadata.MetricMetadataConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/metric-metadata/index.ts", "line": 69 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a MetricMetadata resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/metric-metadata/index.ts", "line": 86 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the MetricMetadata to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/metric_metadata#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing MetricMetadata that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the MetricMetadata to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/metric-metadata/index.ts", "line": 139 }, "name": "resetDescription" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/metric-metadata/index.ts", "line": 155 }, "name": "resetId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/metric-metadata/index.ts", "line": 184 }, "name": "resetPerUnit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/metric-metadata/index.ts", "line": 200 }, "name": "resetShortName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/metric-metadata/index.ts", "line": 216 }, "name": "resetStatsdInterval" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/metric-metadata/index.ts", "line": 232 }, "name": "resetType" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/metric-metadata/index.ts", "line": 248 }, "name": "resetUnit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/metric-metadata/index.ts", "line": 260 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/metric-metadata/index.ts", "line": 273 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "MetricMetadata", "namespace": "metricMetadata", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/metric-metadata/index.ts", "line": 74 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/metric-metadata/index.ts", "line": 143 }, "name": "descriptionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/metric-metadata/index.ts", "line": 159 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/metric-metadata/index.ts", "line": 172 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/metric-metadata/index.ts", "line": 188 }, "name": "perUnitInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/metric-metadata/index.ts", "line": 204 }, "name": "shortNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/metric-metadata/index.ts", "line": 220 }, "name": "statsdIntervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/metric-metadata/index.ts", "line": 236 }, "name": "typeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/metric-metadata/index.ts", "line": 252 }, "name": "unitInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/metric-metadata/index.ts", "line": 133 }, "name": "description", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/metric-metadata/index.ts", "line": 149 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/metric-metadata/index.ts", "line": 165 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/metric-metadata/index.ts", "line": 178 }, "name": "perUnit", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/metric-metadata/index.ts", "line": 194 }, "name": "shortName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/metric-metadata/index.ts", "line": 210 }, "name": "statsdInterval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/metric-metadata/index.ts", "line": 226 }, "name": "type", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/metric-metadata/index.ts", "line": 242 }, "name": "unit", "type": { "primitive": "string" } } ], "symbolId": "src/metric-metadata/index:MetricMetadata" }, "@cdktf/provider-datadog.metricMetadata.MetricMetadataConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.metricMetadata.MetricMetadataConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/metric-metadata/index.ts", "line": 14 }, "name": "MetricMetadataConfig", "namespace": "metricMetadata", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/metric_metadata#metric MetricMetadata#metric}", "stability": "stable", "summary": "The name of the metric." }, "immutable": true, "locationInModule": { "filename": "src/metric-metadata/index.ts", "line": 33 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/metric_metadata#description MetricMetadata#description}", "stability": "stable", "summary": "A description of the metric." }, "immutable": true, "locationInModule": { "filename": "src/metric-metadata/index.ts", "line": 20 }, "name": "description", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/metric_metadata#id MetricMetadata#id}." }, "immutable": true, "locationInModule": { "filename": "src/metric-metadata/index.ts", "line": 27 }, "name": "id", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/metric_metadata#per_unit MetricMetadata#per_unit}", "stability": "stable", "summary": "Per unit of the metric such as `second` in `bytes per second`." }, "immutable": true, "locationInModule": { "filename": "src/metric-metadata/index.ts", "line": 39 }, "name": "perUnit", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/metric_metadata#short_name MetricMetadata#short_name}", "stability": "stable", "summary": "A short name of the metric." }, "immutable": true, "locationInModule": { "filename": "src/metric-metadata/index.ts", "line": 45 }, "name": "shortName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/metric_metadata#statsd_interval MetricMetadata#statsd_interval}", "stability": "stable", "summary": "If applicable, statsd flush interval in seconds for the metric." }, "immutable": true, "locationInModule": { "filename": "src/metric-metadata/index.ts", "line": 51 }, "name": "statsdInterval", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Updating a metric of type `distribution` is not supported. If you would like to see the `distribution` type returned, contact [Datadog support](https://docs.datadoghq.com/help/).\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/metric_metadata#type MetricMetadata#type}", "stability": "stable", "summary": "Metric type such as `count`, `gauge`, or `rate`." }, "immutable": true, "locationInModule": { "filename": "src/metric-metadata/index.ts", "line": 57 }, "name": "type", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "For a list of allowed units, refer to [Datadog metric unit documentation](https://docs.datadoghq.com/metrics/units/#unit-list).\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/metric_metadata#unit MetricMetadata#unit}", "stability": "stable", "summary": "Primary unit of the metric such as `byte` or `operation`." }, "immutable": true, "locationInModule": { "filename": "src/metric-metadata/index.ts", "line": 63 }, "name": "unit", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/metric-metadata/index:MetricMetadataConfig" }, "@cdktf/provider-datadog.metricTagConfiguration.MetricTagConfiguration": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/metric_tag_configuration datadog_metric_tag_configuration}." }, "fqn": "@cdktf/provider-datadog.metricTagConfiguration.MetricTagConfiguration", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/metric_tag_configuration datadog_metric_tag_configuration} Resource." }, "locationInModule": { "filename": "src/metric-tag-configuration/index.ts", "line": 242 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.metricTagConfiguration.MetricTagConfigurationConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/metric-tag-configuration/index.ts", "line": 210 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a MetricTagConfiguration resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/metric-tag-configuration/index.ts", "line": 227 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the MetricTagConfiguration to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/metric_tag_configuration#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing MetricTagConfiguration that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the MetricTagConfiguration to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/metric-tag-configuration/index.ts", "line": 363 }, "name": "putAggregations", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.metricTagConfiguration.MetricTagConfigurationAggregations" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/metric-tag-configuration/index.ts", "line": 366 }, "name": "resetAggregations" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/metric-tag-configuration/index.ts", "line": 279 }, "name": "resetExcludeTagsMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/metric-tag-configuration/index.ts", "line": 295 }, "name": "resetId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/metric-tag-configuration/index.ts", "line": 311 }, "name": "resetIncludePercentiles" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/metric-tag-configuration/index.ts", "line": 378 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/metric-tag-configuration/index.ts", "line": 390 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "MetricTagConfiguration", "namespace": "metricTagConfiguration", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/metric-tag-configuration/index.ts", "line": 215 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/metric-tag-configuration/index.ts", "line": 360 }, "name": "aggregations", "type": { "fqn": "@cdktf/provider-datadog.metricTagConfiguration.MetricTagConfigurationAggregationsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/metric-tag-configuration/index.ts", "line": 370 }, "name": "aggregationsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.metricTagConfiguration.MetricTagConfigurationAggregations" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/metric-tag-configuration/index.ts", "line": 283 }, "name": "excludeTagsModeInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/metric-tag-configuration/index.ts", "line": 299 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/metric-tag-configuration/index.ts", "line": 315 }, "name": "includePercentilesInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/metric-tag-configuration/index.ts", "line": 328 }, "name": "metricNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/metric-tag-configuration/index.ts", "line": 341 }, "name": "metricTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/metric-tag-configuration/index.ts", "line": 354 }, "name": "tagsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/metric-tag-configuration/index.ts", "line": 273 }, "name": "excludeTagsMode", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/metric-tag-configuration/index.ts", "line": 289 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/metric-tag-configuration/index.ts", "line": 305 }, "name": "includePercentiles", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/metric-tag-configuration/index.ts", "line": 321 }, "name": "metricName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/metric-tag-configuration/index.ts", "line": 334 }, "name": "metricType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/metric-tag-configuration/index.ts", "line": 347 }, "name": "tags", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/metric-tag-configuration/index:MetricTagConfiguration" }, "@cdktf/provider-datadog.metricTagConfiguration.MetricTagConfigurationAggregations": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.metricTagConfiguration.MetricTagConfigurationAggregations", "kind": "interface", "locationInModule": { "filename": "src/metric-tag-configuration/index.ts", "line": 59 }, "name": "MetricTagConfigurationAggregations", "namespace": "metricTagConfiguration", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/metric_tag_configuration#space MetricTagConfiguration#space}", "stability": "stable", "summary": "A space aggregation for use in query. Valid values are `avg`, `max`, `min`, `sum`." }, "immutable": true, "locationInModule": { "filename": "src/metric-tag-configuration/index.ts", "line": 65 }, "name": "space", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/metric_tag_configuration#time MetricTagConfiguration#time}", "stability": "stable", "summary": "A time aggregation for use in query. Valid values are `avg`, `count`, `max`, `min`, `sum`." }, "immutable": true, "locationInModule": { "filename": "src/metric-tag-configuration/index.ts", "line": 71 }, "name": "time", "type": { "primitive": "string" } } ], "symbolId": "src/metric-tag-configuration/index:MetricTagConfigurationAggregations" }, "@cdktf/provider-datadog.metricTagConfiguration.MetricTagConfigurationAggregationsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.metricTagConfiguration.MetricTagConfigurationAggregationsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/metric-tag-configuration/index.ts", "line": 195 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/metric-tag-configuration/index.ts", "line": 187 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/metric-tag-configuration/index.ts", "line": 202 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.metricTagConfiguration.MetricTagConfigurationAggregationsOutputReference" } } } ], "name": "MetricTagConfigurationAggregationsList", "namespace": "metricTagConfiguration", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/metric-tag-configuration/index.ts", "line": 195 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/metric-tag-configuration/index.ts", "line": 195 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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/index.ts", "line": 195 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/metric-tag-configuration/index.ts", "line": 188 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.metricTagConfiguration.MetricTagConfigurationAggregations" }, "kind": "array" } } ] } } } ], "symbolId": "src/metric-tag-configuration/index:MetricTagConfigurationAggregationsList" }, "@cdktf/provider-datadog.metricTagConfiguration.MetricTagConfigurationAggregationsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.metricTagConfiguration.MetricTagConfigurationAggregationsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/metric-tag-configuration/index.ts", "line": 120 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/metric-tag-configuration/index.ts", "line": 110 }, "name": "MetricTagConfigurationAggregationsOutputReference", "namespace": "metricTagConfiguration", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/metric-tag-configuration/index.ts", "line": 169 }, "name": "spaceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/metric-tag-configuration/index.ts", "line": 182 }, "name": "timeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/metric-tag-configuration/index.ts", "line": 162 }, "name": "space", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/metric-tag-configuration/index.ts", "line": 175 }, "name": "time", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/metric-tag-configuration/index.ts", "line": 124 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.metricTagConfiguration.MetricTagConfigurationAggregations" } ] } } } ], "symbolId": "src/metric-tag-configuration/index:MetricTagConfigurationAggregationsOutputReference" }, "@cdktf/provider-datadog.metricTagConfiguration.MetricTagConfigurationConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.metricTagConfiguration.MetricTagConfigurationConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/metric-tag-configuration/index.ts", "line": 14 }, "name": "MetricTagConfigurationConfig", "namespace": "metricTagConfiguration", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/metric_tag_configuration#metric_name MetricTagConfiguration#metric_name}", "stability": "stable", "summary": "The metric name for this resource." }, "immutable": true, "locationInModule": { "filename": "src/metric-tag-configuration/index.ts", "line": 39 }, "name": "metricName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/metric_tag_configuration#metric_type MetricTagConfiguration#metric_type}", "stability": "stable", "summary": "The metric's type. This field can't be updated after creation. Valid values are `gauge`, `count`, `rate`, `distribution`." }, "immutable": true, "locationInModule": { "filename": "src/metric-tag-configuration/index.ts", "line": 45 }, "name": "metricType", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/metric_tag_configuration#tags MetricTagConfiguration#tags}", "stability": "stable", "summary": "A list of tag keys that will be queryable for your metric." }, "immutable": true, "locationInModule": { "filename": "src/metric-tag-configuration/index.ts", "line": 51 }, "name": "tags", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/metric_tag_configuration#aggregations MetricTagConfiguration#aggregations}", "stability": "stable", "summary": "aggregations block." }, "immutable": true, "locationInModule": { "filename": "src/metric-tag-configuration/index.ts", "line": 57 }, "name": "aggregations", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.metricTagConfiguration.MetricTagConfigurationAggregations" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Can only be applied to metrics that have one or more tags configured. Defaults to `false`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/metric_tag_configuration#exclude_tags_mode MetricTagConfiguration#exclude_tags_mode}", "stability": "stable", "summary": "Toggle to include/exclude tags as queryable for your metric." }, "immutable": true, "locationInModule": { "filename": "src/metric-tag-configuration/index.ts", "line": 20 }, "name": "excludeTagsMode", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "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://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/metric_tag_configuration#id MetricTagConfiguration#id}." }, "immutable": true, "locationInModule": { "filename": "src/metric-tag-configuration/index.ts", "line": 27 }, "name": "id", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Defaults to false. Can only be applied to metrics that have a `metric_type` of distribution.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/metric_tag_configuration#include_percentiles MetricTagConfiguration#include_percentiles}", "stability": "stable", "summary": "Toggle to include/exclude percentiles for a distribution metric." }, "immutable": true, "locationInModule": { "filename": "src/metric-tag-configuration/index.ts", "line": 33 }, "name": "includePercentiles", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } } ], "symbolId": "src/metric-tag-configuration/index:MetricTagConfigurationConfig" }, "@cdktf/provider-datadog.monitor.Monitor": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor datadog_monitor}." }, "fqn": "@cdktf/provider-datadog.monitor.Monitor", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor datadog_monitor} Resource." }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2391 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.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.monitor.MonitorConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/monitor/index.ts", "line": 2359 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a Monitor resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2376 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the Monitor to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing Monitor that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the Monitor to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2970 }, "name": "putMonitorThresholds", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.monitor.MonitorMonitorThresholds" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2954 }, "name": "putMonitorThresholdWindows", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.monitor.MonitorMonitorThresholdWindows" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2986 }, "name": "putSchedulingOptions", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.monitor.MonitorSchedulingOptions" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 3002 }, "name": "putVariables", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.monitor.MonitorVariables" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2457 }, "name": "resetDraftStatus" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2473 }, "name": "resetEnableLogsSample" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2489 }, "name": "resetEnableSamples" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2505 }, "name": "resetEscalationMessage" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2521 }, "name": "resetEvaluationDelay" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2537 }, "name": "resetForceDelete" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2569 }, "name": "resetGroupbySimpleMonitor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2553 }, "name": "resetGroupRetentionDuration" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2585 }, "name": "resetId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2601 }, "name": "resetIncludeTags" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2617 }, "name": "resetLocked" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2973 }, "name": "resetMonitorThresholds" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2957 }, "name": "resetMonitorThresholdWindows" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2659 }, "name": "resetNewGroupDelay" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2675 }, "name": "resetNewHostDelay" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2691 }, "name": "resetNoDataTimeframe" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2707 }, "name": "resetNotificationPresetName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2723 }, "name": "resetNotifyAudit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2739 }, "name": "resetNotifyBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2755 }, "name": "resetNotifyNoData" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2771 }, "name": "resetOnMissingData" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2787 }, "name": "resetPriority" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2816 }, "name": "resetRenotifyInterval" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2832 }, "name": "resetRenotifyOccurrences" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2848 }, "name": "resetRenotifyStatuses" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2864 }, "name": "resetRequireFullWindow" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2880 }, "name": "resetRestrictedRoles" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2989 }, "name": "resetSchedulingOptions" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2896 }, "name": "resetTags" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2912 }, "name": "resetTimeoutH" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2941 }, "name": "resetValidate" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 3005 }, "name": "resetVariables" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 3017 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 3058 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "Monitor", "namespace": "monitor", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2364 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2967 }, "name": "monitorThresholds", "type": { "fqn": "@cdktf/provider-datadog.monitor.MonitorMonitorThresholdsOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2951 }, "name": "monitorThresholdWindows", "type": { "fqn": "@cdktf/provider-datadog.monitor.MonitorMonitorThresholdWindowsOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2983 }, "name": "schedulingOptions", "type": { "fqn": "@cdktf/provider-datadog.monitor.MonitorSchedulingOptionsOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2999 }, "name": "variables", "type": { "fqn": "@cdktf/provider-datadog.monitor.MonitorVariablesOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2461 }, "name": "draftStatusInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2477 }, "name": "enableLogsSampleInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2493 }, "name": "enableSamplesInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2509 }, "name": "escalationMessageInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2525 }, "name": "evaluationDelayInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2541 }, "name": "forceDeleteInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2573 }, "name": "groupbySimpleMonitorInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2557 }, "name": "groupRetentionDurationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2589 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2605 }, "name": "includeTagsInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2621 }, "name": "lockedInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2634 }, "name": "messageInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2977 }, "name": "monitorThresholdsInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.monitor.MonitorMonitorThresholds" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2961 }, "name": "monitorThresholdWindowsInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.monitor.MonitorMonitorThresholdWindows" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2647 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2663 }, "name": "newGroupDelayInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2679 }, "name": "newHostDelayInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2695 }, "name": "noDataTimeframeInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2711 }, "name": "notificationPresetNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2727 }, "name": "notifyAuditInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2743 }, "name": "notifyByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2759 }, "name": "notifyNoDataInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2775 }, "name": "onMissingDataInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2791 }, "name": "priorityInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2804 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2820 }, "name": "renotifyIntervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2836 }, "name": "renotifyOccurrencesInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2852 }, "name": "renotifyStatusesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2868 }, "name": "requireFullWindowInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2884 }, "name": "restrictedRolesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2993 }, "name": "schedulingOptionsInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.monitor.MonitorSchedulingOptions" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2900 }, "name": "tagsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2916 }, "name": "timeoutHInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2929 }, "name": "typeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2945 }, "name": "validateInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 3009 }, "name": "variablesInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.monitor.MonitorVariables" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2451 }, "name": "draftStatus", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2467 }, "name": "enableLogsSample", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2483 }, "name": "enableSamples", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2499 }, "name": "escalationMessage", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2515 }, "name": "evaluationDelay", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2531 }, "name": "forceDelete", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2563 }, "name": "groupbySimpleMonitor", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2547 }, "name": "groupRetentionDuration", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2579 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2595 }, "name": "includeTags", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2611 }, "name": "locked", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2627 }, "name": "message", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2640 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2653 }, "name": "newGroupDelay", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2669 }, "name": "newHostDelay", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2685 }, "name": "noDataTimeframe", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2701 }, "name": "notificationPresetName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2717 }, "name": "notifyAudit", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2733 }, "name": "notifyBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2749 }, "name": "notifyNoData", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2765 }, "name": "onMissingData", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2781 }, "name": "priority", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2797 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2810 }, "name": "renotifyInterval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2826 }, "name": "renotifyOccurrences", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2842 }, "name": "renotifyStatuses", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2858 }, "name": "requireFullWindow", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2874 }, "name": "restrictedRoles", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2890 }, "name": "tags", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2906 }, "name": "timeoutH", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2922 }, "name": "type", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2935 }, "name": "validate", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } } ], "symbolId": "src/monitor/index:Monitor" }, "@cdktf/provider-datadog.monitor.MonitorConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.monitor.MonitorConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/monitor/index.ts", "line": 14 }, "name": "MonitorConfig", "namespace": "monitor", "properties": [ { "abstract": true, "docs": { "remarks": "Email notifications can be sent to specific users by using the same `@username` notation as events.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor#message Monitor#message}", "stability": "stable", "summary": "A message to include with notifications for this monitor." }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 91 }, "name": "message", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor#name Monitor#name}", "stability": "stable", "summary": "Name of Datadog monitor." }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 97 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Note this is not the same query you see in the UI and the syntax is different depending on the monitor type, please see the [API Reference](https://docs.datadoghq.com/api/v1/monitors/#create-a-monitor) for details. `terraform plan` will validate query contents unless `validate` is set to `false`.\n\n**Note:** APM latency data is now available as Distribution Metrics. Existing monitors have been migrated automatically but all terraformed monitors can still use the existing metrics. We strongly recommend updating monitor definitions to query the new metrics. To learn more, or to see examples of how to update your terraform definitions to utilize the new distribution metrics, see the [detailed doc](https://docs.datadoghq.com/tracing/guide/ddsketch_trace_metrics/).\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor#query Monitor#query}", "stability": "stable", "summary": "The monitor query to notify on." }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 163 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "The mapping from these types to the types found in the Datadog Web UI can be found in the Datadog API [documentation page](https://docs.datadoghq.com/api/v1/monitors/#create-a-monitor). Note: The monitor type cannot be changed after a monitor is created. Valid values are `composite`, `event alert`, `log alert`, `metric alert`, `process alert`, `query alert`, `rum alert`, `service check`, `synthetics alert`, `trace-analytics alert`, `slo alert`, `event-v2 alert`, `audit alert`, `ci-pipelines alert`, `ci-tests alert`, `error-tracking alert`, `database-monitoring alert`, `network-performance alert`, `cost alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor#type Monitor#type}", "stability": "stable", "summary": "The type of the monitor." }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 212 }, "name": "type", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "When set to `draft`, the monitor appears as Draft and does not send notifications. When set to `published`, the monitor is active, and it evaluates conditions and sends notifications as configured. Valid values are `draft`, `published`. Defaults to `\"published\"`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor#draft_status Monitor#draft_status}", "stability": "stable", "summary": "Indicates whether the monitor is in a draft or published state." }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 20 }, "name": "draftStatus", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "This is only used by log monitors. Defaults to `false`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor#enable_logs_sample Monitor#enable_logs_sample}", "stability": "stable", "summary": "A boolean indicating whether or not to include a list of log values which triggered the alert." }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 26 }, "name": "enableLogsSample", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "This is only used by CI Test and Pipeline monitors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor#enable_samples Monitor#enable_samples}", "stability": "stable", "summary": "Whether or not a list of samples which triggered the alert is included." }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 32 }, "name": "enableSamples", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor#escalation_message Monitor#escalation_message}", "stability": "stable", "summary": "A message to include with a re-notification. Supports the `@username` notification allowed elsewhere." }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 38 }, "name": "escalationMessage", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "For example, if the value is set to `300` (5min), the `timeframe` is set to `last_5m` and the time is 7:00, the monitor will evaluate data from 6:50 to 6:55. This is useful for AWS CloudWatch and other backfilled metrics to ensure the monitor will always have data during evaluation.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor#evaluation_delay Monitor#evaluation_delay}", "stability": "stable", "summary": "(Only applies to metric alert) Time (in seconds) to delay evaluation, as a non-negative integer." }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 46 }, "name": "evaluationDelay", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor#force_delete Monitor#force_delete}", "stability": "stable", "summary": "A boolean indicating whether this monitor can be deleted even if it’s referenced by other resources (e.g. SLO, composite monitor)." }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 52 }, "name": "forceDelete", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "This is only used by log monitors. Defaults to `false`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor#groupby_simple_monitor Monitor#groupby_simple_monitor}", "stability": "stable", "summary": "Whether or not to trigger one alert if any source breaches a threshold." }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 64 }, "name": "groupbySimpleMonitor", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "The minimum value is one hour, and the maximum value is 72 hours. Example values are: 60m, 1h, and 2d. This option is only available for APM Trace Analytics, Audit Trail, CI, Error Tracking, Event, Logs, and RUM monitors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor#group_retention_duration Monitor#group_retention_duration}", "stability": "stable", "summary": "The time span after which groups with missing data are dropped from the monitor state." }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 58 }, "name": "groupRetentionDuration", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor#id Monitor#id}." }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 71 }, "name": "id", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor#include_tags Monitor#include_tags}", "stability": "stable", "summary": "A boolean indicating whether notifications from this monitor automatically insert its triggering tags into the title. Defaults to `true`." }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 77 }, "name": "includeTags", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Defaults to `false`. **Deprecated.** Use `restricted_roles`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/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/index.ts", "line": 83 }, "name": "locked", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor#monitor_thresholds Monitor#monitor_thresholds}", "stability": "stable", "summary": "monitor_thresholds block." }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 230 }, "name": "monitorThresholds", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.monitor.MonitorMonitorThresholds" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor#monitor_threshold_windows Monitor#monitor_threshold_windows}", "stability": "stable", "summary": "monitor_threshold_windows block." }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 224 }, "name": "monitorThresholdWindows", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.monitor.MonitorMonitorThresholdWindows" } }, { "abstract": true, "docs": { "remarks": "`new_group_delay` overrides `new_host_delay` if it is set to a nonzero value.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor#new_group_delay Monitor#new_group_delay}", "stability": "stable", "summary": "The time (in seconds) to skip evaluations for new groups." }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 105 }, "name": "newGroupDelay", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "See `new_group_delay`. Time (in seconds) to allow a host to boot and applications to fully start before starting the evaluation of monitor results. Should be a non-negative integer. This value is ignored for simple monitors and monitors not grouped by host. The only case when this should be used is to override the default and set `new_host_delay` to zero for monitors grouped by host. **Deprecated.** Use `new_group_delay` except when setting `new_host_delay` to zero. Defaults to `300`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor#new_host_delay Monitor#new_host_delay}", "stability": "stable", "summary": "**Deprecated**." }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 111 }, "name": "newHostDelay", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "We recommend at least 2x the monitor timeframe for metric alerts or 2 minutes for service checks. Defaults to `10`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor#no_data_timeframe Monitor#no_data_timeframe}", "stability": "stable", "summary": "The number of minutes before a monitor will notify when data stops reporting." }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 119 }, "name": "noDataTimeframe", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor#notification_preset_name Monitor#notification_preset_name}", "stability": "stable", "summary": "Toggles the display of additional content sent in the monitor notification. Valid values are `show_all`, `hide_query`, `hide_handles`, `hide_all`." }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 125 }, "name": "notificationPresetName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor#notify_audit Monitor#notify_audit}", "stability": "stable", "summary": "A boolean indicating whether tagged users will be notified on changes to this monitor. Defaults to `false`." }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 131 }, "name": "notifyAudit", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Only available for monitors with groupings. For instance, a monitor grouped by `cluster`, `namespace`, and `pod` can be configured to only notify on each new `cluster` violating the alert conditions by setting `notify_by` to `['cluster']`. Tags mentioned in `notify_by` must be a subset of the grouping tags in the query. For example, a query grouped by `cluster` and `namespace` cannot notify on `region`. Setting `notify_by` to `[*]` configures the monitor to notify as a simple-alert.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor#notify_by Monitor#notify_by}", "stability": "stable", "summary": "Controls what granularity a monitor alerts on." }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 137 }, "name": "notifyBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor#notify_no_data Monitor#notify_no_data}", "stability": "stable", "summary": "A boolean indicating whether this monitor will notify when data stops reporting. Defaults to `false`." }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 143 }, "name": "notifyNoData", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "The default option results in different behavior depending on the monitor query type. For monitors using `Count` queries, an empty monitor evaluation is treated as 0 and is compared to the threshold conditions. For monitors using any query type other than `Count`, for example `Gauge`, `Measure`, or `Rate`, the monitor shows the last known status. This option is not available for Service Check, Composite, or SLO monitors. Valid values are: `show_no_data`, `show_and_notify_no_data`, `resolve`, and `default`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor#on_missing_data Monitor#on_missing_data}", "stability": "stable", "summary": "Controls how groups or monitors are treated if an evaluation does not return any data points." }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 149 }, "name": "onMissingData", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor#priority Monitor#priority}", "stability": "stable", "summary": "Integer from 1 (high) to 5 (low) indicating alert severity." }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 155 }, "name": "priority", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "It will only re-notify if it's not resolved.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor#renotify_interval Monitor#renotify_interval}", "stability": "stable", "summary": "The number of minutes after the last notification before a monitor will re-notify on the current status." }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 169 }, "name": "renotifyInterval", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor#renotify_occurrences Monitor#renotify_occurrences}", "stability": "stable", "summary": "The number of re-notification messages that should be sent on the current status." }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 175 }, "name": "renotifyOccurrences", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor#renotify_statuses Monitor#renotify_statuses}", "stability": "stable", "summary": "The types of statuses for which re-notification messages should be sent. Valid values are `alert`, `warn`, `no data`." }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 181 }, "name": "renotifyStatuses", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Datadog strongly recommends you set this to `false` for sparse metrics, otherwise some evaluations may be skipped. If there's a custom_schedule set, `require_full_window` must be false and will be ignored. Defaults to `true`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor#require_full_window Monitor#require_full_window}", "stability": "stable", "summary": "A boolean indicating whether this monitor needs a full window of data before it's evaluated." }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 187 }, "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 > **Note:** When the `TERRAFORM_MONITOR_EXPLICIT_RESTRICTED_ROLES` environment variable is set to `true`, this argument is treated as `Computed`. Terraform will automatically read the current restricted roles list from the Datadog API whenever the attribute is omitted. If `restricted_roles` is explicitly set in the configuration, that value always takes precedence over whatever is discovered during the read. This opt-in behaviour lets you migrate responsibility for monitor permissions to the `datadog_restriction_policy` resource.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor#restricted_roles Monitor#restricted_roles}", "stability": "stable", "summary": "A list of unique role identifiers to define which roles are allowed to edit the monitor." }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 194 }, "name": "restrictedRoles", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor#scheduling_options Monitor#scheduling_options}", "stability": "stable", "summary": "scheduling_options block." }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 236 }, "name": "schedulingOptions", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.monitor.MonitorSchedulingOptions" } }, { "abstract": true, "docs": { "remarks": "This can help you categorize and filter monitors in the manage monitors page of the UI. Note: it's not currently possible to filter by these tags when querying via the API\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor#tags Monitor#tags}", "stability": "stable", "summary": "A list of tags to associate with your monitor." }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 200 }, "name": "tags", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "The minimum allowed value is 0 hours. The maximum allowed value is 24 hours.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor#timeout_h Monitor#timeout_h}", "stability": "stable", "summary": "The number of hours of the monitor not reporting data before it automatically resolves from a triggered state." }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 206 }, "name": "timeoutH", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor#validate Monitor#validate}", "stability": "stable", "summary": "If set to `false`, skip the validation call done during plan." }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 218 }, "name": "validate", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor#variables Monitor#variables}", "stability": "stable", "summary": "variables block." }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 242 }, "name": "variables", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.monitor.MonitorVariables" } } ], "symbolId": "src/monitor/index:MonitorConfig" }, "@cdktf/provider-datadog.monitor.MonitorMonitorThresholdWindows": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.monitor.MonitorMonitorThresholdWindows", "kind": "interface", "locationInModule": { "filename": "src/monitor/index.ts", "line": 244 }, "name": "MonitorMonitorThresholdWindows", "namespace": "monitor", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor#recovery_window Monitor#recovery_window}", "stability": "stable", "summary": "Describes how long an anomalous metric must be normal before the alert recovers." }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 250 }, "name": "recoveryWindow", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor#trigger_window Monitor#trigger_window}", "stability": "stable", "summary": "Describes how long a metric must be anomalous before an alert triggers." }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 256 }, "name": "triggerWindow", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/monitor/index:MonitorMonitorThresholdWindows" }, "@cdktf/provider-datadog.monitor.MonitorMonitorThresholdWindowsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.monitor.MonitorMonitorThresholdWindowsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.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" } } ] }, "kind": "class", "locationInModule": { "filename": "src/monitor/index.ts", "line": 295 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 341 }, "name": "resetRecoveryWindow" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 357 }, "name": "resetTriggerWindow" } ], "name": "MonitorMonitorThresholdWindowsOutputReference", "namespace": "monitor", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 345 }, "name": "recoveryWindowInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 361 }, "name": "triggerWindowInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 335 }, "name": "recoveryWindow", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 351 }, "name": "triggerWindow", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 306 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.monitor.MonitorMonitorThresholdWindows" } } ], "symbolId": "src/monitor/index:MonitorMonitorThresholdWindowsOutputReference" }, "@cdktf/provider-datadog.monitor.MonitorMonitorThresholds": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.monitor.MonitorMonitorThresholds", "kind": "interface", "locationInModule": { "filename": "src/monitor/index.ts", "line": 365 }, "name": "MonitorMonitorThresholds", "namespace": "monitor", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor#critical Monitor#critical}", "stability": "stable", "summary": "The monitor `CRITICAL` threshold. Must be a number." }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 371 }, "name": "critical", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor#critical_recovery Monitor#critical_recovery}", "stability": "stable", "summary": "The monitor `CRITICAL` recovery threshold. Must be a number." }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 377 }, "name": "criticalRecovery", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor#ok Monitor#ok}", "stability": "stable", "summary": "The monitor `OK` threshold. Only supported in monitor type `service check`. Must be a number." }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 383 }, "name": "ok", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor#unknown Monitor#unknown}", "stability": "stable", "summary": "The monitor `UNKNOWN` threshold. Only supported in monitor type `service check`. Must be a number." }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 389 }, "name": "unknown", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor#warning Monitor#warning}", "stability": "stable", "summary": "The monitor `WARNING` threshold. Must be a number." }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 395 }, "name": "warning", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor#warning_recovery Monitor#warning_recovery}", "stability": "stable", "summary": "The monitor `WARNING` recovery threshold. Must be a number." }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 401 }, "name": "warningRecovery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/monitor/index:MonitorMonitorThresholds" }, "@cdktf/provider-datadog.monitor.MonitorMonitorThresholdsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.monitor.MonitorMonitorThresholdsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 475 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 468 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 538 }, "name": "resetCritical" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 554 }, "name": "resetCriticalRecovery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 570 }, "name": "resetOk" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 586 }, "name": "resetUnknown" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 602 }, "name": "resetWarning" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 618 }, "name": "resetWarningRecovery" } ], "name": "MonitorMonitorThresholdsOutputReference", "namespace": "monitor", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 542 }, "name": "criticalInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 558 }, "name": "criticalRecoveryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 574 }, "name": "okInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 590 }, "name": "unknownInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 606 }, "name": "warningInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 622 }, "name": "warningRecoveryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 532 }, "name": "critical", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 548 }, "name": "criticalRecovery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 564 }, "name": "ok", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 580 }, "name": "unknown", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 596 }, "name": "warning", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 612 }, "name": "warningRecovery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 479 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.monitor.MonitorMonitorThresholds" } } ], "symbolId": "src/monitor/index:MonitorMonitorThresholdsOutputReference" }, "@cdktf/provider-datadog.monitor.MonitorSchedulingOptions": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.monitor.MonitorSchedulingOptions", "kind": "interface", "locationInModule": { "filename": "src/monitor/index.ts", "line": 1015 }, "name": "MonitorSchedulingOptions", "namespace": "monitor", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor#custom_schedule Monitor#custom_schedule}", "stability": "stable", "summary": "custom_schedule block." }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1021 }, "name": "customSchedule", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.monitor.MonitorSchedulingOptionsCustomSchedule" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor#evaluation_window Monitor#evaluation_window}", "stability": "stable", "summary": "evaluation_window block." }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1027 }, "name": "evaluationWindow", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.monitor.MonitorSchedulingOptionsEvaluationWindow" } } ], "symbolId": "src/monitor/index:MonitorSchedulingOptions" }, "@cdktf/provider-datadog.monitor.MonitorSchedulingOptionsCustomSchedule": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.monitor.MonitorSchedulingOptionsCustomSchedule", "kind": "interface", "locationInModule": { "filename": "src/monitor/index.ts", "line": 776 }, "name": "MonitorSchedulingOptionsCustomSchedule", "namespace": "monitor", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor#recurrence Monitor#recurrence}", "stability": "stable", "summary": "recurrence block." }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 782 }, "name": "recurrence", "type": { "fqn": "@cdktf/provider-datadog.monitor.MonitorSchedulingOptionsCustomScheduleRecurrence" } } ], "symbolId": "src/monitor/index:MonitorSchedulingOptionsCustomSchedule" }, "@cdktf/provider-datadog.monitor.MonitorSchedulingOptionsCustomScheduleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.monitor.MonitorSchedulingOptionsCustomScheduleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 821 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 814 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 851 }, "name": "putRecurrence", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.monitor.MonitorSchedulingOptionsCustomScheduleRecurrence" } } ] } ], "name": "MonitorSchedulingOptionsCustomScheduleOutputReference", "namespace": "monitor", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 848 }, "name": "recurrence", "type": { "fqn": "@cdktf/provider-datadog.monitor.MonitorSchedulingOptionsCustomScheduleRecurrenceOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 855 }, "name": "recurrenceInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.monitor.MonitorSchedulingOptionsCustomScheduleRecurrence" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 825 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.monitor.MonitorSchedulingOptionsCustomSchedule" } } ], "symbolId": "src/monitor/index:MonitorSchedulingOptionsCustomScheduleOutputReference" }, "@cdktf/provider-datadog.monitor.MonitorSchedulingOptionsCustomScheduleRecurrence": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.monitor.MonitorSchedulingOptionsCustomScheduleRecurrence", "kind": "interface", "locationInModule": { "filename": "src/monitor/index.ts", "line": 626 }, "name": "MonitorSchedulingOptionsCustomScheduleRecurrence", "namespace": "monitor", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor#rrule Monitor#rrule}", "stability": "stable", "summary": "Must be a valid `rrule`. See API docs for supported fields." }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 632 }, "name": "rrule", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor#timezone Monitor#timezone}", "stability": "stable", "summary": "'tz database' format. Example: `America/New_York` or `UTC`." }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 644 }, "name": "timezone", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor#start Monitor#start}", "stability": "stable", "summary": "Time to start recurrence cycle. Similar to DTSTART. Expected format 'YYYY-MM-DDThh:mm:ss'." }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 638 }, "name": "start", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/monitor/index:MonitorSchedulingOptionsCustomScheduleRecurrence" }, "@cdktf/provider-datadog.monitor.MonitorSchedulingOptionsCustomScheduleRecurrenceOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.monitor.MonitorSchedulingOptionsCustomScheduleRecurrenceOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 697 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 690 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 755 }, "name": "resetStart" } ], "name": "MonitorSchedulingOptionsCustomScheduleRecurrenceOutputReference", "namespace": "monitor", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 743 }, "name": "rruleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 759 }, "name": "startInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 772 }, "name": "timezoneInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 736 }, "name": "rrule", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 749 }, "name": "start", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 765 }, "name": "timezone", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 701 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.monitor.MonitorSchedulingOptionsCustomScheduleRecurrence" } } ], "symbolId": "src/monitor/index:MonitorSchedulingOptionsCustomScheduleRecurrenceOutputReference" }, "@cdktf/provider-datadog.monitor.MonitorSchedulingOptionsEvaluationWindow": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.monitor.MonitorSchedulingOptionsEvaluationWindow", "kind": "interface", "locationInModule": { "filename": "src/monitor/index.ts", "line": 859 }, "name": "MonitorSchedulingOptionsEvaluationWindow", "namespace": "monitor", "properties": [ { "abstract": true, "docs": { "remarks": "Must be defined in UTC time in `HH:mm` format.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor#day_starts Monitor#day_starts}", "stability": "stable", "summary": "The time of the day at which a one day cumulative evaluation window starts." }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 865 }, "name": "dayStarts", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Must be between 0 and 59.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor#hour_starts Monitor#hour_starts}", "stability": "stable", "summary": "The minute of the hour at which a one hour cumulative evaluation window starts." }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 871 }, "name": "hourStarts", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Must be a value of 1.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor#month_starts Monitor#month_starts}", "stability": "stable", "summary": "The day of the month at which a one month cumulative evaluation window starts." }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 877 }, "name": "monthStarts", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/monitor/index:MonitorSchedulingOptionsEvaluationWindow" }, "@cdktf/provider-datadog.monitor.MonitorSchedulingOptionsEvaluationWindowOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.monitor.MonitorSchedulingOptionsEvaluationWindowOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 930 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 923 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 975 }, "name": "resetDayStarts" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 991 }, "name": "resetHourStarts" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1007 }, "name": "resetMonthStarts" } ], "name": "MonitorSchedulingOptionsEvaluationWindowOutputReference", "namespace": "monitor", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 979 }, "name": "dayStartsInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 995 }, "name": "hourStartsInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1011 }, "name": "monthStartsInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 969 }, "name": "dayStarts", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 985 }, "name": "hourStarts", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1001 }, "name": "monthStarts", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 934 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.monitor.MonitorSchedulingOptionsEvaluationWindow" } } ], "symbolId": "src/monitor/index:MonitorSchedulingOptionsEvaluationWindowOutputReference" }, "@cdktf/provider-datadog.monitor.MonitorSchedulingOptionsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.monitor.MonitorSchedulingOptionsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1073 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 1066 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1109 }, "name": "putCustomSchedule", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.monitor.MonitorSchedulingOptionsCustomSchedule" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1125 }, "name": "putEvaluationWindow", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.monitor.MonitorSchedulingOptionsEvaluationWindow" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1112 }, "name": "resetCustomSchedule" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1128 }, "name": "resetEvaluationWindow" } ], "name": "MonitorSchedulingOptionsOutputReference", "namespace": "monitor", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1106 }, "name": "customSchedule", "type": { "fqn": "@cdktf/provider-datadog.monitor.MonitorSchedulingOptionsCustomScheduleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1122 }, "name": "evaluationWindow", "type": { "fqn": "@cdktf/provider-datadog.monitor.MonitorSchedulingOptionsEvaluationWindowOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1116 }, "name": "customScheduleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.monitor.MonitorSchedulingOptionsCustomSchedule" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1132 }, "name": "evaluationWindowInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.monitor.MonitorSchedulingOptionsEvaluationWindow" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1077 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.monitor.MonitorSchedulingOptions" } } ], "symbolId": "src/monitor/index:MonitorSchedulingOptionsOutputReference" }, "@cdktf/provider-datadog.monitor.MonitorVariables": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.monitor.MonitorVariables", "kind": "interface", "locationInModule": { "filename": "src/monitor/index.ts", "line": 2234 }, "name": "MonitorVariables", "namespace": "monitor", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor#cloud_cost_query Monitor#cloud_cost_query}", "stability": "stable", "summary": "cloud_cost_query block." }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2240 }, "name": "cloudCostQuery", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.monitor.MonitorVariablesCloudCostQuery" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor#event_query Monitor#event_query}", "stability": "stable", "summary": "event_query block." }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2246 }, "name": "eventQuery", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.monitor.MonitorVariablesEventQuery" }, "kind": "array" } } ] } } } ], "symbolId": "src/monitor/index:MonitorVariables" }, "@cdktf/provider-datadog.monitor.MonitorVariablesCloudCostQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.monitor.MonitorVariablesCloudCostQuery", "kind": "interface", "locationInModule": { "filename": "src/monitor/index.ts", "line": 1136 }, "name": "MonitorVariablesCloudCostQuery", "namespace": "monitor", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `avg`, `sum`, `max`, `min`, `last`, `area`, `l2norm`, `percentile`, `stddev`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor#aggregator Monitor#aggregator}", "stability": "stable", "summary": "The aggregation methods available for cloud cost queries." }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1142 }, "name": "aggregator", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor#data_source Monitor#data_source}", "stability": "stable", "summary": "The data source for cloud cost queries. Valid values are `metrics`, `cloud_cost`, `datadog_usage`." }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1148 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor#name Monitor#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1154 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor#query Monitor#query}", "stability": "stable", "summary": "The cloud cost query definition." }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1160 }, "name": "query", "type": { "primitive": "string" } } ], "symbolId": "src/monitor/index:MonitorVariablesCloudCostQuery" }, "@cdktf/provider-datadog.monitor.MonitorVariablesCloudCostQueryList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.monitor.MonitorVariablesCloudCostQueryList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1336 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/monitor/index.ts", "line": 1328 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1343 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.monitor.MonitorVariablesCloudCostQueryOutputReference" } } } ], "name": "MonitorVariablesCloudCostQueryList", "namespace": "monitor", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1336 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1336 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1336 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1329 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.monitor.MonitorVariablesCloudCostQuery" }, "kind": "array" } } ] } } } ], "symbolId": "src/monitor/index:MonitorVariablesCloudCostQueryList" }, "@cdktf/provider-datadog.monitor.MonitorVariablesCloudCostQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.monitor.MonitorVariablesCloudCostQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1223 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/monitor/index.ts", "line": 1213 }, "name": "MonitorVariablesCloudCostQueryOutputReference", "namespace": "monitor", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1284 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1297 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1310 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1323 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1277 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1290 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1303 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1316 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1227 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.monitor.MonitorVariablesCloudCostQuery" } ] } } } ], "symbolId": "src/monitor/index:MonitorVariablesCloudCostQueryOutputReference" }, "@cdktf/provider-datadog.monitor.MonitorVariablesEventQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.monitor.MonitorVariablesEventQuery", "kind": "interface", "locationInModule": { "filename": "src/monitor/index.ts", "line": 1953 }, "name": "MonitorVariablesEventQuery", "namespace": "monitor", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor#compute Monitor#compute}", "stability": "stable", "summary": "compute block." }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1977 }, "name": "compute", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.monitor.MonitorVariablesEventQueryCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor#data_source Monitor#data_source}", "stability": "stable", "summary": "The data source for event platform-based queries. Valid values are `rum`, `ci_pipelines`, `ci_tests`, `audit`, `events`, `logs`, `spans`, `database_queries`, `network`." }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1959 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor#name Monitor#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1971 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor#search Monitor#search}", "stability": "stable", "summary": "search block." }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1989 }, "name": "search", "type": { "fqn": "@cdktf/provider-datadog.monitor.MonitorVariablesEventQuerySearch" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor#group_by Monitor#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1983 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.monitor.MonitorVariablesEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor#indexes Monitor#indexes}", "stability": "stable", "summary": "An array of index names to query in the stream." }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1965 }, "name": "indexes", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/monitor/index:MonitorVariablesEventQuery" }, "@cdktf/provider-datadog.monitor.MonitorVariablesEventQueryCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.monitor.MonitorVariablesEventQueryCompute", "kind": "interface", "locationInModule": { "filename": "src/monitor/index.ts", "line": 1347 }, "name": "MonitorVariablesEventQueryCompute", "namespace": "monitor", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor#aggregation Monitor#aggregation}", "stability": "stable", "summary": "The aggregation methods for event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1353 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor#interval Monitor#interval}", "stability": "stable", "summary": "A time interval in milliseconds." }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1359 }, "name": "interval", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor#metric Monitor#metric}", "stability": "stable", "summary": "The measurable attribute to compute." }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1365 }, "name": "metric", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/monitor/index:MonitorVariablesEventQueryCompute" }, "@cdktf/provider-datadog.monitor.MonitorVariablesEventQueryComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.monitor.MonitorVariablesEventQueryComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1521 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/monitor/index.ts", "line": 1513 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1528 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.monitor.MonitorVariablesEventQueryComputeOutputReference" } } } ], "name": "MonitorVariablesEventQueryComputeList", "namespace": "monitor", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1521 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1521 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1521 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1514 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.monitor.MonitorVariablesEventQueryCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/monitor/index:MonitorVariablesEventQueryComputeList" }, "@cdktf/provider-datadog.monitor.MonitorVariablesEventQueryComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.monitor.MonitorVariablesEventQueryComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1421 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/monitor/index.ts", "line": 1411 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1488 }, "name": "resetInterval" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1504 }, "name": "resetMetric" } ], "name": "MonitorVariablesEventQueryComputeOutputReference", "namespace": "monitor", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1476 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1492 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1508 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1469 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1482 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1498 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1425 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.monitor.MonitorVariablesEventQueryCompute" } ] } } } ], "symbolId": "src/monitor/index:MonitorVariablesEventQueryComputeOutputReference" }, "@cdktf/provider-datadog.monitor.MonitorVariablesEventQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.monitor.MonitorVariablesEventQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/monitor/index.ts", "line": 1685 }, "name": "MonitorVariablesEventQueryGroupBy", "namespace": "monitor", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor#facet Monitor#facet}", "stability": "stable", "summary": "The event facet." }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1691 }, "name": "facet", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor#limit Monitor#limit}", "stability": "stable", "summary": "The number of groups to return." }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1697 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor#sort Monitor#sort}", "stability": "stable", "summary": "sort block." }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1703 }, "name": "sort", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.monitor.MonitorVariablesEventQueryGroupBySort" } } ], "symbolId": "src/monitor/index:MonitorVariablesEventQueryGroupBy" }, "@cdktf/provider-datadog.monitor.MonitorVariablesEventQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.monitor.MonitorVariablesEventQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1859 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/monitor/index.ts", "line": 1851 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1866 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.monitor.MonitorVariablesEventQueryGroupByOutputReference" } } } ], "name": "MonitorVariablesEventQueryGroupByList", "namespace": "monitor", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1859 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1859 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1859 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1852 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.monitor.MonitorVariablesEventQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/monitor/index:MonitorVariablesEventQueryGroupByList" }, "@cdktf/provider-datadog.monitor.MonitorVariablesEventQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.monitor.MonitorVariablesEventQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1759 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/monitor/index.ts", "line": 1749 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1839 }, "name": "putSort", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.monitor.MonitorVariablesEventQueryGroupBySort" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1826 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1842 }, "name": "resetSort" } ], "name": "MonitorVariablesEventQueryGroupByOutputReference", "namespace": "monitor", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1836 }, "name": "sort", "type": { "fqn": "@cdktf/provider-datadog.monitor.MonitorVariablesEventQueryGroupBySortOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1814 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1830 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1846 }, "name": "sortInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.monitor.MonitorVariablesEventQueryGroupBySort" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1807 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1820 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1763 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.monitor.MonitorVariablesEventQueryGroupBy" } ] } } } ], "symbolId": "src/monitor/index:MonitorVariablesEventQueryGroupByOutputReference" }, "@cdktf/provider-datadog.monitor.MonitorVariablesEventQueryGroupBySort": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.monitor.MonitorVariablesEventQueryGroupBySort", "kind": "interface", "locationInModule": { "filename": "src/monitor/index.ts", "line": 1532 }, "name": "MonitorVariablesEventQueryGroupBySort", "namespace": "monitor", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor#aggregation Monitor#aggregation}", "stability": "stable", "summary": "The aggregation methods for the event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1538 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor#metric Monitor#metric}", "stability": "stable", "summary": "The metric used for sorting group by results." }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1544 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor#order Monitor#order}", "stability": "stable", "summary": "Direction of sort. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1550 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/monitor/index:MonitorVariablesEventQueryGroupBySort" }, "@cdktf/provider-datadog.monitor.MonitorVariablesEventQueryGroupBySortOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.monitor.MonitorVariablesEventQueryGroupBySortOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1603 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 1596 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1661 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1677 }, "name": "resetOrder" } ], "name": "MonitorVariablesEventQueryGroupBySortOutputReference", "namespace": "monitor", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1649 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1665 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1681 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1642 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1655 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1671 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1607 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.monitor.MonitorVariablesEventQueryGroupBySort" } } ], "symbolId": "src/monitor/index:MonitorVariablesEventQueryGroupBySortOutputReference" }, "@cdktf/provider-datadog.monitor.MonitorVariablesEventQueryList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.monitor.MonitorVariablesEventQueryList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2223 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/monitor/index.ts", "line": 2215 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2230 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.monitor.MonitorVariablesEventQueryOutputReference" } } } ], "name": "MonitorVariablesEventQueryList", "namespace": "monitor", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2223 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2223 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2223 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2216 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.monitor.MonitorVariablesEventQuery" }, "kind": "array" } } ] } } } ], "symbolId": "src/monitor/index:MonitorVariablesEventQueryList" }, "@cdktf/provider-datadog.monitor.MonitorVariablesEventQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.monitor.MonitorVariablesEventQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.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": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/monitor/index.ts", "line": 2056 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2177 }, "name": "putCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.monitor.MonitorVariablesEventQueryCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2190 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.monitor.MonitorVariablesEventQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2206 }, "name": "putSearch", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.monitor.MonitorVariablesEventQuerySearch" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2193 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2151 }, "name": "resetIndexes" } ], "name": "MonitorVariablesEventQueryOutputReference", "namespace": "monitor", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2174 }, "name": "compute", "type": { "fqn": "@cdktf/provider-datadog.monitor.MonitorVariablesEventQueryComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2187 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.monitor.MonitorVariablesEventQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2203 }, "name": "search", "type": { "fqn": "@cdktf/provider-datadog.monitor.MonitorVariablesEventQuerySearchOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2181 }, "name": "computeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.monitor.MonitorVariablesEventQueryCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2139 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2197 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.monitor.MonitorVariablesEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2155 }, "name": "indexesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2168 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2210 }, "name": "searchInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.monitor.MonitorVariablesEventQuerySearch" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2132 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2145 }, "name": "indexes", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2161 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2070 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.monitor.MonitorVariablesEventQuery" } ] } } } ], "symbolId": "src/monitor/index:MonitorVariablesEventQueryOutputReference" }, "@cdktf/provider-datadog.monitor.MonitorVariablesEventQuerySearch": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.monitor.MonitorVariablesEventQuerySearch", "kind": "interface", "locationInModule": { "filename": "src/monitor/index.ts", "line": 1870 }, "name": "MonitorVariablesEventQuerySearch", "namespace": "monitor", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor#query Monitor#query}", "stability": "stable", "summary": "The events search string." }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1876 }, "name": "query", "type": { "primitive": "string" } } ], "symbolId": "src/monitor/index:MonitorVariablesEventQuerySearch" }, "@cdktf/provider-datadog.monitor.MonitorVariablesEventQuerySearchOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.monitor.MonitorVariablesEventQuerySearchOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1915 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 1908 }, "name": "MonitorVariablesEventQuerySearchOutputReference", "namespace": "monitor", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1949 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1942 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 1919 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.monitor.MonitorVariablesEventQuerySearch" } } ], "symbolId": "src/monitor/index:MonitorVariablesEventQuerySearchOutputReference" }, "@cdktf/provider-datadog.monitor.MonitorVariablesOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.monitor.MonitorVariablesOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2292 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 2285 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2328 }, "name": "putCloudCostQuery", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.monitor.MonitorVariablesCloudCostQuery" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2344 }, "name": "putEventQuery", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.monitor.MonitorVariablesEventQuery" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2331 }, "name": "resetCloudCostQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2347 }, "name": "resetEventQuery" } ], "name": "MonitorVariablesOutputReference", "namespace": "monitor", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2325 }, "name": "cloudCostQuery", "type": { "fqn": "@cdktf/provider-datadog.monitor.MonitorVariablesCloudCostQueryList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2341 }, "name": "eventQuery", "type": { "fqn": "@cdktf/provider-datadog.monitor.MonitorVariablesEventQueryList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2335 }, "name": "cloudCostQueryInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.monitor.MonitorVariablesCloudCostQuery" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2351 }, "name": "eventQueryInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.monitor.MonitorVariablesEventQuery" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor/index.ts", "line": 2296 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.monitor.MonitorVariables" } } ], "symbolId": "src/monitor/index:MonitorVariablesOutputReference" }, "@cdktf/provider-datadog.monitorConfigPolicy.MonitorConfigPolicy": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor_config_policy datadog_monitor_config_policy}." }, "fqn": "@cdktf/provider-datadog.monitorConfigPolicy.MonitorConfigPolicy", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor_config_policy datadog_monitor_config_policy} Resource." }, "locationInModule": { "filename": "src/monitor-config-policy/index.ts", "line": 218 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.monitorConfigPolicy.MonitorConfigPolicyConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/monitor-config-policy/index.ts", "line": 186 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a MonitorConfigPolicy resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/monitor-config-policy/index.ts", "line": 203 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the MonitorConfigPolicy to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor_config_policy#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing MonitorConfigPolicy that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the MonitorConfigPolicy to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor-config-policy/index.ts", "line": 277 }, "name": "putTagPolicy", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.monitorConfigPolicy.MonitorConfigPolicyTagPolicy" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor-config-policy/index.ts", "line": 251 }, "name": "resetId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor-config-policy/index.ts", "line": 280 }, "name": "resetTagPolicy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor-config-policy/index.ts", "line": 292 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor-config-policy/index.ts", "line": 300 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "MonitorConfigPolicy", "namespace": "monitorConfigPolicy", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor-config-policy/index.ts", "line": 191 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor-config-policy/index.ts", "line": 274 }, "name": "tagPolicy", "type": { "fqn": "@cdktf/provider-datadog.monitorConfigPolicy.MonitorConfigPolicyTagPolicyOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor-config-policy/index.ts", "line": 255 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor-config-policy/index.ts", "line": 268 }, "name": "policyTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor-config-policy/index.ts", "line": 284 }, "name": "tagPolicyInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.monitorConfigPolicy.MonitorConfigPolicyTagPolicy" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor-config-policy/index.ts", "line": 245 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor-config-policy/index.ts", "line": 261 }, "name": "policyType", "type": { "primitive": "string" } } ], "symbolId": "src/monitor-config-policy/index:MonitorConfigPolicy" }, "@cdktf/provider-datadog.monitorConfigPolicy.MonitorConfigPolicyConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.monitorConfigPolicy.MonitorConfigPolicyConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/monitor-config-policy/index.ts", "line": 14 }, "name": "MonitorConfigPolicyConfig", "namespace": "monitorConfigPolicy", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor_config_policy#policy_type MonitorConfigPolicy#policy_type}", "stability": "stable", "summary": "The monitor config policy type Valid values are `tag`." }, "immutable": true, "locationInModule": { "filename": "src/monitor-config-policy/index.ts", "line": 27 }, "name": "policyType", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor_config_policy#id MonitorConfigPolicy#id}." }, "immutable": true, "locationInModule": { "filename": "src/monitor-config-policy/index.ts", "line": 21 }, "name": "id", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor_config_policy#tag_policy MonitorConfigPolicy#tag_policy}", "stability": "stable", "summary": "tag_policy block." }, "immutable": true, "locationInModule": { "filename": "src/monitor-config-policy/index.ts", "line": 33 }, "name": "tagPolicy", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.monitorConfigPolicy.MonitorConfigPolicyTagPolicy" } } ], "symbolId": "src/monitor-config-policy/index:MonitorConfigPolicyConfig" }, "@cdktf/provider-datadog.monitorConfigPolicy.MonitorConfigPolicyTagPolicy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.monitorConfigPolicy.MonitorConfigPolicyTagPolicy", "kind": "interface", "locationInModule": { "filename": "src/monitor-config-policy/index.ts", "line": 35 }, "name": "MonitorConfigPolicyTagPolicy", "namespace": "monitorConfigPolicy", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor_config_policy#tag_key MonitorConfigPolicy#tag_key}", "stability": "stable", "summary": "The key of the tag." }, "immutable": true, "locationInModule": { "filename": "src/monitor-config-policy/index.ts", "line": 41 }, "name": "tagKey", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor_config_policy#tag_key_required MonitorConfigPolicy#tag_key_required}", "stability": "stable", "summary": "If a tag key is required for monitor creation." }, "immutable": true, "locationInModule": { "filename": "src/monitor-config-policy/index.ts", "line": 47 }, "name": "tagKeyRequired", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor_config_policy#valid_tag_values MonitorConfigPolicy#valid_tag_values}", "stability": "stable", "summary": "Valid values for the tag." }, "immutable": true, "locationInModule": { "filename": "src/monitor-config-policy/index.ts", "line": 53 }, "name": "validTagValues", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/monitor-config-policy/index:MonitorConfigPolicyTagPolicy" }, "@cdktf/provider-datadog.monitorConfigPolicy.MonitorConfigPolicyTagPolicyOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.monitorConfigPolicy.MonitorConfigPolicyTagPolicyOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor-config-policy/index.ts", "line": 106 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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-config-policy/index.ts", "line": 99 }, "name": "MonitorConfigPolicyTagPolicyOutputReference", "namespace": "monitorConfigPolicy", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor-config-policy/index.ts", "line": 152 }, "name": "tagKeyInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor-config-policy/index.ts", "line": 165 }, "name": "tagKeyRequiredInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor-config-policy/index.ts", "line": 178 }, "name": "validTagValuesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor-config-policy/index.ts", "line": 145 }, "name": "tagKey", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor-config-policy/index.ts", "line": 158 }, "name": "tagKeyRequired", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor-config-policy/index.ts", "line": 171 }, "name": "validTagValues", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor-config-policy/index.ts", "line": 110 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.monitorConfigPolicy.MonitorConfigPolicyTagPolicy" } } ], "symbolId": "src/monitor-config-policy/index:MonitorConfigPolicyTagPolicyOutputReference" }, "@cdktf/provider-datadog.monitorJson.MonitorJson": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor_json datadog_monitor_json}." }, "fqn": "@cdktf/provider-datadog.monitorJson.MonitorJson", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor_json datadog_monitor_json} Resource." }, "locationInModule": { "filename": "src/monitor-json/index.ts", "line": 71 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.monitorJson.MonitorJsonConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/monitor-json/index.ts", "line": 39 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a MonitorJson resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/monitor-json/index.ts", "line": 56 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the MonitorJson to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor_json#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing MonitorJson that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the MonitorJson to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor-json/index.ts", "line": 104 }, "name": "resetId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor-json/index.ts", "line": 133 }, "name": "resetUrl" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor-json/index.ts", "line": 145 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor-json/index.ts", "line": 153 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "MonitorJson", "namespace": "monitorJson", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor-json/index.ts", "line": 44 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor-json/index.ts", "line": 108 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor-json/index.ts", "line": 121 }, "name": "monitorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor-json/index.ts", "line": 137 }, "name": "urlInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor-json/index.ts", "line": 98 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor-json/index.ts", "line": 114 }, "name": "monitor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor-json/index.ts", "line": 127 }, "name": "url", "type": { "primitive": "string" } } ], "symbolId": "src/monitor-json/index:MonitorJson" }, "@cdktf/provider-datadog.monitorJson.MonitorJsonConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.monitorJson.MonitorJsonConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/monitor-json/index.ts", "line": 14 }, "name": "MonitorJsonConfig", "namespace": "monitorJson", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor_json#monitor MonitorJson#monitor}", "stability": "stable", "summary": "The JSON formatted definition of the monitor." }, "immutable": true, "locationInModule": { "filename": "src/monitor-json/index.ts", "line": 27 }, "name": "monitor", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor_json#id MonitorJson#id}." }, "immutable": true, "locationInModule": { "filename": "src/monitor-json/index.ts", "line": 21 }, "name": "id", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor_json#url MonitorJson#url}", "stability": "stable", "summary": "The URL of the monitor." }, "immutable": true, "locationInModule": { "filename": "src/monitor-json/index.ts", "line": 33 }, "name": "url", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/monitor-json/index:MonitorJsonConfig" }, "@cdktf/provider-datadog.monitorNotificationRule.MonitorNotificationRule": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor_notification_rule datadog_monitor_notification_rule}." }, "fqn": "@cdktf/provider-datadog.monitorNotificationRule.MonitorNotificationRule", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor_notification_rule datadog_monitor_notification_rule} Resource." }, "locationInModule": { "filename": "src/monitor-notification-rule/index.ts", "line": 163 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.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.monitorNotificationRule.MonitorNotificationRuleConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/monitor-notification-rule/index.ts", "line": 131 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a MonitorNotificationRule resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/monitor-notification-rule/index.ts", "line": 148 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the MonitorNotificationRule to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor_notification_rule#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing MonitorNotificationRule that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the MonitorNotificationRule to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor-notification-rule/index.ts", "line": 224 }, "name": "putFilter", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.monitorNotificationRule.MonitorNotificationRuleFilter" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor-notification-rule/index.ts", "line": 236 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor-notification-rule/index.ts", "line": 244 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "MonitorNotificationRule", "namespace": "monitorNotificationRule", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor-notification-rule/index.ts", "line": 136 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor-notification-rule/index.ts", "line": 221 }, "name": "filter", "type": { "fqn": "@cdktf/provider-datadog.monitorNotificationRule.MonitorNotificationRuleFilterOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor-notification-rule/index.ts", "line": 189 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor-notification-rule/index.ts", "line": 228 }, "name": "filterInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.monitorNotificationRule.MonitorNotificationRuleFilter" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor-notification-rule/index.ts", "line": 202 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor-notification-rule/index.ts", "line": 215 }, "name": "recipientsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor-notification-rule/index.ts", "line": 195 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor-notification-rule/index.ts", "line": 208 }, "name": "recipients", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/monitor-notification-rule/index:MonitorNotificationRule" }, "@cdktf/provider-datadog.monitorNotificationRule.MonitorNotificationRuleConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.monitorNotificationRule.MonitorNotificationRuleConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/monitor-notification-rule/index.ts", "line": 14 }, "name": "MonitorNotificationRuleConfig", "namespace": "monitorNotificationRule", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor_notification_rule#filter MonitorNotificationRule#filter}", "stability": "stable", "summary": "filter block." }, "immutable": true, "locationInModule": { "filename": "src/monitor-notification-rule/index.ts", "line": 32 }, "name": "filter", "type": { "fqn": "@cdktf/provider-datadog.monitorNotificationRule.MonitorNotificationRuleFilter" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor_notification_rule#name MonitorNotificationRule#name}", "stability": "stable", "summary": "The name of the monitor notification rule." }, "immutable": true, "locationInModule": { "filename": "src/monitor-notification-rule/index.ts", "line": 20 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor_notification_rule#recipients MonitorNotificationRule#recipients}", "stability": "stable", "summary": "List of recipients to notify." }, "immutable": true, "locationInModule": { "filename": "src/monitor-notification-rule/index.ts", "line": 26 }, "name": "recipients", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/monitor-notification-rule/index:MonitorNotificationRuleConfig" }, "@cdktf/provider-datadog.monitorNotificationRule.MonitorNotificationRuleFilter": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.monitorNotificationRule.MonitorNotificationRuleFilter", "kind": "interface", "locationInModule": { "filename": "src/monitor-notification-rule/index.ts", "line": 34 }, "name": "MonitorNotificationRuleFilter", "namespace": "monitorNotificationRule", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/monitor_notification_rule#tags MonitorNotificationRule#tags}", "stability": "stable", "summary": "All tags that target monitors must match." }, "immutable": true, "locationInModule": { "filename": "src/monitor-notification-rule/index.ts", "line": 40 }, "name": "tags", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/monitor-notification-rule/index:MonitorNotificationRuleFilter" }, "@cdktf/provider-datadog.monitorNotificationRule.MonitorNotificationRuleFilterOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.monitorNotificationRule.MonitorNotificationRuleFilterOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor-notification-rule/index.ts", "line": 80 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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-notification-rule/index.ts", "line": 72 }, "name": "MonitorNotificationRuleFilterOutputReference", "namespace": "monitorNotificationRule", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/monitor-notification-rule/index.ts", "line": 123 }, "name": "tagsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor-notification-rule/index.ts", "line": 116 }, "name": "tags", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/monitor-notification-rule/index.ts", "line": 84 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.monitorNotificationRule.MonitorNotificationRuleFilter" } ] } } } ], "symbolId": "src/monitor-notification-rule/index:MonitorNotificationRuleFilterOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipeline": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline datadog_observability_pipeline}." }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipeline", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline datadog_observability_pipeline} Resource." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 25323 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.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.observabilityPipeline.ObservabilityPipelineConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 25291 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a ObservabilityPipeline resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 25308 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the ObservabilityPipeline to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing ObservabilityPipeline that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the ObservabilityPipeline to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 25370 }, "name": "putConfig", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigA" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 25373 }, "name": "resetConfig" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 25385 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 25392 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "ObservabilityPipeline", "namespace": "observabilityPipeline", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 25296 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 25367 }, "name": "config", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigAOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 25348 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 25377 }, "name": "configInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigA" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 25361 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 25354 }, "name": "name", "type": { "primitive": "string" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipeline" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14 }, "name": "ObservabilityPipelineConfig", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#name ObservabilityPipeline#name}", "stability": "stable", "summary": "The pipeline name." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#config ObservabilityPipeline#config}", "stability": "stable", "summary": "config block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 26 }, "name": "config", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigA" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfig" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigA": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigA", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 25121 }, "name": "ObservabilityPipelineConfigA", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#destinations ObservabilityPipeline#destinations}", "stability": "stable", "summary": "destinations block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 25127 }, "name": "destinations", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinations" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#processors ObservabilityPipeline#processors}", "stability": "stable", "summary": "processors block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 25133 }, "name": "processors", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessors" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#sources ObservabilityPipeline#sources}", "stability": "stable", "summary": "sources block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 25139 }, "name": "sources", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSources" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigA" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigAOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigAOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 25193 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 25185 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 25244 }, "name": "putDestinations", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinations" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 25260 }, "name": "putProcessors", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessors" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 25276 }, "name": "putSources", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSources" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 25247 }, "name": "resetDestinations" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 25263 }, "name": "resetProcessors" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 25279 }, "name": "resetSources" } ], "name": "ObservabilityPipelineConfigAOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 25241 }, "name": "destinations", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 25257 }, "name": "processors", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 25273 }, "name": "sources", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 25251 }, "name": "destinationsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinations" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 25267 }, "name": "processorsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessors" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 25283 }, "name": "sourcesInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSources" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 25197 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigA" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigAOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinations": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinations", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7349 }, "name": "ObservabilityPipelineConfigDestinations", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#amazon_opensearch ObservabilityPipeline#amazon_opensearch}", "stability": "stable", "summary": "amazon_opensearch block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7355 }, "name": "amazonOpensearch", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsAmazonOpensearch" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#amazon_s3 ObservabilityPipeline#amazon_s3}", "stability": "stable", "summary": "amazon_s3 block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7361 }, "name": "amazonS3", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsAmazonS3" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#amazon_security_lake ObservabilityPipeline#amazon_security_lake}", "stability": "stable", "summary": "amazon_security_lake block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7367 }, "name": "amazonSecurityLake", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsAmazonSecurityLake" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#azure_storage ObservabilityPipeline#azure_storage}", "stability": "stable", "summary": "azure_storage block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7373 }, "name": "azureStorage", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsAzureStorage" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#crowdstrike_next_gen_siem ObservabilityPipeline#crowdstrike_next_gen_siem}", "stability": "stable", "summary": "crowdstrike_next_gen_siem block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7379 }, "name": "crowdstrikeNextGenSiem", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsCrowdstrikeNextGenSiem" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#datadog_logs ObservabilityPipeline#datadog_logs}", "stability": "stable", "summary": "datadog_logs block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7385 }, "name": "datadogLogs", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsDatadogLogs" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#elasticsearch ObservabilityPipeline#elasticsearch}", "stability": "stable", "summary": "elasticsearch block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7391 }, "name": "elasticsearch", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsElasticsearch" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#google_chronicle ObservabilityPipeline#google_chronicle}", "stability": "stable", "summary": "google_chronicle block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7397 }, "name": "googleChronicle", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsGoogleChronicle" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#google_cloud_storage ObservabilityPipeline#google_cloud_storage}", "stability": "stable", "summary": "google_cloud_storage block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7403 }, "name": "googleCloudStorage", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsGoogleCloudStorage" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#google_pubsub ObservabilityPipeline#google_pubsub}", "stability": "stable", "summary": "google_pubsub block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7409 }, "name": "googlePubsub", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsGooglePubsub" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#microsoft_sentinel ObservabilityPipeline#microsoft_sentinel}", "stability": "stable", "summary": "microsoft_sentinel block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7415 }, "name": "microsoftSentinel", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsMicrosoftSentinel" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#new_relic ObservabilityPipeline#new_relic}", "stability": "stable", "summary": "new_relic block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7421 }, "name": "newRelic", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsNewRelic" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#opensearch ObservabilityPipeline#opensearch}", "stability": "stable", "summary": "opensearch block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7427 }, "name": "opensearch", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsOpensearch" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#rsyslog ObservabilityPipeline#rsyslog}", "stability": "stable", "summary": "rsyslog block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7433 }, "name": "rsyslog", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsRsyslog" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#sentinel_one ObservabilityPipeline#sentinel_one}", "stability": "stable", "summary": "sentinel_one block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7439 }, "name": "sentinelOne", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSentinelOne" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#socket ObservabilityPipeline#socket}", "stability": "stable", "summary": "socket block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7445 }, "name": "socket", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSocket" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#splunk_hec ObservabilityPipeline#splunk_hec}", "stability": "stable", "summary": "splunk_hec block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7451 }, "name": "splunkHec", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSplunkHec" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#sumo_logic ObservabilityPipeline#sumo_logic}", "stability": "stable", "summary": "sumo_logic block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7457 }, "name": "sumoLogic", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSumoLogic" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#syslog_ng ObservabilityPipeline#syslog_ng}", "stability": "stable", "summary": "syslog_ng block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7463 }, "name": "syslogNg", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSyslogNg" }, "kind": "array" } } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigDestinations" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsAmazonOpensearch": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsAmazonOpensearch", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 261 }, "name": "ObservabilityPipelineConfigDestinationsAmazonOpensearch", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#id ObservabilityPipeline#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "The unique identifier for this component." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 276 }, "name": "id", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#inputs ObservabilityPipeline#inputs}", "stability": "stable", "summary": "A list of component IDs whose output is used as the input for this component." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 282 }, "name": "inputs", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#auth ObservabilityPipeline#auth}", "stability": "stable", "summary": "auth block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 288 }, "name": "auth", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsAmazonOpensearchAuth" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#bulk_index ObservabilityPipeline#bulk_index}", "stability": "stable", "summary": "The index or datastream to write logs to." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 267 }, "name": "bulkIndex", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigDestinationsAmazonOpensearch" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsAmazonOpensearchAuth": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsAmazonOpensearchAuth", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 28 }, "name": "ObservabilityPipelineConfigDestinationsAmazonOpensearchAuth", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#strategy ObservabilityPipeline#strategy}", "stability": "stable", "summary": "The authentication strategy to use (e.g. aws or basic)." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 58 }, "name": "strategy", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#assume_role ObservabilityPipeline#assume_role}", "stability": "stable", "summary": "ARN of the role to assume." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 34 }, "name": "assumeRole", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#aws_region ObservabilityPipeline#aws_region}", "stability": "stable", "summary": "AWS region override (if applicable)." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 40 }, "name": "awsRegion", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#external_id ObservabilityPipeline#external_id}", "stability": "stable", "summary": "External ID for assumed role." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 46 }, "name": "externalId", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#session_name ObservabilityPipeline#session_name}", "stability": "stable", "summary": "Session name for assumed role." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 52 }, "name": "sessionName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigDestinationsAmazonOpensearchAuth" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsAmazonOpensearchAuthOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsAmazonOpensearchAuthOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.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" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 118 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 192 }, "name": "resetAssumeRole" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 208 }, "name": "resetAwsRegion" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 224 }, "name": "resetExternalId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 240 }, "name": "resetSessionName" } ], "name": "ObservabilityPipelineConfigDestinationsAmazonOpensearchAuthOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 196 }, "name": "assumeRoleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 212 }, "name": "awsRegionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 228 }, "name": "externalIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 244 }, "name": "sessionNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 257 }, "name": "strategyInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 186 }, "name": "assumeRole", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 202 }, "name": "awsRegion", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 218 }, "name": "externalId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 234 }, "name": "sessionName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 250 }, "name": "strategy", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 130 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsAmazonOpensearchAuth" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigDestinationsAmazonOpensearchAuthOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsAmazonOpensearchList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsAmazonOpensearchList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 470 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 462 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 477 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsAmazonOpensearchOutputReference" } } } ], "name": "ObservabilityPipelineConfigDestinationsAmazonOpensearchList", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 470 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 470 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 470 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 463 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsAmazonOpensearch" }, "kind": "array" } } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigDestinationsAmazonOpensearchList" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsAmazonOpensearchOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsAmazonOpensearchOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 351 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 341 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 450 }, "name": "putAuth", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsAmazonOpensearchAuth" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 453 }, "name": "resetAuth" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 411 }, "name": "resetBulkIndex" } ], "name": "ObservabilityPipelineConfigDestinationsAmazonOpensearchOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 447 }, "name": "auth", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsAmazonOpensearchAuthOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 457 }, "name": "authInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsAmazonOpensearchAuth" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 415 }, "name": "bulkIndexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 428 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 441 }, "name": "inputsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 405 }, "name": "bulkIndex", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 421 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 434 }, "name": "inputs", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 355 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsAmazonOpensearch" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigDestinationsAmazonOpensearchOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsAmazonS3": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsAmazonS3", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 647 }, "name": "ObservabilityPipelineConfigDestinationsAmazonS3", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#bucket ObservabilityPipeline#bucket}", "stability": "stable", "summary": "S3 bucket name." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 653 }, "name": "bucket", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#id ObservabilityPipeline#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "Unique identifier for the destination component." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 662 }, "name": "id", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#inputs ObservabilityPipeline#inputs}", "stability": "stable", "summary": "A list of component IDs whose output is used as the `input` for this component." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 668 }, "name": "inputs", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#key_prefix ObservabilityPipeline#key_prefix}", "stability": "stable", "summary": "Prefix for object keys." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 674 }, "name": "keyPrefix", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#region ObservabilityPipeline#region}", "stability": "stable", "summary": "AWS region of the S3 bucket." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 680 }, "name": "region", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#storage_class ObservabilityPipeline#storage_class}", "stability": "stable", "summary": "S3 storage class. Valid values are `STANDARD`, `REDUCED_REDUNDANCY`, `INTELLIGENT_TIERING`, `STANDARD_IA`, `EXPRESS_ONEZONE`, `ONEZONE_IA`, `GLACIER`, `GLACIER_IR`, `DEEP_ARCHIVE`." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 686 }, "name": "storageClass", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#auth ObservabilityPipeline#auth}", "stability": "stable", "summary": "auth block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 692 }, "name": "auth", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsAmazonS3Auth" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigDestinationsAmazonS3" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsAmazonS3Auth": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsAmazonS3Auth", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 481 }, "name": "ObservabilityPipelineConfigDestinationsAmazonS3Auth", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#assume_role ObservabilityPipeline#assume_role}", "stability": "stable", "summary": "The Amazon Resource Name (ARN) of the role to assume." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 487 }, "name": "assumeRole", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#external_id ObservabilityPipeline#external_id}", "stability": "stable", "summary": "A unique identifier for cross-account role assumption." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 493 }, "name": "externalId", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#session_name ObservabilityPipeline#session_name}", "stability": "stable", "summary": "A session identifier used for logging and tracing the assumed role session." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 499 }, "name": "sessionName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigDestinationsAmazonS3Auth" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsAmazonS3AuthOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsAmazonS3AuthOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 553 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 545 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 607 }, "name": "resetAssumeRole" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 623 }, "name": "resetExternalId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 639 }, "name": "resetSessionName" } ], "name": "ObservabilityPipelineConfigDestinationsAmazonS3AuthOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 611 }, "name": "assumeRoleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 627 }, "name": "externalIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 643 }, "name": "sessionNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 601 }, "name": "assumeRole", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 617 }, "name": "externalId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 633 }, "name": "sessionName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 557 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsAmazonS3Auth" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigDestinationsAmazonS3AuthOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsAmazonS3List": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsAmazonS3List", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 949 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 941 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 956 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsAmazonS3OutputReference" } } } ], "name": "ObservabilityPipelineConfigDestinationsAmazonS3List", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 949 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 949 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 949 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 942 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsAmazonS3" }, "kind": "array" } } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigDestinationsAmazonS3List" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsAmazonS3OutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsAmazonS3OutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 776 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 766 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 929 }, "name": "putAuth", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsAmazonS3Auth" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 932 }, "name": "resetAuth" } ], "name": "ObservabilityPipelineConfigDestinationsAmazonS3OutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 926 }, "name": "auth", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsAmazonS3AuthOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 936 }, "name": "authInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsAmazonS3Auth" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 855 }, "name": "bucketInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 868 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 881 }, "name": "inputsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 894 }, "name": "keyPrefixInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 907 }, "name": "regionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 920 }, "name": "storageClassInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 848 }, "name": "bucket", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 861 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 874 }, "name": "inputs", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 887 }, "name": "keyPrefix", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 900 }, "name": "region", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 913 }, "name": "storageClass", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 780 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsAmazonS3" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigDestinationsAmazonS3OutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsAmazonSecurityLake": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsAmazonSecurityLake", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1292 }, "name": "ObservabilityPipelineConfigDestinationsAmazonSecurityLake", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#bucket ObservabilityPipeline#bucket}", "stability": "stable", "summary": "Name of the Amazon S3 bucket in Security Lake (3-63 characters)." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1298 }, "name": "bucket", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#custom_source_name ObservabilityPipeline#custom_source_name}", "stability": "stable", "summary": "Custom source name for the logs in Security Lake." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1304 }, "name": "customSourceName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#id ObservabilityPipeline#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "Unique identifier for the destination component." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1313 }, "name": "id", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#inputs ObservabilityPipeline#inputs}", "stability": "stable", "summary": "A list of component IDs whose output is used as the `input` for this component." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1319 }, "name": "inputs", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#region ObservabilityPipeline#region}", "stability": "stable", "summary": "AWS region of the Security Lake bucket." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1325 }, "name": "region", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#auth ObservabilityPipeline#auth}", "stability": "stable", "summary": "auth block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1331 }, "name": "auth", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsAmazonSecurityLakeAuth" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#tls ObservabilityPipeline#tls}", "stability": "stable", "summary": "tls block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1337 }, "name": "tls", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsAmazonSecurityLakeTls" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigDestinationsAmazonSecurityLake" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsAmazonSecurityLakeAuth": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsAmazonSecurityLakeAuth", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 960 }, "name": "ObservabilityPipelineConfigDestinationsAmazonSecurityLakeAuth", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#assume_role ObservabilityPipeline#assume_role}", "stability": "stable", "summary": "The Amazon Resource Name (ARN) of the role to assume." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 966 }, "name": "assumeRole", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#external_id ObservabilityPipeline#external_id}", "stability": "stable", "summary": "A unique identifier for cross-account role assumption." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 972 }, "name": "externalId", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#session_name ObservabilityPipeline#session_name}", "stability": "stable", "summary": "A session identifier used for logging and tracing the assumed role session." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 978 }, "name": "sessionName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigDestinationsAmazonSecurityLakeAuth" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsAmazonSecurityLakeAuthOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsAmazonSecurityLakeAuthOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1032 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1024 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1086 }, "name": "resetAssumeRole" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1102 }, "name": "resetExternalId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1118 }, "name": "resetSessionName" } ], "name": "ObservabilityPipelineConfigDestinationsAmazonSecurityLakeAuthOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1090 }, "name": "assumeRoleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1106 }, "name": "externalIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1122 }, "name": "sessionNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1080 }, "name": "assumeRole", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1096 }, "name": "externalId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1112 }, "name": "sessionName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1036 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsAmazonSecurityLakeAuth" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigDestinationsAmazonSecurityLakeAuthOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsAmazonSecurityLakeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsAmazonSecurityLakeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1597 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1589 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1604 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsAmazonSecurityLakeOutputReference" } } } ], "name": "ObservabilityPipelineConfigDestinationsAmazonSecurityLakeList", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1597 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1597 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1597 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1590 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsAmazonSecurityLake" }, "kind": "array" } } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigDestinationsAmazonSecurityLakeList" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsAmazonSecurityLakeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsAmazonSecurityLakeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1421 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1411 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1561 }, "name": "putAuth", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsAmazonSecurityLakeAuth" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1577 }, "name": "putTls", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsAmazonSecurityLakeTls" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1564 }, "name": "resetAuth" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1580 }, "name": "resetTls" } ], "name": "ObservabilityPipelineConfigDestinationsAmazonSecurityLakeOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1558 }, "name": "auth", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsAmazonSecurityLakeAuthOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1574 }, "name": "tls", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsAmazonSecurityLakeTlsOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1568 }, "name": "authInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsAmazonSecurityLakeAuth" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1500 }, "name": "bucketInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1513 }, "name": "customSourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1526 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1539 }, "name": "inputsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1552 }, "name": "regionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1584 }, "name": "tlsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsAmazonSecurityLakeTls" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1493 }, "name": "bucket", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1506 }, "name": "customSourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1519 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1532 }, "name": "inputs", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1545 }, "name": "region", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1425 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsAmazonSecurityLake" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigDestinationsAmazonSecurityLakeOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsAmazonSecurityLakeTls": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsAmazonSecurityLakeTls", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1126 }, "name": "ObservabilityPipelineConfigDestinationsAmazonSecurityLakeTls", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#ca_file ObservabilityPipeline#ca_file}", "stability": "stable", "summary": "Path to the Certificate Authority (CA) file used to validate the server's TLS certificate." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1132 }, "name": "caFile", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#crt_file ObservabilityPipeline#crt_file}", "stability": "stable", "summary": "Path to the TLS client certificate file used to authenticate the pipeline component with upstream or downstream services." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1138 }, "name": "crtFile", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#key_file ObservabilityPipeline#key_file}", "stability": "stable", "summary": "Path to the private key file associated with the TLS client certificate. Used for mutual TLS authentication." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1144 }, "name": "keyFile", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigDestinationsAmazonSecurityLakeTls" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsAmazonSecurityLakeTlsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsAmazonSecurityLakeTlsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1198 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1190 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1252 }, "name": "resetCaFile" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1268 }, "name": "resetCrtFile" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1284 }, "name": "resetKeyFile" } ], "name": "ObservabilityPipelineConfigDestinationsAmazonSecurityLakeTlsOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1256 }, "name": "caFileInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1272 }, "name": "crtFileInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1288 }, "name": "keyFileInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1246 }, "name": "caFile", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1262 }, "name": "crtFile", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1278 }, "name": "keyFile", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1202 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsAmazonSecurityLakeTls" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigDestinationsAmazonSecurityLakeTlsOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsAzureStorage": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsAzureStorage", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1608 }, "name": "ObservabilityPipelineConfigDestinationsAzureStorage", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#container_name ObservabilityPipeline#container_name}", "stability": "stable", "summary": "The name of the Azure Blob Storage container to store logs in." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1620 }, "name": "containerName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#id ObservabilityPipeline#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "The unique identifier for this component." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1629 }, "name": "id", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#inputs ObservabilityPipeline#inputs}", "stability": "stable", "summary": "A list of component IDs whose output is used as the `input` for this component." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1635 }, "name": "inputs", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#blob_prefix ObservabilityPipeline#blob_prefix}", "stability": "stable", "summary": "Optional prefix for blobs written to the container." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1614 }, "name": "blobPrefix", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigDestinationsAzureStorage" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsAzureStorageList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsAzureStorageList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.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" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1806 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1821 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsAzureStorageOutputReference" } } } ], "name": "ObservabilityPipelineConfigDestinationsAzureStorageList", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1814 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1814 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1814 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1807 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsAzureStorage" }, "kind": "array" } } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigDestinationsAzureStorageList" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsAzureStorageOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsAzureStorageOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1698 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1688 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1758 }, "name": "resetBlobPrefix" } ], "name": "ObservabilityPipelineConfigDestinationsAzureStorageOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1762 }, "name": "blobPrefixInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1775 }, "name": "containerNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1788 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1801 }, "name": "inputsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1752 }, "name": "blobPrefix", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1768 }, "name": "containerName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1781 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1794 }, "name": "inputs", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1702 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsAzureStorage" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigDestinationsAzureStorageOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsCrowdstrikeNextGenSiem": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsCrowdstrikeNextGenSiem", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2122 }, "name": "ObservabilityPipelineConfigDestinationsCrowdstrikeNextGenSiem", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#encoding ObservabilityPipeline#encoding}", "stability": "stable", "summary": "Encoding format for log events. Valid values are `json`, `raw_message`." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2128 }, "name": "encoding", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#id ObservabilityPipeline#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "Unique identifier for the destination component." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2137 }, "name": "id", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#inputs ObservabilityPipeline#inputs}", "stability": "stable", "summary": "A list of component IDs whose output is used as the `input` for this component." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2143 }, "name": "inputs", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#compression ObservabilityPipeline#compression}", "stability": "stable", "summary": "compression block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2149 }, "name": "compression", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsCrowdstrikeNextGenSiemCompression" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#tls ObservabilityPipeline#tls}", "stability": "stable", "summary": "tls block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2155 }, "name": "tls", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsCrowdstrikeNextGenSiemTls" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigDestinationsCrowdstrikeNextGenSiem" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsCrowdstrikeNextGenSiemCompression": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsCrowdstrikeNextGenSiemCompression", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1825 }, "name": "ObservabilityPipelineConfigDestinationsCrowdstrikeNextGenSiemCompression", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#algorithm ObservabilityPipeline#algorithm}", "stability": "stable", "summary": "Compression algorithm for log events." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1831 }, "name": "algorithm", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#level ObservabilityPipeline#level}", "stability": "stable", "summary": "Compression level." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1837 }, "name": "level", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigDestinationsCrowdstrikeNextGenSiemCompression" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsCrowdstrikeNextGenSiemCompressionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsCrowdstrikeNextGenSiemCompressionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.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/observability-pipeline/index.ts", "line": 1876 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1932 }, "name": "resetAlgorithm" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1948 }, "name": "resetLevel" } ], "name": "ObservabilityPipelineConfigDestinationsCrowdstrikeNextGenSiemCompressionOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1936 }, "name": "algorithmInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1952 }, "name": "levelInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1926 }, "name": "algorithm", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1942 }, "name": "level", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1888 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsCrowdstrikeNextGenSiemCompression" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigDestinationsCrowdstrikeNextGenSiemCompressionOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsCrowdstrikeNextGenSiemList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsCrowdstrikeNextGenSiemList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2363 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2355 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2370 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsCrowdstrikeNextGenSiemOutputReference" } } } ], "name": "ObservabilityPipelineConfigDestinationsCrowdstrikeNextGenSiemList", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2363 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2363 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2363 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2356 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsCrowdstrikeNextGenSiem" }, "kind": "array" } } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigDestinationsCrowdstrikeNextGenSiemList" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsCrowdstrikeNextGenSiemOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsCrowdstrikeNextGenSiemOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2225 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2215 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2327 }, "name": "putCompression", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsCrowdstrikeNextGenSiemCompression" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2343 }, "name": "putTls", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsCrowdstrikeNextGenSiemTls" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2330 }, "name": "resetCompression" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2346 }, "name": "resetTls" } ], "name": "ObservabilityPipelineConfigDestinationsCrowdstrikeNextGenSiemOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2324 }, "name": "compression", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsCrowdstrikeNextGenSiemCompressionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2340 }, "name": "tls", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsCrowdstrikeNextGenSiemTlsOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2334 }, "name": "compressionInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsCrowdstrikeNextGenSiemCompression" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2292 }, "name": "encodingInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2305 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2318 }, "name": "inputsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2350 }, "name": "tlsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsCrowdstrikeNextGenSiemTls" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2285 }, "name": "encoding", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2298 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2311 }, "name": "inputs", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2229 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsCrowdstrikeNextGenSiem" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigDestinationsCrowdstrikeNextGenSiemOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsCrowdstrikeNextGenSiemTls": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsCrowdstrikeNextGenSiemTls", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1956 }, "name": "ObservabilityPipelineConfigDestinationsCrowdstrikeNextGenSiemTls", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#ca_file ObservabilityPipeline#ca_file}", "stability": "stable", "summary": "Path to the Certificate Authority (CA) file used to validate the server's TLS certificate." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1962 }, "name": "caFile", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#crt_file ObservabilityPipeline#crt_file}", "stability": "stable", "summary": "Path to the TLS client certificate file used to authenticate the pipeline component with upstream or downstream services." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1968 }, "name": "crtFile", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#key_file ObservabilityPipeline#key_file}", "stability": "stable", "summary": "Path to the private key file associated with the TLS client certificate. Used for mutual TLS authentication." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 1974 }, "name": "keyFile", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigDestinationsCrowdstrikeNextGenSiemTls" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsCrowdstrikeNextGenSiemTlsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsCrowdstrikeNextGenSiemTlsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2028 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2020 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2082 }, "name": "resetCaFile" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2098 }, "name": "resetCrtFile" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2114 }, "name": "resetKeyFile" } ], "name": "ObservabilityPipelineConfigDestinationsCrowdstrikeNextGenSiemTlsOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2086 }, "name": "caFileInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2102 }, "name": "crtFileInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2118 }, "name": "keyFileInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2076 }, "name": "caFile", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2092 }, "name": "crtFile", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2108 }, "name": "keyFile", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2032 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsCrowdstrikeNextGenSiemTls" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigDestinationsCrowdstrikeNextGenSiemTlsOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsDatadogLogs": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsDatadogLogs", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2374 }, "name": "ObservabilityPipelineConfigDestinationsDatadogLogs", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#id ObservabilityPipeline#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "The unique ID of the destination." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2383 }, "name": "id", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#inputs ObservabilityPipeline#inputs}", "stability": "stable", "summary": "The inputs for the destination." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2389 }, "name": "inputs", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigDestinationsDatadogLogs" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsDatadogLogsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsDatadogLogsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2513 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2505 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2520 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsDatadogLogsOutputReference" } } } ], "name": "ObservabilityPipelineConfigDestinationsDatadogLogsList", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2513 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2513 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2513 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2506 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsDatadogLogs" }, "kind": "array" } } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigDestinationsDatadogLogsList" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsDatadogLogsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsDatadogLogsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2438 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2428 }, "name": "ObservabilityPipelineConfigDestinationsDatadogLogsOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2487 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2500 }, "name": "inputsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2480 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2493 }, "name": "inputs", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2442 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsDatadogLogs" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigDestinationsDatadogLogsOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsElasticsearch": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsElasticsearch", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2524 }, "name": "ObservabilityPipelineConfigDestinationsElasticsearch", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#id ObservabilityPipeline#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "The unique identifier for this component." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2545 }, "name": "id", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#inputs ObservabilityPipeline#inputs}", "stability": "stable", "summary": "A list of component IDs whose output is used as the `input` for this component." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2551 }, "name": "inputs", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#api_version ObservabilityPipeline#api_version}", "stability": "stable", "summary": "The Elasticsearch API version to use. Set to `auto` to auto-detect." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2530 }, "name": "apiVersion", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#bulk_index ObservabilityPipeline#bulk_index}", "stability": "stable", "summary": "The index or datastream to write logs to in Elasticsearch." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2536 }, "name": "bulkIndex", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigDestinationsElasticsearch" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsElasticsearchList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsElasticsearchList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2733 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2725 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2740 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsElasticsearchOutputReference" } } } ], "name": "ObservabilityPipelineConfigDestinationsElasticsearchList", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2733 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2733 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2733 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2726 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsElasticsearch" }, "kind": "array" } } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigDestinationsElasticsearchList" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsElasticsearchOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsElasticsearchOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2614 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2604 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2674 }, "name": "resetApiVersion" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2690 }, "name": "resetBulkIndex" } ], "name": "ObservabilityPipelineConfigDestinationsElasticsearchOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2678 }, "name": "apiVersionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2694 }, "name": "bulkIndexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2707 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2720 }, "name": "inputsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2668 }, "name": "apiVersion", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2684 }, "name": "bulkIndex", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2700 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2713 }, "name": "inputs", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2618 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsElasticsearch" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigDestinationsElasticsearchOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsGoogleChronicle": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsGoogleChronicle", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2840 }, "name": "ObservabilityPipelineConfigDestinationsGoogleChronicle", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#id ObservabilityPipeline#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "The unique identifier for this component." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2861 }, "name": "id", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#inputs ObservabilityPipeline#inputs}", "stability": "stable", "summary": "A list of component IDs whose output is used as the `input` for this component." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2867 }, "name": "inputs", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#auth ObservabilityPipeline#auth}", "stability": "stable", "summary": "auth block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2879 }, "name": "auth", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsGoogleChronicleAuth" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#customer_id ObservabilityPipeline#customer_id}", "stability": "stable", "summary": "The Google Chronicle customer ID." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2846 }, "name": "customerId", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#encoding ObservabilityPipeline#encoding}", "stability": "stable", "summary": "The encoding format for the logs sent to Chronicle." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2852 }, "name": "encoding", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#log_type ObservabilityPipeline#log_type}", "stability": "stable", "summary": "The log type metadata associated with the Chronicle destination." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2873 }, "name": "logType", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigDestinationsGoogleChronicle" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsGoogleChronicleAuth": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsGoogleChronicleAuth", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2744 }, "name": "ObservabilityPipelineConfigDestinationsGoogleChronicleAuth", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#credentials_file ObservabilityPipeline#credentials_file}", "stability": "stable", "summary": "Path to the GCP service account key file. Required when `auth` block is specified." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2750 }, "name": "credentialsFile", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigDestinationsGoogleChronicleAuth" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsGoogleChronicleAuthOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsGoogleChronicleAuthOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.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" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2782 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2832 }, "name": "resetCredentialsFile" } ], "name": "ObservabilityPipelineConfigDestinationsGoogleChronicleAuthOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2836 }, "name": "credentialsFileInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2826 }, "name": "credentialsFile", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2794 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsGoogleChronicleAuth" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigDestinationsGoogleChronicleAuthOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsGoogleChronicleList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsGoogleChronicleList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3119 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3111 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3126 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsGoogleChronicleOutputReference" } } } ], "name": "ObservabilityPipelineConfigDestinationsGoogleChronicleList", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3119 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3119 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3119 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3112 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsGoogleChronicle" }, "kind": "array" } } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigDestinationsGoogleChronicleList" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsGoogleChronicleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsGoogleChronicleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.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": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2946 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3099 }, "name": "putAuth", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsGoogleChronicleAuth" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3102 }, "name": "resetAuth" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3028 }, "name": "resetCustomerId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3044 }, "name": "resetEncoding" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3086 }, "name": "resetLogType" } ], "name": "ObservabilityPipelineConfigDestinationsGoogleChronicleOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3096 }, "name": "auth", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsGoogleChronicleAuthOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3106 }, "name": "authInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsGoogleChronicleAuth" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3032 }, "name": "customerIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3048 }, "name": "encodingInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3061 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3074 }, "name": "inputsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3090 }, "name": "logTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3022 }, "name": "customerId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3038 }, "name": "encoding", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3054 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3067 }, "name": "inputs", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3080 }, "name": "logType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 2960 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsGoogleChronicle" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigDestinationsGoogleChronicleOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsGoogleCloudStorage": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsGoogleCloudStorage", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3373 }, "name": "ObservabilityPipelineConfigDestinationsGoogleCloudStorage", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#bucket ObservabilityPipeline#bucket}", "stability": "stable", "summary": "Name of the GCS bucket." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3385 }, "name": "bucket", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#id ObservabilityPipeline#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "Unique identifier for the destination component." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3394 }, "name": "id", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#inputs ObservabilityPipeline#inputs}", "stability": "stable", "summary": "A list of component IDs whose output is used as the `input` for this component." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3400 }, "name": "inputs", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#storage_class ObservabilityPipeline#storage_class}", "stability": "stable", "summary": "Storage class used for objects stored in GCS." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3412 }, "name": "storageClass", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#acl ObservabilityPipeline#acl}", "stability": "stable", "summary": "Access control list setting for objects written to the bucket." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3379 }, "name": "acl", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#auth ObservabilityPipeline#auth}", "stability": "stable", "summary": "auth block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3418 }, "name": "auth", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsGoogleCloudStorageAuth" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#key_prefix ObservabilityPipeline#key_prefix}", "stability": "stable", "summary": "Optional prefix for object keys within the GCS bucket." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3406 }, "name": "keyPrefix", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#metadata ObservabilityPipeline#metadata}", "stability": "stable", "summary": "metadata block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3424 }, "name": "metadata", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsGoogleCloudStorageMetadata" }, "kind": "array" } } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigDestinationsGoogleCloudStorage" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsGoogleCloudStorageAuth": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsGoogleCloudStorageAuth", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3130 }, "name": "ObservabilityPipelineConfigDestinationsGoogleCloudStorageAuth", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#credentials_file ObservabilityPipeline#credentials_file}", "stability": "stable", "summary": "Path to the GCP service account key file. Required when `auth` block is specified." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3136 }, "name": "credentialsFile", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigDestinationsGoogleCloudStorageAuth" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsGoogleCloudStorageAuthOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsGoogleCloudStorageAuthOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3176 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3168 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3218 }, "name": "resetCredentialsFile" } ], "name": "ObservabilityPipelineConfigDestinationsGoogleCloudStorageAuthOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3222 }, "name": "credentialsFileInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3212 }, "name": "credentialsFile", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3180 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsGoogleCloudStorageAuth" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigDestinationsGoogleCloudStorageAuthOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsGoogleCloudStorageList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsGoogleCloudStorageList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3716 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3708 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3723 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsGoogleCloudStorageOutputReference" } } } ], "name": "ObservabilityPipelineConfigDestinationsGoogleCloudStorageList", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3716 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3716 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3716 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3709 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsGoogleCloudStorage" }, "kind": "array" } } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigDestinationsGoogleCloudStorageList" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsGoogleCloudStorageMetadata": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsGoogleCloudStorageMetadata", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3226 }, "name": "ObservabilityPipelineConfigDestinationsGoogleCloudStorageMetadata", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#name ObservabilityPipeline#name}", "stability": "stable", "summary": "The metadata key." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3232 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#value ObservabilityPipeline#value}", "stability": "stable", "summary": "The metadata value." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3238 }, "name": "value", "type": { "primitive": "string" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigDestinationsGoogleCloudStorageMetadata" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsGoogleCloudStorageMetadataList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsGoogleCloudStorageMetadataList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3362 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3354 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3369 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsGoogleCloudStorageMetadataOutputReference" } } } ], "name": "ObservabilityPipelineConfigDestinationsGoogleCloudStorageMetadataList", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3362 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3362 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3362 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3355 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsGoogleCloudStorageMetadata" }, "kind": "array" } } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigDestinationsGoogleCloudStorageMetadataList" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsGoogleCloudStorageMetadataOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsGoogleCloudStorageMetadataOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3287 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3277 }, "name": "ObservabilityPipelineConfigDestinationsGoogleCloudStorageMetadataOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3336 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3349 }, "name": "valueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3329 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3342 }, "name": "value", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3291 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsGoogleCloudStorageMetadata" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigDestinationsGoogleCloudStorageMetadataOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsGoogleCloudStorageOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsGoogleCloudStorageOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3515 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3505 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3680 }, "name": "putAuth", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsGoogleCloudStorageAuth" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3696 }, "name": "putMetadata", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsGoogleCloudStorageMetadata" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3599 }, "name": "resetAcl" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3683 }, "name": "resetAuth" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3654 }, "name": "resetKeyPrefix" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3699 }, "name": "resetMetadata" } ], "name": "ObservabilityPipelineConfigDestinationsGoogleCloudStorageOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3677 }, "name": "auth", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsGoogleCloudStorageAuthOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3693 }, "name": "metadata", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsGoogleCloudStorageMetadataList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3603 }, "name": "aclInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3687 }, "name": "authInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsGoogleCloudStorageAuth" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3616 }, "name": "bucketInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3629 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3642 }, "name": "inputsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3658 }, "name": "keyPrefixInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3703 }, "name": "metadataInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsGoogleCloudStorageMetadata" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3671 }, "name": "storageClassInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3593 }, "name": "acl", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3609 }, "name": "bucket", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3622 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3635 }, "name": "inputs", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3648 }, "name": "keyPrefix", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3664 }, "name": "storageClass", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3519 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsGoogleCloudStorage" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigDestinationsGoogleCloudStorageOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsGooglePubsub": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsGooglePubsub", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3989 }, "name": "ObservabilityPipelineConfigDestinationsGooglePubsub", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#id ObservabilityPipeline#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "The unique identifier for this component." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4004 }, "name": "id", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#inputs ObservabilityPipeline#inputs}", "stability": "stable", "summary": "A list of component IDs whose output is used as the `input` for this component." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4010 }, "name": "inputs", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#project ObservabilityPipeline#project}", "stability": "stable", "summary": "The GCP project ID that owns the Pub/Sub topic." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4016 }, "name": "project", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#topic ObservabilityPipeline#topic}", "stability": "stable", "summary": "The Pub/Sub topic name to publish logs to." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4022 }, "name": "topic", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#auth ObservabilityPipeline#auth}", "stability": "stable", "summary": "auth block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4028 }, "name": "auth", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsGooglePubsubAuth" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#encoding ObservabilityPipeline#encoding}", "stability": "stable", "summary": "Encoding format for log events. Valid values: `json`, `raw_message`." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3995 }, "name": "encoding", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#tls ObservabilityPipeline#tls}", "stability": "stable", "summary": "tls block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4034 }, "name": "tls", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsGooglePubsubTls" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigDestinationsGooglePubsub" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsGooglePubsubAuth": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsGooglePubsubAuth", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3727 }, "name": "ObservabilityPipelineConfigDestinationsGooglePubsubAuth", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#credentials_file ObservabilityPipeline#credentials_file}", "stability": "stable", "summary": "Path to the GCP service account key file. Required when `auth` block is specified." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3733 }, "name": "credentialsFile", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigDestinationsGooglePubsubAuth" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsGooglePubsubAuthOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsGooglePubsubAuthOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3773 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3765 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3815 }, "name": "resetCredentialsFile" } ], "name": "ObservabilityPipelineConfigDestinationsGooglePubsubAuthOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3819 }, "name": "credentialsFileInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3809 }, "name": "credentialsFile", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3777 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsGooglePubsubAuth" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigDestinationsGooglePubsubAuthOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsGooglePubsubList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsGooglePubsubList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4297 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4289 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4304 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsGooglePubsubOutputReference" } } } ], "name": "ObservabilityPipelineConfigDestinationsGooglePubsubList", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4297 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4297 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4297 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4290 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsGooglePubsub" }, "kind": "array" } } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigDestinationsGooglePubsubList" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsGooglePubsubOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsGooglePubsubOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4118 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4108 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4261 }, "name": "putAuth", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsGooglePubsubAuth" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4277 }, "name": "putTls", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsGooglePubsubTls" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4264 }, "name": "resetAuth" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4196 }, "name": "resetEncoding" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4280 }, "name": "resetTls" } ], "name": "ObservabilityPipelineConfigDestinationsGooglePubsubOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4258 }, "name": "auth", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsGooglePubsubAuthOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4274 }, "name": "tls", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsGooglePubsubTlsOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4268 }, "name": "authInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsGooglePubsubAuth" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4200 }, "name": "encodingInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4213 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4226 }, "name": "inputsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4239 }, "name": "projectInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4284 }, "name": "tlsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsGooglePubsubTls" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4252 }, "name": "topicInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4190 }, "name": "encoding", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4206 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4219 }, "name": "inputs", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4232 }, "name": "project", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4245 }, "name": "topic", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4122 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsGooglePubsub" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigDestinationsGooglePubsubOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsGooglePubsubTls": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsGooglePubsubTls", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3823 }, "name": "ObservabilityPipelineConfigDestinationsGooglePubsubTls", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#ca_file ObservabilityPipeline#ca_file}", "stability": "stable", "summary": "Path to the Certificate Authority (CA) file used to validate the server's TLS certificate." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3829 }, "name": "caFile", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#crt_file ObservabilityPipeline#crt_file}", "stability": "stable", "summary": "Path to the TLS client certificate file used to authenticate the pipeline component with upstream or downstream services." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3835 }, "name": "crtFile", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#key_file ObservabilityPipeline#key_file}", "stability": "stable", "summary": "Path to the private key file associated with the TLS client certificate. Used for mutual TLS authentication." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3841 }, "name": "keyFile", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigDestinationsGooglePubsubTls" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsGooglePubsubTlsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsGooglePubsubTlsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3895 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3887 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3949 }, "name": "resetCaFile" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3965 }, "name": "resetCrtFile" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3981 }, "name": "resetKeyFile" } ], "name": "ObservabilityPipelineConfigDestinationsGooglePubsubTlsOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3953 }, "name": "caFileInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3969 }, "name": "crtFileInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3985 }, "name": "keyFileInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3943 }, "name": "caFile", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3959 }, "name": "crtFile", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3975 }, "name": "keyFile", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 3899 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsGooglePubsubTls" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigDestinationsGooglePubsubTlsOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsMicrosoftSentinel": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsMicrosoftSentinel", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4308 }, "name": "ObservabilityPipelineConfigDestinationsMicrosoftSentinel", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#client_id ObservabilityPipeline#client_id}", "stability": "stable", "summary": "Azure AD client ID used for authentication." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4314 }, "name": "clientId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#dcr_immutable_id ObservabilityPipeline#dcr_immutable_id}", "stability": "stable", "summary": "The immutable ID of the Data Collection Rule (DCR)." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4320 }, "name": "dcrImmutableId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#id ObservabilityPipeline#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "The unique identifier for this component." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4329 }, "name": "id", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#inputs ObservabilityPipeline#inputs}", "stability": "stable", "summary": "A list of component IDs whose output is used as the `input` for this component." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4335 }, "name": "inputs", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#table ObservabilityPipeline#table}", "stability": "stable", "summary": "The name of the Log Analytics table where logs will be sent." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4341 }, "name": "table", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#tenant_id ObservabilityPipeline#tenant_id}", "stability": "stable", "summary": "Azure AD tenant ID." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4347 }, "name": "tenantId", "type": { "primitive": "string" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigDestinationsMicrosoftSentinel" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsMicrosoftSentinelList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsMicrosoftSentinelList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4575 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4567 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4582 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsMicrosoftSentinelOutputReference" } } } ], "name": "ObservabilityPipelineConfigDestinationsMicrosoftSentinelList", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4575 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4575 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4575 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4568 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsMicrosoftSentinel" }, "kind": "array" } } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigDestinationsMicrosoftSentinelList" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsMicrosoftSentinelOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsMicrosoftSentinelOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.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" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4414 }, "name": "ObservabilityPipelineConfigDestinationsMicrosoftSentinelOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4497 }, "name": "clientIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4510 }, "name": "dcrImmutableIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4523 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4536 }, "name": "inputsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4549 }, "name": "tableInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4562 }, "name": "tenantIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4490 }, "name": "clientId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4503 }, "name": "dcrImmutableId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4516 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4529 }, "name": "inputs", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4542 }, "name": "table", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4555 }, "name": "tenantId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4428 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsMicrosoftSentinel" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigDestinationsMicrosoftSentinelOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsNewRelic": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsNewRelic", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4586 }, "name": "ObservabilityPipelineConfigDestinationsNewRelic", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#id ObservabilityPipeline#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "The unique identifier for this component." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4595 }, "name": "id", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#inputs ObservabilityPipeline#inputs}", "stability": "stable", "summary": "A list of component IDs whose output is used as the `input` for this component." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4601 }, "name": "inputs", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#region ObservabilityPipeline#region}", "stability": "stable", "summary": "The New Relic region." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4607 }, "name": "region", "type": { "primitive": "string" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigDestinationsNewRelic" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsNewRelicList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsNewRelicList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4757 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4749 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4764 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsNewRelicOutputReference" } } } ], "name": "ObservabilityPipelineConfigDestinationsNewRelicList", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4757 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4757 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4757 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4750 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsNewRelic" }, "kind": "array" } } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigDestinationsNewRelicList" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsNewRelicOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsNewRelicOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4663 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4653 }, "name": "ObservabilityPipelineConfigDestinationsNewRelicOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4718 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4731 }, "name": "inputsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4744 }, "name": "regionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4711 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4724 }, "name": "inputs", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4737 }, "name": "region", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4667 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsNewRelic" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigDestinationsNewRelicOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsOpensearch": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsOpensearch", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4768 }, "name": "ObservabilityPipelineConfigDestinationsOpensearch", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#id ObservabilityPipeline#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "The unique identifier for this component." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4783 }, "name": "id", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#inputs ObservabilityPipeline#inputs}", "stability": "stable", "summary": "A list of component IDs whose output is used as input." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4789 }, "name": "inputs", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#bulk_index ObservabilityPipeline#bulk_index}", "stability": "stable", "summary": "The index or datastream to write logs to." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4774 }, "name": "bulkIndex", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigDestinationsOpensearch" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsOpensearchList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsOpensearchList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4942 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4934 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4949 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsOpensearchOutputReference" } } } ], "name": "ObservabilityPipelineConfigDestinationsOpensearchList", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4942 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4942 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4942 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4935 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsOpensearch" }, "kind": "array" } } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigDestinationsOpensearchList" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsOpensearchOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsOpensearchOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4845 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4835 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4899 }, "name": "resetBulkIndex" } ], "name": "ObservabilityPipelineConfigDestinationsOpensearchOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4903 }, "name": "bulkIndexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4916 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4929 }, "name": "inputsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4893 }, "name": "bulkIndex", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4909 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4922 }, "name": "inputs", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4849 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsOpensearch" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigDestinationsOpensearchOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7629 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7621 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7776 }, "name": "putAmazonOpensearch", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsAmazonOpensearch" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7792 }, "name": "putAmazonS3", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsAmazonS3" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7808 }, "name": "putAmazonSecurityLake", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsAmazonSecurityLake" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7824 }, "name": "putAzureStorage", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsAzureStorage" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7840 }, "name": "putCrowdstrikeNextGenSiem", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsCrowdstrikeNextGenSiem" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7856 }, "name": "putDatadogLogs", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsDatadogLogs" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7872 }, "name": "putElasticsearch", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsElasticsearch" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7888 }, "name": "putGoogleChronicle", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsGoogleChronicle" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7904 }, "name": "putGoogleCloudStorage", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsGoogleCloudStorage" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7920 }, "name": "putGooglePubsub", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsGooglePubsub" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7936 }, "name": "putMicrosoftSentinel", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsMicrosoftSentinel" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7952 }, "name": "putNewRelic", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsNewRelic" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7968 }, "name": "putOpensearch", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsOpensearch" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7984 }, "name": "putRsyslog", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsRsyslog" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8000 }, "name": "putSentinelOne", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSentinelOne" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8016 }, "name": "putSocket", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSocket" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8032 }, "name": "putSplunkHec", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSplunkHec" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8048 }, "name": "putSumoLogic", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSumoLogic" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8064 }, "name": "putSyslogNg", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSyslogNg" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7779 }, "name": "resetAmazonOpensearch" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7795 }, "name": "resetAmazonS3" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7811 }, "name": "resetAmazonSecurityLake" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7827 }, "name": "resetAzureStorage" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7843 }, "name": "resetCrowdstrikeNextGenSiem" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7859 }, "name": "resetDatadogLogs" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7875 }, "name": "resetElasticsearch" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7891 }, "name": "resetGoogleChronicle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7907 }, "name": "resetGoogleCloudStorage" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7923 }, "name": "resetGooglePubsub" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7939 }, "name": "resetMicrosoftSentinel" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7955 }, "name": "resetNewRelic" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7971 }, "name": "resetOpensearch" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7987 }, "name": "resetRsyslog" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8003 }, "name": "resetSentinelOne" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8019 }, "name": "resetSocket" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8035 }, "name": "resetSplunkHec" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8051 }, "name": "resetSumoLogic" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8067 }, "name": "resetSyslogNg" } ], "name": "ObservabilityPipelineConfigDestinationsOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7773 }, "name": "amazonOpensearch", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsAmazonOpensearchList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7789 }, "name": "amazonS3", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsAmazonS3List" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7805 }, "name": "amazonSecurityLake", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsAmazonSecurityLakeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7821 }, "name": "azureStorage", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsAzureStorageList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7837 }, "name": "crowdstrikeNextGenSiem", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsCrowdstrikeNextGenSiemList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7853 }, "name": "datadogLogs", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsDatadogLogsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7869 }, "name": "elasticsearch", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsElasticsearchList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7885 }, "name": "googleChronicle", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsGoogleChronicleList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7901 }, "name": "googleCloudStorage", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsGoogleCloudStorageList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7917 }, "name": "googlePubsub", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsGooglePubsubList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7933 }, "name": "microsoftSentinel", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsMicrosoftSentinelList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7949 }, "name": "newRelic", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsNewRelicList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7965 }, "name": "opensearch", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsOpensearchList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7981 }, "name": "rsyslog", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsRsyslogList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7997 }, "name": "sentinelOne", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSentinelOneList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8013 }, "name": "socket", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSocketList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8029 }, "name": "splunkHec", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSplunkHecList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8045 }, "name": "sumoLogic", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSumoLogicList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8061 }, "name": "syslogNg", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSyslogNgList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7783 }, "name": "amazonOpensearchInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsAmazonOpensearch" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7799 }, "name": "amazonS3Input", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsAmazonS3" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7815 }, "name": "amazonSecurityLakeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsAmazonSecurityLake" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7831 }, "name": "azureStorageInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsAzureStorage" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7847 }, "name": "crowdstrikeNextGenSiemInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsCrowdstrikeNextGenSiem" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7863 }, "name": "datadogLogsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsDatadogLogs" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7879 }, "name": "elasticsearchInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsElasticsearch" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7895 }, "name": "googleChronicleInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsGoogleChronicle" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7911 }, "name": "googleCloudStorageInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsGoogleCloudStorage" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7927 }, "name": "googlePubsubInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsGooglePubsub" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7943 }, "name": "microsoftSentinelInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsMicrosoftSentinel" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7959 }, "name": "newRelicInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsNewRelic" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7975 }, "name": "opensearchInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsOpensearch" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7991 }, "name": "rsyslogInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsRsyslog" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8007 }, "name": "sentinelOneInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSentinelOne" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8023 }, "name": "socketInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSocket" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8039 }, "name": "splunkHecInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSplunkHec" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8055 }, "name": "sumoLogicInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSumoLogic" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8071 }, "name": "syslogNgInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSyslogNg" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7633 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinations" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigDestinationsOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsRsyslog": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsRsyslog", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5119 }, "name": "ObservabilityPipelineConfigDestinationsRsyslog", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#id ObservabilityPipeline#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "The unique identifier for this component." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5128 }, "name": "id", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#inputs ObservabilityPipeline#inputs}", "stability": "stable", "summary": "A list of component IDs whose output is used as the `input` for this component." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5134 }, "name": "inputs", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#keepalive ObservabilityPipeline#keepalive}", "stability": "stable", "summary": "Optional socket keepalive duration in milliseconds." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5140 }, "name": "keepalive", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#tls ObservabilityPipeline#tls}", "stability": "stable", "summary": "tls block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5146 }, "name": "tls", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsRsyslogTls" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigDestinationsRsyslog" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsRsyslogList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsRsyslogList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5328 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5320 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5335 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsRsyslogOutputReference" } } } ], "name": "ObservabilityPipelineConfigDestinationsRsyslogList", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5328 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5328 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5328 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5321 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsRsyslog" }, "kind": "array" } } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigDestinationsRsyslogList" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsRsyslogOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsRsyslogOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5209 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5199 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5308 }, "name": "putTls", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsRsyslogTls" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5295 }, "name": "resetKeepalive" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5311 }, "name": "resetTls" } ], "name": "ObservabilityPipelineConfigDestinationsRsyslogOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5305 }, "name": "tls", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsRsyslogTlsOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5270 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5283 }, "name": "inputsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5299 }, "name": "keepaliveInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5315 }, "name": "tlsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsRsyslogTls" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5263 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5276 }, "name": "inputs", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5289 }, "name": "keepalive", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5213 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsRsyslog" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigDestinationsRsyslogOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsRsyslogTls": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsRsyslogTls", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4953 }, "name": "ObservabilityPipelineConfigDestinationsRsyslogTls", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#ca_file ObservabilityPipeline#ca_file}", "stability": "stable", "summary": "Path to the Certificate Authority (CA) file used to validate the server's TLS certificate." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4959 }, "name": "caFile", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#crt_file ObservabilityPipeline#crt_file}", "stability": "stable", "summary": "Path to the TLS client certificate file used to authenticate the pipeline component with upstream or downstream services." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4965 }, "name": "crtFile", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#key_file ObservabilityPipeline#key_file}", "stability": "stable", "summary": "Path to the private key file associated with the TLS client certificate. Used for mutual TLS authentication." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 4971 }, "name": "keyFile", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigDestinationsRsyslogTls" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsRsyslogTlsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsRsyslogTlsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5025 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5017 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5079 }, "name": "resetCaFile" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5095 }, "name": "resetCrtFile" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5111 }, "name": "resetKeyFile" } ], "name": "ObservabilityPipelineConfigDestinationsRsyslogTlsOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5083 }, "name": "caFileInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5099 }, "name": "crtFileInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5115 }, "name": "keyFileInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5073 }, "name": "caFile", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5089 }, "name": "crtFile", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5105 }, "name": "keyFile", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5029 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsRsyslogTls" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigDestinationsRsyslogTlsOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSentinelOne": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSentinelOne", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5339 }, "name": "ObservabilityPipelineConfigDestinationsSentinelOne", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#id ObservabilityPipeline#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "The unique identifier for this component." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5348 }, "name": "id", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#inputs ObservabilityPipeline#inputs}", "stability": "stable", "summary": "A list of component IDs whose output is used as the `input` for this component." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5354 }, "name": "inputs", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#region ObservabilityPipeline#region}", "stability": "stable", "summary": "The SentinelOne region to send logs to." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5360 }, "name": "region", "type": { "primitive": "string" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigDestinationsSentinelOne" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSentinelOneList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSentinelOneList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5510 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5502 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5517 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSentinelOneOutputReference" } } } ], "name": "ObservabilityPipelineConfigDestinationsSentinelOneList", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5510 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5510 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5510 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5503 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSentinelOne" }, "kind": "array" } } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigDestinationsSentinelOneList" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSentinelOneOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSentinelOneOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5416 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5406 }, "name": "ObservabilityPipelineConfigDestinationsSentinelOneOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5471 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5484 }, "name": "inputsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5497 }, "name": "regionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5464 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5477 }, "name": "inputs", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5490 }, "name": "region", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5420 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSentinelOne" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigDestinationsSentinelOneOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSocket": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSocket", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5911 }, "name": "ObservabilityPipelineConfigDestinationsSocket", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#encoding ObservabilityPipeline#encoding}", "stability": "stable", "summary": "Encoding format for log events. Valid values are `json`, `raw_message`." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5917 }, "name": "encoding", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#id ObservabilityPipeline#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "The unique identifier for this destination." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5926 }, "name": "id", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#inputs ObservabilityPipeline#inputs}", "stability": "stable", "summary": "A list of component IDs whose output is used as the `input` for this destination." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5932 }, "name": "inputs", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#mode ObservabilityPipeline#mode}", "stability": "stable", "summary": "The protocol used to send logs. Valid values are `tcp`, `udp`." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5938 }, "name": "mode", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#framing ObservabilityPipeline#framing}", "stability": "stable", "summary": "framing block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5944 }, "name": "framing", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSocketFraming" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#tls ObservabilityPipeline#tls}", "stability": "stable", "summary": "tls block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5950 }, "name": "tls", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSocketTls" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigDestinationsSocket" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSocketFraming": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSocketFraming", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5617 }, "name": "ObservabilityPipelineConfigDestinationsSocketFraming", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#method ObservabilityPipeline#method}", "stability": "stable", "summary": "The framing method. Valid values are `newline_delimited`, `bytes`, `character_delimited`." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5623 }, "name": "method", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#character_delimited ObservabilityPipeline#character_delimited}", "stability": "stable", "summary": "character_delimited block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5629 }, "name": "characterDelimited", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSocketFramingCharacterDelimited" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigDestinationsSocketFraming" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSocketFramingCharacterDelimited": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSocketFramingCharacterDelimited", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5521 }, "name": "ObservabilityPipelineConfigDestinationsSocketFramingCharacterDelimited", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#delimiter ObservabilityPipeline#delimiter}", "stability": "stable", "summary": "A single ASCII character used as a delimiter." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5527 }, "name": "delimiter", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigDestinationsSocketFramingCharacterDelimited" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSocketFramingCharacterDelimitedOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSocketFramingCharacterDelimitedOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5567 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5559 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5609 }, "name": "resetDelimiter" } ], "name": "ObservabilityPipelineConfigDestinationsSocketFramingCharacterDelimitedOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5613 }, "name": "delimiterInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5603 }, "name": "delimiter", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5571 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSocketFramingCharacterDelimited" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigDestinationsSocketFramingCharacterDelimitedOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSocketFramingOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSocketFramingOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5676 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5668 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5734 }, "name": "putCharacterDelimited", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSocketFramingCharacterDelimited" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5737 }, "name": "resetCharacterDelimited" } ], "name": "ObservabilityPipelineConfigDestinationsSocketFramingOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5731 }, "name": "characterDelimited", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSocketFramingCharacterDelimitedOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5741 }, "name": "characterDelimitedInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSocketFramingCharacterDelimited" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5725 }, "name": "methodInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5718 }, "name": "method", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5680 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSocketFraming" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigDestinationsSocketFramingOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSocketList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSocketList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6184 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6176 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6191 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSocketOutputReference" } } } ], "name": "ObservabilityPipelineConfigDestinationsSocketList", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6184 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6184 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6184 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6177 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSocket" }, "kind": "array" } } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigDestinationsSocketList" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSocketOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSocketOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6027 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6017 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6148 }, "name": "putFraming", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSocketFraming" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6164 }, "name": "putTls", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSocketTls" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6151 }, "name": "resetFraming" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6167 }, "name": "resetTls" } ], "name": "ObservabilityPipelineConfigDestinationsSocketOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6145 }, "name": "framing", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSocketFramingOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6161 }, "name": "tls", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSocketTlsOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6100 }, "name": "encodingInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6155 }, "name": "framingInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSocketFraming" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6113 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6126 }, "name": "inputsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6139 }, "name": "modeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6171 }, "name": "tlsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSocketTls" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6093 }, "name": "encoding", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6106 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6119 }, "name": "inputs", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6132 }, "name": "mode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6031 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSocket" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigDestinationsSocketOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSocketTls": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSocketTls", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5745 }, "name": "ObservabilityPipelineConfigDestinationsSocketTls", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#ca_file ObservabilityPipeline#ca_file}", "stability": "stable", "summary": "Path to the Certificate Authority (CA) file used to validate the server's TLS certificate." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5751 }, "name": "caFile", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#crt_file ObservabilityPipeline#crt_file}", "stability": "stable", "summary": "Path to the TLS client certificate file used to authenticate the pipeline component with upstream or downstream services." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5757 }, "name": "crtFile", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#key_file ObservabilityPipeline#key_file}", "stability": "stable", "summary": "Path to the private key file associated with the TLS client certificate. Used for mutual TLS authentication." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5763 }, "name": "keyFile", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigDestinationsSocketTls" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSocketTlsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSocketTlsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5817 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5809 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5871 }, "name": "resetCaFile" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5887 }, "name": "resetCrtFile" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5903 }, "name": "resetKeyFile" } ], "name": "ObservabilityPipelineConfigDestinationsSocketTlsOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5875 }, "name": "caFileInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5891 }, "name": "crtFileInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5907 }, "name": "keyFileInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5865 }, "name": "caFile", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5881 }, "name": "crtFile", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5897 }, "name": "keyFile", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 5821 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSocketTls" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigDestinationsSocketTlsOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSplunkHec": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSplunkHec", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6195 }, "name": "ObservabilityPipelineConfigDestinationsSplunkHec", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Used to reference this component in other parts of the pipeline (e.g., as input to downstream components).\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#id ObservabilityPipeline#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "The unique identifier for this component." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6216 }, "name": "id", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#inputs ObservabilityPipeline#inputs}", "stability": "stable", "summary": "A list of component IDs whose output is used as the `input` for this component." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6228 }, "name": "inputs", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#auto_extract_timestamp ObservabilityPipeline#auto_extract_timestamp}", "stability": "stable", "summary": "If `true`, Splunk tries to extract timestamps from incoming log events." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6201 }, "name": "autoExtractTimestamp", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#encoding ObservabilityPipeline#encoding}", "stability": "stable", "summary": "Encoding format for log events. Valid values: `json`, `raw_message`." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6207 }, "name": "encoding", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#index ObservabilityPipeline#index}", "stability": "stable", "summary": "Optional name of the Splunk index where logs are written." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6222 }, "name": "index", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#sourcetype ObservabilityPipeline#sourcetype}", "stability": "stable", "summary": "The Splunk sourcetype to assign to log events." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6234 }, "name": "sourcetype", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigDestinationsSplunkHec" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSplunkHecList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSplunkHecList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6474 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6466 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6481 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSplunkHecOutputReference" } } } ], "name": "ObservabilityPipelineConfigDestinationsSplunkHecList", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6474 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6474 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6474 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6467 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSplunkHec" }, "kind": "array" } } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigDestinationsSplunkHecList" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSplunkHecOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSplunkHecOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6311 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6301 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6383 }, "name": "resetAutoExtractTimestamp" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6399 }, "name": "resetEncoding" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6428 }, "name": "resetIndex" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6457 }, "name": "resetSourcetype" } ], "name": "ObservabilityPipelineConfigDestinationsSplunkHecOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6387 }, "name": "autoExtractTimestampInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6403 }, "name": "encodingInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6416 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6432 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6445 }, "name": "inputsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6461 }, "name": "sourcetypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6377 }, "name": "autoExtractTimestamp", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6393 }, "name": "encoding", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6409 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6422 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6438 }, "name": "inputs", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6451 }, "name": "sourcetype", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6315 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSplunkHec" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigDestinationsSplunkHecOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSumoLogic": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSumoLogic", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6638 }, "name": "ObservabilityPipelineConfigDestinationsSumoLogic", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#id ObservabilityPipeline#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "The unique identifier for this component." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6671 }, "name": "id", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#inputs ObservabilityPipeline#inputs}", "stability": "stable", "summary": "A list of component IDs whose output is used as the `input` for this component." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6677 }, "name": "inputs", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#encoding ObservabilityPipeline#encoding}", "stability": "stable", "summary": "The output encoding format." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6644 }, "name": "encoding", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#header_custom_fields ObservabilityPipeline#header_custom_fields}", "stability": "stable", "summary": "header_custom_fields block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6683 }, "name": "headerCustomFields", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSumoLogicHeaderCustomFields" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#header_host_name ObservabilityPipeline#header_host_name}", "stability": "stable", "summary": "Optional override for the host name header." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6650 }, "name": "headerHostName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#header_source_category ObservabilityPipeline#header_source_category}", "stability": "stable", "summary": "Optional override for the source category header." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6656 }, "name": "headerSourceCategory", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#header_source_name ObservabilityPipeline#header_source_name}", "stability": "stable", "summary": "Optional override for the source name header." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6662 }, "name": "headerSourceName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigDestinationsSumoLogic" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSumoLogicHeaderCustomFields": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSumoLogicHeaderCustomFields", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6485 }, "name": "ObservabilityPipelineConfigDestinationsSumoLogicHeaderCustomFields", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#name ObservabilityPipeline#name}", "stability": "stable", "summary": "The header field name." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6491 }, "name": "name", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#value ObservabilityPipeline#value}", "stability": "stable", "summary": "The header field value." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6497 }, "name": "value", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigDestinationsSumoLogicHeaderCustomFields" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSumoLogicHeaderCustomFieldsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSumoLogicHeaderCustomFieldsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6627 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6619 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6634 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSumoLogicHeaderCustomFieldsOutputReference" } } } ], "name": "ObservabilityPipelineConfigDestinationsSumoLogicHeaderCustomFieldsList", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6627 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6627 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6627 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6620 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSumoLogicHeaderCustomFields" }, "kind": "array" } } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigDestinationsSumoLogicHeaderCustomFieldsList" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSumoLogicHeaderCustomFieldsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSumoLogicHeaderCustomFieldsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6546 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6536 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6594 }, "name": "resetName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6610 }, "name": "resetValue" } ], "name": "ObservabilityPipelineConfigDestinationsSumoLogicHeaderCustomFieldsOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6598 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6614 }, "name": "valueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6588 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6604 }, "name": "value", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6550 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSumoLogicHeaderCustomFields" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigDestinationsSumoLogicHeaderCustomFieldsOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSumoLogicList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSumoLogicList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6952 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6944 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6959 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSumoLogicOutputReference" } } } ], "name": "ObservabilityPipelineConfigDestinationsSumoLogicList", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6952 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6952 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6952 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6945 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSumoLogic" }, "kind": "array" } } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigDestinationsSumoLogicList" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSumoLogicOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSumoLogicOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6767 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6757 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6932 }, "name": "putHeaderCustomFields", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSumoLogicHeaderCustomFields" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6845 }, "name": "resetEncoding" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6935 }, "name": "resetHeaderCustomFields" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6861 }, "name": "resetHeaderHostName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6877 }, "name": "resetHeaderSourceCategory" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6893 }, "name": "resetHeaderSourceName" } ], "name": "ObservabilityPipelineConfigDestinationsSumoLogicOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6929 }, "name": "headerCustomFields", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSumoLogicHeaderCustomFieldsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6849 }, "name": "encodingInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6939 }, "name": "headerCustomFieldsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSumoLogicHeaderCustomFields" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6865 }, "name": "headerHostNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6881 }, "name": "headerSourceCategoryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6897 }, "name": "headerSourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6910 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6923 }, "name": "inputsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6839 }, "name": "encoding", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6855 }, "name": "headerHostName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6871 }, "name": "headerSourceCategory", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6887 }, "name": "headerSourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6903 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6916 }, "name": "inputs", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6771 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSumoLogic" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigDestinationsSumoLogicOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSyslogNg": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSyslogNg", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7129 }, "name": "ObservabilityPipelineConfigDestinationsSyslogNg", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#id ObservabilityPipeline#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "The unique identifier for this component." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7138 }, "name": "id", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#inputs ObservabilityPipeline#inputs}", "stability": "stable", "summary": "A list of component IDs whose output is used as the `input` for this component." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7144 }, "name": "inputs", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#keepalive ObservabilityPipeline#keepalive}", "stability": "stable", "summary": "Optional socket keepalive duration in milliseconds." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7150 }, "name": "keepalive", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#tls ObservabilityPipeline#tls}", "stability": "stable", "summary": "tls block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7156 }, "name": "tls", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSyslogNgTls" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigDestinationsSyslogNg" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSyslogNgList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSyslogNgList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7338 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7330 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7345 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSyslogNgOutputReference" } } } ], "name": "ObservabilityPipelineConfigDestinationsSyslogNgList", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7338 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7338 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7338 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7331 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSyslogNg" }, "kind": "array" } } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigDestinationsSyslogNgList" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSyslogNgOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSyslogNgOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7219 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7209 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7318 }, "name": "putTls", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSyslogNgTls" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7305 }, "name": "resetKeepalive" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7321 }, "name": "resetTls" } ], "name": "ObservabilityPipelineConfigDestinationsSyslogNgOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7315 }, "name": "tls", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSyslogNgTlsOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7280 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7293 }, "name": "inputsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7309 }, "name": "keepaliveInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7325 }, "name": "tlsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSyslogNgTls" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7273 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7286 }, "name": "inputs", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7299 }, "name": "keepalive", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7223 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSyslogNg" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigDestinationsSyslogNgOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSyslogNgTls": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSyslogNgTls", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6963 }, "name": "ObservabilityPipelineConfigDestinationsSyslogNgTls", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#ca_file ObservabilityPipeline#ca_file}", "stability": "stable", "summary": "Path to the Certificate Authority (CA) file used to validate the server's TLS certificate." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6969 }, "name": "caFile", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#crt_file ObservabilityPipeline#crt_file}", "stability": "stable", "summary": "Path to the TLS client certificate file used to authenticate the pipeline component with upstream or downstream services." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6975 }, "name": "crtFile", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#key_file ObservabilityPipeline#key_file}", "stability": "stable", "summary": "Path to the private key file associated with the TLS client certificate. Used for mutual TLS authentication." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 6981 }, "name": "keyFile", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigDestinationsSyslogNgTls" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSyslogNgTlsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSyslogNgTlsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7035 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7027 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7089 }, "name": "resetCaFile" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7105 }, "name": "resetCrtFile" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7121 }, "name": "resetKeyFile" } ], "name": "ObservabilityPipelineConfigDestinationsSyslogNgTlsOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7093 }, "name": "caFileInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7109 }, "name": "crtFileInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7125 }, "name": "keyFileInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7083 }, "name": "caFile", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7099 }, "name": "crtFile", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7115 }, "name": "keyFile", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 7039 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationsSyslogNgTls" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigDestinationsSyslogNgTlsOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessors": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessors", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17303 }, "name": "ObservabilityPipelineConfigProcessors", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#add_env_vars ObservabilityPipeline#add_env_vars}", "stability": "stable", "summary": "add_env_vars block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17309 }, "name": "addEnvVars", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsAddEnvVars" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#add_fields ObservabilityPipeline#add_fields}", "stability": "stable", "summary": "add_fields block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17315 }, "name": "addFields", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsAddFields" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#custom_processor ObservabilityPipeline#custom_processor}", "stability": "stable", "summary": "custom_processor block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17321 }, "name": "customProcessor", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsCustomProcessor" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#datadog_tags ObservabilityPipeline#datadog_tags}", "stability": "stable", "summary": "datadog_tags block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17327 }, "name": "datadogTags", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsDatadogTags" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#dedupe ObservabilityPipeline#dedupe}", "stability": "stable", "summary": "dedupe block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17333 }, "name": "dedupe", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsDedupe" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#enrichment_table ObservabilityPipeline#enrichment_table}", "stability": "stable", "summary": "enrichment_table block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17339 }, "name": "enrichmentTable", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsEnrichmentTable" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#filter ObservabilityPipeline#filter}", "stability": "stable", "summary": "filter block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17345 }, "name": "filter", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsFilter" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#generate_datadog_metrics ObservabilityPipeline#generate_datadog_metrics}", "stability": "stable", "summary": "generate_datadog_metrics block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17351 }, "name": "generateDatadogMetrics", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsGenerateDatadogMetrics" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#ocsf_mapper ObservabilityPipeline#ocsf_mapper}", "stability": "stable", "summary": "ocsf_mapper block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17357 }, "name": "ocsfMapper", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsOcsfMapper" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#parse_grok ObservabilityPipeline#parse_grok}", "stability": "stable", "summary": "parse_grok block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17363 }, "name": "parseGrok", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsParseGrok" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#parse_json ObservabilityPipeline#parse_json}", "stability": "stable", "summary": "parse_json block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17369 }, "name": "parseJson", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsParseJson" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#quota ObservabilityPipeline#quota}", "stability": "stable", "summary": "quota block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17375 }, "name": "quota", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsQuota" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#reduce ObservabilityPipeline#reduce}", "stability": "stable", "summary": "reduce block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17381 }, "name": "reduce", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsReduce" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#remove_fields ObservabilityPipeline#remove_fields}", "stability": "stable", "summary": "remove_fields block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17387 }, "name": "removeFields", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsRemoveFields" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#rename_fields ObservabilityPipeline#rename_fields}", "stability": "stable", "summary": "rename_fields block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17393 }, "name": "renameFields", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsRenameFields" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#sample ObservabilityPipeline#sample}", "stability": "stable", "summary": "sample block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17399 }, "name": "sample", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSample" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#sensitive_data_scanner ObservabilityPipeline#sensitive_data_scanner}", "stability": "stable", "summary": "sensitive_data_scanner block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17405 }, "name": "sensitiveDataScanner", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScanner" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#throttle ObservabilityPipeline#throttle}", "stability": "stable", "summary": "throttle block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17411 }, "name": "throttle", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsThrottle" }, "kind": "array" } } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessors" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsAddEnvVars": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsAddEnvVars", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8222 }, "name": "ObservabilityPipelineConfigProcessorsAddEnvVars", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#id ObservabilityPipeline#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "The unique identifier for this component. Used to reference this processor in the pipeline." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8231 }, "name": "id", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#include ObservabilityPipeline#include}", "stability": "stable", "summary": "A Datadog search query used to determine which logs this processor targets." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8237 }, "name": "include", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#inputs ObservabilityPipeline#inputs}", "stability": "stable", "summary": "A list of component IDs whose output is used as the input for this processor." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8243 }, "name": "inputs", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#variables ObservabilityPipeline#variables}", "stability": "stable", "summary": "variables block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8249 }, "name": "variables", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsAddEnvVarsVariables" }, "kind": "array" } } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsAddEnvVars" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsAddEnvVarsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsAddEnvVarsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8428 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8420 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8435 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsAddEnvVarsOutputReference" } } } ], "name": "ObservabilityPipelineConfigProcessorsAddEnvVarsList", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8428 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8428 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8428 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8421 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsAddEnvVars" }, "kind": "array" } } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsAddEnvVarsList" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsAddEnvVarsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsAddEnvVarsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8312 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8302 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8408 }, "name": "putVariables", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsAddEnvVarsVariables" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8411 }, "name": "resetVariables" } ], "name": "ObservabilityPipelineConfigProcessorsAddEnvVarsOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8405 }, "name": "variables", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsAddEnvVarsVariablesList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8373 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8386 }, "name": "includeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8399 }, "name": "inputsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8415 }, "name": "variablesInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsAddEnvVarsVariables" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8366 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8379 }, "name": "include", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8392 }, "name": "inputs", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8316 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsAddEnvVars" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsAddEnvVarsOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsAddEnvVarsVariables": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsAddEnvVarsVariables", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8075 }, "name": "ObservabilityPipelineConfigProcessorsAddEnvVarsVariables", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#field ObservabilityPipeline#field}", "stability": "stable", "summary": "The target field in the log event." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8081 }, "name": "field", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#name ObservabilityPipeline#name}", "stability": "stable", "summary": "The name of the environment variable to read." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8087 }, "name": "name", "type": { "primitive": "string" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsAddEnvVarsVariables" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsAddEnvVarsVariablesList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsAddEnvVarsVariablesList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8211 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8203 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8218 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsAddEnvVarsVariablesOutputReference" } } } ], "name": "ObservabilityPipelineConfigProcessorsAddEnvVarsVariablesList", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8211 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8211 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8211 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8204 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsAddEnvVarsVariables" }, "kind": "array" } } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsAddEnvVarsVariablesList" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsAddEnvVarsVariablesOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsAddEnvVarsVariablesOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8136 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8126 }, "name": "ObservabilityPipelineConfigProcessorsAddEnvVarsVariablesOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8185 }, "name": "fieldInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8198 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8178 }, "name": "field", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8191 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8140 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsAddEnvVarsVariables" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsAddEnvVarsVariablesOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsAddFields": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsAddFields", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8586 }, "name": "ObservabilityPipelineConfigProcessorsAddFields", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#id ObservabilityPipeline#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "The unique ID of the processor." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8595 }, "name": "id", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#include ObservabilityPipeline#include}", "stability": "stable", "summary": "A Datadog search query used to determine which logs this processor targets." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8601 }, "name": "include", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#inputs ObservabilityPipeline#inputs}", "stability": "stable", "summary": "The inputs for the processor." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8607 }, "name": "inputs", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#field ObservabilityPipeline#field}", "stability": "stable", "summary": "field block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8613 }, "name": "field", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsAddFieldsField" }, "kind": "array" } } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsAddFields" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsAddFieldsField": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsAddFieldsField", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8439 }, "name": "ObservabilityPipelineConfigProcessorsAddFieldsField", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#name ObservabilityPipeline#name}", "stability": "stable", "summary": "The field name to add." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8445 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#value ObservabilityPipeline#value}", "stability": "stable", "summary": "The value to assign to the field." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8451 }, "name": "value", "type": { "primitive": "string" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsAddFieldsField" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsAddFieldsFieldList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsAddFieldsFieldList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8575 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8567 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8582 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsAddFieldsFieldOutputReference" } } } ], "name": "ObservabilityPipelineConfigProcessorsAddFieldsFieldList", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8575 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8575 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8575 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8568 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsAddFieldsField" }, "kind": "array" } } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsAddFieldsFieldList" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsAddFieldsFieldOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsAddFieldsFieldOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8500 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8490 }, "name": "ObservabilityPipelineConfigProcessorsAddFieldsFieldOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8549 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8562 }, "name": "valueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8542 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8555 }, "name": "value", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8504 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsAddFieldsField" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsAddFieldsFieldOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsAddFieldsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsAddFieldsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8792 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8784 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8799 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsAddFieldsOutputReference" } } } ], "name": "ObservabilityPipelineConfigProcessorsAddFieldsList", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8792 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8792 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8792 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8785 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsAddFields" }, "kind": "array" } } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsAddFieldsList" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsAddFieldsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsAddFieldsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.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": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8666 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8772 }, "name": "putField", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsAddFieldsField" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8775 }, "name": "resetField" } ], "name": "ObservabilityPipelineConfigProcessorsAddFieldsOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8769 }, "name": "field", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsAddFieldsFieldList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8779 }, "name": "fieldInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsAddFieldsField" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8737 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8750 }, "name": "includeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8763 }, "name": "inputsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8730 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8743 }, "name": "include", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8756 }, "name": "inputs", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8680 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsAddFields" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsAddFieldsOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsCustomProcessor": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsCustomProcessor", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9046 }, "name": "ObservabilityPipelineConfigProcessorsCustomProcessor", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#id ObservabilityPipeline#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "The unique identifier for this processor." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9055 }, "name": "id", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#inputs ObservabilityPipeline#inputs}", "stability": "stable", "summary": "A list of component IDs whose output is used as the input for this processor." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9061 }, "name": "inputs", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#remaps ObservabilityPipeline#remaps}", "stability": "stable", "summary": "remaps block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9067 }, "name": "remaps", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsCustomProcessorRemaps" }, "kind": "array" } } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsCustomProcessor" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsCustomProcessorList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsCustomProcessorList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9220 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9212 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9227 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsCustomProcessorOutputReference" } } } ], "name": "ObservabilityPipelineConfigProcessorsCustomProcessorList", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9220 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9220 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9220 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9213 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsCustomProcessor" }, "kind": "array" } } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsCustomProcessorList" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsCustomProcessorOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsCustomProcessorOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9123 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9113 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9200 }, "name": "putRemaps", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsCustomProcessorRemaps" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9203 }, "name": "resetRemaps" } ], "name": "ObservabilityPipelineConfigProcessorsCustomProcessorOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9197 }, "name": "remaps", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsCustomProcessorRemapsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9178 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9191 }, "name": "inputsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9207 }, "name": "remapsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsCustomProcessorRemaps" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9171 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9184 }, "name": "inputs", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9127 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsCustomProcessor" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsCustomProcessorOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsCustomProcessorRemaps": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsCustomProcessorRemaps", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8803 }, "name": "ObservabilityPipelineConfigProcessorsCustomProcessorRemaps", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#drop_on_error ObservabilityPipeline#drop_on_error}", "stability": "stable", "summary": "Whether to drop events that cause errors during transformation." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8809 }, "name": "dropOnError", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#enabled ObservabilityPipeline#enabled}", "stability": "stable", "summary": "Whether this remap rule is enabled." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8815 }, "name": "enabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#include ObservabilityPipeline#include}", "stability": "stable", "summary": "A Datadog search query used to filter events for this specific remap rule." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8821 }, "name": "include", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#name ObservabilityPipeline#name}", "stability": "stable", "summary": "A descriptive name for this remap rule." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8827 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#source ObservabilityPipeline#source}", "stability": "stable", "summary": "The VRL script source code that defines the transformation logic." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8833 }, "name": "source", "type": { "primitive": "string" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsCustomProcessorRemaps" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsCustomProcessorRemapsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsCustomProcessorRemapsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9035 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9027 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9042 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsCustomProcessorRemapsOutputReference" } } } ], "name": "ObservabilityPipelineConfigProcessorsCustomProcessorRemapsList", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9035 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9035 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9035 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9028 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsCustomProcessorRemaps" }, "kind": "array" } } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsCustomProcessorRemapsList" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsCustomProcessorRemapsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsCustomProcessorRemapsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8903 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8893 }, "name": "ObservabilityPipelineConfigProcessorsCustomProcessorRemapsOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8970 }, "name": "dropOnErrorInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8983 }, "name": "enabledInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8996 }, "name": "includeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9009 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9022 }, "name": "sourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8963 }, "name": "dropOnError", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8976 }, "name": "enabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8989 }, "name": "include", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9002 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9015 }, "name": "source", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 8907 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsCustomProcessorRemaps" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsCustomProcessorRemapsOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsDatadogTags": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsDatadogTags", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9231 }, "name": "ObservabilityPipelineConfigProcessorsDatadogTags", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#action ObservabilityPipeline#action}", "stability": "stable", "summary": "Valid values are `include`, `exclude`." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9237 }, "name": "action", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#id ObservabilityPipeline#id}." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9244 }, "name": "id", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#include ObservabilityPipeline#include}." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9248 }, "name": "include", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#inputs ObservabilityPipeline#inputs}." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9252 }, "name": "inputs", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#keys ObservabilityPipeline#keys}." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9256 }, "name": "keys", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#mode ObservabilityPipeline#mode}", "stability": "stable", "summary": "Valid values are `filter`." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9262 }, "name": "mode", "type": { "primitive": "string" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsDatadogTags" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsDatadogTagsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsDatadogTagsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9490 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9482 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9497 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsDatadogTagsOutputReference" } } } ], "name": "ObservabilityPipelineConfigProcessorsDatadogTagsList", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9490 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9490 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9490 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9483 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsDatadogTags" }, "kind": "array" } } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsDatadogTagsList" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsDatadogTagsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsDatadogTagsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9339 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9329 }, "name": "ObservabilityPipelineConfigProcessorsDatadogTagsOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9412 }, "name": "actionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9425 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9438 }, "name": "includeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9451 }, "name": "inputsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9464 }, "name": "keysInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9477 }, "name": "modeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9405 }, "name": "action", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9418 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9431 }, "name": "include", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9444 }, "name": "inputs", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9457 }, "name": "keys", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9470 }, "name": "mode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9343 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsDatadogTags" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsDatadogTagsOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsDedupe": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsDedupe", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9501 }, "name": "ObservabilityPipelineConfigProcessorsDedupe", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#fields ObservabilityPipeline#fields}", "stability": "stable", "summary": "A list of log field paths to check for duplicates." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9507 }, "name": "fields", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#id ObservabilityPipeline#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "The unique identifier for this processor." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9516 }, "name": "id", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#include ObservabilityPipeline#include}", "stability": "stable", "summary": "A Datadog search query used to determine which logs this processor targets." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9522 }, "name": "include", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#inputs ObservabilityPipeline#inputs}", "stability": "stable", "summary": "A list of component IDs whose output is used as the input for this processor." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9528 }, "name": "inputs", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#mode ObservabilityPipeline#mode}", "stability": "stable", "summary": "The deduplication mode to apply to the fields." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9534 }, "name": "mode", "type": { "primitive": "string" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsDedupe" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsDedupeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsDedupeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9736 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9728 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9743 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsDedupeOutputReference" } } } ], "name": "ObservabilityPipelineConfigProcessorsDedupeList", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9736 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9736 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9736 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9729 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsDedupe" }, "kind": "array" } } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsDedupeList" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsDedupeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsDedupeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9604 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9594 }, "name": "ObservabilityPipelineConfigProcessorsDedupeOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9671 }, "name": "fieldsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9684 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9697 }, "name": "includeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9710 }, "name": "inputsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9723 }, "name": "modeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9664 }, "name": "fields", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9677 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9690 }, "name": "include", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9703 }, "name": "inputs", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9716 }, "name": "mode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9608 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsDedupe" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsDedupeOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsEnrichmentTable": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsEnrichmentTable", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10621 }, "name": "ObservabilityPipelineConfigProcessorsEnrichmentTable", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#id ObservabilityPipeline#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "The unique identifier for this processor." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10630 }, "name": "id", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#include ObservabilityPipeline#include}", "stability": "stable", "summary": "A Datadog search query used to determine which logs this processor targets." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10636 }, "name": "include", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#inputs ObservabilityPipeline#inputs}", "stability": "stable", "summary": "A list of component IDs whose output is used as the input for this processor." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10642 }, "name": "inputs", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#target ObservabilityPipeline#target}", "stability": "stable", "summary": "Path where enrichment results should be stored in the log." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10648 }, "name": "target", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#file ObservabilityPipeline#file}", "stability": "stable", "summary": "file block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10654 }, "name": "file", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsEnrichmentTableFile" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#geoip ObservabilityPipeline#geoip}", "stability": "stable", "summary": "geoip block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10660 }, "name": "geoip", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsEnrichmentTableGeoip" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsEnrichmentTable" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsEnrichmentTableFile": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsEnrichmentTableFile", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10254 }, "name": "ObservabilityPipelineConfigProcessorsEnrichmentTableFile", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#encoding ObservabilityPipeline#encoding}", "stability": "stable", "summary": "encoding block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10266 }, "name": "encoding", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsEnrichmentTableFileEncoding" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#key ObservabilityPipeline#key}", "stability": "stable", "summary": "key block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10272 }, "name": "key", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsEnrichmentTableFileKey" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#path ObservabilityPipeline#path}", "stability": "stable", "summary": "Path to the CSV file." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10260 }, "name": "path", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#schema ObservabilityPipeline#schema}", "stability": "stable", "summary": "schema block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10278 }, "name": "schema", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsEnrichmentTableFileSchema" }, "kind": "array" } } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsEnrichmentTableFile" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsEnrichmentTableFileEncoding": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsEnrichmentTableFileEncoding", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9747 }, "name": "ObservabilityPipelineConfigProcessorsEnrichmentTableFileEncoding", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#delimiter ObservabilityPipeline#delimiter}", "stability": "stable", "summary": "The `encoding` `delimiter`." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9753 }, "name": "delimiter", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#includes_headers ObservabilityPipeline#includes_headers}", "stability": "stable", "summary": "The `encoding` `includes_headers`." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9759 }, "name": "includesHeaders", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#type ObservabilityPipeline#type}", "stability": "stable", "summary": "File encoding format." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9765 }, "name": "type", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsEnrichmentTableFileEncoding" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsEnrichmentTableFileEncodingOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsEnrichmentTableFileEncodingOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9819 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9811 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9873 }, "name": "resetDelimiter" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9889 }, "name": "resetIncludesHeaders" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9905 }, "name": "resetType" } ], "name": "ObservabilityPipelineConfigProcessorsEnrichmentTableFileEncodingOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9877 }, "name": "delimiterInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9893 }, "name": "includesHeadersInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9909 }, "name": "typeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9867 }, "name": "delimiter", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9883 }, "name": "includesHeaders", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9899 }, "name": "type", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9823 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsEnrichmentTableFileEncoding" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsEnrichmentTableFileEncodingOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsEnrichmentTableFileKey": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsEnrichmentTableFileKey", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9913 }, "name": "ObservabilityPipelineConfigProcessorsEnrichmentTableFileKey", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#column ObservabilityPipeline#column}", "stability": "stable", "summary": "The `items` `column`." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9919 }, "name": "column", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#comparison ObservabilityPipeline#comparison}", "stability": "stable", "summary": "The comparison method (e.g. equals)." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9925 }, "name": "comparison", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#field ObservabilityPipeline#field}", "stability": "stable", "summary": "The `items` `field`." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9931 }, "name": "field", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsEnrichmentTableFileKey" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsEnrichmentTableFileKeyList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsEnrichmentTableFileKeyList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10090 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10082 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10097 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsEnrichmentTableFileKeyOutputReference" } } } ], "name": "ObservabilityPipelineConfigProcessorsEnrichmentTableFileKeyList", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10090 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10090 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10090 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10083 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsEnrichmentTableFileKey" }, "kind": "array" } } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsEnrichmentTableFileKeyList" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsEnrichmentTableFileKeyOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsEnrichmentTableFileKeyOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9987 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9977 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10041 }, "name": "resetColumn" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10057 }, "name": "resetComparison" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10073 }, "name": "resetField" } ], "name": "ObservabilityPipelineConfigProcessorsEnrichmentTableFileKeyOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10045 }, "name": "columnInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10061 }, "name": "comparisonInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10077 }, "name": "fieldInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10035 }, "name": "column", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10051 }, "name": "comparison", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10067 }, "name": "field", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 9991 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsEnrichmentTableFileKey" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsEnrichmentTableFileKeyOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsEnrichmentTableFileOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsEnrichmentTableFileOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10339 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10331 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10412 }, "name": "putEncoding", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsEnrichmentTableFileEncoding" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10428 }, "name": "putKey", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsEnrichmentTableFileKey" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10444 }, "name": "putSchema", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsEnrichmentTableFileSchema" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10415 }, "name": "resetEncoding" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10431 }, "name": "resetKey" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10399 }, "name": "resetPath" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10447 }, "name": "resetSchema" } ], "name": "ObservabilityPipelineConfigProcessorsEnrichmentTableFileOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10409 }, "name": "encoding", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsEnrichmentTableFileEncodingOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10425 }, "name": "key", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsEnrichmentTableFileKeyList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10441 }, "name": "schema", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsEnrichmentTableFileSchemaList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10419 }, "name": "encodingInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsEnrichmentTableFileEncoding" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10435 }, "name": "keyInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsEnrichmentTableFileKey" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10403 }, "name": "pathInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10451 }, "name": "schemaInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsEnrichmentTableFileSchema" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10393 }, "name": "path", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10343 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsEnrichmentTableFile" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsEnrichmentTableFileOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsEnrichmentTableFileSchema": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsEnrichmentTableFileSchema", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10101 }, "name": "ObservabilityPipelineConfigProcessorsEnrichmentTableFileSchema", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#column ObservabilityPipeline#column}", "stability": "stable", "summary": "The `items` `column`." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10107 }, "name": "column", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#type ObservabilityPipeline#type}", "stability": "stable", "summary": "The type of the column (e.g. string, boolean, integer, etc.)." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10113 }, "name": "type", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsEnrichmentTableFileSchema" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsEnrichmentTableFileSchemaList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsEnrichmentTableFileSchemaList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10243 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10235 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10250 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsEnrichmentTableFileSchemaOutputReference" } } } ], "name": "ObservabilityPipelineConfigProcessorsEnrichmentTableFileSchemaList", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10243 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10243 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10243 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10236 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsEnrichmentTableFileSchema" }, "kind": "array" } } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsEnrichmentTableFileSchemaList" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsEnrichmentTableFileSchemaOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsEnrichmentTableFileSchemaOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10162 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10152 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10210 }, "name": "resetColumn" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10226 }, "name": "resetType" } ], "name": "ObservabilityPipelineConfigProcessorsEnrichmentTableFileSchemaOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10214 }, "name": "columnInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10230 }, "name": "typeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10204 }, "name": "column", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10220 }, "name": "type", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10166 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsEnrichmentTableFileSchema" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsEnrichmentTableFileSchemaOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsEnrichmentTableGeoip": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsEnrichmentTableGeoip", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10455 }, "name": "ObservabilityPipelineConfigProcessorsEnrichmentTableGeoip", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#key_field ObservabilityPipeline#key_field}", "stability": "stable", "summary": "Path to the IP field in the log." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10461 }, "name": "keyField", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#locale ObservabilityPipeline#locale}", "stability": "stable", "summary": "Locale used to resolve geographical names." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10467 }, "name": "locale", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#path ObservabilityPipeline#path}", "stability": "stable", "summary": "Path to the GeoIP database file." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10473 }, "name": "path", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsEnrichmentTableGeoip" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsEnrichmentTableGeoipOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsEnrichmentTableGeoipOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.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/observability-pipeline/index.ts", "line": 10519 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10581 }, "name": "resetKeyField" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10597 }, "name": "resetLocale" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10613 }, "name": "resetPath" } ], "name": "ObservabilityPipelineConfigProcessorsEnrichmentTableGeoipOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10585 }, "name": "keyFieldInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10601 }, "name": "localeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10617 }, "name": "pathInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10575 }, "name": "keyField", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10591 }, "name": "locale", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10607 }, "name": "path", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10531 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsEnrichmentTableGeoip" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsEnrichmentTableGeoipOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsEnrichmentTableList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsEnrichmentTableList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10894 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10886 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10901 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsEnrichmentTableOutputReference" } } } ], "name": "ObservabilityPipelineConfigProcessorsEnrichmentTableList", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10894 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10894 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10894 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10887 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsEnrichmentTable" }, "kind": "array" } } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsEnrichmentTableList" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsEnrichmentTableOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsEnrichmentTableOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10737 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10727 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10858 }, "name": "putFile", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsEnrichmentTableFile" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10874 }, "name": "putGeoip", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsEnrichmentTableGeoip" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10861 }, "name": "resetFile" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10877 }, "name": "resetGeoip" } ], "name": "ObservabilityPipelineConfigProcessorsEnrichmentTableOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10855 }, "name": "file", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsEnrichmentTableFileOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10871 }, "name": "geoip", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsEnrichmentTableGeoipOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10865 }, "name": "fileInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsEnrichmentTableFile" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10881 }, "name": "geoipInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsEnrichmentTableGeoip" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10810 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10823 }, "name": "includeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10836 }, "name": "inputsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10849 }, "name": "targetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10803 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10816 }, "name": "include", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10829 }, "name": "inputs", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10842 }, "name": "target", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10741 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsEnrichmentTable" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsEnrichmentTableOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsFilter": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsFilter", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10905 }, "name": "ObservabilityPipelineConfigProcessorsFilter", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#id ObservabilityPipeline#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "The unique ID of the processor." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10914 }, "name": "id", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Logs that match this query continue to downstream components; others are dropped.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#include ObservabilityPipeline#include}", "stability": "stable", "summary": "A Datadog search query used to determine which logs should pass through the filter." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10920 }, "name": "include", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#inputs ObservabilityPipeline#inputs}", "stability": "stable", "summary": "The inputs for the processor." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10926 }, "name": "inputs", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsFilter" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsFilterList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsFilterList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11076 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11068 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11083 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsFilterOutputReference" } } } ], "name": "ObservabilityPipelineConfigProcessorsFilterList", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11076 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11076 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11076 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11069 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsFilter" }, "kind": "array" } } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsFilterList" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsFilterOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsFilterOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.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" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10972 }, "name": "ObservabilityPipelineConfigProcessorsFilterOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11037 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11050 }, "name": "includeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11063 }, "name": "inputsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11030 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11043 }, "name": "include", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11056 }, "name": "inputs", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 10986 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsFilter" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsFilterOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsGenerateDatadogMetrics": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsGenerateDatadogMetrics", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11464 }, "name": "ObservabilityPipelineConfigProcessorsGenerateDatadogMetrics", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#id ObservabilityPipeline#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "The unique identifier for this component. Used to reference this component in other parts of the pipeline." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11473 }, "name": "id", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#include ObservabilityPipeline#include}", "stability": "stable", "summary": "A Datadog search query used to determine which logs this processor targets." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11479 }, "name": "include", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#inputs ObservabilityPipeline#inputs}", "stability": "stable", "summary": "A list of component IDs whose output is used as the `input` for this processor." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11485 }, "name": "inputs", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#metrics ObservabilityPipeline#metrics}", "stability": "stable", "summary": "metrics block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11491 }, "name": "metrics", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsGenerateDatadogMetricsMetrics" }, "kind": "array" } } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsGenerateDatadogMetrics" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsGenerateDatadogMetricsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsGenerateDatadogMetricsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11670 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11662 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11677 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsGenerateDatadogMetricsOutputReference" } } } ], "name": "ObservabilityPipelineConfigProcessorsGenerateDatadogMetricsList", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11670 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11670 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11670 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11663 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsGenerateDatadogMetrics" }, "kind": "array" } } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsGenerateDatadogMetricsList" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsGenerateDatadogMetricsMetrics": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsGenerateDatadogMetricsMetrics", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11215 }, "name": "ObservabilityPipelineConfigProcessorsGenerateDatadogMetricsMetrics", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#include ObservabilityPipeline#include}", "stability": "stable", "summary": "Datadog filter query to match logs for metric generation." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11227 }, "name": "include", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#metric_type ObservabilityPipeline#metric_type}", "stability": "stable", "summary": "Type of metric to create." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11233 }, "name": "metricType", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#name ObservabilityPipeline#name}", "stability": "stable", "summary": "Name of the custom metric to be created." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11239 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#group_by ObservabilityPipeline#group_by}", "stability": "stable", "summary": "Optional fields used to group the metric series." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11221 }, "name": "groupBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#value ObservabilityPipeline#value}", "stability": "stable", "summary": "value block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11245 }, "name": "value", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsGenerateDatadogMetricsMetricsValue" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsGenerateDatadogMetricsMetrics" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsGenerateDatadogMetricsMetricsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsGenerateDatadogMetricsMetricsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11453 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11445 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11460 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsGenerateDatadogMetricsMetricsOutputReference" } } } ], "name": "ObservabilityPipelineConfigProcessorsGenerateDatadogMetricsMetricsList", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11453 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11453 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11453 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11446 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsGenerateDatadogMetricsMetrics" }, "kind": "array" } } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsGenerateDatadogMetricsMetricsList" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsGenerateDatadogMetricsMetricsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsGenerateDatadogMetricsMetricsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11315 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11305 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11433 }, "name": "putValue", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsGenerateDatadogMetricsMetricsValue" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11381 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11436 }, "name": "resetValue" } ], "name": "ObservabilityPipelineConfigProcessorsGenerateDatadogMetricsMetricsOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11430 }, "name": "value", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsGenerateDatadogMetricsMetricsValueOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11385 }, "name": "groupByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11398 }, "name": "includeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11411 }, "name": "metricTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11424 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11440 }, "name": "valueInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsGenerateDatadogMetricsMetricsValue" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11375 }, "name": "groupBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11391 }, "name": "include", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11404 }, "name": "metricType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11417 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11319 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsGenerateDatadogMetricsMetrics" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsGenerateDatadogMetricsMetricsOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsGenerateDatadogMetricsMetricsValue": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsGenerateDatadogMetricsMetricsValue", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11087 }, "name": "ObservabilityPipelineConfigProcessorsGenerateDatadogMetricsMetricsValue", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#strategy ObservabilityPipeline#strategy}", "stability": "stable", "summary": "Metric value strategy: `increment_by_one` or `increment_by_field`." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11099 }, "name": "strategy", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#field ObservabilityPipeline#field}", "stability": "stable", "summary": "Name of the log field containing the numeric value to increment the metric by (used only for `increment_by_field`)." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11093 }, "name": "field", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsGenerateDatadogMetricsMetricsValue" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsGenerateDatadogMetricsMetricsValueOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsGenerateDatadogMetricsMetricsValueOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11146 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11138 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11194 }, "name": "resetField" } ], "name": "ObservabilityPipelineConfigProcessorsGenerateDatadogMetricsMetricsValueOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11198 }, "name": "fieldInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11211 }, "name": "strategyInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11188 }, "name": "field", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11204 }, "name": "strategy", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11150 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsGenerateDatadogMetricsMetricsValue" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsGenerateDatadogMetricsMetricsValueOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsGenerateDatadogMetricsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsGenerateDatadogMetricsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11554 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11544 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11650 }, "name": "putMetrics", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsGenerateDatadogMetricsMetrics" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11653 }, "name": "resetMetrics" } ], "name": "ObservabilityPipelineConfigProcessorsGenerateDatadogMetricsOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11647 }, "name": "metrics", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsGenerateDatadogMetricsMetricsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11615 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11628 }, "name": "includeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11641 }, "name": "inputsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11657 }, "name": "metricsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsGenerateDatadogMetricsMetrics" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11608 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11621 }, "name": "include", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11634 }, "name": "inputs", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11558 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsGenerateDatadogMetrics" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsGenerateDatadogMetricsOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsOcsfMapper": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsOcsfMapper", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11828 }, "name": "ObservabilityPipelineConfigProcessorsOcsfMapper", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#id ObservabilityPipeline#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "The unique identifier for this component." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11837 }, "name": "id", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#include ObservabilityPipeline#include}", "stability": "stable", "summary": "Search query to select logs." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11843 }, "name": "include", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#inputs ObservabilityPipeline#inputs}", "stability": "stable", "summary": "List of component IDs whose output is used as input." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11849 }, "name": "inputs", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#mapping ObservabilityPipeline#mapping}", "stability": "stable", "summary": "mapping block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11855 }, "name": "mapping", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsOcsfMapperMapping" }, "kind": "array" } } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsOcsfMapper" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsOcsfMapperList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsOcsfMapperList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12034 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12026 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12041 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsOcsfMapperOutputReference" } } } ], "name": "ObservabilityPipelineConfigProcessorsOcsfMapperList", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12034 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12034 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12034 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12027 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsOcsfMapper" }, "kind": "array" } } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsOcsfMapperList" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsOcsfMapperMapping": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsOcsfMapperMapping", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11681 }, "name": "ObservabilityPipelineConfigProcessorsOcsfMapperMapping", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#include ObservabilityPipeline#include}", "stability": "stable", "summary": "Search query for selecting which logs the mapping applies to." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11687 }, "name": "include", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#library_mapping ObservabilityPipeline#library_mapping}", "stability": "stable", "summary": "Predefined library mapping for log transformation." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11693 }, "name": "libraryMapping", "type": { "primitive": "string" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsOcsfMapperMapping" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsOcsfMapperMappingList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsOcsfMapperMappingList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11817 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11809 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11824 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsOcsfMapperMappingOutputReference" } } } ], "name": "ObservabilityPipelineConfigProcessorsOcsfMapperMappingList", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11817 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11817 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11817 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11810 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsOcsfMapperMapping" }, "kind": "array" } } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsOcsfMapperMappingList" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsOcsfMapperMappingOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsOcsfMapperMappingOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11742 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11732 }, "name": "ObservabilityPipelineConfigProcessorsOcsfMapperMappingOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11791 }, "name": "includeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11804 }, "name": "libraryMappingInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11784 }, "name": "include", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11797 }, "name": "libraryMapping", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11746 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsOcsfMapperMapping" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsOcsfMapperMappingOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsOcsfMapperOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsOcsfMapperOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11918 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11908 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12014 }, "name": "putMapping", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsOcsfMapperMapping" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12017 }, "name": "resetMapping" } ], "name": "ObservabilityPipelineConfigProcessorsOcsfMapperOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12011 }, "name": "mapping", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsOcsfMapperMappingList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11979 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11992 }, "name": "includeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12005 }, "name": "inputsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12021 }, "name": "mappingInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsOcsfMapperMapping" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11972 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11985 }, "name": "include", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11998 }, "name": "inputs", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 11922 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsOcsfMapper" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsOcsfMapperOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17570 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17562 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17711 }, "name": "putAddEnvVars", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsAddEnvVars" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17727 }, "name": "putAddFields", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsAddFields" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17743 }, "name": "putCustomProcessor", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsCustomProcessor" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17759 }, "name": "putDatadogTags", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsDatadogTags" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17775 }, "name": "putDedupe", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsDedupe" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17791 }, "name": "putEnrichmentTable", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsEnrichmentTable" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17807 }, "name": "putFilter", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsFilter" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17823 }, "name": "putGenerateDatadogMetrics", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsGenerateDatadogMetrics" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17839 }, "name": "putOcsfMapper", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsOcsfMapper" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17855 }, "name": "putParseGrok", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsParseGrok" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17871 }, "name": "putParseJson", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsParseJson" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17887 }, "name": "putQuota", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsQuota" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17903 }, "name": "putReduce", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsReduce" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17919 }, "name": "putRemoveFields", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsRemoveFields" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17935 }, "name": "putRenameFields", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsRenameFields" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17951 }, "name": "putSample", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSample" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17967 }, "name": "putSensitiveDataScanner", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScanner" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17983 }, "name": "putThrottle", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsThrottle" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17714 }, "name": "resetAddEnvVars" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17730 }, "name": "resetAddFields" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17746 }, "name": "resetCustomProcessor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17762 }, "name": "resetDatadogTags" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17778 }, "name": "resetDedupe" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17794 }, "name": "resetEnrichmentTable" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17810 }, "name": "resetFilter" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17826 }, "name": "resetGenerateDatadogMetrics" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17842 }, "name": "resetOcsfMapper" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17858 }, "name": "resetParseGrok" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17874 }, "name": "resetParseJson" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17890 }, "name": "resetQuota" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17906 }, "name": "resetReduce" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17922 }, "name": "resetRemoveFields" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17938 }, "name": "resetRenameFields" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17954 }, "name": "resetSample" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17970 }, "name": "resetSensitiveDataScanner" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17986 }, "name": "resetThrottle" } ], "name": "ObservabilityPipelineConfigProcessorsOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17708 }, "name": "addEnvVars", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsAddEnvVarsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17724 }, "name": "addFields", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsAddFieldsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17740 }, "name": "customProcessor", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsCustomProcessorList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17756 }, "name": "datadogTags", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsDatadogTagsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17772 }, "name": "dedupe", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsDedupeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17788 }, "name": "enrichmentTable", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsEnrichmentTableList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17804 }, "name": "filter", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsFilterList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17820 }, "name": "generateDatadogMetrics", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsGenerateDatadogMetricsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17836 }, "name": "ocsfMapper", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsOcsfMapperList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17852 }, "name": "parseGrok", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsParseGrokList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17868 }, "name": "parseJson", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsParseJsonList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17884 }, "name": "quota", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsQuotaList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17900 }, "name": "reduce", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsReduceList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17916 }, "name": "removeFields", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsRemoveFieldsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17932 }, "name": "renameFields", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsRenameFieldsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17948 }, "name": "sample", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSampleList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17964 }, "name": "sensitiveDataScanner", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17980 }, "name": "throttle", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsThrottleList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17718 }, "name": "addEnvVarsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsAddEnvVars" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17734 }, "name": "addFieldsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsAddFields" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17750 }, "name": "customProcessorInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsCustomProcessor" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17766 }, "name": "datadogTagsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsDatadogTags" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17782 }, "name": "dedupeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsDedupe" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17798 }, "name": "enrichmentTableInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsEnrichmentTable" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17814 }, "name": "filterInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsFilter" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17830 }, "name": "generateDatadogMetricsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsGenerateDatadogMetrics" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17846 }, "name": "ocsfMapperInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsOcsfMapper" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17862 }, "name": "parseGrokInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsParseGrok" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17878 }, "name": "parseJsonInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsParseJson" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17894 }, "name": "quotaInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsQuota" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17910 }, "name": "reduceInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsReduce" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17926 }, "name": "removeFieldsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsRemoveFields" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17942 }, "name": "renameFieldsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsRenameFields" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17958 }, "name": "sampleInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSample" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17974 }, "name": "sensitiveDataScannerInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScanner" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17990 }, "name": "throttleInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsThrottle" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17574 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessors" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsParseGrok": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsParseGrok", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12524 }, "name": "ObservabilityPipelineConfigProcessorsParseGrok", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#id ObservabilityPipeline#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "A unique identifier for this processor." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12539 }, "name": "id", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#include ObservabilityPipeline#include}", "stability": "stable", "summary": "A Datadog search query used to determine which logs this processor targets." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12545 }, "name": "include", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#inputs ObservabilityPipeline#inputs}", "stability": "stable", "summary": "A list of component IDs whose output is used as the `input` for this component." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12551 }, "name": "inputs", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#disable_library_rules ObservabilityPipeline#disable_library_rules}", "stability": "stable", "summary": "If set to `true`, disables the default Grok rules provided by Datadog." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12530 }, "name": "disableLibraryRules", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#rules ObservabilityPipeline#rules}", "stability": "stable", "summary": "rules block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12557 }, "name": "rules", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsParseGrokRules" }, "kind": "array" } } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsParseGrok" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsParseGrokList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsParseGrokList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12765 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12757 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12772 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsParseGrokOutputReference" } } } ], "name": "ObservabilityPipelineConfigProcessorsParseGrokList", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12765 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12765 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12765 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12758 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsParseGrok" }, "kind": "array" } } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsParseGrokList" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsParseGrokOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsParseGrokOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12627 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12617 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12745 }, "name": "putRules", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsParseGrokRules" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12693 }, "name": "resetDisableLibraryRules" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12748 }, "name": "resetRules" } ], "name": "ObservabilityPipelineConfigProcessorsParseGrokOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12742 }, "name": "rules", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsParseGrokRulesList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12697 }, "name": "disableLibraryRulesInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12710 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12723 }, "name": "includeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12736 }, "name": "inputsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12752 }, "name": "rulesInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsParseGrokRules" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12687 }, "name": "disableLibraryRules", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12703 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12716 }, "name": "include", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12729 }, "name": "inputs", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12631 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsParseGrok" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsParseGrokOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsParseGrokRules": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsParseGrokRules", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12339 }, "name": "ObservabilityPipelineConfigProcessorsParseGrokRules", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#source ObservabilityPipeline#source}", "stability": "stable", "summary": "The name of the field in the log event to apply the Grok rules to." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12345 }, "name": "source", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#match_rule ObservabilityPipeline#match_rule}", "stability": "stable", "summary": "match_rule block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12351 }, "name": "matchRule", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsParseGrokRulesMatchRule" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#support_rule ObservabilityPipeline#support_rule}", "stability": "stable", "summary": "support_rule block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12357 }, "name": "supportRule", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsParseGrokRulesSupportRule" }, "kind": "array" } } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsParseGrokRules" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsParseGrokRulesList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsParseGrokRulesList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12513 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12505 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12520 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsParseGrokRulesOutputReference" } } } ], "name": "ObservabilityPipelineConfigProcessorsParseGrokRulesList", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12513 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12513 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12513 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12506 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsParseGrokRules" }, "kind": "array" } } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsParseGrokRulesList" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsParseGrokRulesMatchRule": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsParseGrokRulesMatchRule", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12045 }, "name": "ObservabilityPipelineConfigProcessorsParseGrokRulesMatchRule", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#name ObservabilityPipeline#name}", "stability": "stable", "summary": "The name of the rule." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12051 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#rule ObservabilityPipeline#rule}", "stability": "stable", "summary": "The definition of the Grok rule." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12057 }, "name": "rule", "type": { "primitive": "string" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsParseGrokRulesMatchRule" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsParseGrokRulesMatchRuleList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsParseGrokRulesMatchRuleList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12181 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12173 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12188 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsParseGrokRulesMatchRuleOutputReference" } } } ], "name": "ObservabilityPipelineConfigProcessorsParseGrokRulesMatchRuleList", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12181 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12181 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12181 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12174 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsParseGrokRulesMatchRule" }, "kind": "array" } } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsParseGrokRulesMatchRuleList" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsParseGrokRulesMatchRuleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsParseGrokRulesMatchRuleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12106 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12096 }, "name": "ObservabilityPipelineConfigProcessorsParseGrokRulesMatchRuleOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12155 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12168 }, "name": "ruleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12148 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12161 }, "name": "rule", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12110 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsParseGrokRulesMatchRule" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsParseGrokRulesMatchRuleOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsParseGrokRulesOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsParseGrokRulesOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12413 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12403 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12477 }, "name": "putMatchRule", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsParseGrokRulesMatchRule" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12493 }, "name": "putSupportRule", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsParseGrokRulesSupportRule" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12480 }, "name": "resetMatchRule" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12496 }, "name": "resetSupportRule" } ], "name": "ObservabilityPipelineConfigProcessorsParseGrokRulesOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12474 }, "name": "matchRule", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsParseGrokRulesMatchRuleList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12490 }, "name": "supportRule", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsParseGrokRulesSupportRuleList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12484 }, "name": "matchRuleInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsParseGrokRulesMatchRule" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12468 }, "name": "sourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12500 }, "name": "supportRuleInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsParseGrokRulesSupportRule" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12461 }, "name": "source", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12417 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsParseGrokRules" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsParseGrokRulesOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsParseGrokRulesSupportRule": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsParseGrokRulesSupportRule", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12192 }, "name": "ObservabilityPipelineConfigProcessorsParseGrokRulesSupportRule", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#name ObservabilityPipeline#name}", "stability": "stable", "summary": "The name of the helper Grok rule." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12198 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#rule ObservabilityPipeline#rule}", "stability": "stable", "summary": "The definition of the helper Grok rule." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12204 }, "name": "rule", "type": { "primitive": "string" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsParseGrokRulesSupportRule" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsParseGrokRulesSupportRuleList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsParseGrokRulesSupportRuleList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12328 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12320 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12335 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsParseGrokRulesSupportRuleOutputReference" } } } ], "name": "ObservabilityPipelineConfigProcessorsParseGrokRulesSupportRuleList", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12328 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12328 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12328 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12321 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsParseGrokRulesSupportRule" }, "kind": "array" } } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsParseGrokRulesSupportRuleList" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsParseGrokRulesSupportRuleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsParseGrokRulesSupportRuleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12253 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12243 }, "name": "ObservabilityPipelineConfigProcessorsParseGrokRulesSupportRuleOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12302 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12315 }, "name": "ruleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12295 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12308 }, "name": "rule", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12257 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsParseGrokRulesSupportRule" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsParseGrokRulesSupportRuleOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsParseJson": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsParseJson", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12776 }, "name": "ObservabilityPipelineConfigProcessorsParseJson", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#field ObservabilityPipeline#field}", "stability": "stable", "summary": "The field to parse." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12782 }, "name": "field", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#id ObservabilityPipeline#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "The unique ID of the processor." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12791 }, "name": "id", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#include ObservabilityPipeline#include}", "stability": "stable", "summary": "A Datadog search query used to determine which logs this processor targets." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12797 }, "name": "include", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#inputs ObservabilityPipeline#inputs}", "stability": "stable", "summary": "The inputs for the processor." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12803 }, "name": "inputs", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsParseJson" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsParseJsonList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsParseJsonList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12979 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12971 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12986 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsParseJsonOutputReference" } } } ], "name": "ObservabilityPipelineConfigProcessorsParseJsonList", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12979 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12979 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12979 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12972 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsParseJson" }, "kind": "array" } } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsParseJsonList" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsParseJsonOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsParseJsonOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12866 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12856 }, "name": "ObservabilityPipelineConfigProcessorsParseJsonOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12927 }, "name": "fieldInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12940 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12953 }, "name": "includeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12966 }, "name": "inputsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12920 }, "name": "field", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12933 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12946 }, "name": "include", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12959 }, "name": "inputs", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12870 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsParseJson" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsParseJsonOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsQuota": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsQuota", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13537 }, "name": "ObservabilityPipelineConfigProcessorsQuota", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#drop_events ObservabilityPipeline#drop_events}", "stability": "stable", "summary": "Whether to drop events exceeding the limit." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13543 }, "name": "dropEvents", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#id ObservabilityPipeline#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "The unique ID of the processor." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13552 }, "name": "id", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#include ObservabilityPipeline#include}", "stability": "stable", "summary": "A Datadog search query used to determine which logs this processor targets." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13564 }, "name": "include", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#inputs ObservabilityPipeline#inputs}", "stability": "stable", "summary": "The inputs for the processor." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13570 }, "name": "inputs", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#limit ObservabilityPipeline#limit}", "stability": "stable", "summary": "limit block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13594 }, "name": "limit", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsQuotaLimit" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#name ObservabilityPipeline#name}", "stability": "stable", "summary": "The name of the quota." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13576 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#ignore_when_missing_partitions ObservabilityPipeline#ignore_when_missing_partitions}", "stability": "stable", "summary": "Whether to ignore when partition fields are missing." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13558 }, "name": "ignoreWhenMissingPartitions", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#overflow_action ObservabilityPipeline#overflow_action}", "stability": "stable", "summary": "The action to take when the quota is exceeded: `drop`, `no_action`, or `overflow_routing`." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13582 }, "name": "overflowAction", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#overrides ObservabilityPipeline#overrides}", "stability": "stable", "summary": "overrides block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13600 }, "name": "overrides", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsQuotaOverrides" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#partition_fields ObservabilityPipeline#partition_fields}", "stability": "stable", "summary": "List of partition fields." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13588 }, "name": "partitionFields", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsQuota" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsQuotaLimit": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsQuotaLimit", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12990 }, "name": "ObservabilityPipelineConfigProcessorsQuotaLimit", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#enforce ObservabilityPipeline#enforce}", "stability": "stable", "summary": "Whether to enforce by 'bytes' or 'events'. Valid values are `bytes`, `events`." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 12996 }, "name": "enforce", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#limit ObservabilityPipeline#limit}", "stability": "stable", "summary": "The daily quota limit." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13002 }, "name": "limit", "type": { "primitive": "number" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsQuotaLimit" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsQuotaLimitOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsQuotaLimitOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13049 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13041 }, "name": "ObservabilityPipelineConfigProcessorsQuotaLimitOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13098 }, "name": "enforceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13111 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13091 }, "name": "enforce", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13104 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13053 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsQuotaLimit" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsQuotaLimitOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsQuotaList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsQuotaList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13944 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13936 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13951 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsQuotaOutputReference" } } } ], "name": "ObservabilityPipelineConfigProcessorsQuotaList", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13944 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13944 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13944 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13937 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsQuota" }, "kind": "array" } } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsQuotaList" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsQuotaOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsQuotaOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13705 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13695 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13911 }, "name": "putLimit", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsQuotaLimit" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13924 }, "name": "putOverrides", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsQuotaOverrides" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13827 }, "name": "resetIgnoreWhenMissingPartitions" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13882 }, "name": "resetOverflowAction" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13927 }, "name": "resetOverrides" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13898 }, "name": "resetPartitionFields" } ], "name": "ObservabilityPipelineConfigProcessorsQuotaOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13908 }, "name": "limit", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsQuotaLimitOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13921 }, "name": "overrides", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsQuotaOverridesList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13802 }, "name": "dropEventsInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13815 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13831 }, "name": "ignoreWhenMissingPartitionsInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13844 }, "name": "includeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13857 }, "name": "inputsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13915 }, "name": "limitInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsQuotaLimit" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13870 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13886 }, "name": "overflowActionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13931 }, "name": "overridesInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsQuotaOverrides" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13902 }, "name": "partitionFieldsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13795 }, "name": "dropEvents", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13808 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13821 }, "name": "ignoreWhenMissingPartitions", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13837 }, "name": "include", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13850 }, "name": "inputs", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13863 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13876 }, "name": "overflowAction", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13892 }, "name": "partitionFields", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13709 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsQuota" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsQuotaOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsQuotaOverrides": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsQuotaOverrides", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13387 }, "name": "ObservabilityPipelineConfigProcessorsQuotaOverrides", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#limit ObservabilityPipeline#limit}", "stability": "stable", "summary": "limit block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13399 }, "name": "limit", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsQuotaOverridesLimit" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#field ObservabilityPipeline#field}", "stability": "stable", "summary": "field block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13393 }, "name": "field", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsQuotaOverridesField" }, "kind": "array" } } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsQuotaOverrides" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsQuotaOverridesField": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsQuotaOverridesField", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13115 }, "name": "ObservabilityPipelineConfigProcessorsQuotaOverridesField", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#name ObservabilityPipeline#name}", "stability": "stable", "summary": "The field name." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13121 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#value ObservabilityPipeline#value}", "stability": "stable", "summary": "The field value." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13127 }, "name": "value", "type": { "primitive": "string" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsQuotaOverridesField" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsQuotaOverridesFieldList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsQuotaOverridesFieldList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13251 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13243 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13258 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsQuotaOverridesFieldOutputReference" } } } ], "name": "ObservabilityPipelineConfigProcessorsQuotaOverridesFieldList", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13251 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13251 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13251 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13244 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsQuotaOverridesField" }, "kind": "array" } } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsQuotaOverridesFieldList" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsQuotaOverridesFieldOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsQuotaOverridesFieldOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.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": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13166 }, "name": "ObservabilityPipelineConfigProcessorsQuotaOverridesFieldOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13225 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13238 }, "name": "valueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13218 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13231 }, "name": "value", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13180 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsQuotaOverridesField" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsQuotaOverridesFieldOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsQuotaOverridesLimit": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsQuotaOverridesLimit", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13262 }, "name": "ObservabilityPipelineConfigProcessorsQuotaOverridesLimit", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#enforce ObservabilityPipeline#enforce}", "stability": "stable", "summary": "Whether to enforce by 'bytes' or 'events'. Valid values are `bytes`, `events`." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13268 }, "name": "enforce", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#limit ObservabilityPipeline#limit}", "stability": "stable", "summary": "The daily quota limit." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13274 }, "name": "limit", "type": { "primitive": "number" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsQuotaOverridesLimit" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsQuotaOverridesLimitOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsQuotaOverridesLimitOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13321 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13313 }, "name": "ObservabilityPipelineConfigProcessorsQuotaOverridesLimitOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13370 }, "name": "enforceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13383 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13363 }, "name": "enforce", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13376 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13325 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsQuotaOverridesLimit" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsQuotaOverridesLimitOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsQuotaOverridesList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsQuotaOverridesList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13526 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13518 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13533 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsQuotaOverridesOutputReference" } } } ], "name": "ObservabilityPipelineConfigProcessorsQuotaOverridesList", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13526 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13526 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13526 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13519 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsQuotaOverrides" }, "kind": "array" } } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsQuotaOverridesList" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsQuotaOverridesOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsQuotaOverridesOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13448 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13438 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13493 }, "name": "putField", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsQuotaOverridesField" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13509 }, "name": "putLimit", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsQuotaOverridesLimit" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13496 }, "name": "resetField" } ], "name": "ObservabilityPipelineConfigProcessorsQuotaOverridesOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13490 }, "name": "field", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsQuotaOverridesFieldList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13506 }, "name": "limit", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsQuotaOverridesLimitOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13500 }, "name": "fieldInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsQuotaOverridesField" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13513 }, "name": "limitInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsQuotaOverridesLimit" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13452 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsQuotaOverrides" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsQuotaOverridesOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsReduce": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsReduce", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14102 }, "name": "ObservabilityPipelineConfigProcessorsReduce", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#group_by ObservabilityPipeline#group_by}", "stability": "stable", "summary": "A list of fields used to group log events for merging." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14108 }, "name": "groupBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#id ObservabilityPipeline#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "The unique identifier for this processor." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14117 }, "name": "id", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#include ObservabilityPipeline#include}", "stability": "stable", "summary": "A Datadog search query used to determine which logs this processor targets." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14123 }, "name": "include", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#inputs ObservabilityPipeline#inputs}", "stability": "stable", "summary": "A list of component IDs whose output is used as the input for this processor." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14129 }, "name": "inputs", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#merge_strategies ObservabilityPipeline#merge_strategies}", "stability": "stable", "summary": "merge_strategies block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14135 }, "name": "mergeStrategies", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsReduceMergeStrategies" }, "kind": "array" } } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsReduce" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsReduceList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsReduceList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14340 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14332 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14347 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsReduceOutputReference" } } } ], "name": "ObservabilityPipelineConfigProcessorsReduceList", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14340 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14340 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14340 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14333 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsReduce" }, "kind": "array" } } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsReduceList" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsReduceMergeStrategies": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsReduceMergeStrategies", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13955 }, "name": "ObservabilityPipelineConfigProcessorsReduceMergeStrategies", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#path ObservabilityPipeline#path}", "stability": "stable", "summary": "The field path in the log event." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13961 }, "name": "path", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#strategy ObservabilityPipeline#strategy}", "stability": "stable", "summary": "The merge strategy to apply." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 13967 }, "name": "strategy", "type": { "primitive": "string" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsReduceMergeStrategies" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsReduceMergeStrategiesList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsReduceMergeStrategiesList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14091 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14083 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14098 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsReduceMergeStrategiesOutputReference" } } } ], "name": "ObservabilityPipelineConfigProcessorsReduceMergeStrategiesList", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14091 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14091 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14091 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14084 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsReduceMergeStrategies" }, "kind": "array" } } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsReduceMergeStrategiesList" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsReduceMergeStrategiesOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsReduceMergeStrategiesOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14016 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14006 }, "name": "ObservabilityPipelineConfigProcessorsReduceMergeStrategiesOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14065 }, "name": "pathInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14078 }, "name": "strategyInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14058 }, "name": "path", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14071 }, "name": "strategy", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14020 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsReduceMergeStrategies" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsReduceMergeStrategiesOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsReduceOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsReduceOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14205 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14195 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14320 }, "name": "putMergeStrategies", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsReduceMergeStrategies" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14323 }, "name": "resetMergeStrategies" } ], "name": "ObservabilityPipelineConfigProcessorsReduceOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14317 }, "name": "mergeStrategies", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsReduceMergeStrategiesList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14272 }, "name": "groupByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14285 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14298 }, "name": "includeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14311 }, "name": "inputsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14327 }, "name": "mergeStrategiesInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsReduceMergeStrategies" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14265 }, "name": "groupBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14278 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14291 }, "name": "include", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14304 }, "name": "inputs", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14209 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsReduce" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsReduceOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsRemoveFields": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsRemoveFields", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14351 }, "name": "ObservabilityPipelineConfigProcessorsRemoveFields", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#fields ObservabilityPipeline#fields}", "stability": "stable", "summary": "List of fields to remove from the events." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14357 }, "name": "fields", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#id ObservabilityPipeline#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "The unique ID of the processor." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14366 }, "name": "id", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#include ObservabilityPipeline#include}", "stability": "stable", "summary": "A Datadog search query used to determine which logs this processor targets." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14372 }, "name": "include", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#inputs ObservabilityPipeline#inputs}", "stability": "stable", "summary": "The inputs for the processor." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14378 }, "name": "inputs", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsRemoveFields" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsRemoveFieldsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsRemoveFieldsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14554 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14546 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14561 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsRemoveFieldsOutputReference" } } } ], "name": "ObservabilityPipelineConfigProcessorsRemoveFieldsList", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14554 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14554 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14554 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14547 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsRemoveFields" }, "kind": "array" } } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsRemoveFieldsList" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsRemoveFieldsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsRemoveFieldsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14441 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14431 }, "name": "ObservabilityPipelineConfigProcessorsRemoveFieldsOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14502 }, "name": "fieldsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14515 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14528 }, "name": "includeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14541 }, "name": "inputsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14495 }, "name": "fields", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14508 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14521 }, "name": "include", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14534 }, "name": "inputs", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14445 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsRemoveFields" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsRemoveFieldsOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsRenameFields": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsRenameFields", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14744 }, "name": "ObservabilityPipelineConfigProcessorsRenameFields", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#id ObservabilityPipeline#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "The unique ID of the processor." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14753 }, "name": "id", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#include ObservabilityPipeline#include}", "stability": "stable", "summary": "A Datadog search query used to determine which logs this processor targets." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14759 }, "name": "include", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#inputs ObservabilityPipeline#inputs}", "stability": "stable", "summary": "The inputs for the processor." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14765 }, "name": "inputs", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#field ObservabilityPipeline#field}", "stability": "stable", "summary": "field block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14771 }, "name": "field", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsRenameFieldsField" }, "kind": "array" } } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsRenameFields" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsRenameFieldsField": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsRenameFieldsField", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14565 }, "name": "ObservabilityPipelineConfigProcessorsRenameFieldsField", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#destination ObservabilityPipeline#destination}", "stability": "stable", "summary": "Destination field name." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14571 }, "name": "destination", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#preserve_source ObservabilityPipeline#preserve_source}", "stability": "stable", "summary": "Whether to keep the original field." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14577 }, "name": "preserveSource", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#source ObservabilityPipeline#source}", "stability": "stable", "summary": "Source field to rename." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14583 }, "name": "source", "type": { "primitive": "string" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsRenameFieldsField" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsRenameFieldsFieldList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsRenameFieldsFieldList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14733 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14725 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14740 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsRenameFieldsFieldOutputReference" } } } ], "name": "ObservabilityPipelineConfigProcessorsRenameFieldsFieldList", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14733 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14733 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14733 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14726 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsRenameFieldsField" }, "kind": "array" } } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsRenameFieldsFieldList" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsRenameFieldsFieldOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsRenameFieldsFieldOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.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" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14629 }, "name": "ObservabilityPipelineConfigProcessorsRenameFieldsFieldOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14694 }, "name": "destinationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14707 }, "name": "preserveSourceInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14720 }, "name": "sourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14687 }, "name": "destination", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14700 }, "name": "preserveSource", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14713 }, "name": "source", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14643 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsRenameFieldsField" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsRenameFieldsFieldOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsRenameFieldsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsRenameFieldsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14950 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14942 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14957 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsRenameFieldsOutputReference" } } } ], "name": "ObservabilityPipelineConfigProcessorsRenameFieldsList", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14950 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14950 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14950 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14943 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsRenameFields" }, "kind": "array" } } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsRenameFieldsList" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsRenameFieldsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsRenameFieldsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14834 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14824 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14930 }, "name": "putField", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsRenameFieldsField" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14933 }, "name": "resetField" } ], "name": "ObservabilityPipelineConfigProcessorsRenameFieldsOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14927 }, "name": "field", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsRenameFieldsFieldList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14937 }, "name": "fieldInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsRenameFieldsField" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14895 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14908 }, "name": "includeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14921 }, "name": "inputsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14888 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14901 }, "name": "include", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14914 }, "name": "inputs", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14838 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsRenameFields" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsRenameFieldsOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSample": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSample", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14961 }, "name": "ObservabilityPipelineConfigProcessorsSample", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Used to reference this component in other parts of the pipeline (for example, as the `input` to downstream components).\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#id ObservabilityPipeline#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "The unique identifier for this component." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14970 }, "name": "id", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#include ObservabilityPipeline#include}", "stability": "stable", "summary": "A Datadog search query used to determine which logs this processor targets." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14976 }, "name": "include", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#inputs ObservabilityPipeline#inputs}", "stability": "stable", "summary": "A list of component IDs whose output is used as the `input` for this component." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14982 }, "name": "inputs", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#percentage ObservabilityPipeline#percentage}", "stability": "stable", "summary": "The percentage of logs to sample." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14988 }, "name": "percentage", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#rate ObservabilityPipeline#rate}", "stability": "stable", "summary": "Number of events to sample (1 in N)." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 14994 }, "name": "rate", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsSample" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSampleList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSampleList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 15202 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 15194 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 15209 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSampleOutputReference" } } } ], "name": "ObservabilityPipelineConfigProcessorsSampleList", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 15202 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 15202 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 15202 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 15195 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSample" }, "kind": "array" } } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsSampleList" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSampleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSampleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 15064 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 15054 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 15169 }, "name": "resetPercentage" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 15185 }, "name": "resetRate" } ], "name": "ObservabilityPipelineConfigProcessorsSampleOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 15131 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 15144 }, "name": "includeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 15157 }, "name": "inputsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 15173 }, "name": "percentageInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 15189 }, "name": "rateInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 15124 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 15137 }, "name": "include", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 15150 }, "name": "inputs", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 15163 }, "name": "percentage", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 15179 }, "name": "rate", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 15068 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSample" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsSampleOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScanner": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScanner", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16805 }, "name": "ObservabilityPipelineConfigProcessorsSensitiveDataScanner", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Used to reference this component in other parts of the pipeline (e.g., as input to downstream components).\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#id ObservabilityPipeline#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "The unique identifier for this component." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16814 }, "name": "id", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#include ObservabilityPipeline#include}", "stability": "stable", "summary": "A Datadog search query used to determine which logs this processor targets." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16820 }, "name": "include", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#inputs ObservabilityPipeline#inputs}", "stability": "stable", "summary": "A list of component IDs whose output is used as the `input` for this component." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16826 }, "name": "inputs", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#rules ObservabilityPipeline#rules}", "stability": "stable", "summary": "rules block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16832 }, "name": "rules", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRules" }, "kind": "array" } } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsSensitiveDataScanner" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17011 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17003 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17018 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerOutputReference" } } } ], "name": "ObservabilityPipelineConfigProcessorsSensitiveDataScannerList", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17011 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17011 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17011 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17004 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScanner" }, "kind": "array" } } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsSensitiveDataScannerList" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16895 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16885 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16991 }, "name": "putRules", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRules" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16994 }, "name": "resetRules" } ], "name": "ObservabilityPipelineConfigProcessorsSensitiveDataScannerOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16988 }, "name": "rules", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16956 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16969 }, "name": "includeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16982 }, "name": "inputsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16998 }, "name": "rulesInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRules" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16949 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16962 }, "name": "include", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16975 }, "name": "inputs", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16899 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScanner" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsSensitiveDataScannerOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRules": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRules", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16512 }, "name": "ObservabilityPipelineConfigProcessorsSensitiveDataScannerRules", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#keyword_options ObservabilityPipeline#keyword_options}", "stability": "stable", "summary": "keyword_options block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16530 }, "name": "keywordOptions", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesKeywordOptions" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#name ObservabilityPipeline#name}", "stability": "stable", "summary": "A name identifying the rule." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16518 }, "name": "name", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#on_match ObservabilityPipeline#on_match}", "stability": "stable", "summary": "on_match block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16536 }, "name": "onMatch", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesOnMatch" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#pattern ObservabilityPipeline#pattern}", "stability": "stable", "summary": "pattern block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16542 }, "name": "pattern", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesPattern" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#scope ObservabilityPipeline#scope}", "stability": "stable", "summary": "scope block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16548 }, "name": "scope", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesScope" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#tags ObservabilityPipeline#tags}", "stability": "stable", "summary": "Tags assigned to this rule for filtering and classification." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16524 }, "name": "tags", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsSensitiveDataScannerRules" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesKeywordOptions": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesKeywordOptions", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 15213 }, "name": "ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesKeywordOptions", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#keywords ObservabilityPipeline#keywords}", "stability": "stable", "summary": "A list of keywords to match near the sensitive pattern." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 15219 }, "name": "keywords", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#proximity ObservabilityPipeline#proximity}", "stability": "stable", "summary": "Maximum number of tokens between a keyword and a sensitive value match." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 15225 }, "name": "proximity", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesKeywordOptions" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesKeywordOptionsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesKeywordOptionsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 15272 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 15264 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 15320 }, "name": "resetKeywords" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 15336 }, "name": "resetProximity" } ], "name": "ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesKeywordOptionsOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 15324 }, "name": "keywordsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 15340 }, "name": "proximityInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 15314 }, "name": "keywords", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 15330 }, "name": "proximity", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 15276 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesKeywordOptions" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesKeywordOptionsOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16794 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16786 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16801 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesOutputReference" } } } ], "name": "ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesList", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16794 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16794 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16794 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16787 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRules" }, "kind": "array" } } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesList" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesOnMatch": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesOnMatch", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 15630 }, "name": "ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesOnMatch", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#hash ObservabilityPipeline#hash}", "stability": "stable", "summary": "hash block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 15636 }, "name": "hash", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesOnMatchHash" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#partial_redact ObservabilityPipeline#partial_redact}", "stability": "stable", "summary": "partial_redact block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 15642 }, "name": "partialRedact", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesOnMatchPartialRedact" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#redact ObservabilityPipeline#redact}", "stability": "stable", "summary": "redact block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 15648 }, "name": "redact", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesOnMatchRedact" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesOnMatch" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesOnMatchHash": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesOnMatchHash", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 15344 }, "name": "ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesOnMatchHash", "namespace": "observabilityPipeline", "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesOnMatchHash" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesOnMatchHashOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesOnMatchHashOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 15375 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 15367 }, "name": "ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesOnMatchHashOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 15379 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesOnMatchHash" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesOnMatchHashOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesOnMatchOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesOnMatchOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 15702 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 15694 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 15753 }, "name": "putHash", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesOnMatchHash" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 15766 }, "name": "putPartialRedact", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesOnMatchPartialRedact" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 15782 }, "name": "putRedact", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesOnMatchRedact" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 15769 }, "name": "resetPartialRedact" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 15785 }, "name": "resetRedact" } ], "name": "ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesOnMatchOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 15750 }, "name": "hash", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesOnMatchHashOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 15763 }, "name": "partialRedact", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesOnMatchPartialRedactOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 15779 }, "name": "redact", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesOnMatchRedactOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 15757 }, "name": "hashInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesOnMatchHash" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 15773 }, "name": "partialRedactInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesOnMatchPartialRedact" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 15789 }, "name": "redactInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesOnMatchRedact" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 15706 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesOnMatch" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesOnMatchOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesOnMatchPartialRedact": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesOnMatchPartialRedact", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 15403 }, "name": "ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesOnMatchPartialRedact", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#characters ObservabilityPipeline#characters}", "stability": "stable", "summary": "Number of characters to keep." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 15409 }, "name": "characters", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#direction ObservabilityPipeline#direction}", "stability": "stable", "summary": "Direction from which to keep characters: `first` or `last`." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 15415 }, "name": "direction", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesOnMatchPartialRedact" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesOnMatchPartialRedactOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesOnMatchPartialRedactOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 15462 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 15454 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 15510 }, "name": "resetCharacters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 15526 }, "name": "resetDirection" } ], "name": "ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesOnMatchPartialRedactOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 15514 }, "name": "charactersInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 15530 }, "name": "directionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 15504 }, "name": "characters", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 15520 }, "name": "direction", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 15466 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesOnMatchPartialRedact" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesOnMatchPartialRedactOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesOnMatchRedact": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesOnMatchRedact", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 15534 }, "name": "ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesOnMatchRedact", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#replace ObservabilityPipeline#replace}", "stability": "stable", "summary": "Replacement string for redacted values (e.g., `***`)." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 15540 }, "name": "replace", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesOnMatchRedact" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesOnMatchRedactOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesOnMatchRedactOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 15580 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 15572 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 15622 }, "name": "resetReplace" } ], "name": "ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesOnMatchRedactOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 15626 }, "name": "replaceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 15616 }, "name": "replace", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 15584 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesOnMatchRedact" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesOnMatchRedactOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16625 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16615 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16726 }, "name": "putKeywordOptions", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesKeywordOptions" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16742 }, "name": "putOnMatch", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesOnMatch" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16758 }, "name": "putPattern", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesPattern" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16774 }, "name": "putScope", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesScope" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16729 }, "name": "resetKeywordOptions" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16697 }, "name": "resetName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16745 }, "name": "resetOnMatch" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16761 }, "name": "resetPattern" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16777 }, "name": "resetScope" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16713 }, "name": "resetTags" } ], "name": "ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16723 }, "name": "keywordOptions", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesKeywordOptionsOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16739 }, "name": "onMatch", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesOnMatchOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16755 }, "name": "pattern", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesPatternOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16771 }, "name": "scope", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesScopeOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16733 }, "name": "keywordOptionsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesKeywordOptions" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16701 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16749 }, "name": "onMatchInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesOnMatch" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16765 }, "name": "patternInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesPattern" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16781 }, "name": "scopeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesScope" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16717 }, "name": "tagsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16691 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16707 }, "name": "tags", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16629 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRules" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesPattern": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesPattern", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16023 }, "name": "ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesPattern", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#custom ObservabilityPipeline#custom}", "stability": "stable", "summary": "custom block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16029 }, "name": "custom", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesPatternCustom" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#library ObservabilityPipeline#library}", "stability": "stable", "summary": "library block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16035 }, "name": "library", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesPatternLibrary" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesPattern" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesPatternCustom": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesPatternCustom", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 15793 }, "name": "ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesPatternCustom", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#rule ObservabilityPipeline#rule}", "stability": "stable", "summary": "A regular expression used to detect sensitive values. Must be a valid regex." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 15799 }, "name": "rule", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesPatternCustom" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesPatternCustomOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesPatternCustomOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 15839 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 15831 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 15881 }, "name": "resetRule" } ], "name": "ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesPatternCustomOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 15885 }, "name": "ruleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 15875 }, "name": "rule", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 15843 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesPatternCustom" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesPatternCustomOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesPatternLibrary": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesPatternLibrary", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 15889 }, "name": "ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesPatternLibrary", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#id ObservabilityPipeline#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "Identifier for a predefined pattern from the sensitive data scanner pattern library." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 15898 }, "name": "id", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#use_recommended_keywords ObservabilityPipeline#use_recommended_keywords}", "stability": "stable", "summary": "Whether to augment the pattern with recommended keywords (optional)." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 15904 }, "name": "useRecommendedKeywords", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesPatternLibrary" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesPatternLibraryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesPatternLibraryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 15951 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 15943 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 15999 }, "name": "resetId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16015 }, "name": "resetUseRecommendedKeywords" } ], "name": "ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesPatternLibraryOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16003 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16019 }, "name": "useRecommendedKeywordsInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 15993 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16009 }, "name": "useRecommendedKeywords", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 15955 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesPatternLibrary" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesPatternLibraryOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesPatternOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesPatternOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16082 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16074 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16127 }, "name": "putCustom", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesPatternCustom" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16143 }, "name": "putLibrary", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesPatternLibrary" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16130 }, "name": "resetCustom" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16146 }, "name": "resetLibrary" } ], "name": "ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesPatternOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16124 }, "name": "custom", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesPatternCustomOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16140 }, "name": "library", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesPatternLibraryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16134 }, "name": "customInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesPatternCustom" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16150 }, "name": "libraryInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesPatternLibrary" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16086 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesPattern" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesPatternOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesScope": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesScope", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16346 }, "name": "ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesScope", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#all ObservabilityPipeline#all}", "stability": "stable", "summary": "Scan all fields." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16352 }, "name": "all", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#exclude ObservabilityPipeline#exclude}", "stability": "stable", "summary": "exclude block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16358 }, "name": "exclude", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesScopeExclude" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#include ObservabilityPipeline#include}", "stability": "stable", "summary": "include block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16364 }, "name": "include", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesScopeInclude" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesScope" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesScopeExclude": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesScopeExclude", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16154 }, "name": "ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesScopeExclude", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#fields ObservabilityPipeline#fields}", "stability": "stable", "summary": "The fields to exclude from scanning." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16160 }, "name": "fields", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesScopeExclude" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesScopeExcludeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesScopeExcludeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.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" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16192 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16242 }, "name": "resetFields" } ], "name": "ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesScopeExcludeOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16246 }, "name": "fieldsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16236 }, "name": "fields", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16204 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesScopeExclude" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesScopeExcludeOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesScopeInclude": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesScopeInclude", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16250 }, "name": "ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesScopeInclude", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#fields ObservabilityPipeline#fields}", "stability": "stable", "summary": "The fields to include in scanning." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16256 }, "name": "fields", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesScopeInclude" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesScopeIncludeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesScopeIncludeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16296 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16288 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16338 }, "name": "resetFields" } ], "name": "ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesScopeIncludeOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16342 }, "name": "fieldsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16332 }, "name": "fields", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16300 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesScopeInclude" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesScopeIncludeOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesScopeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesScopeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16418 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16410 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16485 }, "name": "putExclude", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesScopeExclude" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16501 }, "name": "putInclude", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesScopeInclude" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16472 }, "name": "resetAll" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16488 }, "name": "resetExclude" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16504 }, "name": "resetInclude" } ], "name": "ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesScopeOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16482 }, "name": "exclude", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesScopeExcludeOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16498 }, "name": "include", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesScopeIncludeOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16476 }, "name": "allInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16492 }, "name": "excludeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesScopeExclude" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16508 }, "name": "includeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesScopeInclude" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16466 }, "name": "all", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 16422 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesScope" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsSensitiveDataScannerRulesScopeOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsThrottle": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsThrottle", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17022 }, "name": "ObservabilityPipelineConfigProcessorsThrottle", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#id ObservabilityPipeline#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "The unique identifier for this processor." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17037 }, "name": "id", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#include ObservabilityPipeline#include}", "stability": "stable", "summary": "A Datadog search query used to determine which logs this processor targets." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17043 }, "name": "include", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#inputs ObservabilityPipeline#inputs}", "stability": "stable", "summary": "A list of component IDs whose output is used as the input for this processor." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17049 }, "name": "inputs", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#threshold ObservabilityPipeline#threshold}", "stability": "stable", "summary": "The number of events to allow before throttling is applied." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17055 }, "name": "threshold", "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#window ObservabilityPipeline#window}", "stability": "stable", "summary": "The time window in seconds over which the threshold applies." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17061 }, "name": "window", "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#group_by ObservabilityPipeline#group_by}", "stability": "stable", "summary": "Optional list of fields used to group events before applying throttling." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17028 }, "name": "groupBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsThrottle" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsThrottleList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsThrottleList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17292 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17284 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17299 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsThrottleOutputReference" } } } ], "name": "ObservabilityPipelineConfigProcessorsThrottleList", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17292 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17292 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17292 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17285 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsThrottle" }, "kind": "array" } } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsThrottleList" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsThrottleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsThrottleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17138 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17128 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17210 }, "name": "resetGroupBy" } ], "name": "ObservabilityPipelineConfigProcessorsThrottleOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17214 }, "name": "groupByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17227 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17240 }, "name": "includeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17253 }, "name": "inputsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17266 }, "name": "thresholdInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17279 }, "name": "windowInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17204 }, "name": "groupBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17220 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17233 }, "name": "include", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17246 }, "name": "inputs", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17259 }, "name": "threshold", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17272 }, "name": "window", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17142 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorsThrottle" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigProcessorsThrottleOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSources": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSources", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24500 }, "name": "ObservabilityPipelineConfigSources", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#amazon_data_firehose ObservabilityPipeline#amazon_data_firehose}", "stability": "stable", "summary": "amazon_data_firehose block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24506 }, "name": "amazonDataFirehose", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesAmazonDataFirehose" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#amazon_s3 ObservabilityPipeline#amazon_s3}", "stability": "stable", "summary": "amazon_s3 block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24512 }, "name": "amazonS3", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesAmazonS3" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#datadog_agent ObservabilityPipeline#datadog_agent}", "stability": "stable", "summary": "datadog_agent block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24518 }, "name": "datadogAgent", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesDatadogAgent" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#fluent_bit ObservabilityPipeline#fluent_bit}", "stability": "stable", "summary": "fluent_bit block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24524 }, "name": "fluentBit", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesFluentBit" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#fluentd ObservabilityPipeline#fluentd}", "stability": "stable", "summary": "fluentd block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24530 }, "name": "fluentd", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesFluentd" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#google_pubsub ObservabilityPipeline#google_pubsub}", "stability": "stable", "summary": "google_pubsub block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24536 }, "name": "googlePubsub", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesGooglePubsub" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#http_client ObservabilityPipeline#http_client}", "stability": "stable", "summary": "http_client block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24542 }, "name": "httpClient", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesHttpClient" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#http_server ObservabilityPipeline#http_server}", "stability": "stable", "summary": "http_server block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24548 }, "name": "httpServer", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesHttpServer" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#kafka ObservabilityPipeline#kafka}", "stability": "stable", "summary": "kafka block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24554 }, "name": "kafka", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesKafka" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#logstash ObservabilityPipeline#logstash}", "stability": "stable", "summary": "logstash block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24560 }, "name": "logstash", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesLogstash" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#rsyslog ObservabilityPipeline#rsyslog}", "stability": "stable", "summary": "rsyslog block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24566 }, "name": "rsyslog", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesRsyslog" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#socket ObservabilityPipeline#socket}", "stability": "stable", "summary": "socket block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24572 }, "name": "socket", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSocket" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#splunk_hec ObservabilityPipeline#splunk_hec}", "stability": "stable", "summary": "splunk_hec block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24578 }, "name": "splunkHec", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSplunkHec" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#splunk_tcp ObservabilityPipeline#splunk_tcp}", "stability": "stable", "summary": "splunk_tcp block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24584 }, "name": "splunkTcp", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSplunkTcp" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#sumo_logic ObservabilityPipeline#sumo_logic}", "stability": "stable", "summary": "sumo_logic block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24590 }, "name": "sumoLogic", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSumoLogic" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#syslog_ng ObservabilityPipeline#syslog_ng}", "stability": "stable", "summary": "syslog_ng block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24596 }, "name": "syslogNg", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSyslogNg" }, "kind": "array" } } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigSources" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesAmazonDataFirehose": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesAmazonDataFirehose", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 18326 }, "name": "ObservabilityPipelineConfigSourcesAmazonDataFirehose", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Used to reference this component in other parts of the pipeline (e.g., as input to downstream components).\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#id ObservabilityPipeline#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "The unique identifier for this component." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 18335 }, "name": "id", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#auth ObservabilityPipeline#auth}", "stability": "stable", "summary": "auth block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 18341 }, "name": "auth", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesAmazonDataFirehoseAuth" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#tls ObservabilityPipeline#tls}", "stability": "stable", "summary": "tls block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 18347 }, "name": "tls", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesAmazonDataFirehoseTls" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigSourcesAmazonDataFirehose" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesAmazonDataFirehoseAuth": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesAmazonDataFirehoseAuth", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 17994 }, "name": "ObservabilityPipelineConfigSourcesAmazonDataFirehoseAuth", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#assume_role ObservabilityPipeline#assume_role}", "stability": "stable", "summary": "The Amazon Resource Name (ARN) of the role to assume." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 18000 }, "name": "assumeRole", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#external_id ObservabilityPipeline#external_id}", "stability": "stable", "summary": "A unique identifier for cross-account role assumption." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 18006 }, "name": "externalId", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#session_name ObservabilityPipeline#session_name}", "stability": "stable", "summary": "A session identifier used for logging and tracing the assumed role session." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 18012 }, "name": "sessionName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigSourcesAmazonDataFirehoseAuth" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesAmazonDataFirehoseAuthOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesAmazonDataFirehoseAuthOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 18066 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 18058 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 18120 }, "name": "resetAssumeRole" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 18136 }, "name": "resetExternalId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 18152 }, "name": "resetSessionName" } ], "name": "ObservabilityPipelineConfigSourcesAmazonDataFirehoseAuthOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 18124 }, "name": "assumeRoleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 18140 }, "name": "externalIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 18156 }, "name": "sessionNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 18114 }, "name": "assumeRole", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 18130 }, "name": "externalId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 18146 }, "name": "sessionName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 18070 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesAmazonDataFirehoseAuth" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigSourcesAmazonDataFirehoseAuthOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesAmazonDataFirehoseList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesAmazonDataFirehoseList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 18503 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 18495 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 18510 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesAmazonDataFirehoseOutputReference" } } } ], "name": "ObservabilityPipelineConfigSourcesAmazonDataFirehoseList", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 18503 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 18503 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 18503 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 18496 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesAmazonDataFirehose" }, "kind": "array" } } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigSourcesAmazonDataFirehoseList" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesAmazonDataFirehoseOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesAmazonDataFirehoseOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 18403 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 18393 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 18467 }, "name": "putAuth", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesAmazonDataFirehoseAuth" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 18483 }, "name": "putTls", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesAmazonDataFirehoseTls" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 18470 }, "name": "resetAuth" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 18486 }, "name": "resetTls" } ], "name": "ObservabilityPipelineConfigSourcesAmazonDataFirehoseOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 18464 }, "name": "auth", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesAmazonDataFirehoseAuthOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 18480 }, "name": "tls", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesAmazonDataFirehoseTlsOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 18474 }, "name": "authInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesAmazonDataFirehoseAuth" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 18458 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 18490 }, "name": "tlsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesAmazonDataFirehoseTls" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 18451 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 18407 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesAmazonDataFirehose" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigSourcesAmazonDataFirehoseOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesAmazonDataFirehoseTls": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesAmazonDataFirehoseTls", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 18160 }, "name": "ObservabilityPipelineConfigSourcesAmazonDataFirehoseTls", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#ca_file ObservabilityPipeline#ca_file}", "stability": "stable", "summary": "Path to the Certificate Authority (CA) file used to validate the server's TLS certificate." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 18166 }, "name": "caFile", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#crt_file ObservabilityPipeline#crt_file}", "stability": "stable", "summary": "Path to the TLS client certificate file used to authenticate the pipeline component with upstream or downstream services." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 18172 }, "name": "crtFile", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#key_file ObservabilityPipeline#key_file}", "stability": "stable", "summary": "Path to the private key file associated with the TLS client certificate. Used for mutual TLS authentication." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 18178 }, "name": "keyFile", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigSourcesAmazonDataFirehoseTls" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesAmazonDataFirehoseTlsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesAmazonDataFirehoseTlsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 18232 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 18224 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 18286 }, "name": "resetCaFile" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 18302 }, "name": "resetCrtFile" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 18318 }, "name": "resetKeyFile" } ], "name": "ObservabilityPipelineConfigSourcesAmazonDataFirehoseTlsOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 18290 }, "name": "caFileInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 18306 }, "name": "crtFileInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 18322 }, "name": "keyFileInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 18280 }, "name": "caFile", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 18296 }, "name": "crtFile", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 18312 }, "name": "keyFile", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 18236 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesAmazonDataFirehoseTls" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigSourcesAmazonDataFirehoseTlsOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesAmazonS3": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesAmazonS3", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 18846 }, "name": "ObservabilityPipelineConfigSourcesAmazonS3", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Used to reference this component in other parts of the pipeline (e.g., as input to downstream components).\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#id ObservabilityPipeline#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "The unique identifier for this component." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 18855 }, "name": "id", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#region ObservabilityPipeline#region}", "stability": "stable", "summary": "AWS region where the S3 bucket resides." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 18861 }, "name": "region", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#auth ObservabilityPipeline#auth}", "stability": "stable", "summary": "auth block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 18867 }, "name": "auth", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesAmazonS3Auth" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#tls ObservabilityPipeline#tls}", "stability": "stable", "summary": "tls block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 18873 }, "name": "tls", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesAmazonS3Tls" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigSourcesAmazonS3" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesAmazonS3Auth": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesAmazonS3Auth", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 18514 }, "name": "ObservabilityPipelineConfigSourcesAmazonS3Auth", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#assume_role ObservabilityPipeline#assume_role}", "stability": "stable", "summary": "The Amazon Resource Name (ARN) of the role to assume." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 18520 }, "name": "assumeRole", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#external_id ObservabilityPipeline#external_id}", "stability": "stable", "summary": "A unique identifier for cross-account role assumption." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 18526 }, "name": "externalId", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#session_name ObservabilityPipeline#session_name}", "stability": "stable", "summary": "A session identifier used for logging and tracing the assumed role session." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 18532 }, "name": "sessionName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigSourcesAmazonS3Auth" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesAmazonS3AuthOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesAmazonS3AuthOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 18586 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 18578 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 18640 }, "name": "resetAssumeRole" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 18656 }, "name": "resetExternalId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 18672 }, "name": "resetSessionName" } ], "name": "ObservabilityPipelineConfigSourcesAmazonS3AuthOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 18644 }, "name": "assumeRoleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 18660 }, "name": "externalIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 18676 }, "name": "sessionNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 18634 }, "name": "assumeRole", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 18650 }, "name": "externalId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 18666 }, "name": "sessionName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 18590 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesAmazonS3Auth" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigSourcesAmazonS3AuthOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesAmazonS3List": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesAmazonS3List", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19055 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19047 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19062 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesAmazonS3OutputReference" } } } ], "name": "ObservabilityPipelineConfigSourcesAmazonS3List", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19055 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19055 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19055 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19048 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesAmazonS3" }, "kind": "array" } } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigSourcesAmazonS3List" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesAmazonS3OutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesAmazonS3OutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 18936 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 18926 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19019 }, "name": "putAuth", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesAmazonS3Auth" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19035 }, "name": "putTls", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesAmazonS3Tls" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19022 }, "name": "resetAuth" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19038 }, "name": "resetTls" } ], "name": "ObservabilityPipelineConfigSourcesAmazonS3OutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19016 }, "name": "auth", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesAmazonS3AuthOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19032 }, "name": "tls", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesAmazonS3TlsOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19026 }, "name": "authInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesAmazonS3Auth" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 18997 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19010 }, "name": "regionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19042 }, "name": "tlsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesAmazonS3Tls" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 18990 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19003 }, "name": "region", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 18940 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesAmazonS3" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigSourcesAmazonS3OutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesAmazonS3Tls": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesAmazonS3Tls", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 18680 }, "name": "ObservabilityPipelineConfigSourcesAmazonS3Tls", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#ca_file ObservabilityPipeline#ca_file}", "stability": "stable", "summary": "Path to the Certificate Authority (CA) file used to validate the server's TLS certificate." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 18686 }, "name": "caFile", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#crt_file ObservabilityPipeline#crt_file}", "stability": "stable", "summary": "Path to the TLS client certificate file used to authenticate the pipeline component with upstream or downstream services." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 18692 }, "name": "crtFile", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#key_file ObservabilityPipeline#key_file}", "stability": "stable", "summary": "Path to the private key file associated with the TLS client certificate. Used for mutual TLS authentication." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 18698 }, "name": "keyFile", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigSourcesAmazonS3Tls" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesAmazonS3TlsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesAmazonS3TlsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 18752 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 18744 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 18806 }, "name": "resetCaFile" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 18822 }, "name": "resetCrtFile" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 18838 }, "name": "resetKeyFile" } ], "name": "ObservabilityPipelineConfigSourcesAmazonS3TlsOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 18810 }, "name": "caFileInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 18826 }, "name": "crtFileInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 18842 }, "name": "keyFileInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 18800 }, "name": "caFile", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 18816 }, "name": "crtFile", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 18832 }, "name": "keyFile", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 18756 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesAmazonS3Tls" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigSourcesAmazonS3TlsOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesDatadogAgent": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesDatadogAgent", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19232 }, "name": "ObservabilityPipelineConfigSourcesDatadogAgent", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#id ObservabilityPipeline#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "The unique ID of the source." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19241 }, "name": "id", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#tls ObservabilityPipeline#tls}", "stability": "stable", "summary": "tls block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19247 }, "name": "tls", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesDatadogAgentTls" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigSourcesDatadogAgent" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesDatadogAgentList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesDatadogAgentList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19374 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19366 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19381 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesDatadogAgentOutputReference" } } } ], "name": "ObservabilityPipelineConfigSourcesDatadogAgentList", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19374 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19374 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19374 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19367 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesDatadogAgent" }, "kind": "array" } } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigSourcesDatadogAgentList" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesDatadogAgentOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesDatadogAgentOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19296 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19286 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19354 }, "name": "putTls", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesDatadogAgentTls" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19357 }, "name": "resetTls" } ], "name": "ObservabilityPipelineConfigSourcesDatadogAgentOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19351 }, "name": "tls", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesDatadogAgentTlsOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19345 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19361 }, "name": "tlsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesDatadogAgentTls" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19338 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19300 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesDatadogAgent" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigSourcesDatadogAgentOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesDatadogAgentTls": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesDatadogAgentTls", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19066 }, "name": "ObservabilityPipelineConfigSourcesDatadogAgentTls", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#ca_file ObservabilityPipeline#ca_file}", "stability": "stable", "summary": "Path to the Certificate Authority (CA) file used to validate the server's TLS certificate." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19072 }, "name": "caFile", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#crt_file ObservabilityPipeline#crt_file}", "stability": "stable", "summary": "Path to the TLS client certificate file used to authenticate the pipeline component with upstream or downstream services." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19078 }, "name": "crtFile", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#key_file ObservabilityPipeline#key_file}", "stability": "stable", "summary": "Path to the private key file associated with the TLS client certificate. Used for mutual TLS authentication." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19084 }, "name": "keyFile", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigSourcesDatadogAgentTls" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesDatadogAgentTlsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesDatadogAgentTlsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19138 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19130 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19192 }, "name": "resetCaFile" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19208 }, "name": "resetCrtFile" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19224 }, "name": "resetKeyFile" } ], "name": "ObservabilityPipelineConfigSourcesDatadogAgentTlsOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19196 }, "name": "caFileInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19212 }, "name": "crtFileInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19228 }, "name": "keyFileInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19186 }, "name": "caFile", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19202 }, "name": "crtFile", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19218 }, "name": "keyFile", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19142 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesDatadogAgentTls" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigSourcesDatadogAgentTlsOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesFluentBit": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesFluentBit", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19551 }, "name": "ObservabilityPipelineConfigSourcesFluentBit", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Used to reference this component in other parts of the pipeline (for example, as the `input` to downstream components).\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#id ObservabilityPipeline#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "The unique identifier for this component." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19560 }, "name": "id", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#tls ObservabilityPipeline#tls}", "stability": "stable", "summary": "tls block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19566 }, "name": "tls", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesFluentBitTls" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigSourcesFluentBit" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesFluentBitList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesFluentBitList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19693 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19685 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19700 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesFluentBitOutputReference" } } } ], "name": "ObservabilityPipelineConfigSourcesFluentBitList", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19693 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19693 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19693 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19686 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesFluentBit" }, "kind": "array" } } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigSourcesFluentBitList" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesFluentBitOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesFluentBitOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19615 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19605 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19673 }, "name": "putTls", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesFluentBitTls" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19676 }, "name": "resetTls" } ], "name": "ObservabilityPipelineConfigSourcesFluentBitOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19670 }, "name": "tls", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesFluentBitTlsOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19664 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19680 }, "name": "tlsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesFluentBitTls" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19657 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19619 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesFluentBit" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigSourcesFluentBitOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesFluentBitTls": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesFluentBitTls", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19385 }, "name": "ObservabilityPipelineConfigSourcesFluentBitTls", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#ca_file ObservabilityPipeline#ca_file}", "stability": "stable", "summary": "Path to the Certificate Authority (CA) file used to validate the server's TLS certificate." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19391 }, "name": "caFile", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#crt_file ObservabilityPipeline#crt_file}", "stability": "stable", "summary": "Path to the TLS client certificate file used to authenticate the pipeline component with upstream or downstream services." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19397 }, "name": "crtFile", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#key_file ObservabilityPipeline#key_file}", "stability": "stable", "summary": "Path to the private key file associated with the TLS client certificate. Used for mutual TLS authentication." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19403 }, "name": "keyFile", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigSourcesFluentBitTls" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesFluentBitTlsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesFluentBitTlsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19457 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19449 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19511 }, "name": "resetCaFile" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19527 }, "name": "resetCrtFile" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19543 }, "name": "resetKeyFile" } ], "name": "ObservabilityPipelineConfigSourcesFluentBitTlsOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19515 }, "name": "caFileInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19531 }, "name": "crtFileInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19547 }, "name": "keyFileInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19505 }, "name": "caFile", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19521 }, "name": "crtFile", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19537 }, "name": "keyFile", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19461 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesFluentBitTls" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigSourcesFluentBitTlsOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesFluentd": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesFluentd", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19870 }, "name": "ObservabilityPipelineConfigSourcesFluentd", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Used to reference this component in other parts of the pipeline (for example, as the `input` to downstream components).\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#id ObservabilityPipeline#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "The unique identifier for this component." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19879 }, "name": "id", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#tls ObservabilityPipeline#tls}", "stability": "stable", "summary": "tls block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19885 }, "name": "tls", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesFluentdTls" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigSourcesFluentd" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesFluentdList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesFluentdList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20012 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20004 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20019 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesFluentdOutputReference" } } } ], "name": "ObservabilityPipelineConfigSourcesFluentdList", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20012 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20012 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20012 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20005 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesFluentd" }, "kind": "array" } } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigSourcesFluentdList" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesFluentdOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesFluentdOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19934 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19924 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19992 }, "name": "putTls", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesFluentdTls" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19995 }, "name": "resetTls" } ], "name": "ObservabilityPipelineConfigSourcesFluentdOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19989 }, "name": "tls", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesFluentdTlsOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19983 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19999 }, "name": "tlsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesFluentdTls" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19976 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19938 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesFluentd" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigSourcesFluentdOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesFluentdTls": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesFluentdTls", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19704 }, "name": "ObservabilityPipelineConfigSourcesFluentdTls", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#ca_file ObservabilityPipeline#ca_file}", "stability": "stable", "summary": "Path to the Certificate Authority (CA) file used to validate the server's TLS certificate." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19710 }, "name": "caFile", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#crt_file ObservabilityPipeline#crt_file}", "stability": "stable", "summary": "Path to the TLS client certificate file used to authenticate the pipeline component with upstream or downstream services." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19716 }, "name": "crtFile", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#key_file ObservabilityPipeline#key_file}", "stability": "stable", "summary": "Path to the private key file associated with the TLS client certificate. Used for mutual TLS authentication." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19722 }, "name": "keyFile", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigSourcesFluentdTls" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesFluentdTlsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesFluentdTlsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19776 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19768 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19830 }, "name": "resetCaFile" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19846 }, "name": "resetCrtFile" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19862 }, "name": "resetKeyFile" } ], "name": "ObservabilityPipelineConfigSourcesFluentdTlsOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19834 }, "name": "caFileInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19850 }, "name": "crtFileInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19866 }, "name": "keyFileInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19824 }, "name": "caFile", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19840 }, "name": "crtFile", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19856 }, "name": "keyFile", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 19780 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesFluentdTls" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigSourcesFluentdTlsOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesGooglePubsub": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesGooglePubsub", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20285 }, "name": "ObservabilityPipelineConfigSourcesGooglePubsub", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#decoding ObservabilityPipeline#decoding}", "stability": "stable", "summary": "The decoding format used to interpret incoming logs." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20291 }, "name": "decoding", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Used to reference this component in other parts of the pipeline (e.g., as input to downstream components).\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#id ObservabilityPipeline#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "The unique identifier for this component." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20300 }, "name": "id", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#project ObservabilityPipeline#project}", "stability": "stable", "summary": "The GCP project ID that owns the Pub/Sub subscription." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20306 }, "name": "project", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#subscription ObservabilityPipeline#subscription}", "stability": "stable", "summary": "The Pub/Sub subscription name from which messages are consumed." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20312 }, "name": "subscription", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#auth ObservabilityPipeline#auth}", "stability": "stable", "summary": "auth block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20318 }, "name": "auth", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesGooglePubsubAuth" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#tls ObservabilityPipeline#tls}", "stability": "stable", "summary": "tls block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20324 }, "name": "tls", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesGooglePubsubTls" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigSourcesGooglePubsub" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesGooglePubsubAuth": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesGooglePubsubAuth", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20023 }, "name": "ObservabilityPipelineConfigSourcesGooglePubsubAuth", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#credentials_file ObservabilityPipeline#credentials_file}", "stability": "stable", "summary": "Path to the GCP service account key file. Required when `auth` block is specified." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20029 }, "name": "credentialsFile", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigSourcesGooglePubsubAuth" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesGooglePubsubAuthOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesGooglePubsubAuthOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20069 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20061 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20111 }, "name": "resetCredentialsFile" } ], "name": "ObservabilityPipelineConfigSourcesGooglePubsubAuthOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20115 }, "name": "credentialsFileInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20105 }, "name": "credentialsFile", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20073 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesGooglePubsubAuth" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigSourcesGooglePubsubAuthOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesGooglePubsubList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesGooglePubsubList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20558 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20550 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20565 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesGooglePubsubOutputReference" } } } ], "name": "ObservabilityPipelineConfigSourcesGooglePubsubList", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20558 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20558 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20558 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20551 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesGooglePubsub" }, "kind": "array" } } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigSourcesGooglePubsubList" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesGooglePubsubOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesGooglePubsubOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20401 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20391 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20522 }, "name": "putAuth", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesGooglePubsubAuth" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20538 }, "name": "putTls", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesGooglePubsubTls" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20525 }, "name": "resetAuth" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20541 }, "name": "resetTls" } ], "name": "ObservabilityPipelineConfigSourcesGooglePubsubOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20519 }, "name": "auth", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesGooglePubsubAuthOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20535 }, "name": "tls", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesGooglePubsubTlsOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20529 }, "name": "authInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesGooglePubsubAuth" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20474 }, "name": "decodingInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20487 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20500 }, "name": "projectInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20513 }, "name": "subscriptionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20545 }, "name": "tlsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesGooglePubsubTls" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20467 }, "name": "decoding", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20480 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20493 }, "name": "project", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20506 }, "name": "subscription", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20405 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesGooglePubsub" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigSourcesGooglePubsubOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesGooglePubsubTls": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesGooglePubsubTls", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20119 }, "name": "ObservabilityPipelineConfigSourcesGooglePubsubTls", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#ca_file ObservabilityPipeline#ca_file}", "stability": "stable", "summary": "Path to the Certificate Authority (CA) file used to validate the server's TLS certificate." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20125 }, "name": "caFile", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#crt_file ObservabilityPipeline#crt_file}", "stability": "stable", "summary": "Path to the TLS client certificate file used to authenticate the pipeline component with upstream or downstream services." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20131 }, "name": "crtFile", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#key_file ObservabilityPipeline#key_file}", "stability": "stable", "summary": "Path to the private key file associated with the TLS client certificate. Used for mutual TLS authentication." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20137 }, "name": "keyFile", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigSourcesGooglePubsubTls" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesGooglePubsubTlsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesGooglePubsubTlsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20191 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20183 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20245 }, "name": "resetCaFile" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20261 }, "name": "resetCrtFile" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20277 }, "name": "resetKeyFile" } ], "name": "ObservabilityPipelineConfigSourcesGooglePubsubTlsOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20249 }, "name": "caFileInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20265 }, "name": "crtFileInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20281 }, "name": "keyFileInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20239 }, "name": "caFile", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20255 }, "name": "crtFile", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20271 }, "name": "keyFile", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20195 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesGooglePubsubTls" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigSourcesGooglePubsubTlsOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesHttpClient": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesHttpClient", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20735 }, "name": "ObservabilityPipelineConfigSourcesHttpClient", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#decoding ObservabilityPipeline#decoding}", "stability": "stable", "summary": "The decoding format used to interpret incoming logs." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20747 }, "name": "decoding", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Used to reference this component in other parts of the pipeline (e.g., as input to downstream components).\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#id ObservabilityPipeline#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "The unique identifier for this component." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20756 }, "name": "id", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#auth_strategy ObservabilityPipeline#auth_strategy}", "stability": "stable", "summary": "Optional authentication strategy for HTTP requests." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20741 }, "name": "authStrategy", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#scrape_interval_secs ObservabilityPipeline#scrape_interval_secs}", "stability": "stable", "summary": "The interval (in seconds) between HTTP scrape requests." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20762 }, "name": "scrapeIntervalSecs", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#scrape_timeout_secs ObservabilityPipeline#scrape_timeout_secs}", "stability": "stable", "summary": "The timeout (in seconds) for each scrape request." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20768 }, "name": "scrapeTimeoutSecs", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#tls ObservabilityPipeline#tls}", "stability": "stable", "summary": "tls block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20774 }, "name": "tls", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesHttpClientTls" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigSourcesHttpClient" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesHttpClientList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesHttpClientList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21014 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21006 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21021 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesHttpClientOutputReference" } } } ], "name": "ObservabilityPipelineConfigSourcesHttpClientList", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21014 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21014 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21014 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21007 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesHttpClient" }, "kind": "array" } } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigSourcesHttpClientList" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesHttpClientOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesHttpClientOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20851 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20841 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20994 }, "name": "putTls", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesHttpClientTls" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20923 }, "name": "resetAuthStrategy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20965 }, "name": "resetScrapeIntervalSecs" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20981 }, "name": "resetScrapeTimeoutSecs" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20997 }, "name": "resetTls" } ], "name": "ObservabilityPipelineConfigSourcesHttpClientOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20991 }, "name": "tls", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesHttpClientTlsOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20927 }, "name": "authStrategyInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20940 }, "name": "decodingInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20953 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20969 }, "name": "scrapeIntervalSecsInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20985 }, "name": "scrapeTimeoutSecsInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21001 }, "name": "tlsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesHttpClientTls" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20917 }, "name": "authStrategy", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20933 }, "name": "decoding", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20946 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20959 }, "name": "scrapeIntervalSecs", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20975 }, "name": "scrapeTimeoutSecs", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20855 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesHttpClient" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigSourcesHttpClientOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesHttpClientTls": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesHttpClientTls", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20569 }, "name": "ObservabilityPipelineConfigSourcesHttpClientTls", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#ca_file ObservabilityPipeline#ca_file}", "stability": "stable", "summary": "Path to the Certificate Authority (CA) file used to validate the server's TLS certificate." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20575 }, "name": "caFile", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#crt_file ObservabilityPipeline#crt_file}", "stability": "stable", "summary": "Path to the TLS client certificate file used to authenticate the pipeline component with upstream or downstream services." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20581 }, "name": "crtFile", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#key_file ObservabilityPipeline#key_file}", "stability": "stable", "summary": "Path to the private key file associated with the TLS client certificate. Used for mutual TLS authentication." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20587 }, "name": "keyFile", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigSourcesHttpClientTls" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesHttpClientTlsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesHttpClientTlsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20641 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20633 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20695 }, "name": "resetCaFile" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20711 }, "name": "resetCrtFile" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20727 }, "name": "resetKeyFile" } ], "name": "ObservabilityPipelineConfigSourcesHttpClientTlsOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20699 }, "name": "caFileInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20715 }, "name": "crtFileInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20731 }, "name": "keyFileInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20689 }, "name": "caFile", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20705 }, "name": "crtFile", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20721 }, "name": "keyFile", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 20645 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesHttpClientTls" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigSourcesHttpClientTlsOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesHttpServer": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesHttpServer", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21191 }, "name": "ObservabilityPipelineConfigSourcesHttpServer", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#auth_strategy ObservabilityPipeline#auth_strategy}", "stability": "stable", "summary": "HTTP authentication method. Valid values are `none`, `plain`." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21197 }, "name": "authStrategy", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#decoding ObservabilityPipeline#decoding}", "stability": "stable", "summary": "The decoding format used to interpret incoming logs. Valid values are `json`, `gelf`, `syslog`, `bytes`." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21203 }, "name": "decoding", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#id ObservabilityPipeline#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "Unique ID for the HTTP server source." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21212 }, "name": "id", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#tls ObservabilityPipeline#tls}", "stability": "stable", "summary": "tls block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21218 }, "name": "tls", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesHttpServerTls" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigSourcesHttpServer" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesHttpServerList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesHttpServerList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21397 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21389 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21404 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesHttpServerOutputReference" } } } ], "name": "ObservabilityPipelineConfigSourcesHttpServerList", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21397 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21397 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21397 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21390 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesHttpServer" }, "kind": "array" } } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigSourcesHttpServerList" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesHttpServerOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesHttpServerOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21281 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21271 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21377 }, "name": "putTls", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesHttpServerTls" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21380 }, "name": "resetTls" } ], "name": "ObservabilityPipelineConfigSourcesHttpServerOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21374 }, "name": "tls", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesHttpServerTlsOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21342 }, "name": "authStrategyInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21355 }, "name": "decodingInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21368 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21384 }, "name": "tlsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesHttpServerTls" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21335 }, "name": "authStrategy", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21348 }, "name": "decoding", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21361 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21285 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesHttpServer" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigSourcesHttpServerOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesHttpServerTls": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesHttpServerTls", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21025 }, "name": "ObservabilityPipelineConfigSourcesHttpServerTls", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#ca_file ObservabilityPipeline#ca_file}", "stability": "stable", "summary": "Path to the Certificate Authority (CA) file used to validate the server's TLS certificate." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21031 }, "name": "caFile", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#crt_file ObservabilityPipeline#crt_file}", "stability": "stable", "summary": "Path to the TLS client certificate file used to authenticate the pipeline component with upstream or downstream services." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21037 }, "name": "crtFile", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#key_file ObservabilityPipeline#key_file}", "stability": "stable", "summary": "Path to the private key file associated with the TLS client certificate. Used for mutual TLS authentication." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21043 }, "name": "keyFile", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigSourcesHttpServerTls" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesHttpServerTlsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesHttpServerTlsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21097 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21089 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21151 }, "name": "resetCaFile" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21167 }, "name": "resetCrtFile" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21183 }, "name": "resetKeyFile" } ], "name": "ObservabilityPipelineConfigSourcesHttpServerTlsOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21155 }, "name": "caFileInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21171 }, "name": "crtFileInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21187 }, "name": "keyFileInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21145 }, "name": "caFile", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21161 }, "name": "crtFile", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21177 }, "name": "keyFile", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21101 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesHttpServerTls" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigSourcesHttpServerTlsOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesKafka": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesKafka", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21817 }, "name": "ObservabilityPipelineConfigSourcesKafka", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#group_id ObservabilityPipeline#group_id}", "stability": "stable", "summary": "The Kafka consumer group ID." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21823 }, "name": "groupId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#id ObservabilityPipeline#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "The unique ID of the source." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21832 }, "name": "id", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#topics ObservabilityPipeline#topics}", "stability": "stable", "summary": "A list of Kafka topic names to subscribe to. The source ingests messages from each topic specified." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21838 }, "name": "topics", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#librdkafka_option ObservabilityPipeline#librdkafka_option}", "stability": "stable", "summary": "librdkafka_option block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21844 }, "name": "librdkafkaOption", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesKafkaLibrdkafkaOption" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#sasl ObservabilityPipeline#sasl}", "stability": "stable", "summary": "sasl block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21850 }, "name": "sasl", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesKafkaSasl" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#tls ObservabilityPipeline#tls}", "stability": "stable", "summary": "tls block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21856 }, "name": "tls", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesKafkaTls" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigSourcesKafka" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesKafkaLibrdkafkaOption": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesKafkaLibrdkafkaOption", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21408 }, "name": "ObservabilityPipelineConfigSourcesKafkaLibrdkafkaOption", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#name ObservabilityPipeline#name}", "stability": "stable", "summary": "The name of the librdkafka option." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21414 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#value ObservabilityPipeline#value}", "stability": "stable", "summary": "The value of the librdkafka option." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21420 }, "name": "value", "type": { "primitive": "string" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigSourcesKafkaLibrdkafkaOption" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesKafkaLibrdkafkaOptionList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesKafkaLibrdkafkaOptionList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21544 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21536 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21551 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesKafkaLibrdkafkaOptionOutputReference" } } } ], "name": "ObservabilityPipelineConfigSourcesKafkaLibrdkafkaOptionList", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21544 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21544 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21544 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21537 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesKafkaLibrdkafkaOption" }, "kind": "array" } } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigSourcesKafkaLibrdkafkaOptionList" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesKafkaLibrdkafkaOptionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesKafkaLibrdkafkaOptionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21469 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21459 }, "name": "ObservabilityPipelineConfigSourcesKafkaLibrdkafkaOptionOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21518 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21531 }, "name": "valueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21511 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21524 }, "name": "value", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21473 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesKafkaLibrdkafkaOption" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigSourcesKafkaLibrdkafkaOptionOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesKafkaList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesKafkaList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22093 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22085 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22100 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesKafkaOutputReference" } } } ], "name": "ObservabilityPipelineConfigSourcesKafkaList", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22093 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22093 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22093 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22086 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesKafka" }, "kind": "array" } } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigSourcesKafkaList" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesKafkaOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesKafkaOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21933 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21923 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22041 }, "name": "putLibrdkafkaOption", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesKafkaLibrdkafkaOption" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22057 }, "name": "putSasl", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesKafkaSasl" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22073 }, "name": "putTls", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesKafkaTls" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22044 }, "name": "resetLibrdkafkaOption" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22060 }, "name": "resetSasl" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22076 }, "name": "resetTls" } ], "name": "ObservabilityPipelineConfigSourcesKafkaOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22038 }, "name": "librdkafkaOption", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesKafkaLibrdkafkaOptionList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22054 }, "name": "sasl", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesKafkaSaslOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22070 }, "name": "tls", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesKafkaTlsOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22006 }, "name": "groupIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22019 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22048 }, "name": "librdkafkaOptionInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesKafkaLibrdkafkaOption" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22064 }, "name": "saslInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesKafkaSasl" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22080 }, "name": "tlsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesKafkaTls" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22032 }, "name": "topicsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21999 }, "name": "groupId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22012 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22025 }, "name": "topics", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21937 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesKafka" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigSourcesKafkaOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesKafkaSasl": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesKafkaSasl", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21555 }, "name": "ObservabilityPipelineConfigSourcesKafkaSasl", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#mechanism ObservabilityPipeline#mechanism}", "stability": "stable", "summary": "SASL mechanism to use (e.g., PLAIN, SCRAM-SHA-256, SCRAM-SHA-512). Valid values are `PLAIN`, `SCRAM-SHA-256`, `SCRAM-SHA-512`." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21561 }, "name": "mechanism", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigSourcesKafkaSasl" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesKafkaSaslOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesKafkaSaslOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21601 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21593 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21643 }, "name": "resetMechanism" } ], "name": "ObservabilityPipelineConfigSourcesKafkaSaslOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21647 }, "name": "mechanismInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21637 }, "name": "mechanism", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21605 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesKafkaSasl" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigSourcesKafkaSaslOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesKafkaTls": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesKafkaTls", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21651 }, "name": "ObservabilityPipelineConfigSourcesKafkaTls", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#ca_file ObservabilityPipeline#ca_file}", "stability": "stable", "summary": "Path to the Certificate Authority (CA) file used to validate the server's TLS certificate." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21657 }, "name": "caFile", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#crt_file ObservabilityPipeline#crt_file}", "stability": "stable", "summary": "Path to the TLS client certificate file used to authenticate the pipeline component with upstream or downstream services." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21663 }, "name": "crtFile", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#key_file ObservabilityPipeline#key_file}", "stability": "stable", "summary": "Path to the private key file associated with the TLS client certificate. Used for mutual TLS authentication." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21669 }, "name": "keyFile", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigSourcesKafkaTls" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesKafkaTlsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesKafkaTlsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21723 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21715 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21777 }, "name": "resetCaFile" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21793 }, "name": "resetCrtFile" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21809 }, "name": "resetKeyFile" } ], "name": "ObservabilityPipelineConfigSourcesKafkaTlsOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21781 }, "name": "caFileInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21797 }, "name": "crtFileInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21813 }, "name": "keyFileInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21771 }, "name": "caFile", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21787 }, "name": "crtFile", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21803 }, "name": "keyFile", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 21727 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesKafkaTls" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigSourcesKafkaTlsOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesLogstash": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesLogstash", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22270 }, "name": "ObservabilityPipelineConfigSourcesLogstash", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Used to reference this component in other parts of the pipeline (e.g., as input to downstream components).\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#id ObservabilityPipeline#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "The unique identifier for this component." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22279 }, "name": "id", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#tls ObservabilityPipeline#tls}", "stability": "stable", "summary": "tls block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22285 }, "name": "tls", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesLogstashTls" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigSourcesLogstash" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesLogstashList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesLogstashList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22412 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22404 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22419 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesLogstashOutputReference" } } } ], "name": "ObservabilityPipelineConfigSourcesLogstashList", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22412 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22412 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22412 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22405 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesLogstash" }, "kind": "array" } } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigSourcesLogstashList" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesLogstashOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesLogstashOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22334 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22324 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22392 }, "name": "putTls", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesLogstashTls" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22395 }, "name": "resetTls" } ], "name": "ObservabilityPipelineConfigSourcesLogstashOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22389 }, "name": "tls", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesLogstashTlsOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22383 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22399 }, "name": "tlsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesLogstashTls" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22376 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22338 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesLogstash" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigSourcesLogstashOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesLogstashTls": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesLogstashTls", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22104 }, "name": "ObservabilityPipelineConfigSourcesLogstashTls", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#ca_file ObservabilityPipeline#ca_file}", "stability": "stable", "summary": "Path to the Certificate Authority (CA) file used to validate the server's TLS certificate." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22110 }, "name": "caFile", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#crt_file ObservabilityPipeline#crt_file}", "stability": "stable", "summary": "Path to the TLS client certificate file used to authenticate the pipeline component with upstream or downstream services." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22116 }, "name": "crtFile", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#key_file ObservabilityPipeline#key_file}", "stability": "stable", "summary": "Path to the private key file associated with the TLS client certificate. Used for mutual TLS authentication." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22122 }, "name": "keyFile", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigSourcesLogstashTls" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesLogstashTlsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesLogstashTlsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22176 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22168 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22230 }, "name": "resetCaFile" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22246 }, "name": "resetCrtFile" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22262 }, "name": "resetKeyFile" } ], "name": "ObservabilityPipelineConfigSourcesLogstashTlsOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22234 }, "name": "caFileInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22250 }, "name": "crtFileInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22266 }, "name": "keyFileInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22224 }, "name": "caFile", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22240 }, "name": "crtFile", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22256 }, "name": "keyFile", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22180 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesLogstashTls" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigSourcesLogstashTlsOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24741 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24733 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24870 }, "name": "putAmazonDataFirehose", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesAmazonDataFirehose" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24886 }, "name": "putAmazonS3", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesAmazonS3" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24902 }, "name": "putDatadogAgent", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesDatadogAgent" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24918 }, "name": "putFluentBit", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesFluentBit" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24934 }, "name": "putFluentd", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesFluentd" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24950 }, "name": "putGooglePubsub", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesGooglePubsub" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24966 }, "name": "putHttpClient", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesHttpClient" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24982 }, "name": "putHttpServer", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesHttpServer" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24998 }, "name": "putKafka", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesKafka" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 25014 }, "name": "putLogstash", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesLogstash" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 25030 }, "name": "putRsyslog", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesRsyslog" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 25046 }, "name": "putSocket", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSocket" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 25062 }, "name": "putSplunkHec", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSplunkHec" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 25078 }, "name": "putSplunkTcp", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSplunkTcp" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 25094 }, "name": "putSumoLogic", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSumoLogic" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 25110 }, "name": "putSyslogNg", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSyslogNg" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24873 }, "name": "resetAmazonDataFirehose" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24889 }, "name": "resetAmazonS3" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24905 }, "name": "resetDatadogAgent" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24921 }, "name": "resetFluentBit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24937 }, "name": "resetFluentd" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24953 }, "name": "resetGooglePubsub" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24969 }, "name": "resetHttpClient" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24985 }, "name": "resetHttpServer" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 25001 }, "name": "resetKafka" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 25017 }, "name": "resetLogstash" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 25033 }, "name": "resetRsyslog" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 25049 }, "name": "resetSocket" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 25065 }, "name": "resetSplunkHec" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 25081 }, "name": "resetSplunkTcp" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 25097 }, "name": "resetSumoLogic" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 25113 }, "name": "resetSyslogNg" } ], "name": "ObservabilityPipelineConfigSourcesOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24867 }, "name": "amazonDataFirehose", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesAmazonDataFirehoseList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24883 }, "name": "amazonS3", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesAmazonS3List" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24899 }, "name": "datadogAgent", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesDatadogAgentList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24915 }, "name": "fluentBit", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesFluentBitList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24931 }, "name": "fluentd", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesFluentdList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24947 }, "name": "googlePubsub", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesGooglePubsubList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24963 }, "name": "httpClient", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesHttpClientList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24979 }, "name": "httpServer", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesHttpServerList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24995 }, "name": "kafka", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesKafkaList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 25011 }, "name": "logstash", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesLogstashList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 25027 }, "name": "rsyslog", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesRsyslogList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 25043 }, "name": "socket", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSocketList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 25059 }, "name": "splunkHec", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSplunkHecList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 25075 }, "name": "splunkTcp", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSplunkTcpList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 25091 }, "name": "sumoLogic", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSumoLogicList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 25107 }, "name": "syslogNg", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSyslogNgList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24877 }, "name": "amazonDataFirehoseInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesAmazonDataFirehose" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24893 }, "name": "amazonS3Input", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesAmazonS3" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24909 }, "name": "datadogAgentInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesDatadogAgent" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24925 }, "name": "fluentBitInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesFluentBit" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24941 }, "name": "fluentdInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesFluentd" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24957 }, "name": "googlePubsubInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesGooglePubsub" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24973 }, "name": "httpClientInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesHttpClient" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24989 }, "name": "httpServerInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesHttpServer" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 25005 }, "name": "kafkaInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesKafka" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 25021 }, "name": "logstashInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesLogstash" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 25037 }, "name": "rsyslogInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesRsyslog" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 25053 }, "name": "socketInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSocket" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 25069 }, "name": "splunkHecInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSplunkHec" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 25085 }, "name": "splunkTcpInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSplunkTcp" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 25101 }, "name": "sumoLogicInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSumoLogic" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 25117 }, "name": "syslogNgInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSyslogNg" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24745 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSources" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigSourcesOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesRsyslog": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesRsyslog", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22589 }, "name": "ObservabilityPipelineConfigSourcesRsyslog", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Used to reference this component in other parts of the pipeline (e.g., as input to downstream components).\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#id ObservabilityPipeline#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "The unique identifier for this component." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22598 }, "name": "id", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#mode ObservabilityPipeline#mode}", "stability": "stable", "summary": "Protocol used by the syslog source to receive messages." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22604 }, "name": "mode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#tls ObservabilityPipeline#tls}", "stability": "stable", "summary": "tls block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22610 }, "name": "tls", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesRsyslogTls" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigSourcesRsyslog" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesRsyslogList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesRsyslogList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22766 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22758 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22773 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesRsyslogOutputReference" } } } ], "name": "ObservabilityPipelineConfigSourcesRsyslogList", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22766 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22766 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22766 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22759 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesRsyslog" }, "kind": "array" } } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigSourcesRsyslogList" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesRsyslogOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesRsyslogOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22666 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22656 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22746 }, "name": "putTls", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesRsyslogTls" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22733 }, "name": "resetMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22749 }, "name": "resetTls" } ], "name": "ObservabilityPipelineConfigSourcesRsyslogOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22743 }, "name": "tls", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesRsyslogTlsOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22721 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22737 }, "name": "modeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22753 }, "name": "tlsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesRsyslogTls" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22714 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22727 }, "name": "mode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22670 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesRsyslog" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigSourcesRsyslogOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesRsyslogTls": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesRsyslogTls", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22423 }, "name": "ObservabilityPipelineConfigSourcesRsyslogTls", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#ca_file ObservabilityPipeline#ca_file}", "stability": "stable", "summary": "Path to the Certificate Authority (CA) file used to validate the server's TLS certificate." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22429 }, "name": "caFile", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#crt_file ObservabilityPipeline#crt_file}", "stability": "stable", "summary": "Path to the TLS client certificate file used to authenticate the pipeline component with upstream or downstream services." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22435 }, "name": "crtFile", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#key_file ObservabilityPipeline#key_file}", "stability": "stable", "summary": "Path to the private key file associated with the TLS client certificate. Used for mutual TLS authentication." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22441 }, "name": "keyFile", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigSourcesRsyslogTls" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesRsyslogTlsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesRsyslogTlsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22495 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22487 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22549 }, "name": "resetCaFile" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22565 }, "name": "resetCrtFile" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22581 }, "name": "resetKeyFile" } ], "name": "ObservabilityPipelineConfigSourcesRsyslogTlsOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22553 }, "name": "caFileInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22569 }, "name": "crtFileInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22585 }, "name": "keyFileInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22543 }, "name": "caFile", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22559 }, "name": "crtFile", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22575 }, "name": "keyFile", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22499 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesRsyslogTls" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigSourcesRsyslogTlsOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSocket": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSocket", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23170 }, "name": "ObservabilityPipelineConfigSourcesSocket", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#id ObservabilityPipeline#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "The unique identifier for this component." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23179 }, "name": "id", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#mode ObservabilityPipeline#mode}", "stability": "stable", "summary": "The protocol used to receive logs. Valid values are `tcp`, `udp`." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23185 }, "name": "mode", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#framing ObservabilityPipeline#framing}", "stability": "stable", "summary": "framing block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23191 }, "name": "framing", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSocketFraming" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#tls ObservabilityPipeline#tls}", "stability": "stable", "summary": "tls block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23197 }, "name": "tls", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSocketTls" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigSourcesSocket" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSocketFraming": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSocketFraming", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22873 }, "name": "ObservabilityPipelineConfigSourcesSocketFraming", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#character_delimited ObservabilityPipeline#character_delimited}", "stability": "stable", "summary": "character_delimited block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22885 }, "name": "characterDelimited", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSocketFramingCharacterDelimited" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#method ObservabilityPipeline#method}", "stability": "stable", "summary": "The framing method. Valid values are `newline_delimited`, `bytes`, `character_delimited`, `octet_counting`, `chunked_gelf`." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22879 }, "name": "method", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigSourcesSocketFraming" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSocketFramingCharacterDelimited": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSocketFramingCharacterDelimited", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22777 }, "name": "ObservabilityPipelineConfigSourcesSocketFramingCharacterDelimited", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#delimiter ObservabilityPipeline#delimiter}", "stability": "stable", "summary": "A single ASCII character used as a delimiter." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22783 }, "name": "delimiter", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigSourcesSocketFramingCharacterDelimited" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSocketFramingCharacterDelimitedOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSocketFramingCharacterDelimitedOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22823 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22815 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22865 }, "name": "resetDelimiter" } ], "name": "ObservabilityPipelineConfigSourcesSocketFramingCharacterDelimitedOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22869 }, "name": "delimiterInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22859 }, "name": "delimiter", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22827 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSocketFramingCharacterDelimited" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigSourcesSocketFramingCharacterDelimitedOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSocketFramingOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSocketFramingOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22932 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22924 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22993 }, "name": "putCharacterDelimited", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSocketFramingCharacterDelimited" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22996 }, "name": "resetCharacterDelimited" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22980 }, "name": "resetMethod" } ], "name": "ObservabilityPipelineConfigSourcesSocketFramingOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22990 }, "name": "characterDelimited", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSocketFramingCharacterDelimitedOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23000 }, "name": "characterDelimitedInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSocketFramingCharacterDelimited" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22984 }, "name": "methodInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22974 }, "name": "method", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 22936 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSocketFraming" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigSourcesSocketFramingOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSocketList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSocketList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23379 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23371 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23386 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSocketOutputReference" } } } ], "name": "ObservabilityPipelineConfigSourcesSocketList", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23379 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23379 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23379 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23372 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSocket" }, "kind": "array" } } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigSourcesSocketList" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSocketOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSocketOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23260 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23250 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23343 }, "name": "putFraming", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSocketFraming" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23359 }, "name": "putTls", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSocketTls" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23346 }, "name": "resetFraming" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23362 }, "name": "resetTls" } ], "name": "ObservabilityPipelineConfigSourcesSocketOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23340 }, "name": "framing", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSocketFramingOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23356 }, "name": "tls", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSocketTlsOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23350 }, "name": "framingInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSocketFraming" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23321 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23334 }, "name": "modeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23366 }, "name": "tlsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSocketTls" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23314 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23327 }, "name": "mode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23264 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSocket" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigSourcesSocketOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSocketTls": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSocketTls", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23004 }, "name": "ObservabilityPipelineConfigSourcesSocketTls", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#ca_file ObservabilityPipeline#ca_file}", "stability": "stable", "summary": "Path to the Certificate Authority (CA) file used to validate the server's TLS certificate." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23010 }, "name": "caFile", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#crt_file ObservabilityPipeline#crt_file}", "stability": "stable", "summary": "Path to the TLS client certificate file used to authenticate the pipeline component with upstream or downstream services." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23016 }, "name": "crtFile", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#key_file ObservabilityPipeline#key_file}", "stability": "stable", "summary": "Path to the private key file associated with the TLS client certificate. Used for mutual TLS authentication." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23022 }, "name": "keyFile", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigSourcesSocketTls" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSocketTlsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSocketTlsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23076 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23068 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23130 }, "name": "resetCaFile" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23146 }, "name": "resetCrtFile" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23162 }, "name": "resetKeyFile" } ], "name": "ObservabilityPipelineConfigSourcesSocketTlsOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23134 }, "name": "caFileInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23150 }, "name": "crtFileInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23166 }, "name": "keyFileInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23124 }, "name": "caFile", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23140 }, "name": "crtFile", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23156 }, "name": "keyFile", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23080 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSocketTls" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigSourcesSocketTlsOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSplunkHec": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSplunkHec", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23556 }, "name": "ObservabilityPipelineConfigSourcesSplunkHec", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Used to reference this component in other parts of the pipeline (e.g., as input to downstream components).\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#id ObservabilityPipeline#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "The unique identifier for this component." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23565 }, "name": "id", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#tls ObservabilityPipeline#tls}", "stability": "stable", "summary": "tls block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23571 }, "name": "tls", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSplunkHecTls" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigSourcesSplunkHec" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSplunkHecList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSplunkHecList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23698 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23690 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23705 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSplunkHecOutputReference" } } } ], "name": "ObservabilityPipelineConfigSourcesSplunkHecList", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23698 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23698 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23698 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23691 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSplunkHec" }, "kind": "array" } } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigSourcesSplunkHecList" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSplunkHecOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSplunkHecOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23620 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23610 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23678 }, "name": "putTls", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSplunkHecTls" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23681 }, "name": "resetTls" } ], "name": "ObservabilityPipelineConfigSourcesSplunkHecOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23675 }, "name": "tls", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSplunkHecTlsOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23669 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23685 }, "name": "tlsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSplunkHecTls" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23662 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23624 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSplunkHec" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigSourcesSplunkHecOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSplunkHecTls": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSplunkHecTls", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23390 }, "name": "ObservabilityPipelineConfigSourcesSplunkHecTls", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#ca_file ObservabilityPipeline#ca_file}", "stability": "stable", "summary": "Path to the Certificate Authority (CA) file used to validate the server's TLS certificate." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23396 }, "name": "caFile", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#crt_file ObservabilityPipeline#crt_file}", "stability": "stable", "summary": "Path to the TLS client certificate file used to authenticate the pipeline component with upstream or downstream services." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23402 }, "name": "crtFile", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#key_file ObservabilityPipeline#key_file}", "stability": "stable", "summary": "Path to the private key file associated with the TLS client certificate. Used for mutual TLS authentication." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23408 }, "name": "keyFile", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigSourcesSplunkHecTls" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSplunkHecTlsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSplunkHecTlsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23462 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23454 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23516 }, "name": "resetCaFile" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23532 }, "name": "resetCrtFile" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23548 }, "name": "resetKeyFile" } ], "name": "ObservabilityPipelineConfigSourcesSplunkHecTlsOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23520 }, "name": "caFileInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23536 }, "name": "crtFileInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23552 }, "name": "keyFileInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23510 }, "name": "caFile", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23526 }, "name": "crtFile", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23542 }, "name": "keyFile", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23466 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSplunkHecTls" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigSourcesSplunkHecTlsOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSplunkTcp": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSplunkTcp", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23875 }, "name": "ObservabilityPipelineConfigSourcesSplunkTcp", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Used to reference this component in other parts of the pipeline (e.g., as input to downstream components).\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#id ObservabilityPipeline#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "The unique identifier for this component." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23884 }, "name": "id", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#tls ObservabilityPipeline#tls}", "stability": "stable", "summary": "tls block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23890 }, "name": "tls", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSplunkTcpTls" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigSourcesSplunkTcp" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSplunkTcpList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSplunkTcpList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24017 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24009 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24024 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSplunkTcpOutputReference" } } } ], "name": "ObservabilityPipelineConfigSourcesSplunkTcpList", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24017 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24017 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24017 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24010 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSplunkTcp" }, "kind": "array" } } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigSourcesSplunkTcpList" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSplunkTcpOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSplunkTcpOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23939 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23929 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23997 }, "name": "putTls", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSplunkTcpTls" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24000 }, "name": "resetTls" } ], "name": "ObservabilityPipelineConfigSourcesSplunkTcpOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23994 }, "name": "tls", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSplunkTcpTlsOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23988 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24004 }, "name": "tlsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSplunkTcpTls" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23981 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23943 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSplunkTcp" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigSourcesSplunkTcpOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSplunkTcpTls": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSplunkTcpTls", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23709 }, "name": "ObservabilityPipelineConfigSourcesSplunkTcpTls", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#ca_file ObservabilityPipeline#ca_file}", "stability": "stable", "summary": "Path to the Certificate Authority (CA) file used to validate the server's TLS certificate." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23715 }, "name": "caFile", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#crt_file ObservabilityPipeline#crt_file}", "stability": "stable", "summary": "Path to the TLS client certificate file used to authenticate the pipeline component with upstream or downstream services." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23721 }, "name": "crtFile", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#key_file ObservabilityPipeline#key_file}", "stability": "stable", "summary": "Path to the private key file associated with the TLS client certificate. Used for mutual TLS authentication." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23727 }, "name": "keyFile", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigSourcesSplunkTcpTls" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSplunkTcpTlsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSplunkTcpTlsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23781 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23773 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23835 }, "name": "resetCaFile" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23851 }, "name": "resetCrtFile" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23867 }, "name": "resetKeyFile" } ], "name": "ObservabilityPipelineConfigSourcesSplunkTcpTlsOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23839 }, "name": "caFileInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23855 }, "name": "crtFileInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23871 }, "name": "keyFileInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23829 }, "name": "caFile", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23845 }, "name": "crtFile", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23861 }, "name": "keyFile", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 23785 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSplunkTcpTls" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigSourcesSplunkTcpTlsOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSumoLogic": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSumoLogic", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24028 }, "name": "ObservabilityPipelineConfigSourcesSumoLogic", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Used to reference this component in other parts of the pipeline (e.g., as input to downstream components).\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#id ObservabilityPipeline#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "The unique identifier for this component." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24037 }, "name": "id", "type": { "primitive": "string" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigSourcesSumoLogic" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSumoLogicList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSumoLogicList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24135 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24127 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24142 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSumoLogicOutputReference" } } } ], "name": "ObservabilityPipelineConfigSourcesSumoLogicList", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24135 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24135 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24135 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24128 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSumoLogic" }, "kind": "array" } } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigSourcesSumoLogicList" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSumoLogicOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSumoLogicOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24079 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24069 }, "name": "ObservabilityPipelineConfigSourcesSumoLogicOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24122 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24115 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24083 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSumoLogic" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigSourcesSumoLogicOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSyslogNg": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSyslogNg", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24312 }, "name": "ObservabilityPipelineConfigSourcesSyslogNg", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Used to reference this component in other parts of the pipeline (e.g., as input to downstream components).\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#id ObservabilityPipeline#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "The unique identifier for this component." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24321 }, "name": "id", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#mode ObservabilityPipeline#mode}", "stability": "stable", "summary": "Protocol used by the syslog source to receive messages." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24327 }, "name": "mode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#tls ObservabilityPipeline#tls}", "stability": "stable", "summary": "tls block." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24333 }, "name": "tls", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSyslogNgTls" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigSourcesSyslogNg" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSyslogNgList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSyslogNgList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24489 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24481 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24496 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSyslogNgOutputReference" } } } ], "name": "ObservabilityPipelineConfigSourcesSyslogNgList", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24489 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24489 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24489 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24482 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSyslogNg" }, "kind": "array" } } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigSourcesSyslogNgList" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSyslogNgOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSyslogNgOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24389 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24379 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24469 }, "name": "putTls", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSyslogNgTls" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24456 }, "name": "resetMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24472 }, "name": "resetTls" } ], "name": "ObservabilityPipelineConfigSourcesSyslogNgOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24466 }, "name": "tls", "type": { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSyslogNgTlsOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24444 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24460 }, "name": "modeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24476 }, "name": "tlsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSyslogNgTls" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24437 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24450 }, "name": "mode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24393 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSyslogNg" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigSourcesSyslogNgOutputReference" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSyslogNgTls": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSyslogNgTls", "kind": "interface", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24146 }, "name": "ObservabilityPipelineConfigSourcesSyslogNgTls", "namespace": "observabilityPipeline", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#ca_file ObservabilityPipeline#ca_file}", "stability": "stable", "summary": "Path to the Certificate Authority (CA) file used to validate the server's TLS certificate." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24152 }, "name": "caFile", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#crt_file ObservabilityPipeline#crt_file}", "stability": "stable", "summary": "Path to the TLS client certificate file used to authenticate the pipeline component with upstream or downstream services." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24158 }, "name": "crtFile", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/observability_pipeline#key_file ObservabilityPipeline#key_file}", "stability": "stable", "summary": "Path to the private key file associated with the TLS client certificate. Used for mutual TLS authentication." }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24164 }, "name": "keyFile", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigSourcesSyslogNgTls" }, "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSyslogNgTlsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSyslogNgTlsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24218 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24210 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24272 }, "name": "resetCaFile" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24288 }, "name": "resetCrtFile" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24304 }, "name": "resetKeyFile" } ], "name": "ObservabilityPipelineConfigSourcesSyslogNgTlsOutputReference", "namespace": "observabilityPipeline", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24276 }, "name": "caFileInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24292 }, "name": "crtFileInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24308 }, "name": "keyFileInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24266 }, "name": "caFile", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24282 }, "name": "crtFile", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24298 }, "name": "keyFile", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/observability-pipeline/index.ts", "line": 24222 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourcesSyslogNgTls" } ] } } } ], "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfigSourcesSyslogNgTlsOutputReference" }, "@cdktf/provider-datadog.onCallEscalationPolicy.OnCallEscalationPolicy": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/on_call_escalation_policy datadog_on_call_escalation_policy}." }, "fqn": "@cdktf/provider-datadog.onCallEscalationPolicy.OnCallEscalationPolicy", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/on_call_escalation_policy datadog_on_call_escalation_policy} Resource." }, "locationInModule": { "filename": "src/on-call-escalation-policy/index.ts", "line": 495 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.onCallEscalationPolicy.OnCallEscalationPolicyConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/on-call-escalation-policy/index.ts", "line": 463 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a OnCallEscalationPolicy resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/on-call-escalation-policy/index.ts", "line": 480 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the OnCallEscalationPolicy to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/on_call_escalation_policy#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing OnCallEscalationPolicy that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the OnCallEscalationPolicy to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-escalation-policy/index.ts", "line": 593 }, "name": "putStep", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.onCallEscalationPolicy.OnCallEscalationPolicyStep" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-escalation-policy/index.ts", "line": 548 }, "name": "resetResolvePageOnPolicyEnd" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-escalation-policy/index.ts", "line": 564 }, "name": "resetRetries" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-escalation-policy/index.ts", "line": 596 }, "name": "resetStep" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-escalation-policy/index.ts", "line": 580 }, "name": "resetTeams" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-escalation-policy/index.ts", "line": 608 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-escalation-policy/index.ts", "line": 618 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "OnCallEscalationPolicy", "namespace": "onCallEscalationPolicy", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/on-call-escalation-policy/index.ts", "line": 468 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/on-call-escalation-policy/index.ts", "line": 523 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/on-call-escalation-policy/index.ts", "line": 590 }, "name": "step", "type": { "fqn": "@cdktf/provider-datadog.onCallEscalationPolicy.OnCallEscalationPolicyStepList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/on-call-escalation-policy/index.ts", "line": 536 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/on-call-escalation-policy/index.ts", "line": 552 }, "name": "resolvePageOnPolicyEndInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/on-call-escalation-policy/index.ts", "line": 568 }, "name": "retriesInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/on-call-escalation-policy/index.ts", "line": 600 }, "name": "stepInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.onCallEscalationPolicy.OnCallEscalationPolicyStep" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/on-call-escalation-policy/index.ts", "line": 584 }, "name": "teamsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-escalation-policy/index.ts", "line": 529 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-escalation-policy/index.ts", "line": 542 }, "name": "resolvePageOnPolicyEnd", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-escalation-policy/index.ts", "line": 558 }, "name": "retries", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-escalation-policy/index.ts", "line": 574 }, "name": "teams", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/on-call-escalation-policy/index:OnCallEscalationPolicy" }, "@cdktf/provider-datadog.onCallEscalationPolicy.OnCallEscalationPolicyConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.onCallEscalationPolicy.OnCallEscalationPolicyConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/on-call-escalation-policy/index.ts", "line": 14 }, "name": "OnCallEscalationPolicyConfig", "namespace": "onCallEscalationPolicy", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/on_call_escalation_policy#name OnCallEscalationPolicy#name}", "stability": "stable", "summary": "A human-readable name for the escalation policy." }, "immutable": true, "locationInModule": { "filename": "src/on-call-escalation-policy/index.ts", "line": 20 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/on_call_escalation_policy#resolve_page_on_policy_end OnCallEscalationPolicy#resolve_page_on_policy_end}", "stability": "stable", "summary": "If true, pages will be automatically resolved if unacknowledged after the final step. Defaults to `false`." }, "immutable": true, "locationInModule": { "filename": "src/on-call-escalation-policy/index.ts", "line": 26 }, "name": "resolvePageOnPolicyEnd", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Must be in the range 0-10. Value must be between 0 and 10. Defaults to `0`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/on_call_escalation_policy#retries OnCallEscalationPolicy#retries}", "stability": "stable", "summary": "If set, policy will be retried this many times after the final step." }, "immutable": true, "locationInModule": { "filename": "src/on-call-escalation-policy/index.ts", "line": 32 }, "name": "retries", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/on_call_escalation_policy#step OnCallEscalationPolicy#step}", "stability": "stable", "summary": "step block." }, "immutable": true, "locationInModule": { "filename": "src/on-call-escalation-policy/index.ts", "line": 44 }, "name": "step", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.onCallEscalationPolicy.OnCallEscalationPolicyStep" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/on_call_escalation_policy#teams OnCallEscalationPolicy#teams}", "stability": "stable", "summary": "A list of team ids associated with the escalation policy." }, "immutable": true, "locationInModule": { "filename": "src/on-call-escalation-policy/index.ts", "line": 38 }, "name": "teams", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/on-call-escalation-policy/index:OnCallEscalationPolicyConfig" }, "@cdktf/provider-datadog.onCallEscalationPolicy.OnCallEscalationPolicyStep": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.onCallEscalationPolicy.OnCallEscalationPolicyStep", "kind": "interface", "locationInModule": { "filename": "src/on-call-escalation-policy/index.ts", "line": 269 }, "name": "OnCallEscalationPolicyStep", "namespace": "onCallEscalationPolicy", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/on_call_escalation_policy#escalate_after_seconds OnCallEscalationPolicy#escalate_after_seconds}", "stability": "stable", "summary": "Defines how many seconds to wait before escalating to the next step. Value must be between 60 and 36000." }, "immutable": true, "locationInModule": { "filename": "src/on-call-escalation-policy/index.ts", "line": 281 }, "name": "escalateAfterSeconds", "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Can be `default` (page all targets at once) or `round-robin`. Valid values are `default`, `round-robin`. Defaults to `\"default\"`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/on_call_escalation_policy#assignment OnCallEscalationPolicy#assignment}", "stability": "stable", "summary": "Specifies how this escalation step will assign targets." }, "immutable": true, "locationInModule": { "filename": "src/on-call-escalation-policy/index.ts", "line": 275 }, "name": "assignment", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/on_call_escalation_policy#target OnCallEscalationPolicy#target}", "stability": "stable", "summary": "target block." }, "immutable": true, "locationInModule": { "filename": "src/on-call-escalation-policy/index.ts", "line": 287 }, "name": "target", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.onCallEscalationPolicy.OnCallEscalationPolicyStepTarget" }, "kind": "array" } } ] } } } ], "symbolId": "src/on-call-escalation-policy/index:OnCallEscalationPolicyStep" }, "@cdktf/provider-datadog.onCallEscalationPolicy.OnCallEscalationPolicyStepList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.onCallEscalationPolicy.OnCallEscalationPolicyStepList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-escalation-policy/index.ts", "line": 448 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/on-call-escalation-policy/index.ts", "line": 440 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-escalation-policy/index.ts", "line": 455 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.onCallEscalationPolicy.OnCallEscalationPolicyStepOutputReference" } } } ], "name": "OnCallEscalationPolicyStepList", "namespace": "onCallEscalationPolicy", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/on-call-escalation-policy/index.ts", "line": 448 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/on-call-escalation-policy/index.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/on-call-escalation-policy/index.ts", "line": 448 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-escalation-policy/index.ts", "line": 441 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.onCallEscalationPolicy.OnCallEscalationPolicyStep" }, "kind": "array" } } ] } } } ], "symbolId": "src/on-call-escalation-policy/index:OnCallEscalationPolicyStepList" }, "@cdktf/provider-datadog.onCallEscalationPolicy.OnCallEscalationPolicyStepOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.onCallEscalationPolicy.OnCallEscalationPolicyStepOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-escalation-policy/index.ts", "line": 343 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/on-call-escalation-policy/index.ts", "line": 333 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-escalation-policy/index.ts", "line": 428 }, "name": "putTarget", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.onCallEscalationPolicy.OnCallEscalationPolicyStepTarget" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-escalation-policy/index.ts", "line": 397 }, "name": "resetAssignment" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-escalation-policy/index.ts", "line": 431 }, "name": "resetTarget" } ], "name": "OnCallEscalationPolicyStepOutputReference", "namespace": "onCallEscalationPolicy", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/on-call-escalation-policy/index.ts", "line": 419 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/on-call-escalation-policy/index.ts", "line": 425 }, "name": "target", "type": { "fqn": "@cdktf/provider-datadog.onCallEscalationPolicy.OnCallEscalationPolicyStepTargetList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/on-call-escalation-policy/index.ts", "line": 401 }, "name": "assignmentInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/on-call-escalation-policy/index.ts", "line": 414 }, "name": "escalateAfterSecondsInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/on-call-escalation-policy/index.ts", "line": 435 }, "name": "targetInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.onCallEscalationPolicy.OnCallEscalationPolicyStepTarget" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-escalation-policy/index.ts", "line": 391 }, "name": "assignment", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-escalation-policy/index.ts", "line": 407 }, "name": "escalateAfterSeconds", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-escalation-policy/index.ts", "line": 347 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.onCallEscalationPolicy.OnCallEscalationPolicyStep" } ] } } } ], "symbolId": "src/on-call-escalation-policy/index:OnCallEscalationPolicyStepOutputReference" }, "@cdktf/provider-datadog.onCallEscalationPolicy.OnCallEscalationPolicyStepTarget": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.onCallEscalationPolicy.OnCallEscalationPolicyStepTarget", "kind": "interface", "locationInModule": { "filename": "src/on-call-escalation-policy/index.ts", "line": 46 }, "name": "OnCallEscalationPolicyStepTarget", "namespace": "onCallEscalationPolicy", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values: `current` (default), `previous`, `next`. Valid values are `current`, `previous`, `next`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/on_call_escalation_policy#position OnCallEscalationPolicy#position}", "stability": "stable", "summary": "For schedule targets, specifies which on-call user to page." }, "immutable": true, "locationInModule": { "filename": "src/on-call-escalation-policy/index.ts", "line": 52 }, "name": "position", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/on_call_escalation_policy#schedule OnCallEscalationPolicy#schedule}", "stability": "stable", "summary": "Targeted schedule ID." }, "immutable": true, "locationInModule": { "filename": "src/on-call-escalation-policy/index.ts", "line": 58 }, "name": "schedule", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/on_call_escalation_policy#team OnCallEscalationPolicy#team}", "stability": "stable", "summary": "Targeted team ID." }, "immutable": true, "locationInModule": { "filename": "src/on-call-escalation-policy/index.ts", "line": 64 }, "name": "team", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/on_call_escalation_policy#user OnCallEscalationPolicy#user}", "stability": "stable", "summary": "Targeted user ID." }, "immutable": true, "locationInModule": { "filename": "src/on-call-escalation-policy/index.ts", "line": 70 }, "name": "user", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/on-call-escalation-policy/index:OnCallEscalationPolicyStepTarget" }, "@cdktf/provider-datadog.onCallEscalationPolicy.OnCallEscalationPolicyStepTargetList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.onCallEscalationPolicy.OnCallEscalationPolicyStepTargetList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-escalation-policy/index.ts", "line": 258 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/on-call-escalation-policy/index.ts", "line": 250 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-escalation-policy/index.ts", "line": 265 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.onCallEscalationPolicy.OnCallEscalationPolicyStepTargetOutputReference" } } } ], "name": "OnCallEscalationPolicyStepTargetList", "namespace": "onCallEscalationPolicy", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/on-call-escalation-policy/index.ts", "line": 258 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/on-call-escalation-policy/index.ts", "line": 258 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/on-call-escalation-policy/index.ts", "line": 258 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-escalation-policy/index.ts", "line": 251 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.onCallEscalationPolicy.OnCallEscalationPolicyStepTarget" }, "kind": "array" } } ] } } } ], "symbolId": "src/on-call-escalation-policy/index:OnCallEscalationPolicyStepTargetList" }, "@cdktf/provider-datadog.onCallEscalationPolicy.OnCallEscalationPolicyStepTargetOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.onCallEscalationPolicy.OnCallEscalationPolicyStepTargetOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-escalation-policy/index.ts", "line": 133 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/on-call-escalation-policy/index.ts", "line": 123 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-escalation-policy/index.ts", "line": 193 }, "name": "resetPosition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-escalation-policy/index.ts", "line": 209 }, "name": "resetSchedule" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-escalation-policy/index.ts", "line": 225 }, "name": "resetTeam" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-escalation-policy/index.ts", "line": 241 }, "name": "resetUser" } ], "name": "OnCallEscalationPolicyStepTargetOutputReference", "namespace": "onCallEscalationPolicy", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/on-call-escalation-policy/index.ts", "line": 197 }, "name": "positionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/on-call-escalation-policy/index.ts", "line": 213 }, "name": "scheduleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/on-call-escalation-policy/index.ts", "line": 229 }, "name": "teamInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/on-call-escalation-policy/index.ts", "line": 245 }, "name": "userInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-escalation-policy/index.ts", "line": 187 }, "name": "position", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-escalation-policy/index.ts", "line": 203 }, "name": "schedule", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-escalation-policy/index.ts", "line": 219 }, "name": "team", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-escalation-policy/index.ts", "line": 235 }, "name": "user", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-escalation-policy/index.ts", "line": 137 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.onCallEscalationPolicy.OnCallEscalationPolicyStepTarget" } ] } } } ], "symbolId": "src/on-call-escalation-policy/index:OnCallEscalationPolicyStepTargetOutputReference" }, "@cdktf/provider-datadog.onCallSchedule.OnCallSchedule": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/on_call_schedule datadog_on_call_schedule}." }, "fqn": "@cdktf/provider-datadog.onCallSchedule.OnCallSchedule", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/on_call_schedule datadog_on_call_schedule} Resource." }, "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 774 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.onCallSchedule.OnCallScheduleConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 742 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a OnCallSchedule resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 759 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the OnCallSchedule to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/on_call_schedule#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing OnCallSchedule that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the OnCallSchedule to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 852 }, "name": "putLayer", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.onCallSchedule.OnCallScheduleLayer" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 855 }, "name": "resetLayer" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 826 }, "name": "resetTeams" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 867 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 876 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "OnCallSchedule", "namespace": "onCallSchedule", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 747 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 801 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 849 }, "name": "layer", "type": { "fqn": "@cdktf/provider-datadog.onCallSchedule.OnCallScheduleLayerList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 859 }, "name": "layerInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.onCallSchedule.OnCallScheduleLayer" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 814 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 830 }, "name": "teamsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 843 }, "name": "timeZoneInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 807 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 820 }, "name": "teams", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 836 }, "name": "timeZone", "type": { "primitive": "string" } } ], "symbolId": "src/on-call-schedule/index:OnCallSchedule" }, "@cdktf/provider-datadog.onCallSchedule.OnCallScheduleConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.onCallSchedule.OnCallScheduleConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 14 }, "name": "OnCallScheduleConfig", "namespace": "onCallSchedule", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/on_call_schedule#name OnCallSchedule#name}", "stability": "stable", "summary": "A human-readable name for the new schedule." }, "immutable": true, "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 20 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/on_call_schedule#time_zone OnCallSchedule#time_zone}", "stability": "stable", "summary": "The time zone in which the schedule is defined." }, "immutable": true, "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 32 }, "name": "timeZone", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/on_call_schedule#layer OnCallSchedule#layer}", "stability": "stable", "summary": "layer block." }, "immutable": true, "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 38 }, "name": "layer", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.onCallSchedule.OnCallScheduleLayer" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/on_call_schedule#teams OnCallSchedule#teams}", "stability": "stable", "summary": "A list of team ids associated with the schedule." }, "immutable": true, "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 26 }, "name": "teams", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/on-call-schedule/index:OnCallScheduleConfig" }, "@cdktf/provider-datadog.onCallSchedule.OnCallScheduleLayer": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.onCallSchedule.OnCallScheduleLayer", "kind": "interface", "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 382 }, "name": "OnCallScheduleLayer", "namespace": "onCallSchedule", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/on_call_schedule#effective_date OnCallSchedule#effective_date}", "stability": "stable", "summary": "The date/time when this layer should become active (in ISO 8601)." }, "immutable": true, "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 388 }, "name": "effectiveDate", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/on_call_schedule#name OnCallSchedule#name}", "stability": "stable", "summary": "The name of this layer. Should be unique within the schedule." }, "immutable": true, "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 400 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/on_call_schedule#rotation_start OnCallSchedule#rotation_start}", "stability": "stable", "summary": "The date/time when the rotation for this layer starts (in ISO 8601)." }, "immutable": true, "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 406 }, "name": "rotationStart", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/on_call_schedule#users OnCallSchedule#users}", "stability": "stable", "summary": "List of user IDs for the layer. Can either be a valid user id or null." }, "immutable": true, "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 418 }, "name": "users", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/on_call_schedule#end_date OnCallSchedule#end_date}", "stability": "stable", "summary": "The date/time after which this layer no longer applies (in ISO 8601)." }, "immutable": true, "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 394 }, "name": "endDate", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/on_call_schedule#interval OnCallSchedule#interval}", "stability": "stable", "summary": "interval block." }, "immutable": true, "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 424 }, "name": "interval", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.onCallSchedule.OnCallScheduleLayerInterval" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/on_call_schedule#restriction OnCallSchedule#restriction}", "stability": "stable", "summary": "restriction block." }, "immutable": true, "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 430 }, "name": "restriction", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.onCallSchedule.OnCallScheduleLayerRestriction" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/on_call_schedule#time_zone OnCallSchedule#time_zone}", "stability": "stable", "summary": "The time zone for this layer. String length must be at least 1." }, "immutable": true, "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 412 }, "name": "timeZone", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/on-call-schedule/index:OnCallScheduleLayer" }, "@cdktf/provider-datadog.onCallSchedule.OnCallScheduleLayerInterval": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.onCallSchedule.OnCallScheduleLayerInterval", "kind": "interface", "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 40 }, "name": "OnCallScheduleLayerInterval", "namespace": "onCallSchedule", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/on_call_schedule#days OnCallSchedule#days}", "stability": "stable", "summary": "The number of full days in each rotation period." }, "immutable": true, "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 46 }, "name": "days", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/on_call_schedule#seconds OnCallSchedule#seconds}", "stability": "stable", "summary": "For intervals that are not expressible in whole days, this will be added to `days`. Defaults to `0`." }, "immutable": true, "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 52 }, "name": "seconds", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/on-call-schedule/index:OnCallScheduleLayerInterval" }, "@cdktf/provider-datadog.onCallSchedule.OnCallScheduleLayerIntervalOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.onCallSchedule.OnCallScheduleLayerIntervalOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 99 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 91 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 147 }, "name": "resetDays" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 163 }, "name": "resetSeconds" } ], "name": "OnCallScheduleLayerIntervalOutputReference", "namespace": "onCallSchedule", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 151 }, "name": "daysInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 167 }, "name": "secondsInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 141 }, "name": "days", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 157 }, "name": "seconds", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 103 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.onCallSchedule.OnCallScheduleLayerInterval" } ] } } } ], "symbolId": "src/on-call-schedule/index:OnCallScheduleLayerIntervalOutputReference" }, "@cdktf/provider-datadog.onCallSchedule.OnCallScheduleLayerList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.onCallSchedule.OnCallScheduleLayerList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 727 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 719 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 734 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.onCallSchedule.OnCallScheduleLayerOutputReference" } } } ], "name": "OnCallScheduleLayerList", "namespace": "onCallSchedule", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 727 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 727 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 727 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 720 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.onCallSchedule.OnCallScheduleLayer" }, "kind": "array" } } ] } } } ], "symbolId": "src/on-call-schedule/index:OnCallScheduleLayerList" }, "@cdktf/provider-datadog.onCallSchedule.OnCallScheduleLayerOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.onCallSchedule.OnCallScheduleLayerOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 521 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 511 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 691 }, "name": "putInterval", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.onCallSchedule.OnCallScheduleLayerInterval" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 707 }, "name": "putRestriction", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.onCallSchedule.OnCallScheduleLayerRestriction" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 618 }, "name": "resetEndDate" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 694 }, "name": "resetInterval" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 710 }, "name": "resetRestriction" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 665 }, "name": "resetTimeZone" } ], "name": "OnCallScheduleLayerOutputReference", "namespace": "onCallSchedule", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 627 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 688 }, "name": "interval", "type": { "fqn": "@cdktf/provider-datadog.onCallSchedule.OnCallScheduleLayerIntervalOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 704 }, "name": "restriction", "type": { "fqn": "@cdktf/provider-datadog.onCallSchedule.OnCallScheduleLayerRestrictionList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 606 }, "name": "effectiveDateInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 622 }, "name": "endDateInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 698 }, "name": "intervalInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.onCallSchedule.OnCallScheduleLayerInterval" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 640 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 714 }, "name": "restrictionInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.onCallSchedule.OnCallScheduleLayerRestriction" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 653 }, "name": "rotationStartInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 669 }, "name": "timeZoneInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 682 }, "name": "usersInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 599 }, "name": "effectiveDate", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 612 }, "name": "endDate", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 633 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 646 }, "name": "rotationStart", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 659 }, "name": "timeZone", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 675 }, "name": "users", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 525 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.onCallSchedule.OnCallScheduleLayer" } ] } } } ], "symbolId": "src/on-call-schedule/index:OnCallScheduleLayerOutputReference" }, "@cdktf/provider-datadog.onCallSchedule.OnCallScheduleLayerRestriction": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.onCallSchedule.OnCallScheduleLayerRestriction", "kind": "interface", "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 171 }, "name": "OnCallScheduleLayerRestriction", "namespace": "onCallSchedule", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/on_call_schedule#end_day OnCallSchedule#end_day}", "stability": "stable", "summary": "The weekday when the restriction period ends. Valid values are `monday`, `tuesday`, `wednesday`, `thursday`, `friday`, `saturday`, `sunday`." }, "immutable": true, "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 177 }, "name": "endDay", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/on_call_schedule#end_time OnCallSchedule#end_time}", "stability": "stable", "summary": "The time of day when the restriction ends (hh:mm:ss)." }, "immutable": true, "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 183 }, "name": "endTime", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/on_call_schedule#start_day OnCallSchedule#start_day}", "stability": "stable", "summary": "The weekday when the restriction period starts. Valid values are `monday`, `tuesday`, `wednesday`, `thursday`, `friday`, `saturday`, `sunday`." }, "immutable": true, "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 189 }, "name": "startDay", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/on_call_schedule#start_time OnCallSchedule#start_time}", "stability": "stable", "summary": "The time of day when the restriction begins (hh:mm:ss)." }, "immutable": true, "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 195 }, "name": "startTime", "type": { "primitive": "string" } } ], "symbolId": "src/on-call-schedule/index:OnCallScheduleLayerRestriction" }, "@cdktf/provider-datadog.onCallSchedule.OnCallScheduleLayerRestrictionList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.onCallSchedule.OnCallScheduleLayerRestrictionList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 371 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 363 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 378 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.onCallSchedule.OnCallScheduleLayerRestrictionOutputReference" } } } ], "name": "OnCallScheduleLayerRestrictionList", "namespace": "onCallSchedule", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 371 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 371 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 371 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 364 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.onCallSchedule.OnCallScheduleLayerRestriction" }, "kind": "array" } } ] } } } ], "symbolId": "src/on-call-schedule/index:OnCallScheduleLayerRestrictionList" }, "@cdktf/provider-datadog.onCallSchedule.OnCallScheduleLayerRestrictionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.onCallSchedule.OnCallScheduleLayerRestrictionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 258 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 248 }, "name": "OnCallScheduleLayerRestrictionOutputReference", "namespace": "onCallSchedule", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 319 }, "name": "endDayInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 332 }, "name": "endTimeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 345 }, "name": "startDayInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 358 }, "name": "startTimeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 312 }, "name": "endDay", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 325 }, "name": "endTime", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 338 }, "name": "startDay", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 351 }, "name": "startTime", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-schedule/index.ts", "line": 262 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.onCallSchedule.OnCallScheduleLayerRestriction" } ] } } } ], "symbolId": "src/on-call-schedule/index:OnCallScheduleLayerRestrictionOutputReference" }, "@cdktf/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRules": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/on_call_team_routing_rules datadog_on_call_team_routing_rules}." }, "fqn": "@cdktf/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRules", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/on_call_team_routing_rules datadog_on_call_team_routing_rules} Resource." }, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 1134 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 1102 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a OnCallTeamRoutingRules resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 1119 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the OnCallTeamRoutingRules to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/on_call_team_routing_rules#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing OnCallTeamRoutingRules that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the OnCallTeamRoutingRules to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 1176 }, "name": "putRule", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRule" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 1179 }, "name": "resetRule" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 1191 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 1198 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "OnCallTeamRoutingRules", "namespace": "onCallTeamRoutingRules", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 1107 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 1173 }, "name": "rule", "type": { "fqn": "@cdktf/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 1167 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 1183 }, "name": "ruleInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRule" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 1160 }, "name": "id", "type": { "primitive": "string" } } ], "symbolId": "src/on-call-team-routing-rules/index:OnCallTeamRoutingRules" }, "@cdktf/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 14 }, "name": "OnCallTeamRoutingRulesConfig", "namespace": "onCallTeamRoutingRules", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/on_call_team_routing_rules#id OnCallTeamRoutingRules#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "ID of the team to associate the routing rules with." }, "immutable": true, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 23 }, "name": "id", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/on_call_team_routing_rules#rule OnCallTeamRoutingRules#rule}", "stability": "stable", "summary": "rule block." }, "immutable": true, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 29 }, "name": "rule", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRule" }, "kind": "array" } } ] } } } ], "symbolId": "src/on-call-team-routing-rules/index:OnCallTeamRoutingRulesConfig" }, "@cdktf/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRule": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRule", "kind": "interface", "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 835 }, "name": "OnCallTeamRoutingRulesRule", "namespace": "onCallTeamRoutingRules", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/on_call_team_routing_rules#action OnCallTeamRoutingRules#action}", "stability": "stable", "summary": "action block." }, "immutable": true, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 859 }, "name": "action", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleAction" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/on_call_team_routing_rules#escalation_policy OnCallTeamRoutingRules#escalation_policy}", "stability": "stable", "summary": "ID of the policy to be applied when this routing rule matches." }, "immutable": true, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 841 }, "name": "escalationPolicy", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/on_call_team_routing_rules#query OnCallTeamRoutingRules#query}", "stability": "stable", "summary": "Defines the query or condition that triggers this routing rule. Defaults to `\"\"`." }, "immutable": true, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 847 }, "name": "query", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/on_call_team_routing_rules#time_restrictions OnCallTeamRoutingRules#time_restrictions}", "stability": "stable", "summary": "time_restrictions block." }, "immutable": true, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 865 }, "name": "timeRestrictions", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleTimeRestrictions" } }, { "abstract": true, "docs": { "remarks": "Only valid if `escalation_policy` is set. Valid values are `high`, `low`, `dynamic`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/on_call_team_routing_rules#urgency OnCallTeamRoutingRules#urgency}", "stability": "stable", "summary": "Defines the urgency for pages created via this rule." }, "immutable": true, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 853 }, "name": "urgency", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/on-call-team-routing-rules/index:OnCallTeamRoutingRulesRule" }, "@cdktf/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleAction": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleAction", "kind": "interface", "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 328 }, "name": "OnCallTeamRoutingRulesRuleAction", "namespace": "onCallTeamRoutingRules", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/on_call_team_routing_rules#send_slack_message OnCallTeamRoutingRules#send_slack_message}", "stability": "stable", "summary": "send_slack_message block." }, "immutable": true, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 334 }, "name": "sendSlackMessage", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleActionSendSlackMessage" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/on_call_team_routing_rules#send_teams_message OnCallTeamRoutingRules#send_teams_message}", "stability": "stable", "summary": "send_teams_message block." }, "immutable": true, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 340 }, "name": "sendTeamsMessage", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleActionSendTeamsMessage" } } ], "symbolId": "src/on-call-team-routing-rules/index:OnCallTeamRoutingRulesRuleAction" }, "@cdktf/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleActionList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleActionList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 470 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 462 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 477 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleActionOutputReference" } } } ], "name": "OnCallTeamRoutingRulesRuleActionList", "namespace": "onCallTeamRoutingRules", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 470 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 470 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 470 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 463 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleAction" }, "kind": "array" } } ] } } } ], "symbolId": "src/on-call-team-routing-rules/index:OnCallTeamRoutingRulesRuleActionList" }, "@cdktf/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleActionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleActionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 389 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 379 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 434 }, "name": "putSendSlackMessage", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleActionSendSlackMessage" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 450 }, "name": "putSendTeamsMessage", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleActionSendTeamsMessage" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 437 }, "name": "resetSendSlackMessage" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 453 }, "name": "resetSendTeamsMessage" } ], "name": "OnCallTeamRoutingRulesRuleActionOutputReference", "namespace": "onCallTeamRoutingRules", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 431 }, "name": "sendSlackMessage", "type": { "fqn": "@cdktf/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleActionSendSlackMessageOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 447 }, "name": "sendTeamsMessage", "type": { "fqn": "@cdktf/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleActionSendTeamsMessageOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 441 }, "name": "sendSlackMessageInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleActionSendSlackMessage" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 457 }, "name": "sendTeamsMessageInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleActionSendTeamsMessage" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 393 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleAction" } ] } } } ], "symbolId": "src/on-call-team-routing-rules/index:OnCallTeamRoutingRulesRuleActionOutputReference" }, "@cdktf/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleActionSendSlackMessage": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleActionSendSlackMessage", "kind": "interface", "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 31 }, "name": "OnCallTeamRoutingRulesRuleActionSendSlackMessage", "namespace": "onCallTeamRoutingRules", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/on_call_team_routing_rules#channel OnCallTeamRoutingRules#channel}", "stability": "stable", "summary": "Slack channel ID." }, "immutable": true, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 37 }, "name": "channel", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/on_call_team_routing_rules#workspace OnCallTeamRoutingRules#workspace}", "stability": "stable", "summary": "Slack workspace ID." }, "immutable": true, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 43 }, "name": "workspace", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/on-call-team-routing-rules/index:OnCallTeamRoutingRulesRuleActionSendSlackMessage" }, "@cdktf/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleActionSendSlackMessageOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleActionSendSlackMessageOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 90 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 82 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 138 }, "name": "resetChannel" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 154 }, "name": "resetWorkspace" } ], "name": "OnCallTeamRoutingRulesRuleActionSendSlackMessageOutputReference", "namespace": "onCallTeamRoutingRules", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 142 }, "name": "channelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 158 }, "name": "workspaceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 132 }, "name": "channel", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 148 }, "name": "workspace", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 94 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleActionSendSlackMessage" } ] } } } ], "symbolId": "src/on-call-team-routing-rules/index:OnCallTeamRoutingRulesRuleActionSendSlackMessageOutputReference" }, "@cdktf/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleActionSendTeamsMessage": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleActionSendTeamsMessage", "kind": "interface", "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 162 }, "name": "OnCallTeamRoutingRulesRuleActionSendTeamsMessage", "namespace": "onCallTeamRoutingRules", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/on_call_team_routing_rules#channel OnCallTeamRoutingRules#channel}", "stability": "stable", "summary": "Teams channel ID." }, "immutable": true, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 168 }, "name": "channel", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/on_call_team_routing_rules#team OnCallTeamRoutingRules#team}", "stability": "stable", "summary": "Teams team ID." }, "immutable": true, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 174 }, "name": "team", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/on_call_team_routing_rules#tenant OnCallTeamRoutingRules#tenant}", "stability": "stable", "summary": "Teams tenant ID." }, "immutable": true, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 180 }, "name": "tenant", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/on-call-team-routing-rules/index:OnCallTeamRoutingRulesRuleActionSendTeamsMessage" }, "@cdktf/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleActionSendTeamsMessageOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleActionSendTeamsMessageOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 234 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 226 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 288 }, "name": "resetChannel" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 304 }, "name": "resetTeam" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 320 }, "name": "resetTenant" } ], "name": "OnCallTeamRoutingRulesRuleActionSendTeamsMessageOutputReference", "namespace": "onCallTeamRoutingRules", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 292 }, "name": "channelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 308 }, "name": "teamInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 324 }, "name": "tenantInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 282 }, "name": "channel", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 298 }, "name": "team", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 314 }, "name": "tenant", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 238 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleActionSendTeamsMessage" } ] } } } ], "symbolId": "src/on-call-team-routing-rules/index:OnCallTeamRoutingRulesRuleActionSendTeamsMessageOutputReference" }, "@cdktf/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 1087 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 1079 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 1094 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleOutputReference" } } } ], "name": "OnCallTeamRoutingRulesRuleList", "namespace": "onCallTeamRoutingRules", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 1087 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 1087 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 1087 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 1080 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRule" }, "kind": "array" } } ] } } } ], "symbolId": "src/on-call-team-routing-rules/index:OnCallTeamRoutingRulesRuleList" }, "@cdktf/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 935 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 925 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 1051 }, "name": "putAction", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleAction" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 1067 }, "name": "putTimeRestrictions", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleTimeRestrictions" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 1054 }, "name": "resetAction" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 1001 }, "name": "resetEscalationPolicy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 1022 }, "name": "resetQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 1070 }, "name": "resetTimeRestrictions" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 1038 }, "name": "resetUrgency" } ], "name": "OnCallTeamRoutingRulesRuleOutputReference", "namespace": "onCallTeamRoutingRules", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 1048 }, "name": "action", "type": { "fqn": "@cdktf/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleActionList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 1010 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 1064 }, "name": "timeRestrictions", "type": { "fqn": "@cdktf/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleTimeRestrictionsOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 1058 }, "name": "actionInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleAction" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 1005 }, "name": "escalationPolicyInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 1026 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 1074 }, "name": "timeRestrictionsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleTimeRestrictions" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 1042 }, "name": "urgencyInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 995 }, "name": "escalationPolicy", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 1016 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 1032 }, "name": "urgency", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 939 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRule" } ] } } } ], "symbolId": "src/on-call-team-routing-rules/index:OnCallTeamRoutingRulesRuleOutputReference" }, "@cdktf/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleTimeRestrictions": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleTimeRestrictions", "kind": "interface", "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 704 }, "name": "OnCallTeamRoutingRulesRuleTimeRestrictions", "namespace": "onCallTeamRoutingRules", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/on_call_team_routing_rules#restriction OnCallTeamRoutingRules#restriction}", "stability": "stable", "summary": "restriction block." }, "immutable": true, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 716 }, "name": "restriction", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleTimeRestrictionsRestriction" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/on_call_team_routing_rules#time_zone OnCallTeamRoutingRules#time_zone}", "stability": "stable", "summary": "Specifies the time zone applicable to the restrictions, e.g. `America/New_York`." }, "immutable": true, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 710 }, "name": "timeZone", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/on-call-team-routing-rules/index:OnCallTeamRoutingRulesRuleTimeRestrictions" }, "@cdktf/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleTimeRestrictionsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleTimeRestrictionsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 763 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 755 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 824 }, "name": "putRestriction", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleTimeRestrictionsRestriction" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 827 }, "name": "resetRestriction" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 811 }, "name": "resetTimeZone" } ], "name": "OnCallTeamRoutingRulesRuleTimeRestrictionsOutputReference", "namespace": "onCallTeamRoutingRules", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 821 }, "name": "restriction", "type": { "fqn": "@cdktf/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleTimeRestrictionsRestrictionList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 831 }, "name": "restrictionInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleTimeRestrictionsRestriction" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 815 }, "name": "timeZoneInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 805 }, "name": "timeZone", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 767 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleTimeRestrictions" } ] } } } ], "symbolId": "src/on-call-team-routing-rules/index:OnCallTeamRoutingRulesRuleTimeRestrictionsOutputReference" }, "@cdktf/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleTimeRestrictionsRestriction": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleTimeRestrictionsRestriction", "kind": "interface", "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 481 }, "name": "OnCallTeamRoutingRulesRuleTimeRestrictionsRestriction", "namespace": "onCallTeamRoutingRules", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/on_call_team_routing_rules#end_day OnCallTeamRoutingRules#end_day}", "stability": "stable", "summary": "The weekday when the restriction period ends. Valid values are `monday`, `tuesday`, `wednesday`, `thursday`, `friday`, `saturday`, `sunday`." }, "immutable": true, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 487 }, "name": "endDay", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/on_call_team_routing_rules#end_time OnCallTeamRoutingRules#end_time}", "stability": "stable", "summary": "The time of day when the restriction ends (hh:mm:ss)." }, "immutable": true, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 493 }, "name": "endTime", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/on_call_team_routing_rules#start_day OnCallTeamRoutingRules#start_day}", "stability": "stable", "summary": "The weekday when the restriction period starts. Valid values are `monday`, `tuesday`, `wednesday`, `thursday`, `friday`, `saturday`, `sunday`." }, "immutable": true, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 499 }, "name": "startDay", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/on_call_team_routing_rules#start_time OnCallTeamRoutingRules#start_time}", "stability": "stable", "summary": "The time of day when the restriction begins (hh:mm:ss)." }, "immutable": true, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 505 }, "name": "startTime", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/on-call-team-routing-rules/index:OnCallTeamRoutingRulesRuleTimeRestrictionsRestriction" }, "@cdktf/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleTimeRestrictionsRestrictionList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleTimeRestrictionsRestrictionList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 693 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 685 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 700 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleTimeRestrictionsRestrictionOutputReference" } } } ], "name": "OnCallTeamRoutingRulesRuleTimeRestrictionsRestrictionList", "namespace": "onCallTeamRoutingRules", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 693 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 693 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 693 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 686 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleTimeRestrictionsRestriction" }, "kind": "array" } } ] } } } ], "symbolId": "src/on-call-team-routing-rules/index:OnCallTeamRoutingRulesRuleTimeRestrictionsRestrictionList" }, "@cdktf/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleTimeRestrictionsRestrictionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleTimeRestrictionsRestrictionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 568 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 558 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 628 }, "name": "resetEndDay" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 644 }, "name": "resetEndTime" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 660 }, "name": "resetStartDay" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 676 }, "name": "resetStartTime" } ], "name": "OnCallTeamRoutingRulesRuleTimeRestrictionsRestrictionOutputReference", "namespace": "onCallTeamRoutingRules", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 632 }, "name": "endDayInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 648 }, "name": "endTimeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 664 }, "name": "startDayInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 680 }, "name": "startTimeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 622 }, "name": "endDay", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 638 }, "name": "endTime", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 654 }, "name": "startDay", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 670 }, "name": "startTime", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/on-call-team-routing-rules/index.ts", "line": 572 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleTimeRestrictionsRestriction" } ] } } } ], "symbolId": "src/on-call-team-routing-rules/index:OnCallTeamRoutingRulesRuleTimeRestrictionsRestrictionOutputReference" }, "@cdktf/provider-datadog.openapiApi.OpenapiApi": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/openapi_api datadog_openapi_api}." }, "fqn": "@cdktf/provider-datadog.openapiApi.OpenapiApi", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/openapi_api datadog_openapi_api} Resource." }, "locationInModule": { "filename": "src/openapi-api/index.ts", "line": 58 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.openapiApi.OpenapiApiConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/openapi-api/index.ts", "line": 26 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a OpenapiApi resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/openapi-api/index.ts", "line": 43 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the OpenapiApi to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/openapi_api#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing OpenapiApi that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the OpenapiApi to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/openapi-api/index.ts", "line": 103 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/openapi-api/index.ts", "line": 109 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "OpenapiApi", "namespace": "openapiApi", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/openapi-api/index.ts", "line": 31 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/openapi-api/index.ts", "line": 82 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/openapi-api/index.ts", "line": 95 }, "name": "specInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/openapi-api/index.ts", "line": 88 }, "name": "spec", "type": { "primitive": "string" } } ], "symbolId": "src/openapi-api/index:OpenapiApi" }, "@cdktf/provider-datadog.openapiApi.OpenapiApiConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.openapiApi.OpenapiApiConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/openapi-api/index.ts", "line": 14 }, "name": "OpenapiApiConfig", "namespace": "openapiApi", "properties": [ { "abstract": true, "docs": { "remarks": "Use [`file()`](https://developer.hashicorp.com/terraform/language/functions/file) in order to reference another file in the repository (see exmaple).\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/openapi_api#spec OpenapiApi#spec}", "stability": "stable", "summary": "The textual content of the OpenAPI specification." }, "immutable": true, "locationInModule": { "filename": "src/openapi-api/index.ts", "line": 20 }, "name": "spec", "type": { "primitive": "string" } } ], "symbolId": "src/openapi-api/index:OpenapiApiConfig" }, "@cdktf/provider-datadog.orgConnection.OrgConnection": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/org_connection datadog_org_connection}." }, "fqn": "@cdktf/provider-datadog.orgConnection.OrgConnection", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/org_connection datadog_org_connection} Resource." }, "locationInModule": { "filename": "src/org-connection/index.ts", "line": 64 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.orgConnection.OrgConnectionConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/org-connection/index.ts", "line": 32 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a OrgConnection resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/org-connection/index.ts", "line": 49 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the OrgConnection to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/org_connection#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing OrgConnection that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the OrgConnection to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/org-connection/index.ts", "line": 148 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/org-connection/index.ts", "line": 155 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "OrgConnection", "namespace": "orgConnection", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/org-connection/index.ts", "line": 37 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/org-connection/index.ts", "line": 102 }, "name": "createdAt", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/org-connection/index.ts", "line": 107 }, "name": "createdBy", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/org-connection/index.ts", "line": 112 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/org-connection/index.ts", "line": 130 }, "name": "sinkOrgName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/org-connection/index.ts", "line": 135 }, "name": "sourceOrgId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/org-connection/index.ts", "line": 140 }, "name": "sourceOrgName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/org-connection/index.ts", "line": 97 }, "name": "connectionTypesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/org-connection/index.ts", "line": 125 }, "name": "sinkOrgIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/org-connection/index.ts", "line": 90 }, "name": "connectionTypes", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/org-connection/index.ts", "line": 118 }, "name": "sinkOrgId", "type": { "primitive": "string" } } ], "symbolId": "src/org-connection/index:OrgConnection" }, "@cdktf/provider-datadog.orgConnection.OrgConnectionConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.orgConnection.OrgConnectionConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/org-connection/index.ts", "line": 14 }, "name": "OrgConnectionConfig", "namespace": "orgConnection", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/org_connection#connection_types OrgConnection#connection_types}", "stability": "stable", "summary": "Set of connection types to enable for this connection (., metrics, logs)." }, "immutable": true, "locationInModule": { "filename": "src/org-connection/index.ts", "line": 20 }, "name": "connectionTypes", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/org_connection#sink_org_id OrgConnection#sink_org_id}", "stability": "stable", "summary": "UUID of the sink (destination) organization. Must be a valid UUID." }, "immutable": true, "locationInModule": { "filename": "src/org-connection/index.ts", "line": 26 }, "name": "sinkOrgId", "type": { "primitive": "string" } } ], "symbolId": "src/org-connection/index:OrgConnectionConfig" }, "@cdktf/provider-datadog.organizationSettings.OrganizationSettings": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/organization_settings datadog_organization_settings}." }, "fqn": "@cdktf/provider-datadog.organizationSettings.OrganizationSettings", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/organization_settings datadog_organization_settings} Resource." }, "locationInModule": { "filename": "src/organization-settings/index.ts", "line": 725 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.organizationSettings.OrganizationSettingsConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/organization-settings/index.ts", "line": 693 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a OrganizationSettings resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/organization-settings/index.ts", "line": 710 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the OrganizationSettings to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/organization_settings#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing OrganizationSettings that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the OrganizationSettings to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/organization-settings/index.ts", "line": 814 }, "name": "putSettings", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.organizationSettings.OrganizationSettingsSettings" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/organization-settings/index.ts", "line": 764 }, "name": "resetId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/organization-settings/index.ts", "line": 780 }, "name": "resetName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/organization-settings/index.ts", "line": 801 }, "name": "resetSecurityContacts" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/organization-settings/index.ts", "line": 817 }, "name": "resetSettings" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/organization-settings/index.ts", "line": 829 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/organization-settings/index.ts", "line": 838 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "OrganizationSettings", "namespace": "organizationSettings", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/organization-settings/index.ts", "line": 698 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/organization-settings/index.ts", "line": 752 }, "name": "description", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/organization-settings/index.ts", "line": 789 }, "name": "publicId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/organization-settings/index.ts", "line": 811 }, "name": "settings", "type": { "fqn": "@cdktf/provider-datadog.organizationSettings.OrganizationSettingsSettingsOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/organization-settings/index.ts", "line": 768 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/organization-settings/index.ts", "line": 784 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/organization-settings/index.ts", "line": 805 }, "name": "securityContactsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/organization-settings/index.ts", "line": 821 }, "name": "settingsInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.organizationSettings.OrganizationSettingsSettings" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/organization-settings/index.ts", "line": 758 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/organization-settings/index.ts", "line": 774 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/organization-settings/index.ts", "line": 795 }, "name": "securityContacts", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/organization-settings/index:OrganizationSettings" }, "@cdktf/provider-datadog.organizationSettings.OrganizationSettingsConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.organizationSettings.OrganizationSettingsConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/organization-settings/index.ts", "line": 14 }, "name": "OrganizationSettingsConfig", "namespace": "organizationSettings", "properties": [ { "abstract": true, "docs": { "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/organization_settings#id OrganizationSettings#id}." }, "immutable": true, "locationInModule": { "filename": "src/organization-settings/index.ts", "line": 21 }, "name": "id", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/organization_settings#name OrganizationSettings#name}", "stability": "stable", "summary": "Name for Organization." }, "immutable": true, "locationInModule": { "filename": "src/organization-settings/index.ts", "line": 27 }, "name": "name", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/organization_settings#security_contacts OrganizationSettings#security_contacts}", "stability": "stable", "summary": "List of emails used for security event notifications from the organization." }, "immutable": true, "locationInModule": { "filename": "src/organization-settings/index.ts", "line": 33 }, "name": "securityContacts", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/organization_settings#settings OrganizationSettings#settings}", "stability": "stable", "summary": "settings block." }, "immutable": true, "locationInModule": { "filename": "src/organization-settings/index.ts", "line": 39 }, "name": "settings", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.organizationSettings.OrganizationSettingsSettings" } } ], "symbolId": "src/organization-settings/index:OrganizationSettingsConfig" }, "@cdktf/provider-datadog.organizationSettings.OrganizationSettingsSettings": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.organizationSettings.OrganizationSettingsSettings", "kind": "interface", "locationInModule": { "filename": "src/organization-settings/index.ts", "line": 420 }, "name": "OrganizationSettingsSettings", "namespace": "organizationSettings", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/organization_settings#saml OrganizationSettings#saml}", "stability": "stable", "summary": "saml block." }, "immutable": true, "locationInModule": { "filename": "src/organization-settings/index.ts", "line": 438 }, "name": "saml", "type": { "fqn": "@cdktf/provider-datadog.organizationSettings.OrganizationSettingsSettingsSaml" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/organization_settings#saml_autocreate_users_domains OrganizationSettings#saml_autocreate_users_domains}", "stability": "stable", "summary": "saml_autocreate_users_domains block." }, "immutable": true, "locationInModule": { "filename": "src/organization-settings/index.ts", "line": 444 }, "name": "samlAutocreateUsersDomains", "type": { "fqn": "@cdktf/provider-datadog.organizationSettings.OrganizationSettingsSettingsSamlAutocreateUsersDomains" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/organization_settings#saml_idp_initiated_login OrganizationSettings#saml_idp_initiated_login}", "stability": "stable", "summary": "saml_idp_initiated_login block." }, "immutable": true, "locationInModule": { "filename": "src/organization-settings/index.ts", "line": 450 }, "name": "samlIdpInitiatedLogin", "type": { "fqn": "@cdktf/provider-datadog.organizationSettings.OrganizationSettingsSettingsSamlIdpInitiatedLogin" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/organization_settings#saml_strict_mode OrganizationSettings#saml_strict_mode}", "stability": "stable", "summary": "saml_strict_mode block." }, "immutable": true, "locationInModule": { "filename": "src/organization-settings/index.ts", "line": 456 }, "name": "samlStrictMode", "type": { "fqn": "@cdktf/provider-datadog.organizationSettings.OrganizationSettingsSettingsSamlStrictMode" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/organization_settings#private_widget_share OrganizationSettings#private_widget_share}", "stability": "stable", "summary": "Whether or not the organization users can share widgets outside of Datadog. Defaults to `false`." }, "immutable": true, "locationInModule": { "filename": "src/organization-settings/index.ts", "line": 426 }, "name": "privateWidgetShare", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "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` Defaults to `\"st\"`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/organization_settings#saml_autocreate_access_role OrganizationSettings#saml_autocreate_access_role}", "stability": "stable", "summary": "The access role of the user." }, "immutable": true, "locationInModule": { "filename": "src/organization-settings/index.ts", "line": 432 }, "name": "samlAutocreateAccessRole", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/organization-settings/index:OrganizationSettingsSettings" }, "@cdktf/provider-datadog.organizationSettings.OrganizationSettingsSettingsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.organizationSettings.OrganizationSettingsSettingsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/organization-settings/index.ts", "line": 530 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 523 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/organization-settings/index.ts", "line": 642 }, "name": "putSaml", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.organizationSettings.OrganizationSettingsSettingsSaml" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/organization-settings/index.ts", "line": 655 }, "name": "putSamlAutocreateUsersDomains", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.organizationSettings.OrganizationSettingsSettingsSamlAutocreateUsersDomains" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/organization-settings/index.ts", "line": 668 }, "name": "putSamlIdpInitiatedLogin", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.organizationSettings.OrganizationSettingsSettingsSamlIdpInitiatedLogin" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/organization-settings/index.ts", "line": 681 }, "name": "putSamlStrictMode", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.organizationSettings.OrganizationSettingsSettingsSamlStrictMode" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/organization-settings/index.ts", "line": 593 }, "name": "resetPrivateWidgetShare" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/organization-settings/index.ts", "line": 609 }, "name": "resetSamlAutocreateAccessRole" } ], "name": "OrganizationSettingsSettingsOutputReference", "namespace": "organizationSettings", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/organization-settings/index.ts", "line": 639 }, "name": "saml", "type": { "fqn": "@cdktf/provider-datadog.organizationSettings.OrganizationSettingsSettingsSamlOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/organization-settings/index.ts", "line": 652 }, "name": "samlAutocreateUsersDomains", "type": { "fqn": "@cdktf/provider-datadog.organizationSettings.OrganizationSettingsSettingsSamlAutocreateUsersDomainsOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/organization-settings/index.ts", "line": 618 }, "name": "samlCanBeEnabled", "type": { "fqn": "cdktf.IResolvable" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/organization-settings/index.ts", "line": 623 }, "name": "samlIdpEndpoint", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/organization-settings/index.ts", "line": 665 }, "name": "samlIdpInitiatedLogin", "type": { "fqn": "@cdktf/provider-datadog.organizationSettings.OrganizationSettingsSettingsSamlIdpInitiatedLoginOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/organization-settings/index.ts", "line": 628 }, "name": "samlIdpMetadataUploaded", "type": { "fqn": "cdktf.IResolvable" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/organization-settings/index.ts", "line": 633 }, "name": "samlLoginUrl", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/organization-settings/index.ts", "line": 678 }, "name": "samlStrictMode", "type": { "fqn": "@cdktf/provider-datadog.organizationSettings.OrganizationSettingsSettingsSamlStrictModeOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/organization-settings/index.ts", "line": 597 }, "name": "privateWidgetShareInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/organization-settings/index.ts", "line": 613 }, "name": "samlAutocreateAccessRoleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/organization-settings/index.ts", "line": 659 }, "name": "samlAutocreateUsersDomainsInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.organizationSettings.OrganizationSettingsSettingsSamlAutocreateUsersDomains" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/organization-settings/index.ts", "line": 672 }, "name": "samlIdpInitiatedLoginInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.organizationSettings.OrganizationSettingsSettingsSamlIdpInitiatedLogin" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/organization-settings/index.ts", "line": 646 }, "name": "samlInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.organizationSettings.OrganizationSettingsSettingsSaml" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/organization-settings/index.ts", "line": 685 }, "name": "samlStrictModeInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.organizationSettings.OrganizationSettingsSettingsSamlStrictMode" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/organization-settings/index.ts", "line": 587 }, "name": "privateWidgetShare", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/organization-settings/index.ts", "line": 603 }, "name": "samlAutocreateAccessRole", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/organization-settings/index.ts", "line": 534 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.organizationSettings.OrganizationSettingsSettings" } } ], "symbolId": "src/organization-settings/index:OrganizationSettingsSettingsOutputReference" }, "@cdktf/provider-datadog.organizationSettings.OrganizationSettingsSettingsSaml": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.organizationSettings.OrganizationSettingsSettingsSaml", "kind": "interface", "locationInModule": { "filename": "src/organization-settings/index.ts", "line": 41 }, "name": "OrganizationSettingsSettingsSaml", "namespace": "organizationSettings", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/organization_settings#enabled OrganizationSettings#enabled}", "stability": "stable", "summary": "Whether or not SAML is enabled for this organization. Defaults to `false`." }, "immutable": true, "locationInModule": { "filename": "src/organization-settings/index.ts", "line": 47 }, "name": "enabled", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } } ], "symbolId": "src/organization-settings/index:OrganizationSettingsSettingsSaml" }, "@cdktf/provider-datadog.organizationSettings.OrganizationSettingsSettingsSamlAutocreateUsersDomains": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.organizationSettings.OrganizationSettingsSettingsSamlAutocreateUsersDomains", "kind": "interface", "locationInModule": { "filename": "src/organization-settings/index.ts", "line": 127 }, "name": "OrganizationSettingsSettingsSamlAutocreateUsersDomains", "namespace": "organizationSettings", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/organization_settings#domains OrganizationSettings#domains}", "stability": "stable", "summary": "List of domains where the SAML automated user creation is enabled." }, "immutable": true, "locationInModule": { "filename": "src/organization-settings/index.ts", "line": 133 }, "name": "domains", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/organization_settings#enabled OrganizationSettings#enabled}", "stability": "stable", "summary": "Whether or not the automated user creation based on SAML domain is enabled. Defaults to `false`." }, "immutable": true, "locationInModule": { "filename": "src/organization-settings/index.ts", "line": 139 }, "name": "enabled", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } } ], "symbolId": "src/organization-settings/index:OrganizationSettingsSettingsSamlAutocreateUsersDomains" }, "@cdktf/provider-datadog.organizationSettings.OrganizationSettingsSettingsSamlAutocreateUsersDomainsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.organizationSettings.OrganizationSettingsSettingsSamlAutocreateUsersDomainsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/organization-settings/index.ts", "line": 185 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 178 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/organization-settings/index.ts", "line": 224 }, "name": "resetDomains" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/organization-settings/index.ts", "line": 240 }, "name": "resetEnabled" } ], "name": "OrganizationSettingsSettingsSamlAutocreateUsersDomainsOutputReference", "namespace": "organizationSettings", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/organization-settings/index.ts", "line": 228 }, "name": "domainsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/organization-settings/index.ts", "line": 244 }, "name": "enabledInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/organization-settings/index.ts", "line": 218 }, "name": "domains", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/organization-settings/index.ts", "line": 234 }, "name": "enabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/organization-settings/index.ts", "line": 189 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.organizationSettings.OrganizationSettingsSettingsSamlAutocreateUsersDomains" } } ], "symbolId": "src/organization-settings/index:OrganizationSettingsSettingsSamlAutocreateUsersDomainsOutputReference" }, "@cdktf/provider-datadog.organizationSettings.OrganizationSettingsSettingsSamlIdpInitiatedLogin": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.organizationSettings.OrganizationSettingsSettingsSamlIdpInitiatedLogin", "kind": "interface", "locationInModule": { "filename": "src/organization-settings/index.ts", "line": 248 }, "name": "OrganizationSettingsSettingsSamlIdpInitiatedLogin", "namespace": "organizationSettings", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/organization_settings#enabled OrganizationSettings#enabled}", "stability": "stable", "summary": "Whether or not a SAML identity provider metadata file was provided to the Datadog organization. Defaults to `false`." }, "immutable": true, "locationInModule": { "filename": "src/organization-settings/index.ts", "line": 254 }, "name": "enabled", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } } ], "symbolId": "src/organization-settings/index:OrganizationSettingsSettingsSamlIdpInitiatedLogin" }, "@cdktf/provider-datadog.organizationSettings.OrganizationSettingsSettingsSamlIdpInitiatedLoginOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.organizationSettings.OrganizationSettingsSettingsSamlIdpInitiatedLoginOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/organization-settings/index.ts", "line": 293 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 286 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/organization-settings/index.ts", "line": 326 }, "name": "resetEnabled" } ], "name": "OrganizationSettingsSettingsSamlIdpInitiatedLoginOutputReference", "namespace": "organizationSettings", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/organization-settings/index.ts", "line": 330 }, "name": "enabledInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/organization-settings/index.ts", "line": 320 }, "name": "enabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/organization-settings/index.ts", "line": 297 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.organizationSettings.OrganizationSettingsSettingsSamlIdpInitiatedLogin" } } ], "symbolId": "src/organization-settings/index:OrganizationSettingsSettingsSamlIdpInitiatedLoginOutputReference" }, "@cdktf/provider-datadog.organizationSettings.OrganizationSettingsSettingsSamlOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.organizationSettings.OrganizationSettingsSettingsSamlOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/organization-settings/index.ts", "line": 86 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 79 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/organization-settings/index.ts", "line": 119 }, "name": "resetEnabled" } ], "name": "OrganizationSettingsSettingsSamlOutputReference", "namespace": "organizationSettings", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/organization-settings/index.ts", "line": 123 }, "name": "enabledInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/organization-settings/index.ts", "line": 113 }, "name": "enabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/organization-settings/index.ts", "line": 90 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.organizationSettings.OrganizationSettingsSettingsSaml" } } ], "symbolId": "src/organization-settings/index:OrganizationSettingsSettingsSamlOutputReference" }, "@cdktf/provider-datadog.organizationSettings.OrganizationSettingsSettingsSamlStrictMode": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.organizationSettings.OrganizationSettingsSettingsSamlStrictMode", "kind": "interface", "locationInModule": { "filename": "src/organization-settings/index.ts", "line": 334 }, "name": "OrganizationSettingsSettingsSamlStrictMode", "namespace": "organizationSettings", "properties": [ { "abstract": true, "docs": { "remarks": "If true, all users must log in with SAML. Defaults to `false`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/organization_settings#enabled OrganizationSettings#enabled}", "stability": "stable", "summary": "Whether or not the SAML strict mode is enabled." }, "immutable": true, "locationInModule": { "filename": "src/organization-settings/index.ts", "line": 340 }, "name": "enabled", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } } ], "symbolId": "src/organization-settings/index:OrganizationSettingsSettingsSamlStrictMode" }, "@cdktf/provider-datadog.organizationSettings.OrganizationSettingsSettingsSamlStrictModeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.organizationSettings.OrganizationSettingsSettingsSamlStrictModeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/organization-settings/index.ts", "line": 379 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 372 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/organization-settings/index.ts", "line": 412 }, "name": "resetEnabled" } ], "name": "OrganizationSettingsSettingsSamlStrictModeOutputReference", "namespace": "organizationSettings", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/organization-settings/index.ts", "line": 416 }, "name": "enabledInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/organization-settings/index.ts", "line": 406 }, "name": "enabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/organization-settings/index.ts", "line": 383 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.organizationSettings.OrganizationSettingsSettingsSamlStrictMode" } } ], "symbolId": "src/organization-settings/index:OrganizationSettingsSettingsSamlStrictModeOutputReference" }, "@cdktf/provider-datadog.powerpack.Powerpack": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack datadog_powerpack}." }, "fqn": "@cdktf/provider-datadog.powerpack.Powerpack", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack datadog_powerpack} Resource." }, "locationInModule": { "filename": "src/powerpack/index.ts", "line": 116 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index.ts", "line": 84 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a Powerpack resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/powerpack/index.ts", "line": 101 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the Powerpack to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing Powerpack that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the Powerpack to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index.ts", "line": 248 }, "name": "putLayout", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackLayout" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index.ts", "line": 264 }, "name": "putTemplateVariables", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackTemplateVariables" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index.ts", "line": 280 }, "name": "putWidget", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidget" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index.ts", "line": 155 }, "name": "resetDescription" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index.ts", "line": 171 }, "name": "resetId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index.ts", "line": 251 }, "name": "resetLayout" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index.ts", "line": 187 }, "name": "resetLiveSpan" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index.ts", "line": 203 }, "name": "resetName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index.ts", "line": 219 }, "name": "resetShowTitle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index.ts", "line": 235 }, "name": "resetTags" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index.ts", "line": 267 }, "name": "resetTemplateVariables" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index.ts", "line": 283 }, "name": "resetWidget" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index.ts", "line": 295 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index.ts", "line": 309 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "Powerpack", "namespace": "powerpack", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index.ts", "line": 89 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index.ts", "line": 245 }, "name": "layout", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackLayoutOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index.ts", "line": 261 }, "name": "templateVariables", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackTemplateVariablesList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index.ts", "line": 277 }, "name": "widget", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index.ts", "line": 159 }, "name": "descriptionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index.ts", "line": 175 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index.ts", "line": 255 }, "name": "layoutInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackLayout" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index.ts", "line": 191 }, "name": "liveSpanInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index.ts", "line": 207 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index.ts", "line": 223 }, "name": "showTitleInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index.ts", "line": 239 }, "name": "tagsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index.ts", "line": 271 }, "name": "templateVariablesInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackTemplateVariables" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index.ts", "line": 287 }, "name": "widgetInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidget" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index.ts", "line": 149 }, "name": "description", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index.ts", "line": 165 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index.ts", "line": 181 }, "name": "liveSpan", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index.ts", "line": 197 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index.ts", "line": 213 }, "name": "showTitle", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index.ts", "line": 229 }, "name": "tags", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/powerpack/index:Powerpack" }, "@cdktf/provider-datadog.powerpack.PowerpackConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/powerpack/index.ts", "line": 23 }, "name": "PowerpackConfig", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#description Powerpack#description}", "stability": "stable", "summary": "The description of the powerpack." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index.ts", "line": 29 }, "name": "description", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#id Powerpack#id}." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index.ts", "line": 36 }, "name": "id", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#layout Powerpack#layout}", "stability": "stable", "summary": "layout block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index.ts", "line": 66 }, "name": "layout", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackLayout" } }, { "abstract": true, "docs": { "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#live_span Powerpack#live_span}", "stability": "stable", "summary": "The timeframe to use when displaying the widget." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index.ts", "line": 42 }, "name": "liveSpan", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#name Powerpack#name}", "stability": "stable", "summary": "The name for the powerpack." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index.ts", "line": 48 }, "name": "name", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#show_title Powerpack#show_title}", "stability": "stable", "summary": "Whether or not title should be displayed in the powerpack." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index.ts", "line": 54 }, "name": "showTitle", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#tags Powerpack#tags}", "stability": "stable", "summary": "List of tags to identify this powerpack." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index.ts", "line": 60 }, "name": "tags", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#template_variables Powerpack#template_variables}", "stability": "stable", "summary": "template_variables block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index.ts", "line": 72 }, "name": "templateVariables", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackTemplateVariables" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#widget Powerpack#widget}", "stability": "stable", "summary": "widget block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index.ts", "line": 78 }, "name": "widget", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidget" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index:PowerpackConfig" }, "@cdktf/provider-datadog.powerpack.PowerpackLayout": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackLayout", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7 }, "name": "PowerpackLayout", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#height Powerpack#height}", "stability": "stable", "summary": "The height of the widget." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13 }, "name": "height", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#width Powerpack#width}", "stability": "stable", "summary": "The width of the widget." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19 }, "name": "width", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#x Powerpack#x}", "stability": "stable", "summary": "The position of the widget on the x (horizontal) axis. Should be greater than or equal to 0." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 25 }, "name": "x", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#y Powerpack#y}", "stability": "stable", "summary": "The position of the widget on the y (vertical) axis. Should be greater than or equal to 0." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 31 }, "name": "y", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackLayout" }, "@cdktf/provider-datadog.powerpack.PowerpackLayoutOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackLayoutOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 91 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 84 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 142 }, "name": "resetHeight" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 158 }, "name": "resetWidth" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 174 }, "name": "resetX" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 190 }, "name": "resetY" } ], "name": "PowerpackLayoutOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 146 }, "name": "heightInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 162 }, "name": "widthInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 178 }, "name": "xInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 194 }, "name": "yInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 136 }, "name": "height", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 152 }, "name": "width", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 168 }, "name": "x", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 184 }, "name": "y", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 95 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackLayout" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackLayoutOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackTemplateVariables": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackTemplateVariables", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 198 }, "name": "PowerpackTemplateVariables", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#name Powerpack#name}", "stability": "stable", "summary": "The name of the powerpack template variable." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 210 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "If more than one default is specified, they will be unioned together with `OR`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#defaults Powerpack#defaults}", "stability": "stable", "summary": "One or many default values for powerpack template variables on load." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 204 }, "name": "defaults", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackTemplateVariables" }, "@cdktf/provider-datadog.powerpack.PowerpackTemplateVariablesList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackTemplateVariablesList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 337 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 329 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 344 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackTemplateVariablesOutputReference" } } } ], "name": "PowerpackTemplateVariablesList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 337 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 337 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 337 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 330 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackTemplateVariables" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackTemplateVariablesList" }, "@cdktf/provider-datadog.powerpack.PowerpackTemplateVariablesOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackTemplateVariablesOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 259 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 249 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 307 }, "name": "resetDefaults" } ], "name": "PowerpackTemplateVariablesOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 311 }, "name": "defaultsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 324 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 301 }, "name": "defaults", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 317 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 263 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackTemplateVariables" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackTemplateVariablesOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidget": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidget", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2675 }, "name": "PowerpackWidget", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#alert_graph_definition Powerpack#alert_graph_definition}", "stability": "stable", "summary": "alert_graph_definition block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2681 }, "name": "alertGraphDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetAlertGraphDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#alert_value_definition Powerpack#alert_value_definition}", "stability": "stable", "summary": "alert_value_definition block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2687 }, "name": "alertValueDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetAlertValueDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#change_definition Powerpack#change_definition}", "stability": "stable", "summary": "change_definition block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2693 }, "name": "changeDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#check_status_definition Powerpack#check_status_definition}", "stability": "stable", "summary": "check_status_definition block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2699 }, "name": "checkStatusDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetCheckStatusDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#distribution_definition Powerpack#distribution_definition}", "stability": "stable", "summary": "distribution_definition block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2705 }, "name": "distributionDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#event_stream_definition Powerpack#event_stream_definition}", "stability": "stable", "summary": "event_stream_definition block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2711 }, "name": "eventStreamDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetEventStreamDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#event_timeline_definition Powerpack#event_timeline_definition}", "stability": "stable", "summary": "event_timeline_definition block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2717 }, "name": "eventTimelineDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetEventTimelineDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#free_text_definition Powerpack#free_text_definition}", "stability": "stable", "summary": "free_text_definition block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2723 }, "name": "freeTextDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetFreeTextDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#geomap_definition Powerpack#geomap_definition}", "stability": "stable", "summary": "geomap_definition block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2729 }, "name": "geomapDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#heatmap_definition Powerpack#heatmap_definition}", "stability": "stable", "summary": "heatmap_definition block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2735 }, "name": "heatmapDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#hostmap_definition Powerpack#hostmap_definition}", "stability": "stable", "summary": "hostmap_definition block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2741 }, "name": "hostmapDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#iframe_definition Powerpack#iframe_definition}", "stability": "stable", "summary": "iframe_definition block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2747 }, "name": "iframeDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetIframeDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#image_definition Powerpack#image_definition}", "stability": "stable", "summary": "image_definition block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2753 }, "name": "imageDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetImageDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#list_stream_definition Powerpack#list_stream_definition}", "stability": "stable", "summary": "list_stream_definition block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2759 }, "name": "listStreamDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetListStreamDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#log_stream_definition Powerpack#log_stream_definition}", "stability": "stable", "summary": "log_stream_definition block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2765 }, "name": "logStreamDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetLogStreamDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#manage_status_definition Powerpack#manage_status_definition}", "stability": "stable", "summary": "manage_status_definition block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2771 }, "name": "manageStatusDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetManageStatusDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#note_definition Powerpack#note_definition}", "stability": "stable", "summary": "note_definition block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2777 }, "name": "noteDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetNoteDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#query_table_definition Powerpack#query_table_definition}", "stability": "stable", "summary": "query_table_definition block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2783 }, "name": "queryTableDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#query_value_definition Powerpack#query_value_definition}", "stability": "stable", "summary": "query_value_definition block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2789 }, "name": "queryValueDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#run_workflow_definition Powerpack#run_workflow_definition}", "stability": "stable", "summary": "run_workflow_definition block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2795 }, "name": "runWorkflowDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetRunWorkflowDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#scatterplot_definition Powerpack#scatterplot_definition}", "stability": "stable", "summary": "scatterplot_definition block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2801 }, "name": "scatterplotDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#service_level_objective_definition Powerpack#service_level_objective_definition}", "stability": "stable", "summary": "service_level_objective_definition block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2807 }, "name": "serviceLevelObjectiveDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetServiceLevelObjectiveDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#servicemap_definition Powerpack#servicemap_definition}", "stability": "stable", "summary": "servicemap_definition block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2813 }, "name": "servicemapDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetServicemapDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#slo_list_definition Powerpack#slo_list_definition}", "stability": "stable", "summary": "slo_list_definition block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2819 }, "name": "sloListDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSloListDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#sunburst_definition Powerpack#sunburst_definition}", "stability": "stable", "summary": "sunburst_definition block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2825 }, "name": "sunburstDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#timeseries_definition Powerpack#timeseries_definition}", "stability": "stable", "summary": "timeseries_definition block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2831 }, "name": "timeseriesDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#toplist_definition Powerpack#toplist_definition}", "stability": "stable", "summary": "toplist_definition block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2837 }, "name": "toplistDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#topology_map_definition Powerpack#topology_map_definition}", "stability": "stable", "summary": "topology_map_definition block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2843 }, "name": "topologyMapDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTopologyMapDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#trace_service_definition Powerpack#trace_service_definition}", "stability": "stable", "summary": "trace_service_definition block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2849 }, "name": "traceServiceDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTraceServiceDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#treemap_definition Powerpack#treemap_definition}", "stability": "stable", "summary": "treemap_definition block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2855 }, "name": "treemapDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#widget_layout Powerpack#widget_layout}", "stability": "stable", "summary": "widget_layout block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2861 }, "name": "widgetLayout", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetWidgetLayout" } } ], "symbolId": "src/powerpack/index-structs/structs2000:PowerpackWidget" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetAlertGraphDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetAlertGraphDefinition", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 348 }, "name": "PowerpackWidgetAlertGraphDefinition", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#alert_id Powerpack#alert_id}", "stability": "stable", "summary": "The ID of the monitor used by the widget." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 354 }, "name": "alertId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#viz_type Powerpack#viz_type}", "stability": "stable", "summary": "Type of visualization to use when displaying the widget. Valid values are `timeseries`, `toplist`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 384 }, "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`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#live_span Powerpack#live_span}", "stability": "stable", "summary": "The timeframe to use when displaying the widget." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 360 }, "name": "liveSpan", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#title Powerpack#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 366 }, "name": "title", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#title_align Powerpack#title_align}", "stability": "stable", "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 372 }, "name": "titleAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#title_size Powerpack#title_size}", "stability": "stable", "summary": "The size of the widget's title (defaults to 16)." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 378 }, "name": "titleSize", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetAlertGraphDefinition" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetAlertGraphDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetAlertGraphDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.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" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 451 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 534 }, "name": "resetLiveSpan" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 550 }, "name": "resetTitle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 566 }, "name": "resetTitleAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 582 }, "name": "resetTitleSize" } ], "name": "PowerpackWidgetAlertGraphDefinitionOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 522 }, "name": "alertIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 538 }, "name": "liveSpanInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 570 }, "name": "titleAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 554 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 586 }, "name": "titleSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 599 }, "name": "vizTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 515 }, "name": "alertId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 528 }, "name": "liveSpan", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 544 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 560 }, "name": "titleAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 576 }, "name": "titleSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 592 }, "name": "vizType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 462 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetAlertGraphDefinition" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetAlertGraphDefinitionOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetAlertValueDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetAlertValueDefinition", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 603 }, "name": "PowerpackWidgetAlertValueDefinition", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#alert_id Powerpack#alert_id}", "stability": "stable", "summary": "The ID of the monitor used by the widget." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 609 }, "name": "alertId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#precision Powerpack#precision}", "stability": "stable", "summary": "The precision to use when displaying the value. Use `*` for maximum precision." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 615 }, "name": "precision", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#text_align Powerpack#text_align}", "stability": "stable", "summary": "The alignment of the text in the widget. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 621 }, "name": "textAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#title Powerpack#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 627 }, "name": "title", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#title_align Powerpack#title_align}", "stability": "stable", "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 633 }, "name": "titleAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#title_size Powerpack#title_size}", "stability": "stable", "summary": "The size of the widget's title (defaults to 16)." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 639 }, "name": "titleSize", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#unit Powerpack#unit}", "stability": "stable", "summary": "The unit for the value displayed in the widget." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 645 }, "name": "unit", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetAlertValueDefinition" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetAlertValueDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetAlertValueDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.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" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 719 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 808 }, "name": "resetPrecision" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 824 }, "name": "resetTextAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 840 }, "name": "resetTitle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 856 }, "name": "resetTitleAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 872 }, "name": "resetTitleSize" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 888 }, "name": "resetUnit" } ], "name": "PowerpackWidgetAlertValueDefinitionOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 796 }, "name": "alertIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 812 }, "name": "precisionInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 828 }, "name": "textAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 860 }, "name": "titleAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 844 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 876 }, "name": "titleSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 892 }, "name": "unitInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 789 }, "name": "alertId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 802 }, "name": "precision", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 818 }, "name": "textAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 834 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 850 }, "name": "titleAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 866 }, "name": "titleSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 882 }, "name": "unit", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 730 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetAlertValueDefinition" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetAlertValueDefinitionOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinition", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10196 }, "name": "PowerpackWidgetChangeDefinition", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#custom_link Powerpack#custom_link}", "stability": "stable", "summary": "custom_link block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10226 }, "name": "customLink", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#live_span Powerpack#live_span}", "stability": "stable", "summary": "The timeframe to use when displaying the widget." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10202 }, "name": "liveSpan", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#request Powerpack#request}", "stability": "stable", "summary": "request block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10232 }, "name": "request", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequest" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#title Powerpack#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10208 }, "name": "title", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#title_align Powerpack#title_align}", "stability": "stable", "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10214 }, "name": "titleAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#title_size Powerpack#title_size}", "stability": "stable", "summary": "The size of the widget's title (defaults to 16)." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10220 }, "name": "titleSize", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinition" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionCustomLink": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionCustomLink", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 896 }, "name": "PowerpackWidgetChangeDefinitionCustomLink", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#is_hidden Powerpack#is_hidden}", "stability": "stable", "summary": "The flag for toggling context menu link visibility." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 902 }, "name": "isHidden", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#label Powerpack#label}", "stability": "stable", "summary": "The label for the custom link URL." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 908 }, "name": "label", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#link Powerpack#link}", "stability": "stable", "summary": "The URL of the custom link." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 914 }, "name": "link", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#override_label Powerpack#override_label}", "stability": "stable", "summary": "The label ID that refers to a context menu link item." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 920 }, "name": "overrideLabel", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionCustomLink" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionCustomLinkList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionCustomLinkList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1108 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1100 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1115 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionCustomLinkOutputReference" } } } ], "name": "PowerpackWidgetChangeDefinitionCustomLinkList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1108 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1108 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1108 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1101 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionCustomLink" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionCustomLinkList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionCustomLinkOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionCustomLinkOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 983 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 973 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1043 }, "name": "resetIsHidden" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1059 }, "name": "resetLabel" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1075 }, "name": "resetLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1091 }, "name": "resetOverrideLabel" } ], "name": "PowerpackWidgetChangeDefinitionCustomLinkOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1047 }, "name": "isHiddenInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1063 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1079 }, "name": "linkInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1095 }, "name": "overrideLabelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1037 }, "name": "isHidden", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1053 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1069 }, "name": "link", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1085 }, "name": "overrideLabel", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 987 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionCustomLink" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionCustomLinkOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10306 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10299 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10430 }, "name": "putCustomLink", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionCustomLink" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10446 }, "name": "putRequest", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequest" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10433 }, "name": "resetCustomLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10369 }, "name": "resetLiveSpan" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10449 }, "name": "resetRequest" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10385 }, "name": "resetTitle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10401 }, "name": "resetTitleAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10417 }, "name": "resetTitleSize" } ], "name": "PowerpackWidgetChangeDefinitionOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10427 }, "name": "customLink", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionCustomLinkList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10443 }, "name": "request", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10437 }, "name": "customLinkInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10373 }, "name": "liveSpanInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10453 }, "name": "requestInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequest" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10405 }, "name": "titleAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10389 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10421 }, "name": "titleSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10363 }, "name": "liveSpan", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10379 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10395 }, "name": "titleAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10411 }, "name": "titleSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10310 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinition" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequest": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequest", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9623 }, "name": "PowerpackWidgetChangeDefinitionRequest", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#apm_query Powerpack#apm_query}", "stability": "stable", "summary": "apm_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9671 }, "name": "apmQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#change_type Powerpack#change_type}", "stability": "stable", "summary": "Whether to show absolute or relative change. Valid values are `absolute`, `relative`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9629 }, "name": "changeType", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#compare_to Powerpack#compare_to}", "stability": "stable", "summary": "Choose from when to compare current data to. Valid values are `hour_before`, `day_before`, `week_before`, `month_before`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9635 }, "name": "compareTo", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#formula Powerpack#formula}", "stability": "stable", "summary": "formula block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9677 }, "name": "formula", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormula" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#increase_good Powerpack#increase_good}", "stability": "stable", "summary": "A Boolean indicating whether an increase in the value is good (displayed in green) or not (displayed in red)." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9641 }, "name": "increaseGood", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#log_query Powerpack#log_query}", "stability": "stable", "summary": "log_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9683 }, "name": "logQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#order_by Powerpack#order_by}", "stability": "stable", "summary": "What to order by. Valid values are `change`, `name`, `present`, `past`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9647 }, "name": "orderBy", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#order_dir Powerpack#order_dir}", "stability": "stable", "summary": "Widget sorting method. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9653 }, "name": "orderDir", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#process_query Powerpack#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9689 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#q Powerpack#q}", "stability": "stable", "summary": "The metric query to use for this widget." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9659 }, "name": "q", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#query Powerpack#query}", "stability": "stable", "summary": "query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9695 }, "name": "query", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQuery" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#rum_query Powerpack#rum_query}", "stability": "stable", "summary": "rum_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9701 }, "name": "rumQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#security_query Powerpack#security_query}", "stability": "stable", "summary": "security_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9707 }, "name": "securityQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#show_present Powerpack#show_present}", "stability": "stable", "summary": "If set to `true`, displays the current value." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9665 }, "name": "showPresent", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequest" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1795 }, "name": "PowerpackWidgetChangeDefinitionRequestApmQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#index Powerpack#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1801 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#compute_query Powerpack#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1813 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#group_by Powerpack#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1819 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1825 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#search_query Powerpack#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1807 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestApmQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1119 }, "name": "PowerpackWidgetChangeDefinitionRequestApmQueryComputeQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1125 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1131 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1137 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestApmQueryComputeQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1190 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1183 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1248 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1264 }, "name": "resetInterval" } ], "name": "PowerpackWidgetChangeDefinitionRequestApmQueryComputeQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1236 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1252 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1268 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1229 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1242 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1258 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1194 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQueryComputeQuery" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestApmQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1422 }, "name": "PowerpackWidgetChangeDefinitionRequestApmQueryGroupBy", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1428 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1434 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#sort_query Powerpack#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1440 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestApmQueryGroupBy" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1599 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1591 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1606 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQueryGroupByOutputReference" } } } ], "name": "PowerpackWidgetChangeDefinitionRequestApmQueryGroupByList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1599 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1599 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1599 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1592 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestApmQueryGroupByList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1496 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1486 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1579 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1550 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1566 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1582 }, "name": "resetSortQuery" } ], "name": "PowerpackWidgetChangeDefinitionRequestApmQueryGroupByOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1576 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1554 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1570 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1586 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1544 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1560 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1500 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQueryGroupBy" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestApmQueryGroupByOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1272 }, "name": "PowerpackWidgetChangeDefinitionRequestApmQueryGroupBySortQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1278 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#order Powerpack#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1290 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1284 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestApmQueryGroupBySortQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1343 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1336 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1401 }, "name": "resetFacet" } ], "name": "PowerpackWidgetChangeDefinitionRequestApmQueryGroupBySortQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1389 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1405 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1418 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1382 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1395 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1411 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1347 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestApmQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1610 }, "name": "PowerpackWidgetChangeDefinitionRequestApmQueryMultiCompute", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1616 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1622 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1628 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestApmQueryMultiCompute" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1784 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1776 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1791 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQueryMultiComputeOutputReference" } } } ], "name": "PowerpackWidgetChangeDefinitionRequestApmQueryMultiComputeList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1784 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1784 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1784 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1777 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestApmQueryMultiComputeList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1684 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1674 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1751 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1767 }, "name": "resetInterval" } ], "name": "PowerpackWidgetChangeDefinitionRequestApmQueryMultiComputeOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1739 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1755 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1771 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1732 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1745 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1761 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1688 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQueryMultiCompute" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestApmQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1892 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1885 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1975 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1991 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2007 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1978 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1994 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2010 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1962 }, "name": "resetSearchQuery" } ], "name": "PowerpackWidgetChangeDefinitionRequestApmQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1972 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1988 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2004 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1982 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1998 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1950 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2014 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1966 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1943 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1956 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 1896 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQuery" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestApmQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormula": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormula", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3170 }, "name": "PowerpackWidgetChangeDefinitionRequestFormula", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#formula_expression Powerpack#formula_expression}", "stability": "stable", "summary": "A string expression built from queries, formulas, and functions." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3188 }, "name": "formulaExpression", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#alias Powerpack#alias}", "stability": "stable", "summary": "An expression alias." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3176 }, "name": "alias", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#cell_display_mode Powerpack#cell_display_mode}", "stability": "stable", "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3182 }, "name": "cellDisplayMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#conditional_formats Powerpack#conditional_formats}", "stability": "stable", "summary": "conditional_formats block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3194 }, "name": "conditionalFormats", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "limit block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3200 }, "name": "limit", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaLimit" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#number_format Powerpack#number_format}", "stability": "stable", "summary": "number_format block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3206 }, "name": "numberFormat", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaNumberFormat" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#style Powerpack#style}", "stability": "stable", "summary": "style block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3212 }, "name": "style", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaStyle" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestFormula" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaConditionalFormats": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaConditionalFormats", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2018 }, "name": "PowerpackWidgetChangeDefinitionRequestFormulaConditionalFormats", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#comparator Powerpack#comparator}", "stability": "stable", "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2024 }, "name": "comparator", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#palette Powerpack#palette}", "stability": "stable", "summary": "The color palette to apply." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2060 }, "name": "palette", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#value Powerpack#value}", "stability": "stable", "summary": "A value for the comparator." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2072 }, "name": "value", "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#custom_bg_color Powerpack#custom_bg_color}", "stability": "stable", "summary": "The color palette to apply to the background, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2030 }, "name": "customBgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#custom_fg_color Powerpack#custom_fg_color}", "stability": "stable", "summary": "The color palette to apply to the foreground, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2036 }, "name": "customFgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#hide_value Powerpack#hide_value}", "stability": "stable", "summary": "Setting this to True hides values." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2042 }, "name": "hideValue", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#image_url Powerpack#image_url}", "stability": "stable", "summary": "Displays an image as the background." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2048 }, "name": "imageUrl", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#metric Powerpack#metric}", "stability": "stable", "summary": "The metric from the request to correlate with this conditional format." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2054 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#timeframe Powerpack#timeframe}", "stability": "stable", "summary": "Defines the displayed timeframe." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2066 }, "name": "timeframe", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestFormulaConditionalFormats" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaConditionalFormatsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaConditionalFormatsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2396 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2388 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2403 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaConditionalFormatsOutputReference" } } } ], "name": "PowerpackWidgetChangeDefinitionRequestFormulaConditionalFormatsList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2396 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2396 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2396 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2389 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestFormulaConditionalFormatsList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaConditionalFormatsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaConditionalFormatsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2170 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2160 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2273 }, "name": "resetCustomBgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2289 }, "name": "resetCustomFgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2305 }, "name": "resetHideValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2321 }, "name": "resetImageUrl" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2337 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2366 }, "name": "resetTimeframe" } ], "name": "PowerpackWidgetChangeDefinitionRequestFormulaConditionalFormatsOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2261 }, "name": "comparatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2277 }, "name": "customBgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2293 }, "name": "customFgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2309 }, "name": "hideValueInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2325 }, "name": "imageUrlInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2341 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2354 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2370 }, "name": "timeframeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2383 }, "name": "valueInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2254 }, "name": "comparator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2267 }, "name": "customBgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2283 }, "name": "customFgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2299 }, "name": "hideValue", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2315 }, "name": "imageUrl", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2331 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2347 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2360 }, "name": "timeframe", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2376 }, "name": "value", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2174 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaConditionalFormats" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestFormulaConditionalFormatsOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaLimit": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaLimit", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2407 }, "name": "PowerpackWidgetChangeDefinitionRequestFormulaLimit", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#count Powerpack#count}", "stability": "stable", "summary": "The number of results to return." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2413 }, "name": "count", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#order Powerpack#order}", "stability": "stable", "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2419 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestFormulaLimit" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaLimitOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaLimitOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.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" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2458 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2504 }, "name": "resetCount" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2520 }, "name": "resetOrder" } ], "name": "PowerpackWidgetChangeDefinitionRequestFormulaLimitOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2508 }, "name": "countInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2524 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2498 }, "name": "count", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2514 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2469 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaLimit" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestFormulaLimitOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3484 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3476 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3491 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaOutputReference" } } } ], "name": "PowerpackWidgetChangeDefinitionRequestFormulaList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3484 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3484 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3484 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3477 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormula" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestFormulaList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaNumberFormat": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaNumberFormat", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2931 }, "name": "PowerpackWidgetChangeDefinitionRequestFormulaNumberFormat", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#unit Powerpack#unit}", "stability": "stable", "summary": "unit block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2937 }, "name": "unit", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnit" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#unit_scale Powerpack#unit_scale}", "stability": "stable", "summary": "unit_scale block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2943 }, "name": "unitScale", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnitScale" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestFormulaNumberFormat" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2989 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2982 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3025 }, "name": "putUnit", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnit" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3038 }, "name": "putUnitScale", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnitScale" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3041 }, "name": "resetUnitScale" } ], "name": "PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3022 }, "name": "unit", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnitOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3035 }, "name": "unitScale", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnitScaleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3029 }, "name": "unitInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnit" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3045 }, "name": "unitScaleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnitScale" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2993 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaNumberFormat" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnit": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnit", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2729 }, "name": "PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnit", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#canonical Powerpack#canonical}", "stability": "stable", "summary": "canonical block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2735 }, "name": "canonical", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonical" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#custom Powerpack#custom}", "stability": "stable", "summary": "custom block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2741 }, "name": "custom", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustom" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnit" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonical": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonical", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2528 }, "name": "PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonical", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#unit_name Powerpack#unit_name}", "stability": "stable", "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2540 }, "name": "unitName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#per_unit_name Powerpack#per_unit_name}", "stability": "stable", "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2534 }, "name": "perUnitName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonical" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2586 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2579 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2625 }, "name": "resetPerUnitName" } ], "name": "PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2629 }, "name": "perUnitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2642 }, "name": "unitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2619 }, "name": "perUnitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2635 }, "name": "unitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2590 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonical" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustom": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustom", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2646 }, "name": "PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustom", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#label Powerpack#label}", "stability": "stable", "summary": "Unit label." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2652 }, "name": "label", "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustom" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustomOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2691 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2684 }, "name": "PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustomOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2725 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2718 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2695 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustom" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustomOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnitOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnitOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2787 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2780 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2823 }, "name": "putCanonical", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonical" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2839 }, "name": "putCustom", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustom" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2826 }, "name": "resetCanonical" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2842 }, "name": "resetCustom" } ], "name": "PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnitOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2820 }, "name": "canonical", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2836 }, "name": "custom", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustomOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2830 }, "name": "canonicalInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonical" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2846 }, "name": "customInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustom" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2791 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnit" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnitOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnitScale": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnitScale", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2850 }, "name": "PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnitScale", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#unit_name Powerpack#unit_name}." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2854 }, "name": "unitName", "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnitScale" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnitScaleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2893 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2886 }, "name": "PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnitScaleOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2927 }, "name": "unitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2920 }, "name": "unitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 2897 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnitScale" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnitScaleOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3296 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3286 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3416 }, "name": "putConditionalFormats", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3432 }, "name": "putLimit", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaLimit" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3448 }, "name": "putNumberFormat", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaNumberFormat" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3464 }, "name": "putStyle", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaStyle" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3374 }, "name": "resetAlias" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3390 }, "name": "resetCellDisplayMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3419 }, "name": "resetConditionalFormats" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3435 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3451 }, "name": "resetNumberFormat" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3467 }, "name": "resetStyle" } ], "name": "PowerpackWidgetChangeDefinitionRequestFormulaOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3413 }, "name": "conditionalFormats", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaConditionalFormatsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3429 }, "name": "limit", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaLimitOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3445 }, "name": "numberFormat", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3461 }, "name": "style", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaStyleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3378 }, "name": "aliasInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3394 }, "name": "cellDisplayModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3423 }, "name": "conditionalFormatsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3407 }, "name": "formulaExpressionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3439 }, "name": "limitInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaLimit" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3455 }, "name": "numberFormatInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaNumberFormat" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3471 }, "name": "styleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaStyle" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3368 }, "name": "alias", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3384 }, "name": "cellDisplayMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3400 }, "name": "formulaExpression", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3300 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormula" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestFormulaOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaStyle": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaStyle", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3049 }, "name": "PowerpackWidgetChangeDefinitionRequestFormulaStyle", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#palette Powerpack#palette}", "stability": "stable", "summary": "The color palette used to display the formula." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3055 }, "name": "palette", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#palette_index Powerpack#palette_index}", "stability": "stable", "summary": "Index specifying which color to use within the palette." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3061 }, "name": "paletteIndex", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestFormulaStyle" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaStyleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaStyleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3107 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3100 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3146 }, "name": "resetPalette" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3162 }, "name": "resetPaletteIndex" } ], "name": "PowerpackWidgetChangeDefinitionRequestFormulaStyleOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3166 }, "name": "paletteIndexInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3150 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3140 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3156 }, "name": "paletteIndex", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3111 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaStyle" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestFormulaStyleOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10185 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10177 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10192 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestOutputReference" } } } ], "name": "PowerpackWidgetChangeDefinitionRequestList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10185 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10185 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10185 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10178 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequest" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4171 }, "name": "PowerpackWidgetChangeDefinitionRequestLogQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#index Powerpack#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4177 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#compute_query Powerpack#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4189 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#group_by Powerpack#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4195 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4201 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#search_query Powerpack#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4183 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestLogQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3495 }, "name": "PowerpackWidgetChangeDefinitionRequestLogQueryComputeQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3501 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3507 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3513 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestLogQueryComputeQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3566 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3559 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3624 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3640 }, "name": "resetInterval" } ], "name": "PowerpackWidgetChangeDefinitionRequestLogQueryComputeQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3612 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3628 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3644 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3605 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3618 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3634 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3570 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQueryComputeQuery" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestLogQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3798 }, "name": "PowerpackWidgetChangeDefinitionRequestLogQueryGroupBy", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3804 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3810 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#sort_query Powerpack#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3816 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestLogQueryGroupBy" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3975 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3967 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3982 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQueryGroupByOutputReference" } } } ], "name": "PowerpackWidgetChangeDefinitionRequestLogQueryGroupByList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3975 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3975 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3975 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3968 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestLogQueryGroupByList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3872 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3862 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3955 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3926 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3942 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3958 }, "name": "resetSortQuery" } ], "name": "PowerpackWidgetChangeDefinitionRequestLogQueryGroupByOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3952 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3930 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3946 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3962 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3920 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3936 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3876 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQueryGroupBy" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestLogQueryGroupByOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3648 }, "name": "PowerpackWidgetChangeDefinitionRequestLogQueryGroupBySortQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3654 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#order Powerpack#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3666 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3660 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestLogQueryGroupBySortQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3719 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3712 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3777 }, "name": "resetFacet" } ], "name": "PowerpackWidgetChangeDefinitionRequestLogQueryGroupBySortQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3765 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3781 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3794 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3758 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3771 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3787 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3723 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestLogQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3986 }, "name": "PowerpackWidgetChangeDefinitionRequestLogQueryMultiCompute", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3992 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 3998 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4004 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestLogQueryMultiCompute" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.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/powerpack/index-structs/structs0.ts", "line": 4152 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.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.powerpack.PowerpackWidgetChangeDefinitionRequestLogQueryMultiComputeOutputReference" } } } ], "name": "PowerpackWidgetChangeDefinitionRequestLogQueryMultiComputeList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4160 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.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/powerpack/index-structs/structs0.ts", "line": 4160 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4153 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestLogQueryMultiComputeList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4060 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4050 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4127 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4143 }, "name": "resetInterval" } ], "name": "PowerpackWidgetChangeDefinitionRequestLogQueryMultiComputeOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4115 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4131 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4147 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4108 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4121 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4137 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4064 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQueryMultiCompute" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestLogQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.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/powerpack/index-structs/structs0.ts", "line": 4261 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4351 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4367 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4383 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4354 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4370 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4386 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4338 }, "name": "resetSearchQuery" } ], "name": "PowerpackWidgetChangeDefinitionRequestLogQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4348 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4364 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4380 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4358 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4374 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4326 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4390 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4342 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4319 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4332 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4272 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQuery" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestLogQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9840 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9830 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10069 }, "name": "putApmQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10085 }, "name": "putFormula", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormula" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10101 }, "name": "putLogQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10117 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10133 }, "name": "putQuery", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQuery" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10149 }, "name": "putRumQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10165 }, "name": "putSecurityQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10072 }, "name": "resetApmQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9960 }, "name": "resetChangeType" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9976 }, "name": "resetCompareTo" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10088 }, "name": "resetFormula" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9992 }, "name": "resetIncreaseGood" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10104 }, "name": "resetLogQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10008 }, "name": "resetOrderBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10024 }, "name": "resetOrderDir" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10120 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10040 }, "name": "resetQ" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10136 }, "name": "resetQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10152 }, "name": "resetRumQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10168 }, "name": "resetSecurityQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10056 }, "name": "resetShowPresent" } ], "name": "PowerpackWidgetChangeDefinitionRequestOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10066 }, "name": "apmQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10082 }, "name": "formula", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10098 }, "name": "logQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10114 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10130 }, "name": "query", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10146 }, "name": "rumQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10162 }, "name": "securityQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10076 }, "name": "apmQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9964 }, "name": "changeTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9980 }, "name": "compareToInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10092 }, "name": "formulaInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormula" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9996 }, "name": "increaseGoodInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10108 }, "name": "logQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10012 }, "name": "orderByInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10028 }, "name": "orderDirInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10124 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10044 }, "name": "qInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10140 }, "name": "queryInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQuery" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10156 }, "name": "rumQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10172 }, "name": "securityQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10060 }, "name": "showPresentInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9954 }, "name": "changeType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9970 }, "name": "compareTo", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9986 }, "name": "increaseGood", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10002 }, "name": "orderBy", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10018 }, "name": "orderDir", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10034 }, "name": "q", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10050 }, "name": "showPresent", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9844 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequest" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4394 }, "name": "PowerpackWidgetChangeDefinitionRequestProcessQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#metric Powerpack#metric}", "stability": "stable", "summary": "Your chosen metric." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4412 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#filter_by Powerpack#filter_by}", "stability": "stable", "summary": "A list of processes." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4400 }, "name": "filterBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "The max number of items in the filter list." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4406 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#search_by Powerpack#search_by}", "stability": "stable", "summary": "Your chosen search term." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4418 }, "name": "searchBy", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestProcessQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4478 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4471 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4529 }, "name": "resetFilterBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4545 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4574 }, "name": "resetSearchBy" } ], "name": "PowerpackWidgetChangeDefinitionRequestProcessQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4533 }, "name": "filterByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4549 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4562 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4578 }, "name": "searchByInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4523 }, "name": "filterBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4539 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4555 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4568 }, "name": "searchBy", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4482 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestProcessQuery" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestProcessQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7497 }, "name": "PowerpackWidgetChangeDefinitionRequestQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#apm_dependency_stats_query Powerpack#apm_dependency_stats_query}", "stability": "stable", "summary": "apm_dependency_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7503 }, "name": "apmDependencyStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryApmDependencyStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#apm_resource_stats_query Powerpack#apm_resource_stats_query}", "stability": "stable", "summary": "apm_resource_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7509 }, "name": "apmResourceStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryApmResourceStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#cloud_cost_query Powerpack#cloud_cost_query}", "stability": "stable", "summary": "cloud_cost_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7515 }, "name": "cloudCostQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryCloudCostQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#event_query Powerpack#event_query}", "stability": "stable", "summary": "event_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7521 }, "name": "eventQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#metric_query Powerpack#metric_query}", "stability": "stable", "summary": "metric_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7527 }, "name": "metricQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryMetricQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#process_query Powerpack#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7533 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#slo_query Powerpack#slo_query}", "stability": "stable", "summary": "slo_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7539 }, "name": "sloQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQuerySloQuery" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryApmDependencyStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryApmDependencyStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4582 }, "name": "PowerpackWidgetChangeDefinitionRequestQueryApmDependencyStatsQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#data_source Powerpack#data_source}", "stability": "stable", "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4594 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#env Powerpack#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4600 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#name Powerpack#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4612 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#operation_name Powerpack#operation_name}", "stability": "stable", "summary": "Name of operation on service." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4618 }, "name": "operationName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#resource_name Powerpack#resource_name}", "stability": "stable", "summary": "APM resource." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4636 }, "name": "resourceName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#service Powerpack#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4642 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#stat Powerpack#stat}", "stability": "stable", "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4648 }, "name": "stat", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4588 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#is_upstream Powerpack#is_upstream}", "stability": "stable", "summary": "Determines whether stats for upstream or downstream dependencies should be queried." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4606 }, "name": "isUpstream", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#primary_tag_name Powerpack#primary_tag_name}", "stability": "stable", "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4624 }, "name": "primaryTagName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#primary_tag_value Powerpack#primary_tag_value}", "stability": "stable", "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4630 }, "name": "primaryTagValue", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestQueryApmDependencyStatsQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryApmDependencyStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryApmDependencyStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4757 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4750 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4850 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4892 }, "name": "resetIsUpstream" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4934 }, "name": "resetPrimaryTagName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4950 }, "name": "resetPrimaryTagValue" } ], "name": "PowerpackWidgetChangeDefinitionRequestQueryApmDependencyStatsQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4854 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4867 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4880 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4896 }, "name": "isUpstreamInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4909 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4922 }, "name": "operationNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4938 }, "name": "primaryTagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4954 }, "name": "primaryTagValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4967 }, "name": "resourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4980 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4993 }, "name": "statInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4844 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4860 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4873 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4886 }, "name": "isUpstream", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4902 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4915 }, "name": "operationName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4928 }, "name": "primaryTagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4944 }, "name": "primaryTagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4960 }, "name": "resourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4973 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4986 }, "name": "stat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4761 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryApmDependencyStatsQuery" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestQueryApmDependencyStatsQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryApmResourceStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryApmResourceStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 4997 }, "name": "PowerpackWidgetChangeDefinitionRequestQueryApmResourceStatsQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#data_source Powerpack#data_source}", "stability": "stable", "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5009 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#env Powerpack#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5015 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#name Powerpack#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5027 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#service Powerpack#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5057 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#stat Powerpack#stat}", "stability": "stable", "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5063 }, "name": "stat", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5003 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#group_by Powerpack#group_by}", "stability": "stable", "summary": "Array of fields to group results by." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5021 }, "name": "groupBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#operation_name Powerpack#operation_name}", "stability": "stable", "summary": "Name of operation on service." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5033 }, "name": "operationName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#primary_tag_name Powerpack#primary_tag_name}", "stability": "stable", "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5039 }, "name": "primaryTagName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#primary_tag_value Powerpack#primary_tag_value}", "stability": "stable", "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5045 }, "name": "primaryTagValue", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#resource_name Powerpack#resource_name}", "stability": "stable", "summary": "APM resource." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5051 }, "name": "resourceName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestQueryApmResourceStatsQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryApmResourceStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryApmResourceStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5172 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5165 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5265 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5307 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5336 }, "name": "resetOperationName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5352 }, "name": "resetPrimaryTagName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5368 }, "name": "resetPrimaryTagValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5384 }, "name": "resetResourceName" } ], "name": "PowerpackWidgetChangeDefinitionRequestQueryApmResourceStatsQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5269 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5282 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5295 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5311 }, "name": "groupByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5324 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5340 }, "name": "operationNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5356 }, "name": "primaryTagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5372 }, "name": "primaryTagValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5388 }, "name": "resourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5401 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5414 }, "name": "statInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5259 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5275 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5288 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5301 }, "name": "groupBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5317 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5330 }, "name": "operationName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5346 }, "name": "primaryTagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5362 }, "name": "primaryTagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5378 }, "name": "resourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5394 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5407 }, "name": "stat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5176 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryApmResourceStatsQuery" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestQueryApmResourceStatsQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryCloudCostQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryCloudCostQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5418 }, "name": "PowerpackWidgetChangeDefinitionRequestQueryCloudCostQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#data_source Powerpack#data_source}", "stability": "stable", "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5436 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#name Powerpack#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5442 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#query Powerpack#query}", "stability": "stable", "summary": "The cloud cost query definition." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5448 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregator Powerpack#aggregator}", "stability": "stable", "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5424 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5430 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestQueryCloudCostQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryCloudCostQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryCloudCostQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5515 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5508 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5572 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5588 }, "name": "resetCrossOrgUuids" } ], "name": "PowerpackWidgetChangeDefinitionRequestQueryCloudCostQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5576 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5592 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5605 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5618 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5631 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5566 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5582 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5598 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5611 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5624 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5519 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryCloudCostQuery" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestQueryCloudCostQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6241 }, "name": "PowerpackWidgetChangeDefinitionRequestQueryEventQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#compute Powerpack#compute}", "stability": "stable", "summary": "compute block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6277 }, "name": "compute", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#data_source Powerpack#data_source}", "stability": "stable", "summary": "The data source for event platform-based queries." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6253 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#name Powerpack#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6265 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6247 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#group_by Powerpack#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6283 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#indexes Powerpack#indexes}", "stability": "stable", "summary": "An array of index names to query in the stream." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6259 }, "name": "indexes", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#search Powerpack#search}", "stability": "stable", "summary": "search block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6289 }, "name": "search", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQuerySearch" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#storage Powerpack#storage}", "stability": "stable", "summary": "Storage location (private beta)." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6271 }, "name": "storage", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestQueryEventQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQueryCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQueryCompute", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5635 }, "name": "PowerpackWidgetChangeDefinitionRequestQueryEventQueryCompute", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation methods for event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5641 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "A time interval in milliseconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5647 }, "name": "interval", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#metric Powerpack#metric}", "stability": "stable", "summary": "The measurable attribute to compute." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5653 }, "name": "metric", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestQueryEventQueryCompute" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQueryComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQueryComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5809 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5801 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5816 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQueryComputeOutputReference" } } } ], "name": "PowerpackWidgetChangeDefinitionRequestQueryEventQueryComputeList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5809 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5809 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5809 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5802 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestQueryEventQueryComputeList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQueryComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQueryComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5709 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5699 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5776 }, "name": "resetInterval" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5792 }, "name": "resetMetric" } ], "name": "PowerpackWidgetChangeDefinitionRequestQueryEventQueryComputeOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5764 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5780 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5796 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5757 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5770 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5786 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5713 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQueryCompute" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestQueryEventQueryComputeOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5973 }, "name": "PowerpackWidgetChangeDefinitionRequestQueryEventQueryGroupBy", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The event facet." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5979 }, "name": "facet", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "The number of groups to return." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5985 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#sort Powerpack#sort}", "stability": "stable", "summary": "sort block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5991 }, "name": "sort", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQueryGroupBySort" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestQueryEventQueryGroupBy" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6147 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6139 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6154 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQueryGroupByOutputReference" } } } ], "name": "PowerpackWidgetChangeDefinitionRequestQueryEventQueryGroupByList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6147 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6147 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6147 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6140 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestQueryEventQueryGroupByList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6047 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6037 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6127 }, "name": "putSort", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQueryGroupBySort" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6114 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6130 }, "name": "resetSort" } ], "name": "PowerpackWidgetChangeDefinitionRequestQueryEventQueryGroupByOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6124 }, "name": "sort", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQueryGroupBySortOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6102 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6118 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6134 }, "name": "sortInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQueryGroupBySort" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6095 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6108 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6051 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQueryGroupBy" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestQueryEventQueryGroupByOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQueryGroupBySort": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQueryGroupBySort", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5820 }, "name": "PowerpackWidgetChangeDefinitionRequestQueryEventQueryGroupBySort", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation methods for the event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5826 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#metric Powerpack#metric}", "stability": "stable", "summary": "The metric used for sorting group by results." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5832 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#order Powerpack#order}", "stability": "stable", "summary": "Direction of sort. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5838 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestQueryEventQueryGroupBySort" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQueryGroupBySortOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQueryGroupBySortOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5891 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5884 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5949 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5965 }, "name": "resetOrder" } ], "name": "PowerpackWidgetChangeDefinitionRequestQueryEventQueryGroupBySortOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5937 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5953 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5969 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5930 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5943 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5959 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 5895 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQueryGroupBySort" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestQueryEventQueryGroupBySortOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6377 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6370 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6523 }, "name": "putCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6536 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6552 }, "name": "putSearch", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQuerySearch" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6452 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6539 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6481 }, "name": "resetIndexes" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6555 }, "name": "resetSearch" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6510 }, "name": "resetStorage" } ], "name": "PowerpackWidgetChangeDefinitionRequestQueryEventQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6520 }, "name": "compute", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQueryComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6533 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6549 }, "name": "search", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQuerySearchOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6527 }, "name": "computeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6456 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6469 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6543 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6485 }, "name": "indexesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6498 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6559 }, "name": "searchInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQuerySearch" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6514 }, "name": "storageInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6446 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6462 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6475 }, "name": "indexes", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6491 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6504 }, "name": "storage", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6381 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQuery" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestQueryEventQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQuerySearch": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQuerySearch", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6158 }, "name": "PowerpackWidgetChangeDefinitionRequestQueryEventQuerySearch", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#query Powerpack#query}", "stability": "stable", "summary": "The events search string." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6164 }, "name": "query", "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestQueryEventQuerySearch" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQuerySearchOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQuerySearchOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6203 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6196 }, "name": "PowerpackWidgetChangeDefinitionRequestQueryEventQuerySearchOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6237 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6230 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6207 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQuerySearch" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestQueryEventQuerySearchOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7814 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7806 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7821 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryOutputReference" } } } ], "name": "PowerpackWidgetChangeDefinitionRequestQueryList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7814 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7814 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7814 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7807 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQuery" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestQueryList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryMetricQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryMetricQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6563 }, "name": "PowerpackWidgetChangeDefinitionRequestQueryMetricQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#name Powerpack#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6587 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#query Powerpack#query}", "stability": "stable", "summary": "The metrics query definition." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6593 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregator Powerpack#aggregator}", "stability": "stable", "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6569 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6575 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#data_source Powerpack#data_source}", "stability": "stable", "summary": "The data source for metrics queries. Defaults to `\"metrics\"`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6581 }, "name": "dataSource", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestQueryMetricQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryMetricQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryMetricQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6660 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6653 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6717 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6733 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6749 }, "name": "resetDataSource" } ], "name": "PowerpackWidgetChangeDefinitionRequestQueryMetricQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6721 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6737 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6753 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6766 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6779 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6711 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6727 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6743 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6759 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6772 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6664 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryMetricQuery" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestQueryMetricQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7623 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7613 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7698 }, "name": "putApmDependencyStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryApmDependencyStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7714 }, "name": "putApmResourceStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryApmResourceStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7730 }, "name": "putCloudCostQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryCloudCostQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7746 }, "name": "putEventQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7762 }, "name": "putMetricQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryMetricQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7778 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7794 }, "name": "putSloQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQuerySloQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7701 }, "name": "resetApmDependencyStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7717 }, "name": "resetApmResourceStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7733 }, "name": "resetCloudCostQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7749 }, "name": "resetEventQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7765 }, "name": "resetMetricQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7781 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7797 }, "name": "resetSloQuery" } ], "name": "PowerpackWidgetChangeDefinitionRequestQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7695 }, "name": "apmDependencyStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryApmDependencyStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7711 }, "name": "apmResourceStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryApmResourceStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7727 }, "name": "cloudCostQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryCloudCostQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7743 }, "name": "eventQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7759 }, "name": "metricQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryMetricQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7775 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7791 }, "name": "sloQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQuerySloQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7705 }, "name": "apmDependencyStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryApmDependencyStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7721 }, "name": "apmResourceStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryApmResourceStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7737 }, "name": "cloudCostQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryCloudCostQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7753 }, "name": "eventQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7769 }, "name": "metricQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryMetricQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7785 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7801 }, "name": "sloQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQuerySloQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7627 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQuery" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6783 }, "name": "PowerpackWidgetChangeDefinitionRequestQueryProcessQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#data_source Powerpack#data_source}", "stability": "stable", "summary": "The data source for process queries. Valid values are `process`, `container`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6801 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#metric Powerpack#metric}", "stability": "stable", "summary": "The process metric name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6819 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#name Powerpack#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6825 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregator Powerpack#aggregator}", "stability": "stable", "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6789 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6795 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#is_normalized_cpu Powerpack#is_normalized_cpu}", "stability": "stable", "summary": "Whether to normalize the CPU percentages." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6807 }, "name": "isNormalizedCpu", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "The number of hits to return." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6813 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#sort Powerpack#sort}", "stability": "stable", "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6831 }, "name": "sort", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#tag_filters Powerpack#tag_filters}", "stability": "stable", "summary": "An array of tags to filter by." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6837 }, "name": "tagFilters", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#text_filter Powerpack#text_filter}", "stability": "stable", "summary": "The text to use as a filter." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6843 }, "name": "textFilter", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestQueryProcessQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6945 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6938 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7032 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7048 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7077 }, "name": "resetIsNormalizedCpu" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7093 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7135 }, "name": "resetSort" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7151 }, "name": "resetTagFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7167 }, "name": "resetTextFilter" } ], "name": "PowerpackWidgetChangeDefinitionRequestQueryProcessQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7036 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7052 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7065 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7081 }, "name": "isNormalizedCpuInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7097 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7110 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7123 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7139 }, "name": "sortInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7155 }, "name": "tagFiltersInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7171 }, "name": "textFilterInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7026 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7042 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7058 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7071 }, "name": "isNormalizedCpu", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7087 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7103 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7116 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7129 }, "name": "sort", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7145 }, "name": "tagFilters", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7161 }, "name": "textFilter", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 6949 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryProcessQuery" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestQueryProcessQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQuerySloQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQuerySloQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7175 }, "name": "PowerpackWidgetChangeDefinitionRequestQuerySloQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#data_source Powerpack#data_source}", "stability": "stable", "summary": "The data source for SLO queries. Valid values are `slo`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7193 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#measure Powerpack#measure}", "stability": "stable", "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7205 }, "name": "measure", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#slo_id Powerpack#slo_id}", "stability": "stable", "summary": "ID of an SLO to query." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7217 }, "name": "sloId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#additional_query_filters Powerpack#additional_query_filters}", "stability": "stable", "summary": "Additional filters applied to the SLO query." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7181 }, "name": "additionalQueryFilters", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7187 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#group_mode Powerpack#group_mode}", "stability": "stable", "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7199 }, "name": "groupMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#name Powerpack#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7211 }, "name": "name", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#slo_query_type Powerpack#slo_query_type}", "stability": "stable", "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7223 }, "name": "sloQueryType", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestQuerySloQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQuerySloQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQuerySloQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.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/powerpack/index-structs/structs0.ts", "line": 7304 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7386 }, "name": "resetAdditionalQueryFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7402 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7431 }, "name": "resetGroupMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7460 }, "name": "resetName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7489 }, "name": "resetSloQueryType" } ], "name": "PowerpackWidgetChangeDefinitionRequestQuerySloQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7390 }, "name": "additionalQueryFiltersInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7406 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7419 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7435 }, "name": "groupModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7448 }, "name": "measureInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7464 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7477 }, "name": "sloIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7493 }, "name": "sloQueryTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7380 }, "name": "additionalQueryFilters", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7396 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7412 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7425 }, "name": "groupMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7441 }, "name": "measure", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7454 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7470 }, "name": "sloId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7483 }, "name": "sloQueryType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7315 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQuerySloQuery" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestQuerySloQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8501 }, "name": "PowerpackWidgetChangeDefinitionRequestRumQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#index Powerpack#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8507 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#compute_query Powerpack#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8519 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#group_by Powerpack#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8525 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8531 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#search_query Powerpack#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8513 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestRumQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7825 }, "name": "PowerpackWidgetChangeDefinitionRequestRumQueryComputeQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7831 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7837 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7843 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestRumQueryComputeQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7896 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7889 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7954 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7970 }, "name": "resetInterval" } ], "name": "PowerpackWidgetChangeDefinitionRequestRumQueryComputeQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7942 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7958 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7974 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7935 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7948 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7964 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7900 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQueryComputeQuery" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestRumQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8128 }, "name": "PowerpackWidgetChangeDefinitionRequestRumQueryGroupBy", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8134 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8140 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#sort_query Powerpack#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8146 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestRumQueryGroupBy" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8305 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8297 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8312 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQueryGroupByOutputReference" } } } ], "name": "PowerpackWidgetChangeDefinitionRequestRumQueryGroupByList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8305 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8305 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8305 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8298 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestRumQueryGroupByList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8202 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8192 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8285 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8256 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8272 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8288 }, "name": "resetSortQuery" } ], "name": "PowerpackWidgetChangeDefinitionRequestRumQueryGroupByOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8282 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8260 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8276 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8292 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8250 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8266 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8206 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQueryGroupBy" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestRumQueryGroupByOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7978 }, "name": "PowerpackWidgetChangeDefinitionRequestRumQueryGroupBySortQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7984 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#order Powerpack#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7996 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 7990 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestRumQueryGroupBySortQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8049 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8042 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8107 }, "name": "resetFacet" } ], "name": "PowerpackWidgetChangeDefinitionRequestRumQueryGroupBySortQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8095 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8111 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8124 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8088 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8101 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8117 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8053 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestRumQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8316 }, "name": "PowerpackWidgetChangeDefinitionRequestRumQueryMultiCompute", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8322 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8328 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8334 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestRumQueryMultiCompute" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8490 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8482 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8497 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQueryMultiComputeOutputReference" } } } ], "name": "PowerpackWidgetChangeDefinitionRequestRumQueryMultiComputeList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8490 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8490 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8490 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8483 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestRumQueryMultiComputeList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8390 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8380 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8457 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8473 }, "name": "resetInterval" } ], "name": "PowerpackWidgetChangeDefinitionRequestRumQueryMultiComputeOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8445 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8461 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8477 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8438 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8451 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8467 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8394 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQueryMultiCompute" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestRumQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8598 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8591 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8681 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8697 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8713 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8684 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8700 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8716 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8668 }, "name": "resetSearchQuery" } ], "name": "PowerpackWidgetChangeDefinitionRequestRumQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8678 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8694 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8710 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8688 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8704 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8656 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8720 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8672 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8649 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8662 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8602 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQuery" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestRumQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9400 }, "name": "PowerpackWidgetChangeDefinitionRequestSecurityQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#index Powerpack#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9406 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#compute_query Powerpack#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9418 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#group_by Powerpack#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9424 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9430 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#search_query Powerpack#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9412 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestSecurityQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8724 }, "name": "PowerpackWidgetChangeDefinitionRequestSecurityQueryComputeQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8730 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8736 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8742 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestSecurityQueryComputeQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8795 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8788 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8853 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8869 }, "name": "resetInterval" } ], "name": "PowerpackWidgetChangeDefinitionRequestSecurityQueryComputeQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8841 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8857 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8873 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8834 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8847 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8863 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8799 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQueryComputeQuery" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestSecurityQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9027 }, "name": "PowerpackWidgetChangeDefinitionRequestSecurityQueryGroupBy", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9033 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9039 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#sort_query Powerpack#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9045 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestSecurityQueryGroupBy" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9204 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9196 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9211 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQueryGroupByOutputReference" } } } ], "name": "PowerpackWidgetChangeDefinitionRequestSecurityQueryGroupByList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9204 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9204 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9204 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9197 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestSecurityQueryGroupByList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9101 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9091 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9184 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9155 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9171 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9187 }, "name": "resetSortQuery" } ], "name": "PowerpackWidgetChangeDefinitionRequestSecurityQueryGroupByOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9181 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9159 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9175 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9191 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9149 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9165 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9105 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQueryGroupBy" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestSecurityQueryGroupByOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8877 }, "name": "PowerpackWidgetChangeDefinitionRequestSecurityQueryGroupBySortQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8883 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#order Powerpack#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8895 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8889 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestSecurityQueryGroupBySortQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8948 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8941 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9006 }, "name": "resetFacet" } ], "name": "PowerpackWidgetChangeDefinitionRequestSecurityQueryGroupBySortQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8994 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9010 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9023 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8987 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9000 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9016 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 8952 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestSecurityQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9215 }, "name": "PowerpackWidgetChangeDefinitionRequestSecurityQueryMultiCompute", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9221 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9227 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9233 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestSecurityQueryMultiCompute" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9389 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9381 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9396 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQueryMultiComputeOutputReference" } } } ], "name": "PowerpackWidgetChangeDefinitionRequestSecurityQueryMultiComputeList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9389 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9389 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9389 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9382 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestSecurityQueryMultiComputeList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9289 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9279 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9356 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9372 }, "name": "resetInterval" } ], "name": "PowerpackWidgetChangeDefinitionRequestSecurityQueryMultiComputeOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9344 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9360 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9376 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9337 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9350 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9366 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9293 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQueryMultiCompute" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestSecurityQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9497 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9490 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9580 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9596 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9612 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9583 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9599 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9615 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9567 }, "name": "resetSearchQuery" } ], "name": "PowerpackWidgetChangeDefinitionRequestSecurityQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9577 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9593 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9609 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9587 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9603 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9555 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9619 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9571 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9548 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9561 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 9501 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQuery" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestSecurityQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetCheckStatusDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetCheckStatusDefinition", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10457 }, "name": "PowerpackWidgetCheckStatusDefinition", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#check Powerpack#check}", "stability": "stable", "summary": "The check to use in the widget." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10463 }, "name": "check", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#grouping Powerpack#grouping}", "stability": "stable", "summary": "The kind of grouping to use. Valid values are `check`, `cluster`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10481 }, "name": "grouping", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#group Powerpack#group}", "stability": "stable", "summary": "The check group to use in the widget." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10469 }, "name": "group", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#group_by Powerpack#group_by}", "stability": "stable", "summary": "When `grouping = \"cluster\"`, indicates a list of tags to use for grouping." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10475 }, "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`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#live_span Powerpack#live_span}", "stability": "stable", "summary": "The timeframe to use when displaying the widget." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10487 }, "name": "liveSpan", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#tags Powerpack#tags}", "stability": "stable", "summary": "A list of tags to use in the widget." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10493 }, "name": "tags", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#title Powerpack#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10499 }, "name": "title", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#title_align Powerpack#title_align}", "stability": "stable", "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10505 }, "name": "titleAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#title_size Powerpack#title_size}", "stability": "stable", "summary": "The size of the widget's title (defaults to 16)." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10511 }, "name": "titleSize", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetCheckStatusDefinition" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetCheckStatusDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetCheckStatusDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10606 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10599 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10700 }, "name": "resetGroup" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10716 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10745 }, "name": "resetLiveSpan" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10761 }, "name": "resetTags" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10777 }, "name": "resetTitle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10793 }, "name": "resetTitleAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10809 }, "name": "resetTitleSize" } ], "name": "PowerpackWidgetCheckStatusDefinitionOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10688 }, "name": "checkInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10720 }, "name": "groupByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10733 }, "name": "groupingInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10704 }, "name": "groupInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10749 }, "name": "liveSpanInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10765 }, "name": "tagsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10797 }, "name": "titleAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10781 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10813 }, "name": "titleSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10681 }, "name": "check", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10694 }, "name": "group", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10710 }, "name": "groupBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10726 }, "name": "grouping", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10739 }, "name": "liveSpan", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10755 }, "name": "tags", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10771 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10787 }, "name": "titleAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10803 }, "name": "titleSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10610 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetCheckStatusDefinition" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetCheckStatusDefinitionOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinition", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15968 }, "name": "PowerpackWidgetDistributionDefinition", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#legend_size Powerpack#legend_size}", "stability": "stable", "summary": "The size of the legend displayed in the widget." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15974 }, "name": "legendSize", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#live_span Powerpack#live_span}", "stability": "stable", "summary": "The timeframe to use when displaying the widget." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15980 }, "name": "liveSpan", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#request Powerpack#request}", "stability": "stable", "summary": "request block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16010 }, "name": "request", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequest" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#show_legend Powerpack#show_legend}", "stability": "stable", "summary": "Whether or not to show the legend on this widget." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15986 }, "name": "showLegend", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#title Powerpack#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15992 }, "name": "title", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#title_align Powerpack#title_align}", "stability": "stable", "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15998 }, "name": "titleAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#title_size Powerpack#title_size}", "stability": "stable", "summary": "The size of the widget's title (defaults to 16)." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16004 }, "name": "titleSize", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#xaxis Powerpack#xaxis}", "stability": "stable", "summary": "xaxis block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16016 }, "name": "xaxis", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionXaxis" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#yaxis Powerpack#yaxis}", "stability": "stable", "summary": "yaxis block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16022 }, "name": "yaxis", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionYaxis" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinition" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16117 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16110 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16291 }, "name": "putRequest", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequest" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16307 }, "name": "putXaxis", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionXaxis" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16323 }, "name": "putYaxis", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionYaxis" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16198 }, "name": "resetLegendSize" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16214 }, "name": "resetLiveSpan" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16294 }, "name": "resetRequest" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16230 }, "name": "resetShowLegend" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16246 }, "name": "resetTitle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16262 }, "name": "resetTitleAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16278 }, "name": "resetTitleSize" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16310 }, "name": "resetXaxis" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16326 }, "name": "resetYaxis" } ], "name": "PowerpackWidgetDistributionDefinitionOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16288 }, "name": "request", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16304 }, "name": "xaxis", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionXaxisOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16320 }, "name": "yaxis", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionYaxisOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16202 }, "name": "legendSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16218 }, "name": "liveSpanInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16298 }, "name": "requestInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequest" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16234 }, "name": "showLegendInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16266 }, "name": "titleAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16250 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16282 }, "name": "titleSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16314 }, "name": "xaxisInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionXaxis" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16330 }, "name": "yaxisInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionYaxis" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16192 }, "name": "legendSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16208 }, "name": "liveSpan", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16224 }, "name": "showLegend", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16240 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16256 }, "name": "titleAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16272 }, "name": "titleSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16121 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinition" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequest": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequest", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15188 }, "name": "PowerpackWidgetDistributionDefinitionRequest", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#apm_query Powerpack#apm_query}", "stability": "stable", "summary": "apm_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15200 }, "name": "apmQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#apm_stats_query Powerpack#apm_stats_query}", "stability": "stable", "summary": "apm_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15206 }, "name": "apmStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#log_query Powerpack#log_query}", "stability": "stable", "summary": "log_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15212 }, "name": "logQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#process_query Powerpack#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15218 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#q Powerpack#q}", "stability": "stable", "summary": "The metric query to use for this widget." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15194 }, "name": "q", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#rum_query Powerpack#rum_query}", "stability": "stable", "summary": "rum_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15224 }, "name": "rumQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#security_query Powerpack#security_query}", "stability": "stable", "summary": "security_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15230 }, "name": "securityQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#style Powerpack#style}", "stability": "stable", "summary": "style block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15236 }, "name": "style", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestStyle" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequest" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11493 }, "name": "PowerpackWidgetDistributionDefinitionRequestApmQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#index Powerpack#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11499 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#compute_query Powerpack#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11511 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#group_by Powerpack#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11517 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11523 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#search_query Powerpack#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11505 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestApmQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10817 }, "name": "PowerpackWidgetDistributionDefinitionRequestApmQueryComputeQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10823 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10829 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10835 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestApmQueryComputeQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10888 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10881 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10946 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10962 }, "name": "resetInterval" } ], "name": "PowerpackWidgetDistributionDefinitionRequestApmQueryComputeQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10934 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10950 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10966 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10927 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10940 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10956 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10892 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQueryComputeQuery" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestApmQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11120 }, "name": "PowerpackWidgetDistributionDefinitionRequestApmQueryGroupBy", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11126 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11132 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#sort_query Powerpack#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11138 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestApmQueryGroupBy" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11297 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11289 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11304 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQueryGroupByOutputReference" } } } ], "name": "PowerpackWidgetDistributionDefinitionRequestApmQueryGroupByList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11297 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11297 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11297 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11290 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestApmQueryGroupByList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11194 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11184 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11277 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11248 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11264 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11280 }, "name": "resetSortQuery" } ], "name": "PowerpackWidgetDistributionDefinitionRequestApmQueryGroupByOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11274 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11252 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11268 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11284 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11242 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11258 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11198 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQueryGroupBy" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestApmQueryGroupByOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10970 }, "name": "PowerpackWidgetDistributionDefinitionRequestApmQueryGroupBySortQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10976 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#order Powerpack#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10988 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 10982 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestApmQueryGroupBySortQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11041 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11034 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11099 }, "name": "resetFacet" } ], "name": "PowerpackWidgetDistributionDefinitionRequestApmQueryGroupBySortQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11087 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11103 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11116 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11080 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11093 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11109 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11045 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestApmQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11308 }, "name": "PowerpackWidgetDistributionDefinitionRequestApmQueryMultiCompute", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11314 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11320 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11326 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestApmQueryMultiCompute" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11482 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11474 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11489 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQueryMultiComputeOutputReference" } } } ], "name": "PowerpackWidgetDistributionDefinitionRequestApmQueryMultiComputeList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11482 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11482 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11482 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11475 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestApmQueryMultiComputeList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11382 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11372 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11449 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11465 }, "name": "resetInterval" } ], "name": "PowerpackWidgetDistributionDefinitionRequestApmQueryMultiComputeOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11437 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11453 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11469 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11430 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11443 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11459 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11386 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQueryMultiCompute" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestApmQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11590 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11583 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11673 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11689 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11705 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11676 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11692 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11708 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11660 }, "name": "resetSearchQuery" } ], "name": "PowerpackWidgetDistributionDefinitionRequestApmQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11670 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11686 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11702 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11680 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11696 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11648 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11712 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11664 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11641 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11654 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11594 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQuery" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestApmQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11936 }, "name": "PowerpackWidgetDistributionDefinitionRequestApmStatsQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#env Powerpack#env}", "stability": "stable", "summary": "The environment name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11942 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#name Powerpack#name}", "stability": "stable", "summary": "The operation name associated with the service." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11948 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#primary_tag Powerpack#primary_tag}", "stability": "stable", "summary": "The organization's host group name and value." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11954 }, "name": "primaryTag", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#row_type Powerpack#row_type}", "stability": "stable", "summary": "The level of detail for the request. Valid values are `service`, `resource`, `span`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11966 }, "name": "rowType", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#service Powerpack#service}", "stability": "stable", "summary": "The service name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11972 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#columns Powerpack#columns}", "stability": "stable", "summary": "columns block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11978 }, "name": "columns", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmStatsQueryColumns" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#resource Powerpack#resource}", "stability": "stable", "summary": "The resource name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11960 }, "name": "resource", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestApmStatsQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmStatsQueryColumns": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmStatsQueryColumns", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11716 }, "name": "PowerpackWidgetDistributionDefinitionRequestApmStatsQueryColumns", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#name Powerpack#name}", "stability": "stable", "summary": "The column name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11734 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#alias Powerpack#alias}", "stability": "stable", "summary": "A user-assigned alias for the column." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11722 }, "name": "alias", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#cell_display_mode Powerpack#cell_display_mode}", "stability": "stable", "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11728 }, "name": "cellDisplayMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#order Powerpack#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11740 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestApmStatsQueryColumns" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmStatsQueryColumnsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmStatsQueryColumnsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11925 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11917 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11932 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmStatsQueryColumnsOutputReference" } } } ], "name": "PowerpackWidgetDistributionDefinitionRequestApmStatsQueryColumnsList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11925 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11925 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11925 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11918 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmStatsQueryColumns" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestApmStatsQueryColumnsList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmStatsQueryColumnsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmStatsQueryColumnsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11803 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11793 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11863 }, "name": "resetAlias" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11879 }, "name": "resetCellDisplayMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11908 }, "name": "resetOrder" } ], "name": "PowerpackWidgetDistributionDefinitionRequestApmStatsQueryColumnsOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11867 }, "name": "aliasInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11883 }, "name": "cellDisplayModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11896 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11912 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11857 }, "name": "alias", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11873 }, "name": "cellDisplayMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11889 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11902 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 11807 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmStatsQueryColumns" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestApmStatsQueryColumnsOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.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/powerpack/index-structs/structs0.ts", "line": 12052 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12206 }, "name": "putColumns", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmStatsQueryColumns" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12209 }, "name": "resetColumns" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12167 }, "name": "resetResource" } ], "name": "PowerpackWidgetDistributionDefinitionRequestApmStatsQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12203 }, "name": "columns", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmStatsQueryColumnsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12213 }, "name": "columnsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmStatsQueryColumns" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12129 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12142 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12155 }, "name": "primaryTagInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12171 }, "name": "resourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12184 }, "name": "rowTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12197 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12122 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12135 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12148 }, "name": "primaryTag", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12161 }, "name": "resource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12177 }, "name": "rowType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12190 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12063 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmStatsQuery" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestApmStatsQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15540 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15532 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15547 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestOutputReference" } } } ], "name": "PowerpackWidgetDistributionDefinitionRequestList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15540 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15540 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15540 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15533 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequest" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12893 }, "name": "PowerpackWidgetDistributionDefinitionRequestLogQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#index Powerpack#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12899 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#compute_query Powerpack#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12911 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#group_by Powerpack#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12917 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12923 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#search_query Powerpack#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12905 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestLogQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12217 }, "name": "PowerpackWidgetDistributionDefinitionRequestLogQueryComputeQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12223 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12229 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12235 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestLogQueryComputeQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12288 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12281 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12346 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12362 }, "name": "resetInterval" } ], "name": "PowerpackWidgetDistributionDefinitionRequestLogQueryComputeQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12334 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12350 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12366 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12327 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12340 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12356 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12292 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQueryComputeQuery" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestLogQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12520 }, "name": "PowerpackWidgetDistributionDefinitionRequestLogQueryGroupBy", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12526 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12532 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#sort_query Powerpack#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12538 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestLogQueryGroupBy" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12697 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12689 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12704 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQueryGroupByOutputReference" } } } ], "name": "PowerpackWidgetDistributionDefinitionRequestLogQueryGroupByList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12697 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12697 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12697 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12690 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestLogQueryGroupByList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12594 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12584 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12677 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12648 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12664 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12680 }, "name": "resetSortQuery" } ], "name": "PowerpackWidgetDistributionDefinitionRequestLogQueryGroupByOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12674 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12652 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12668 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12684 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12642 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12658 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12598 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQueryGroupBy" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestLogQueryGroupByOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12370 }, "name": "PowerpackWidgetDistributionDefinitionRequestLogQueryGroupBySortQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12376 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#order Powerpack#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12388 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12382 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestLogQueryGroupBySortQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12441 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12434 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12499 }, "name": "resetFacet" } ], "name": "PowerpackWidgetDistributionDefinitionRequestLogQueryGroupBySortQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12487 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12503 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12516 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12480 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12493 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12509 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12445 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestLogQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12708 }, "name": "PowerpackWidgetDistributionDefinitionRequestLogQueryMultiCompute", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12714 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12720 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12726 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestLogQueryMultiCompute" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12882 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12874 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12889 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQueryMultiComputeOutputReference" } } } ], "name": "PowerpackWidgetDistributionDefinitionRequestLogQueryMultiComputeList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12882 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12882 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12882 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12875 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestLogQueryMultiComputeList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12782 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12772 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12849 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12865 }, "name": "resetInterval" } ], "name": "PowerpackWidgetDistributionDefinitionRequestLogQueryMultiComputeOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12837 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12853 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12869 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12830 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12843 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12859 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12786 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQueryMultiCompute" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestLogQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12990 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12983 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13073 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13089 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13105 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13076 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13092 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13108 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13060 }, "name": "resetSearchQuery" } ], "name": "PowerpackWidgetDistributionDefinitionRequestLogQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13070 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13086 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13102 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13080 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13096 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13048 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13112 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13064 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13041 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13054 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 12994 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQuery" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestLogQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15327 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15317 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15424 }, "name": "putApmQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15440 }, "name": "putApmStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15456 }, "name": "putLogQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15472 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15488 }, "name": "putRumQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15504 }, "name": "putSecurityQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15520 }, "name": "putStyle", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestStyle" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15427 }, "name": "resetApmQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15443 }, "name": "resetApmStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15459 }, "name": "resetLogQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15475 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15411 }, "name": "resetQ" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15491 }, "name": "resetRumQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15507 }, "name": "resetSecurityQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15523 }, "name": "resetStyle" } ], "name": "PowerpackWidgetDistributionDefinitionRequestOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15421 }, "name": "apmQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15437 }, "name": "apmStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15453 }, "name": "logQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15469 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15485 }, "name": "rumQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15501 }, "name": "securityQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15517 }, "name": "style", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestStyleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15431 }, "name": "apmQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15447 }, "name": "apmStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15463 }, "name": "logQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15479 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15415 }, "name": "qInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15495 }, "name": "rumQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15511 }, "name": "securityQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15527 }, "name": "styleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestStyle" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15405 }, "name": "q", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15331 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequest" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13116 }, "name": "PowerpackWidgetDistributionDefinitionRequestProcessQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#metric Powerpack#metric}", "stability": "stable", "summary": "Your chosen metric." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13134 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#filter_by Powerpack#filter_by}", "stability": "stable", "summary": "A list of processes." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13122 }, "name": "filterBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "The max number of items in the filter list." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13128 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#search_by Powerpack#search_by}", "stability": "stable", "summary": "Your chosen search term." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13140 }, "name": "searchBy", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestProcessQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13200 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13193 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13251 }, "name": "resetFilterBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13267 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13296 }, "name": "resetSearchBy" } ], "name": "PowerpackWidgetDistributionDefinitionRequestProcessQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13255 }, "name": "filterByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13271 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13284 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13300 }, "name": "searchByInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13245 }, "name": "filterBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13261 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13277 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13290 }, "name": "searchBy", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13204 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestProcessQuery" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestProcessQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13980 }, "name": "PowerpackWidgetDistributionDefinitionRequestRumQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#index Powerpack#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13986 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#compute_query Powerpack#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13998 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#group_by Powerpack#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14004 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14010 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#search_query Powerpack#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13992 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestRumQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13304 }, "name": "PowerpackWidgetDistributionDefinitionRequestRumQueryComputeQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13310 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13316 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13322 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestRumQueryComputeQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13375 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13368 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13433 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13449 }, "name": "resetInterval" } ], "name": "PowerpackWidgetDistributionDefinitionRequestRumQueryComputeQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13421 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13437 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13453 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13414 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13427 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13443 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13379 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQueryComputeQuery" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestRumQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13607 }, "name": "PowerpackWidgetDistributionDefinitionRequestRumQueryGroupBy", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13613 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13619 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#sort_query Powerpack#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13625 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestRumQueryGroupBy" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-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/powerpack/index-structs/structs0.ts", "line": 13776 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-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.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQueryGroupByOutputReference" } } } ], "name": "PowerpackWidgetDistributionDefinitionRequestRumQueryGroupByList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-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/powerpack/index-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/powerpack/index-structs/structs0.ts", "line": 13784 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13777 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestRumQueryGroupByList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13681 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13671 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13764 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13735 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13751 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13767 }, "name": "resetSortQuery" } ], "name": "PowerpackWidgetDistributionDefinitionRequestRumQueryGroupByOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13761 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13739 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13755 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13771 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13729 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13745 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13685 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQueryGroupBy" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestRumQueryGroupByOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13457 }, "name": "PowerpackWidgetDistributionDefinitionRequestRumQueryGroupBySortQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13463 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#order Powerpack#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13475 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13469 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestRumQueryGroupBySortQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13528 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13521 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13586 }, "name": "resetFacet" } ], "name": "PowerpackWidgetDistributionDefinitionRequestRumQueryGroupBySortQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13574 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13590 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13603 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13567 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13580 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13596 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13532 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestRumQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13795 }, "name": "PowerpackWidgetDistributionDefinitionRequestRumQueryMultiCompute", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13801 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13807 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13813 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestRumQueryMultiCompute" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13969 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13961 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13976 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQueryMultiComputeOutputReference" } } } ], "name": "PowerpackWidgetDistributionDefinitionRequestRumQueryMultiComputeList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13969 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13969 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13969 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13962 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestRumQueryMultiComputeList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13869 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13859 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13936 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13952 }, "name": "resetInterval" } ], "name": "PowerpackWidgetDistributionDefinitionRequestRumQueryMultiComputeOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13924 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13940 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13956 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13917 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13930 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13946 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 13873 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQueryMultiCompute" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestRumQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14077 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14070 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14160 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14176 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14192 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14163 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14179 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14195 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14147 }, "name": "resetSearchQuery" } ], "name": "PowerpackWidgetDistributionDefinitionRequestRumQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14157 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14173 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14189 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14167 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14183 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14135 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14199 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14151 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14128 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14141 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14081 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQuery" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestRumQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14879 }, "name": "PowerpackWidgetDistributionDefinitionRequestSecurityQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#index Powerpack#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14885 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#compute_query Powerpack#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14897 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#group_by Powerpack#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14903 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14909 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#search_query Powerpack#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14891 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestSecurityQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14203 }, "name": "PowerpackWidgetDistributionDefinitionRequestSecurityQueryComputeQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14209 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14215 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14221 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestSecurityQueryComputeQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14274 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14267 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14332 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14348 }, "name": "resetInterval" } ], "name": "PowerpackWidgetDistributionDefinitionRequestSecurityQueryComputeQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14320 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14336 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14352 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14313 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14326 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14342 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14278 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQueryComputeQuery" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestSecurityQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14506 }, "name": "PowerpackWidgetDistributionDefinitionRequestSecurityQueryGroupBy", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14512 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14518 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#sort_query Powerpack#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14524 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestSecurityQueryGroupBy" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14683 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14675 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14690 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQueryGroupByOutputReference" } } } ], "name": "PowerpackWidgetDistributionDefinitionRequestSecurityQueryGroupByList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14683 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14683 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14683 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14676 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestSecurityQueryGroupByList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14580 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14570 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14663 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14634 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14650 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14666 }, "name": "resetSortQuery" } ], "name": "PowerpackWidgetDistributionDefinitionRequestSecurityQueryGroupByOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14660 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14638 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14654 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14670 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14628 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14644 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14584 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQueryGroupBy" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestSecurityQueryGroupByOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14356 }, "name": "PowerpackWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14362 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#order Powerpack#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14374 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14368 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14427 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14420 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14485 }, "name": "resetFacet" } ], "name": "PowerpackWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14473 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14489 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14502 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14466 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14479 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14495 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14431 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14694 }, "name": "PowerpackWidgetDistributionDefinitionRequestSecurityQueryMultiCompute", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14700 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14706 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14712 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestSecurityQueryMultiCompute" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14868 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14860 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14875 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQueryMultiComputeOutputReference" } } } ], "name": "PowerpackWidgetDistributionDefinitionRequestSecurityQueryMultiComputeList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14868 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14868 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14868 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14861 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestSecurityQueryMultiComputeList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14768 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14758 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14835 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14851 }, "name": "resetInterval" } ], "name": "PowerpackWidgetDistributionDefinitionRequestSecurityQueryMultiComputeOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14823 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14839 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14855 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14816 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14829 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14845 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14772 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQueryMultiCompute" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestSecurityQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14976 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14969 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15059 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15075 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15091 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15062 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15078 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15094 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15046 }, "name": "resetSearchQuery" } ], "name": "PowerpackWidgetDistributionDefinitionRequestSecurityQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15056 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15072 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15088 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15066 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15082 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15034 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15098 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15050 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15027 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15040 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 14980 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQuery" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestSecurityQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestStyle": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestStyle", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15102 }, "name": "PowerpackWidgetDistributionDefinitionRequestStyle", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#palette Powerpack#palette}", "stability": "stable", "summary": "A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15108 }, "name": "palette", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestStyle" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestStyleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestStyleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15147 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15140 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15180 }, "name": "resetPalette" } ], "name": "PowerpackWidgetDistributionDefinitionRequestStyleOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15184 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15174 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15151 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestStyle" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestStyleOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionXaxis": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionXaxis", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15551 }, "name": "PowerpackWidgetDistributionDefinitionXaxis", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#include_zero Powerpack#include_zero}", "stability": "stable", "summary": "Always include zero or fit the axis to the data range." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15557 }, "name": "includeZero", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#max Powerpack#max}", "stability": "stable", "summary": "Specify the maximum value to show on the Y-axis." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15563 }, "name": "max", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#min Powerpack#min}", "stability": "stable", "summary": "Specify the minimum value to show on the Y-axis." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15569 }, "name": "min", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#scale Powerpack#scale}", "stability": "stable", "summary": "Specify the scale type, options: `linear`, `log`, `pow`, `sqrt`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15575 }, "name": "scale", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionXaxis" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionXaxisOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionXaxisOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.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/powerpack/index-structs/structs0.ts", "line": 15628 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15686 }, "name": "resetIncludeZero" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15702 }, "name": "resetMax" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15718 }, "name": "resetMin" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15734 }, "name": "resetScale" } ], "name": "PowerpackWidgetDistributionDefinitionXaxisOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15690 }, "name": "includeZeroInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15706 }, "name": "maxInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15722 }, "name": "minInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15738 }, "name": "scaleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15680 }, "name": "includeZero", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15696 }, "name": "max", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15712 }, "name": "min", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15728 }, "name": "scale", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15639 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionXaxis" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionXaxisOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionYaxis": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionYaxis", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15742 }, "name": "PowerpackWidgetDistributionDefinitionYaxis", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#include_zero Powerpack#include_zero}", "stability": "stable", "summary": "Always include zero or fit the axis to the data range." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15748 }, "name": "includeZero", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#label Powerpack#label}", "stability": "stable", "summary": "The label of the axis to display on the graph." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15754 }, "name": "label", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#max Powerpack#max}", "stability": "stable", "summary": "Specify the maximum value to show on the Y-axis." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15760 }, "name": "max", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#min Powerpack#min}", "stability": "stable", "summary": "Specify the minimum value to show on the Y-axis." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15766 }, "name": "min", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#scale Powerpack#scale}", "stability": "stable", "summary": "Specify the scale type, options: `linear`, `log`, `pow`, `sqrt`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15772 }, "name": "scale", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionYaxis" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionYaxisOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionYaxisOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15839 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15832 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15896 }, "name": "resetIncludeZero" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15912 }, "name": "resetLabel" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15928 }, "name": "resetMax" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15944 }, "name": "resetMin" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15960 }, "name": "resetScale" } ], "name": "PowerpackWidgetDistributionDefinitionYaxisOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15900 }, "name": "includeZeroInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15916 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15932 }, "name": "maxInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15948 }, "name": "minInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15964 }, "name": "scaleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15890 }, "name": "includeZero", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15906 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15922 }, "name": "max", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15938 }, "name": "min", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15954 }, "name": "scale", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 15843 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionYaxis" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionYaxisOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetEventStreamDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetEventStreamDefinition", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16334 }, "name": "PowerpackWidgetEventStreamDefinition", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#query Powerpack#query}", "stability": "stable", "summary": "The query to use in the widget." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16352 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#event_size Powerpack#event_size}", "stability": "stable", "summary": "The size to use to display an event. Valid values are `s`, `l`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16340 }, "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`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#live_span Powerpack#live_span}", "stability": "stable", "summary": "The timeframe to use when displaying the widget." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16346 }, "name": "liveSpan", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#tags_execution Powerpack#tags_execution}", "stability": "stable", "summary": "The execution method for multi-value filters, options: `and` or `or`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16358 }, "name": "tagsExecution", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#title Powerpack#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16364 }, "name": "title", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#title_align Powerpack#title_align}", "stability": "stable", "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16370 }, "name": "titleAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#title_size Powerpack#title_size}", "stability": "stable", "summary": "The size of the widget's title (defaults to 16)." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16376 }, "name": "titleSize", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetEventStreamDefinition" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetEventStreamDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetEventStreamDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16457 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16450 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16526 }, "name": "resetEventSize" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16542 }, "name": "resetLiveSpan" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16571 }, "name": "resetTagsExecution" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16587 }, "name": "resetTitle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16603 }, "name": "resetTitleAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16619 }, "name": "resetTitleSize" } ], "name": "PowerpackWidgetEventStreamDefinitionOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16530 }, "name": "eventSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16546 }, "name": "liveSpanInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16559 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16575 }, "name": "tagsExecutionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16607 }, "name": "titleAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16591 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16623 }, "name": "titleSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16520 }, "name": "eventSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16536 }, "name": "liveSpan", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16552 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16565 }, "name": "tagsExecution", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16581 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16597 }, "name": "titleAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16613 }, "name": "titleSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16461 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetEventStreamDefinition" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetEventStreamDefinitionOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetEventTimelineDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetEventTimelineDefinition", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16627 }, "name": "PowerpackWidgetEventTimelineDefinition", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#query Powerpack#query}", "stability": "stable", "summary": "The query to use in the widget." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16639 }, "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`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#live_span Powerpack#live_span}", "stability": "stable", "summary": "The timeframe to use when displaying the widget." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16633 }, "name": "liveSpan", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#tags_execution Powerpack#tags_execution}", "stability": "stable", "summary": "The execution method for multi-value filters, options: `and` or `or`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16645 }, "name": "tagsExecution", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#title Powerpack#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16651 }, "name": "title", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#title_align Powerpack#title_align}", "stability": "stable", "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16657 }, "name": "titleAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#title_size Powerpack#title_size}", "stability": "stable", "summary": "The size of the widget's title (defaults to 16)." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16663 }, "name": "titleSize", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetEventTimelineDefinition" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetEventTimelineDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetEventTimelineDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16737 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16730 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16800 }, "name": "resetLiveSpan" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16829 }, "name": "resetTagsExecution" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16845 }, "name": "resetTitle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16861 }, "name": "resetTitleAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16877 }, "name": "resetTitleSize" } ], "name": "PowerpackWidgetEventTimelineDefinitionOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16804 }, "name": "liveSpanInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16817 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16833 }, "name": "tagsExecutionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16865 }, "name": "titleAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16849 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16881 }, "name": "titleSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16794 }, "name": "liveSpan", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16810 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16823 }, "name": "tagsExecution", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16839 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16855 }, "name": "titleAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16871 }, "name": "titleSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16741 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetEventTimelineDefinition" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetEventTimelineDefinitionOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetFreeTextDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetFreeTextDefinition", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16885 }, "name": "PowerpackWidgetFreeTextDefinition", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#text Powerpack#text}", "stability": "stable", "summary": "The text to display in the widget." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16903 }, "name": "text", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#color Powerpack#color}", "stability": "stable", "summary": "The color of the text in the widget." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16891 }, "name": "color", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#font_size Powerpack#font_size}", "stability": "stable", "summary": "The size of the text in the widget." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16897 }, "name": "fontSize", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#text_align Powerpack#text_align}", "stability": "stable", "summary": "The alignment of the text in the widget. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16909 }, "name": "textAlign", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetFreeTextDefinition" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetFreeTextDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetFreeTextDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16969 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16962 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17020 }, "name": "resetColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17036 }, "name": "resetFontSize" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17065 }, "name": "resetTextAlign" } ], "name": "PowerpackWidgetFreeTextDefinitionOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17024 }, "name": "colorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17040 }, "name": "fontSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17069 }, "name": "textAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17053 }, "name": "textInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17014 }, "name": "color", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17030 }, "name": "fontSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17046 }, "name": "text", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17059 }, "name": "textAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 16973 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetFreeTextDefinition" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetFreeTextDefinitionOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinition", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24270 }, "name": "PowerpackWidgetGeomapDefinition", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#view Powerpack#view}", "stability": "stable", "summary": "view block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24318 }, "name": "view", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionView" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#custom_link Powerpack#custom_link}", "stability": "stable", "summary": "custom_link block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24300 }, "name": "customLink", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#live_span Powerpack#live_span}", "stability": "stable", "summary": "The timeframe to use when displaying the widget." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24276 }, "name": "liveSpan", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#request Powerpack#request}", "stability": "stable", "summary": "request block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24306 }, "name": "request", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequest" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#style Powerpack#style}", "stability": "stable", "summary": "style block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24312 }, "name": "style", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionStyle" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#title Powerpack#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24282 }, "name": "title", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#title_align Powerpack#title_align}", "stability": "stable", "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24288 }, "name": "titleAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#title_size Powerpack#title_size}", "stability": "stable", "summary": "The size of the widget's title (defaults to 16)." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24294 }, "name": "titleSize", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinition" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionCustomLink": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionCustomLink", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17073 }, "name": "PowerpackWidgetGeomapDefinitionCustomLink", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#is_hidden Powerpack#is_hidden}", "stability": "stable", "summary": "The flag for toggling context menu link visibility." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17079 }, "name": "isHidden", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#label Powerpack#label}", "stability": "stable", "summary": "The label for the custom link URL." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17085 }, "name": "label", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#link Powerpack#link}", "stability": "stable", "summary": "The URL of the custom link." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17091 }, "name": "link", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#override_label Powerpack#override_label}", "stability": "stable", "summary": "The label ID that refers to a context menu link item." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17097 }, "name": "overrideLabel", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionCustomLink" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionCustomLinkList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionCustomLinkList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17285 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17277 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17292 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionCustomLinkOutputReference" } } } ], "name": "PowerpackWidgetGeomapDefinitionCustomLinkList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17285 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17285 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17285 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17278 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionCustomLink" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionCustomLinkList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionCustomLinkOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionCustomLinkOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17160 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17150 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17220 }, "name": "resetIsHidden" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17236 }, "name": "resetLabel" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17252 }, "name": "resetLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17268 }, "name": "resetOverrideLabel" } ], "name": "PowerpackWidgetGeomapDefinitionCustomLinkOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17224 }, "name": "isHiddenInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17240 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17256 }, "name": "linkInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17272 }, "name": "overrideLabelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17214 }, "name": "isHidden", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17230 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17246 }, "name": "link", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17262 }, "name": "overrideLabel", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17164 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionCustomLink" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionCustomLinkOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24406 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24399 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24542 }, "name": "putCustomLink", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionCustomLink" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24558 }, "name": "putRequest", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequest" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24574 }, "name": "putStyle", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionStyle" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24590 }, "name": "putView", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionView" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24545 }, "name": "resetCustomLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24481 }, "name": "resetLiveSpan" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24561 }, "name": "resetRequest" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24577 }, "name": "resetStyle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24497 }, "name": "resetTitle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24513 }, "name": "resetTitleAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24529 }, "name": "resetTitleSize" } ], "name": "PowerpackWidgetGeomapDefinitionOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24539 }, "name": "customLink", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionCustomLinkList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24555 }, "name": "request", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24571 }, "name": "style", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionStyleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24587 }, "name": "view", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionViewOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24549 }, "name": "customLinkInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24485 }, "name": "liveSpanInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24565 }, "name": "requestInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequest" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24581 }, "name": "styleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionStyle" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24517 }, "name": "titleAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24501 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24533 }, "name": "titleSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24594 }, "name": "viewInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionView" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24475 }, "name": "liveSpan", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24491 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24507 }, "name": "titleAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24523 }, "name": "titleSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24410 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinition" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequest": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequest", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23814 }, "name": "PowerpackWidgetGeomapDefinitionRequest", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#formula Powerpack#formula}", "stability": "stable", "summary": "formula block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23826 }, "name": "formula", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormula" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#log_query Powerpack#log_query}", "stability": "stable", "summary": "log_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23832 }, "name": "logQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#q Powerpack#q}", "stability": "stable", "summary": "The metric query to use for this widget." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23820 }, "name": "q", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#query Powerpack#query}", "stability": "stable", "summary": "query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23838 }, "name": "query", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQuery" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#rum_query Powerpack#rum_query}", "stability": "stable", "summary": "rum_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23844 }, "name": "rumQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQuery" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequest" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormula": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormula", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18448 }, "name": "PowerpackWidgetGeomapDefinitionRequestFormula", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#formula_expression Powerpack#formula_expression}", "stability": "stable", "summary": "A string expression built from queries, formulas, and functions." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18466 }, "name": "formulaExpression", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#alias Powerpack#alias}", "stability": "stable", "summary": "An expression alias." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18454 }, "name": "alias", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#cell_display_mode Powerpack#cell_display_mode}", "stability": "stable", "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18460 }, "name": "cellDisplayMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#conditional_formats Powerpack#conditional_formats}", "stability": "stable", "summary": "conditional_formats block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18472 }, "name": "conditionalFormats", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "limit block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18478 }, "name": "limit", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaLimit" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#number_format Powerpack#number_format}", "stability": "stable", "summary": "number_format block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18484 }, "name": "numberFormat", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormat" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#style Powerpack#style}", "stability": "stable", "summary": "style block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18490 }, "name": "style", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaStyle" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestFormula" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaConditionalFormats": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaConditionalFormats", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17296 }, "name": "PowerpackWidgetGeomapDefinitionRequestFormulaConditionalFormats", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#comparator Powerpack#comparator}", "stability": "stable", "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17302 }, "name": "comparator", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#palette Powerpack#palette}", "stability": "stable", "summary": "The color palette to apply." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17338 }, "name": "palette", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#value Powerpack#value}", "stability": "stable", "summary": "A value for the comparator." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17350 }, "name": "value", "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#custom_bg_color Powerpack#custom_bg_color}", "stability": "stable", "summary": "The color palette to apply to the background, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17308 }, "name": "customBgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#custom_fg_color Powerpack#custom_fg_color}", "stability": "stable", "summary": "The color palette to apply to the foreground, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17314 }, "name": "customFgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#hide_value Powerpack#hide_value}", "stability": "stable", "summary": "Setting this to True hides values." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17320 }, "name": "hideValue", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#image_url Powerpack#image_url}", "stability": "stable", "summary": "Displays an image as the background." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17326 }, "name": "imageUrl", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#metric Powerpack#metric}", "stability": "stable", "summary": "The metric from the request to correlate with this conditional format." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17332 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#timeframe Powerpack#timeframe}", "stability": "stable", "summary": "Defines the displayed timeframe." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17344 }, "name": "timeframe", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestFormulaConditionalFormats" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaConditionalFormatsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaConditionalFormatsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17674 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17666 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17681 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaConditionalFormatsOutputReference" } } } ], "name": "PowerpackWidgetGeomapDefinitionRequestFormulaConditionalFormatsList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17674 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17674 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17674 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17667 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestFormulaConditionalFormatsList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaConditionalFormatsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaConditionalFormatsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17448 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17438 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17551 }, "name": "resetCustomBgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17567 }, "name": "resetCustomFgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17583 }, "name": "resetHideValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17599 }, "name": "resetImageUrl" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17615 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17644 }, "name": "resetTimeframe" } ], "name": "PowerpackWidgetGeomapDefinitionRequestFormulaConditionalFormatsOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17539 }, "name": "comparatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17555 }, "name": "customBgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17571 }, "name": "customFgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17587 }, "name": "hideValueInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17603 }, "name": "imageUrlInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17619 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17632 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17648 }, "name": "timeframeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17661 }, "name": "valueInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17532 }, "name": "comparator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17545 }, "name": "customBgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17561 }, "name": "customFgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17577 }, "name": "hideValue", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17593 }, "name": "imageUrl", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17609 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17625 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17638 }, "name": "timeframe", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17654 }, "name": "value", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17452 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaConditionalFormats" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestFormulaConditionalFormatsOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaLimit": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaLimit", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17685 }, "name": "PowerpackWidgetGeomapDefinitionRequestFormulaLimit", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#count Powerpack#count}", "stability": "stable", "summary": "The number of results to return." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17691 }, "name": "count", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#order Powerpack#order}", "stability": "stable", "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17697 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestFormulaLimit" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaLimitOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaLimitOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17743 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17736 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17782 }, "name": "resetCount" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17798 }, "name": "resetOrder" } ], "name": "PowerpackWidgetGeomapDefinitionRequestFormulaLimitOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17786 }, "name": "countInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17802 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17776 }, "name": "count", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17792 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17747 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaLimit" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestFormulaLimitOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18762 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18754 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18769 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaOutputReference" } } } ], "name": "PowerpackWidgetGeomapDefinitionRequestFormulaList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18762 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18762 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18762 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18755 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormula" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestFormulaList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormat": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormat", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18209 }, "name": "PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormat", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#unit Powerpack#unit}", "stability": "stable", "summary": "unit block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18215 }, "name": "unit", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnit" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#unit_scale Powerpack#unit_scale}", "stability": "stable", "summary": "unit_scale block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18221 }, "name": "unitScale", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScale" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormat" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18267 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18260 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18303 }, "name": "putUnit", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnit" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18316 }, "name": "putUnitScale", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScale" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18319 }, "name": "resetUnitScale" } ], "name": "PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18300 }, "name": "unit", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnitOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18313 }, "name": "unitScale", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18307 }, "name": "unitInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnit" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18323 }, "name": "unitScaleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScale" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18271 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormat" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnit": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnit", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18007 }, "name": "PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnit", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#canonical Powerpack#canonical}", "stability": "stable", "summary": "canonical block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18013 }, "name": "canonical", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonical" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#custom Powerpack#custom}", "stability": "stable", "summary": "custom block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18019 }, "name": "custom", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustom" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnit" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonical": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonical", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17806 }, "name": "PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonical", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#unit_name Powerpack#unit_name}", "stability": "stable", "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17818 }, "name": "unitName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#per_unit_name Powerpack#per_unit_name}", "stability": "stable", "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17812 }, "name": "perUnitName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonical" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17864 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17857 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17903 }, "name": "resetPerUnitName" } ], "name": "PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17907 }, "name": "perUnitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17920 }, "name": "unitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17897 }, "name": "perUnitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17913 }, "name": "unitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17868 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonical" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustom": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustom", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17924 }, "name": "PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustom", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#label Powerpack#label}", "stability": "stable", "summary": "Unit label." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17930 }, "name": "label", "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustom" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17969 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17962 }, "name": "PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18003 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17996 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 17973 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustom" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnitOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnitOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18065 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18058 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18101 }, "name": "putCanonical", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonical" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18117 }, "name": "putCustom", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustom" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18104 }, "name": "resetCanonical" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18120 }, "name": "resetCustom" } ], "name": "PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnitOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18098 }, "name": "canonical", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18114 }, "name": "custom", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18108 }, "name": "canonicalInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonical" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18124 }, "name": "customInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustom" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18069 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnit" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnitOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScale": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScale", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18128 }, "name": "PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScale", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#unit_name Powerpack#unit_name}." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18132 }, "name": "unitName", "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScale" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18171 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18164 }, "name": "PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18205 }, "name": "unitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18198 }, "name": "unitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18175 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScale" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18574 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18564 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18694 }, "name": "putConditionalFormats", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18710 }, "name": "putLimit", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaLimit" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18726 }, "name": "putNumberFormat", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormat" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18742 }, "name": "putStyle", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaStyle" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18652 }, "name": "resetAlias" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18668 }, "name": "resetCellDisplayMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18697 }, "name": "resetConditionalFormats" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18713 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18729 }, "name": "resetNumberFormat" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18745 }, "name": "resetStyle" } ], "name": "PowerpackWidgetGeomapDefinitionRequestFormulaOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18691 }, "name": "conditionalFormats", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaConditionalFormatsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18707 }, "name": "limit", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaLimitOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18723 }, "name": "numberFormat", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18739 }, "name": "style", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaStyleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18656 }, "name": "aliasInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18672 }, "name": "cellDisplayModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18701 }, "name": "conditionalFormatsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18685 }, "name": "formulaExpressionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18717 }, "name": "limitInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaLimit" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18733 }, "name": "numberFormatInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormat" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18749 }, "name": "styleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaStyle" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18646 }, "name": "alias", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18662 }, "name": "cellDisplayMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18678 }, "name": "formulaExpression", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18578 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormula" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestFormulaOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaStyle": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaStyle", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18327 }, "name": "PowerpackWidgetGeomapDefinitionRequestFormulaStyle", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#palette Powerpack#palette}", "stability": "stable", "summary": "The color palette used to display the formula." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18333 }, "name": "palette", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#palette_index Powerpack#palette_index}", "stability": "stable", "summary": "Index specifying which color to use within the palette." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18339 }, "name": "paletteIndex", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestFormulaStyle" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaStyleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaStyleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18385 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18378 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18424 }, "name": "resetPalette" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18440 }, "name": "resetPaletteIndex" } ], "name": "PowerpackWidgetGeomapDefinitionRequestFormulaStyleOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18444 }, "name": "paletteIndexInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18428 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18418 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18434 }, "name": "paletteIndex", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18389 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaStyle" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestFormulaStyleOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24061 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24053 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24068 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestOutputReference" } } } ], "name": "PowerpackWidgetGeomapDefinitionRequestList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24061 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24061 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24061 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24054 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequest" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19449 }, "name": "PowerpackWidgetGeomapDefinitionRequestLogQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#index Powerpack#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19455 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#compute_query Powerpack#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19467 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#group_by Powerpack#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19473 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19479 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#search_query Powerpack#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19461 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestLogQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18773 }, "name": "PowerpackWidgetGeomapDefinitionRequestLogQueryComputeQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18779 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18785 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18791 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestLogQueryComputeQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18844 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18837 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18902 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18918 }, "name": "resetInterval" } ], "name": "PowerpackWidgetGeomapDefinitionRequestLogQueryComputeQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18890 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18906 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18922 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18883 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18896 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18912 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18848 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQueryComputeQuery" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestLogQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19076 }, "name": "PowerpackWidgetGeomapDefinitionRequestLogQueryGroupBy", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19082 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19088 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#sort_query Powerpack#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19094 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestLogQueryGroupBy" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19253 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19245 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19260 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQueryGroupByOutputReference" } } } ], "name": "PowerpackWidgetGeomapDefinitionRequestLogQueryGroupByList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19253 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19253 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19253 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19246 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestLogQueryGroupByList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-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/powerpack/index-structs/structs0.ts", "line": 19140 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19233 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19204 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19220 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19236 }, "name": "resetSortQuery" } ], "name": "PowerpackWidgetGeomapDefinitionRequestLogQueryGroupByOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19230 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19208 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19224 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19240 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19198 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19214 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19154 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQueryGroupBy" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestLogQueryGroupByOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18926 }, "name": "PowerpackWidgetGeomapDefinitionRequestLogQueryGroupBySortQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18932 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#order Powerpack#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18944 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18938 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestLogQueryGroupBySortQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18997 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 18990 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19055 }, "name": "resetFacet" } ], "name": "PowerpackWidgetGeomapDefinitionRequestLogQueryGroupBySortQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19043 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19059 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19072 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19036 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19049 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19065 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19001 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestLogQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19264 }, "name": "PowerpackWidgetGeomapDefinitionRequestLogQueryMultiCompute", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19270 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19276 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19282 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestLogQueryMultiCompute" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19438 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19430 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19445 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQueryMultiComputeOutputReference" } } } ], "name": "PowerpackWidgetGeomapDefinitionRequestLogQueryMultiComputeList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19438 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19438 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19438 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19431 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestLogQueryMultiComputeList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19338 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19328 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19405 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19421 }, "name": "resetInterval" } ], "name": "PowerpackWidgetGeomapDefinitionRequestLogQueryMultiComputeOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19393 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19409 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19425 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19386 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19399 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19415 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19342 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQueryMultiCompute" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestLogQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19546 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19539 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19629 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19645 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19661 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19632 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19648 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19664 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19616 }, "name": "resetSearchQuery" } ], "name": "PowerpackWidgetGeomapDefinitionRequestLogQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19626 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19642 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19658 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19636 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19652 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19604 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19668 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19620 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19597 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19610 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19550 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQuery" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestLogQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23914 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23904 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23993 }, "name": "putFormula", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormula" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24009 }, "name": "putLogQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24025 }, "name": "putQuery", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQuery" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24041 }, "name": "putRumQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23996 }, "name": "resetFormula" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24012 }, "name": "resetLogQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23980 }, "name": "resetQ" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24028 }, "name": "resetQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24044 }, "name": "resetRumQuery" } ], "name": "PowerpackWidgetGeomapDefinitionRequestOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23990 }, "name": "formula", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24006 }, "name": "logQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24022 }, "name": "query", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24038 }, "name": "rumQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24000 }, "name": "formulaInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormula" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24016 }, "name": "logQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23984 }, "name": "qInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24032 }, "name": "queryInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQuery" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24048 }, "name": "rumQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23974 }, "name": "q", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23918 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequest" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22587 }, "name": "PowerpackWidgetGeomapDefinitionRequestQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#apm_dependency_stats_query Powerpack#apm_dependency_stats_query}", "stability": "stable", "summary": "apm_dependency_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22593 }, "name": "apmDependencyStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryApmDependencyStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#apm_resource_stats_query Powerpack#apm_resource_stats_query}", "stability": "stable", "summary": "apm_resource_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22599 }, "name": "apmResourceStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryApmResourceStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#cloud_cost_query Powerpack#cloud_cost_query}", "stability": "stable", "summary": "cloud_cost_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22605 }, "name": "cloudCostQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryCloudCostQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#event_query Powerpack#event_query}", "stability": "stable", "summary": "event_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22611 }, "name": "eventQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#metric_query Powerpack#metric_query}", "stability": "stable", "summary": "metric_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22617 }, "name": "metricQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryMetricQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#process_query Powerpack#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22623 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#slo_query Powerpack#slo_query}", "stability": "stable", "summary": "slo_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22629 }, "name": "sloQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQuerySloQuery" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryApmDependencyStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryApmDependencyStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19672 }, "name": "PowerpackWidgetGeomapDefinitionRequestQueryApmDependencyStatsQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#data_source Powerpack#data_source}", "stability": "stable", "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19684 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#env Powerpack#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19690 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#name Powerpack#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19702 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#operation_name Powerpack#operation_name}", "stability": "stable", "summary": "Name of operation on service." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19708 }, "name": "operationName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#resource_name Powerpack#resource_name}", "stability": "stable", "summary": "APM resource." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19726 }, "name": "resourceName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#service Powerpack#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19732 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#stat Powerpack#stat}", "stability": "stable", "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19738 }, "name": "stat", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19678 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#is_upstream Powerpack#is_upstream}", "stability": "stable", "summary": "Determines whether stats for upstream or downstream dependencies should be queried." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19696 }, "name": "isUpstream", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#primary_tag_name Powerpack#primary_tag_name}", "stability": "stable", "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19714 }, "name": "primaryTagName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#primary_tag_value Powerpack#primary_tag_value}", "stability": "stable", "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19720 }, "name": "primaryTagValue", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestQueryApmDependencyStatsQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryApmDependencyStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryApmDependencyStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19847 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19840 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19940 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19982 }, "name": "resetIsUpstream" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20024 }, "name": "resetPrimaryTagName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20040 }, "name": "resetPrimaryTagValue" } ], "name": "PowerpackWidgetGeomapDefinitionRequestQueryApmDependencyStatsQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19944 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19957 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19970 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19986 }, "name": "isUpstreamInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19999 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20012 }, "name": "operationNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20028 }, "name": "primaryTagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20044 }, "name": "primaryTagValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20057 }, "name": "resourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20070 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20083 }, "name": "statInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19934 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19950 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19963 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19976 }, "name": "isUpstream", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19992 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20005 }, "name": "operationName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20018 }, "name": "primaryTagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20034 }, "name": "primaryTagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20050 }, "name": "resourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20063 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20076 }, "name": "stat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 19851 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryApmDependencyStatsQuery" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestQueryApmDependencyStatsQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryApmResourceStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryApmResourceStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20087 }, "name": "PowerpackWidgetGeomapDefinitionRequestQueryApmResourceStatsQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#data_source Powerpack#data_source}", "stability": "stable", "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20099 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#env Powerpack#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20105 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#name Powerpack#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20117 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#service Powerpack#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20147 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#stat Powerpack#stat}", "stability": "stable", "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20153 }, "name": "stat", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20093 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#group_by Powerpack#group_by}", "stability": "stable", "summary": "Array of fields to group results by." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20111 }, "name": "groupBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#operation_name Powerpack#operation_name}", "stability": "stable", "summary": "Name of operation on service." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20123 }, "name": "operationName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#primary_tag_name Powerpack#primary_tag_name}", "stability": "stable", "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20129 }, "name": "primaryTagName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#primary_tag_value Powerpack#primary_tag_value}", "stability": "stable", "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20135 }, "name": "primaryTagValue", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#resource_name Powerpack#resource_name}", "stability": "stable", "summary": "APM resource." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20141 }, "name": "resourceName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestQueryApmResourceStatsQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryApmResourceStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryApmResourceStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20262 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20255 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20355 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20397 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20426 }, "name": "resetOperationName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20442 }, "name": "resetPrimaryTagName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20458 }, "name": "resetPrimaryTagValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20474 }, "name": "resetResourceName" } ], "name": "PowerpackWidgetGeomapDefinitionRequestQueryApmResourceStatsQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20359 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20372 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20385 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20401 }, "name": "groupByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20414 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20430 }, "name": "operationNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20446 }, "name": "primaryTagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20462 }, "name": "primaryTagValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20478 }, "name": "resourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20491 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20504 }, "name": "statInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20349 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20365 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20378 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20391 }, "name": "groupBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20407 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20420 }, "name": "operationName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20436 }, "name": "primaryTagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20452 }, "name": "primaryTagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20468 }, "name": "resourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20484 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20497 }, "name": "stat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20266 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryApmResourceStatsQuery" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestQueryApmResourceStatsQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryCloudCostQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryCloudCostQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20508 }, "name": "PowerpackWidgetGeomapDefinitionRequestQueryCloudCostQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#data_source Powerpack#data_source}", "stability": "stable", "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20526 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#name Powerpack#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20532 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#query Powerpack#query}", "stability": "stable", "summary": "The cloud cost query definition." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20538 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregator Powerpack#aggregator}", "stability": "stable", "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20514 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20520 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestQueryCloudCostQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryCloudCostQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryCloudCostQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20605 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20598 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20662 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20678 }, "name": "resetCrossOrgUuids" } ], "name": "PowerpackWidgetGeomapDefinitionRequestQueryCloudCostQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20666 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20682 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20695 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20708 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20721 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20656 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20672 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20688 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20701 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20714 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20609 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryCloudCostQuery" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestQueryCloudCostQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21331 }, "name": "PowerpackWidgetGeomapDefinitionRequestQueryEventQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#compute Powerpack#compute}", "stability": "stable", "summary": "compute block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21367 }, "name": "compute", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#data_source Powerpack#data_source}", "stability": "stable", "summary": "The data source for event platform-based queries." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21343 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#name Powerpack#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21355 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21337 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#group_by Powerpack#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21373 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#indexes Powerpack#indexes}", "stability": "stable", "summary": "An array of index names to query in the stream." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21349 }, "name": "indexes", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#search Powerpack#search}", "stability": "stable", "summary": "search block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21379 }, "name": "search", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQuerySearch" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#storage Powerpack#storage}", "stability": "stable", "summary": "Storage location (private beta)." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21361 }, "name": "storage", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestQueryEventQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQueryCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQueryCompute", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20725 }, "name": "PowerpackWidgetGeomapDefinitionRequestQueryEventQueryCompute", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation methods for event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20731 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "A time interval in milliseconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20737 }, "name": "interval", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#metric Powerpack#metric}", "stability": "stable", "summary": "The measurable attribute to compute." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20743 }, "name": "metric", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestQueryEventQueryCompute" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQueryComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQueryComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20899 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20891 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20906 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQueryComputeOutputReference" } } } ], "name": "PowerpackWidgetGeomapDefinitionRequestQueryEventQueryComputeList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20899 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20899 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20899 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20892 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestQueryEventQueryComputeList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQueryComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQueryComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20799 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20789 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20866 }, "name": "resetInterval" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20882 }, "name": "resetMetric" } ], "name": "PowerpackWidgetGeomapDefinitionRequestQueryEventQueryComputeOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20854 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20870 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20886 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20847 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20860 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20876 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20803 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQueryCompute" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestQueryEventQueryComputeOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21063 }, "name": "PowerpackWidgetGeomapDefinitionRequestQueryEventQueryGroupBy", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The event facet." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21069 }, "name": "facet", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "The number of groups to return." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21075 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#sort Powerpack#sort}", "stability": "stable", "summary": "sort block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21081 }, "name": "sort", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQueryGroupBySort" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestQueryEventQueryGroupBy" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21237 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21229 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21244 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQueryGroupByOutputReference" } } } ], "name": "PowerpackWidgetGeomapDefinitionRequestQueryEventQueryGroupByList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21237 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21237 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21237 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21230 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestQueryEventQueryGroupByList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21137 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21127 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21217 }, "name": "putSort", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQueryGroupBySort" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21204 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21220 }, "name": "resetSort" } ], "name": "PowerpackWidgetGeomapDefinitionRequestQueryEventQueryGroupByOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21214 }, "name": "sort", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQueryGroupBySortOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21192 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21208 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21224 }, "name": "sortInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQueryGroupBySort" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21185 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21198 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21141 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQueryGroupBy" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestQueryEventQueryGroupByOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQueryGroupBySort": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQueryGroupBySort", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20910 }, "name": "PowerpackWidgetGeomapDefinitionRequestQueryEventQueryGroupBySort", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation methods for the event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20916 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#metric Powerpack#metric}", "stability": "stable", "summary": "The metric used for sorting group by results." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20922 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#order Powerpack#order}", "stability": "stable", "summary": "Direction of sort. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20928 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestQueryEventQueryGroupBySort" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQueryGroupBySortOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQueryGroupBySortOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20981 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20974 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21039 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21055 }, "name": "resetOrder" } ], "name": "PowerpackWidgetGeomapDefinitionRequestQueryEventQueryGroupBySortOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21027 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21043 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21059 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21020 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21033 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21049 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 20985 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQueryGroupBySort" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestQueryEventQueryGroupBySortOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21467 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21460 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21613 }, "name": "putCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21626 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21642 }, "name": "putSearch", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQuerySearch" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21542 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21629 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21571 }, "name": "resetIndexes" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21645 }, "name": "resetSearch" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21600 }, "name": "resetStorage" } ], "name": "PowerpackWidgetGeomapDefinitionRequestQueryEventQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21610 }, "name": "compute", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQueryComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21623 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21639 }, "name": "search", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQuerySearchOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21617 }, "name": "computeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21546 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21559 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21633 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21575 }, "name": "indexesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21588 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21649 }, "name": "searchInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQuerySearch" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21604 }, "name": "storageInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21536 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21552 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21565 }, "name": "indexes", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21581 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21594 }, "name": "storage", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21471 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQuery" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestQueryEventQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQuerySearch": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQuerySearch", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21248 }, "name": "PowerpackWidgetGeomapDefinitionRequestQueryEventQuerySearch", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#query Powerpack#query}", "stability": "stable", "summary": "The events search string." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21254 }, "name": "query", "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestQueryEventQuerySearch" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQuerySearchOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQuerySearchOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21293 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21286 }, "name": "PowerpackWidgetGeomapDefinitionRequestQueryEventQuerySearchOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21327 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21320 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21297 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQuerySearch" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestQueryEventQuerySearchOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22904 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22896 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22911 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryOutputReference" } } } ], "name": "PowerpackWidgetGeomapDefinitionRequestQueryList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22904 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22904 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22904 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22897 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQuery" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestQueryList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryMetricQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryMetricQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21653 }, "name": "PowerpackWidgetGeomapDefinitionRequestQueryMetricQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#name Powerpack#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21677 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#query Powerpack#query}", "stability": "stable", "summary": "The metrics query definition." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21683 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregator Powerpack#aggregator}", "stability": "stable", "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21659 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21665 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#data_source Powerpack#data_source}", "stability": "stable", "summary": "The data source for metrics queries. Defaults to `\"metrics\"`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21671 }, "name": "dataSource", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestQueryMetricQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryMetricQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryMetricQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21750 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21743 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21807 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21823 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21839 }, "name": "resetDataSource" } ], "name": "PowerpackWidgetGeomapDefinitionRequestQueryMetricQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21811 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21827 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21843 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21856 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21869 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21801 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21817 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21833 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21849 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21862 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21754 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryMetricQuery" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestQueryMetricQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22713 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22703 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22788 }, "name": "putApmDependencyStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryApmDependencyStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22804 }, "name": "putApmResourceStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryApmResourceStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22820 }, "name": "putCloudCostQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryCloudCostQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22836 }, "name": "putEventQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22852 }, "name": "putMetricQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryMetricQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22868 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22884 }, "name": "putSloQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQuerySloQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22791 }, "name": "resetApmDependencyStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22807 }, "name": "resetApmResourceStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22823 }, "name": "resetCloudCostQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22839 }, "name": "resetEventQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22855 }, "name": "resetMetricQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22871 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22887 }, "name": "resetSloQuery" } ], "name": "PowerpackWidgetGeomapDefinitionRequestQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22785 }, "name": "apmDependencyStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryApmDependencyStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22801 }, "name": "apmResourceStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryApmResourceStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22817 }, "name": "cloudCostQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryCloudCostQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22833 }, "name": "eventQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22849 }, "name": "metricQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryMetricQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22865 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22881 }, "name": "sloQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQuerySloQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22795 }, "name": "apmDependencyStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryApmDependencyStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22811 }, "name": "apmResourceStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryApmResourceStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22827 }, "name": "cloudCostQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryCloudCostQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22843 }, "name": "eventQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22859 }, "name": "metricQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryMetricQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22875 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22891 }, "name": "sloQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQuerySloQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22717 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQuery" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21873 }, "name": "PowerpackWidgetGeomapDefinitionRequestQueryProcessQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#data_source Powerpack#data_source}", "stability": "stable", "summary": "The data source for process queries. Valid values are `process`, `container`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21891 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#metric Powerpack#metric}", "stability": "stable", "summary": "The process metric name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21909 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#name Powerpack#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21915 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregator Powerpack#aggregator}", "stability": "stable", "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21879 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21885 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#is_normalized_cpu Powerpack#is_normalized_cpu}", "stability": "stable", "summary": "Whether to normalize the CPU percentages." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21897 }, "name": "isNormalizedCpu", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "The number of hits to return." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21903 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#sort Powerpack#sort}", "stability": "stable", "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21921 }, "name": "sort", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#tag_filters Powerpack#tag_filters}", "stability": "stable", "summary": "An array of tags to filter by." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21927 }, "name": "tagFilters", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#text_filter Powerpack#text_filter}", "stability": "stable", "summary": "The text to use as a filter." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 21933 }, "name": "textFilter", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestQueryProcessQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22035 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22028 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22122 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22138 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22167 }, "name": "resetIsNormalizedCpu" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22183 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22225 }, "name": "resetSort" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22241 }, "name": "resetTagFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22257 }, "name": "resetTextFilter" } ], "name": "PowerpackWidgetGeomapDefinitionRequestQueryProcessQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22126 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22142 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22155 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22171 }, "name": "isNormalizedCpuInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22187 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22200 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22213 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22229 }, "name": "sortInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22245 }, "name": "tagFiltersInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22261 }, "name": "textFilterInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22116 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22132 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22148 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22161 }, "name": "isNormalizedCpu", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22177 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22193 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22206 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22219 }, "name": "sort", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22235 }, "name": "tagFilters", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22251 }, "name": "textFilter", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22039 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryProcessQuery" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestQueryProcessQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQuerySloQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQuerySloQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22265 }, "name": "PowerpackWidgetGeomapDefinitionRequestQuerySloQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#data_source Powerpack#data_source}", "stability": "stable", "summary": "The data source for SLO queries. Valid values are `slo`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22283 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#measure Powerpack#measure}", "stability": "stable", "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22295 }, "name": "measure", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#slo_id Powerpack#slo_id}", "stability": "stable", "summary": "ID of an SLO to query." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22307 }, "name": "sloId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#additional_query_filters Powerpack#additional_query_filters}", "stability": "stable", "summary": "Additional filters applied to the SLO query." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22271 }, "name": "additionalQueryFilters", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22277 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#group_mode Powerpack#group_mode}", "stability": "stable", "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22289 }, "name": "groupMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#name Powerpack#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22301 }, "name": "name", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#slo_query_type Powerpack#slo_query_type}", "stability": "stable", "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22313 }, "name": "sloQueryType", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestQuerySloQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQuerySloQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQuerySloQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22401 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22394 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22476 }, "name": "resetAdditionalQueryFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22492 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22521 }, "name": "resetGroupMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22550 }, "name": "resetName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22579 }, "name": "resetSloQueryType" } ], "name": "PowerpackWidgetGeomapDefinitionRequestQuerySloQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22480 }, "name": "additionalQueryFiltersInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22496 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22509 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22525 }, "name": "groupModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22538 }, "name": "measureInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22554 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22567 }, "name": "sloIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22583 }, "name": "sloQueryTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22470 }, "name": "additionalQueryFilters", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22486 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22502 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22515 }, "name": "groupMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22531 }, "name": "measure", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22544 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22560 }, "name": "sloId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22573 }, "name": "sloQueryType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22405 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQuerySloQuery" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestQuerySloQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23591 }, "name": "PowerpackWidgetGeomapDefinitionRequestRumQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#index Powerpack#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23597 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#compute_query Powerpack#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23609 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#group_by Powerpack#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23615 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23621 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#search_query Powerpack#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23603 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestRumQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22915 }, "name": "PowerpackWidgetGeomapDefinitionRequestRumQueryComputeQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22921 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22927 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22933 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestRumQueryComputeQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22986 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22979 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23044 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23060 }, "name": "resetInterval" } ], "name": "PowerpackWidgetGeomapDefinitionRequestRumQueryComputeQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23032 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23048 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23064 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23025 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23038 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23054 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 22990 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQueryComputeQuery" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestRumQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23218 }, "name": "PowerpackWidgetGeomapDefinitionRequestRumQueryGroupBy", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23224 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23230 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#sort_query Powerpack#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23236 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestRumQueryGroupBy" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23395 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23387 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23402 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQueryGroupByOutputReference" } } } ], "name": "PowerpackWidgetGeomapDefinitionRequestRumQueryGroupByList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23395 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23395 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23395 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23388 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestRumQueryGroupByList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23292 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23282 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23375 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23346 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23362 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23378 }, "name": "resetSortQuery" } ], "name": "PowerpackWidgetGeomapDefinitionRequestRumQueryGroupByOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23372 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23350 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23366 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23382 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23340 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23356 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23296 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQueryGroupBy" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestRumQueryGroupByOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23068 }, "name": "PowerpackWidgetGeomapDefinitionRequestRumQueryGroupBySortQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23074 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#order Powerpack#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23086 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23080 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestRumQueryGroupBySortQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23139 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23132 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23197 }, "name": "resetFacet" } ], "name": "PowerpackWidgetGeomapDefinitionRequestRumQueryGroupBySortQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23185 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23201 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23214 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23178 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23191 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23207 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23143 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestRumQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23406 }, "name": "PowerpackWidgetGeomapDefinitionRequestRumQueryMultiCompute", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23412 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23418 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23424 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestRumQueryMultiCompute" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23580 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23572 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23587 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQueryMultiComputeOutputReference" } } } ], "name": "PowerpackWidgetGeomapDefinitionRequestRumQueryMultiComputeList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23580 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23580 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23580 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23573 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestRumQueryMultiComputeList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23480 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23470 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23547 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23563 }, "name": "resetInterval" } ], "name": "PowerpackWidgetGeomapDefinitionRequestRumQueryMultiComputeOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23535 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23551 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23567 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23528 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23541 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23557 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23484 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQueryMultiCompute" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestRumQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23688 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23681 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23771 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23787 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23803 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23774 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23790 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23806 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23758 }, "name": "resetSearchQuery" } ], "name": "PowerpackWidgetGeomapDefinitionRequestRumQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23768 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23784 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23800 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23778 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23794 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23746 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23810 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23762 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23739 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23752 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 23692 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQuery" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestRumQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionStyle": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionStyle", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24072 }, "name": "PowerpackWidgetGeomapDefinitionStyle", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#palette Powerpack#palette}", "stability": "stable", "summary": "The color palette to apply to the widget." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24078 }, "name": "palette", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#palette_flip Powerpack#palette_flip}", "stability": "stable", "summary": "A Boolean indicating whether to flip the palette tones." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24084 }, "name": "paletteFlip", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionStyle" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionStyleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionStyleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24130 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24123 }, "name": "PowerpackWidgetGeomapDefinitionStyleOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24183 }, "name": "paletteFlipInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24170 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24163 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24176 }, "name": "paletteFlip", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24134 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionStyle" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionStyleOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionView": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionView", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24187 }, "name": "PowerpackWidgetGeomapDefinitionView", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#focus Powerpack#focus}", "stability": "stable", "summary": "The two-letter ISO code of a country to focus the map on (or `WORLD`)." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24193 }, "name": "focus", "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionView" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionViewOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionViewOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24232 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24225 }, "name": "PowerpackWidgetGeomapDefinitionViewOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24266 }, "name": "focusInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24259 }, "name": "focus", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24236 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionView" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionViewOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinition", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9080 }, "name": "PowerpackWidgetHeatmapDefinition", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#custom_link Powerpack#custom_link}", "stability": "stable", "summary": "custom_link block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9122 }, "name": "customLink", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#event Powerpack#event}", "stability": "stable", "summary": "event block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9128 }, "name": "event", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionEvent" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#legend_size Powerpack#legend_size}", "stability": "stable", "summary": "The size of the legend displayed in the widget." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9086 }, "name": "legendSize", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#live_span Powerpack#live_span}", "stability": "stable", "summary": "The timeframe to use when displaying the widget." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9092 }, "name": "liveSpan", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#request Powerpack#request}", "stability": "stable", "summary": "request block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9134 }, "name": "request", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequest" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#show_legend Powerpack#show_legend}", "stability": "stable", "summary": "Whether or not to show the legend on this widget." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9098 }, "name": "showLegend", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#title Powerpack#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9104 }, "name": "title", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#title_align Powerpack#title_align}", "stability": "stable", "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9110 }, "name": "titleAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#title_size Powerpack#title_size}", "stability": "stable", "summary": "The size of the widget's title (defaults to 16)." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9116 }, "name": "titleSize", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#yaxis Powerpack#yaxis}", "stability": "stable", "summary": "yaxis block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9140 }, "name": "yaxis", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionYaxis" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinition" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionCustomLink": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionCustomLink", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24598 }, "name": "PowerpackWidgetHeatmapDefinitionCustomLink", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#is_hidden Powerpack#is_hidden}", "stability": "stable", "summary": "The flag for toggling context menu link visibility." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24604 }, "name": "isHidden", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#label Powerpack#label}", "stability": "stable", "summary": "The label for the custom link URL." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24610 }, "name": "label", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#link Powerpack#link}", "stability": "stable", "summary": "The URL of the custom link." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24616 }, "name": "link", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#override_label Powerpack#override_label}", "stability": "stable", "summary": "The label ID that refers to a context menu link item." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24622 }, "name": "overrideLabel", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetHeatmapDefinitionCustomLink" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionCustomLinkList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionCustomLinkList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24810 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24802 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24817 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionCustomLinkOutputReference" } } } ], "name": "PowerpackWidgetHeatmapDefinitionCustomLinkList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24810 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24810 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24810 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24803 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionCustomLink" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetHeatmapDefinitionCustomLinkList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionCustomLinkOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionCustomLinkOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24685 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24675 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24745 }, "name": "resetIsHidden" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24761 }, "name": "resetLabel" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24777 }, "name": "resetLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24793 }, "name": "resetOverrideLabel" } ], "name": "PowerpackWidgetHeatmapDefinitionCustomLinkOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24749 }, "name": "isHiddenInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24765 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24781 }, "name": "linkInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24797 }, "name": "overrideLabelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24739 }, "name": "isHidden", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24755 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24771 }, "name": "link", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24787 }, "name": "overrideLabel", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24689 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionCustomLink" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetHeatmapDefinitionCustomLinkOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionEvent": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionEvent", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24821 }, "name": "PowerpackWidgetHeatmapDefinitionEvent", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#q Powerpack#q}", "stability": "stable", "summary": "The event query to use in the widget." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24827 }, "name": "q", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#tags_execution Powerpack#tags_execution}", "stability": "stable", "summary": "The execution method for multi-value filters." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24833 }, "name": "tagsExecution", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetHeatmapDefinitionEvent" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionEventList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionEventList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24960 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24952 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24967 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionEventOutputReference" } } } ], "name": "PowerpackWidgetHeatmapDefinitionEventList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24960 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24960 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24960 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24953 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionEvent" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetHeatmapDefinitionEventList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionEventOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionEventOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24882 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24872 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24943 }, "name": "resetTagsExecution" } ], "name": "PowerpackWidgetHeatmapDefinitionEventOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24931 }, "name": "qInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24947 }, "name": "tagsExecutionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24924 }, "name": "q", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24937 }, "name": "tagsExecution", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24886 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionEvent" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetHeatmapDefinitionEventOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9242 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9235 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9422 }, "name": "putCustomLink", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionCustomLink" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9438 }, "name": "putEvent", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionEvent" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9454 }, "name": "putRequest", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequest" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9470 }, "name": "putYaxis", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionYaxis" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9425 }, "name": "resetCustomLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9441 }, "name": "resetEvent" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9329 }, "name": "resetLegendSize" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9345 }, "name": "resetLiveSpan" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9457 }, "name": "resetRequest" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9361 }, "name": "resetShowLegend" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9377 }, "name": "resetTitle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9393 }, "name": "resetTitleAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9409 }, "name": "resetTitleSize" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9473 }, "name": "resetYaxis" } ], "name": "PowerpackWidgetHeatmapDefinitionOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9419 }, "name": "customLink", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionCustomLinkList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9435 }, "name": "event", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionEventList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9451 }, "name": "request", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9467 }, "name": "yaxis", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionYaxisOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9429 }, "name": "customLinkInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9445 }, "name": "eventInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionEvent" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9333 }, "name": "legendSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9349 }, "name": "liveSpanInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9461 }, "name": "requestInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequest" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9365 }, "name": "showLegendInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9397 }, "name": "titleAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9381 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9413 }, "name": "titleSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9477 }, "name": "yaxisInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionYaxis" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9323 }, "name": "legendSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9339 }, "name": "liveSpan", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9355 }, "name": "showLegend", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9371 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9387 }, "name": "titleAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9403 }, "name": "titleSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9246 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinition" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequest": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequest", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8456 }, "name": "PowerpackWidgetHeatmapDefinitionRequest", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#apm_query Powerpack#apm_query}", "stability": "stable", "summary": "apm_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8468 }, "name": "apmQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#formula Powerpack#formula}", "stability": "stable", "summary": "formula block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8474 }, "name": "formula", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormula" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#log_query Powerpack#log_query}", "stability": "stable", "summary": "log_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8480 }, "name": "logQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#process_query Powerpack#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8486 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#q Powerpack#q}", "stability": "stable", "summary": "The metric query to use for this widget." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8462 }, "name": "q", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#query Powerpack#query}", "stability": "stable", "summary": "query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8492 }, "name": "query", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQuery" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#rum_query Powerpack#rum_query}", "stability": "stable", "summary": "rum_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8498 }, "name": "rumQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#security_query Powerpack#security_query}", "stability": "stable", "summary": "security_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8504 }, "name": "securityQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#style Powerpack#style}", "stability": "stable", "summary": "style block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8510 }, "name": "style", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestStyle" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequest" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 542 }, "name": "PowerpackWidgetHeatmapDefinitionRequestApmQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#index Powerpack#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 548 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#compute_query Powerpack#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 560 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#group_by Powerpack#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 566 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 572 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#search_query Powerpack#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 554 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestApmQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24971 }, "name": "PowerpackWidgetHeatmapDefinitionRequestApmQueryComputeQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24977 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24983 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 24989 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetHeatmapDefinitionRequestApmQueryComputeQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 25042 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 25035 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 25100 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 25116 }, "name": "resetInterval" } ], "name": "PowerpackWidgetHeatmapDefinitionRequestApmQueryComputeQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 25088 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 25104 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 25120 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 25081 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 25094 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 25110 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs0.ts", "line": 25046 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQueryComputeQuery" } } ], "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetHeatmapDefinitionRequestApmQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 169 }, "name": "PowerpackWidgetHeatmapDefinitionRequestApmQueryGroupBy", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 175 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 181 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#sort_query Powerpack#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 187 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestApmQueryGroupBy" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 346 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 338 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 353 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQueryGroupByOutputReference" } } } ], "name": "PowerpackWidgetHeatmapDefinitionRequestApmQueryGroupByList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 346 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 346 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 346 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 339 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestApmQueryGroupByList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.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": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 233 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 326 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 297 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 313 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 329 }, "name": "resetSortQuery" } ], "name": "PowerpackWidgetHeatmapDefinitionRequestApmQueryGroupByOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 323 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 301 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 317 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 333 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 291 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 307 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 247 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQueryGroupBy" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestApmQueryGroupByOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19 }, "name": "PowerpackWidgetHeatmapDefinitionRequestApmQueryGroupBySortQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 25 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#order Powerpack#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 37 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 31 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestApmQueryGroupBySortQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.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" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 83 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 148 }, "name": "resetFacet" } ], "name": "PowerpackWidgetHeatmapDefinitionRequestApmQueryGroupBySortQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 136 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 152 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 165 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 129 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 142 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 158 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 94 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestApmQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 357 }, "name": "PowerpackWidgetHeatmapDefinitionRequestApmQueryMultiCompute", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 363 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 369 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 375 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestApmQueryMultiCompute" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 531 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 523 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 538 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQueryMultiComputeOutputReference" } } } ], "name": "PowerpackWidgetHeatmapDefinitionRequestApmQueryMultiComputeList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 531 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 531 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 531 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 524 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestApmQueryMultiComputeList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 431 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 421 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 498 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 514 }, "name": "resetInterval" } ], "name": "PowerpackWidgetHeatmapDefinitionRequestApmQueryMultiComputeOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 486 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 502 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 518 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 479 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 492 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 508 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 435 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQueryMultiCompute" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestApmQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 639 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 632 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 722 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 738 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 754 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 725 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 741 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 757 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 709 }, "name": "resetSearchQuery" } ], "name": "PowerpackWidgetHeatmapDefinitionRequestApmQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 719 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 735 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 751 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 729 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 745 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 697 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 761 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 713 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 690 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 703 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 643 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQuery" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestApmQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormula": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormula", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1917 }, "name": "PowerpackWidgetHeatmapDefinitionRequestFormula", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#formula_expression Powerpack#formula_expression}", "stability": "stable", "summary": "A string expression built from queries, formulas, and functions." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1935 }, "name": "formulaExpression", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#alias Powerpack#alias}", "stability": "stable", "summary": "An expression alias." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1923 }, "name": "alias", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#cell_display_mode Powerpack#cell_display_mode}", "stability": "stable", "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1929 }, "name": "cellDisplayMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#conditional_formats Powerpack#conditional_formats}", "stability": "stable", "summary": "conditional_formats block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1941 }, "name": "conditionalFormats", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "limit block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1947 }, "name": "limit", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaLimit" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#number_format Powerpack#number_format}", "stability": "stable", "summary": "number_format block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1953 }, "name": "numberFormat", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormat" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#style Powerpack#style}", "stability": "stable", "summary": "style block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1959 }, "name": "style", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaStyle" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestFormula" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaConditionalFormats": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaConditionalFormats", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 765 }, "name": "PowerpackWidgetHeatmapDefinitionRequestFormulaConditionalFormats", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#comparator Powerpack#comparator}", "stability": "stable", "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 771 }, "name": "comparator", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#palette Powerpack#palette}", "stability": "stable", "summary": "The color palette to apply." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 807 }, "name": "palette", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#value Powerpack#value}", "stability": "stable", "summary": "A value for the comparator." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 819 }, "name": "value", "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#custom_bg_color Powerpack#custom_bg_color}", "stability": "stable", "summary": "The color palette to apply to the background, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 777 }, "name": "customBgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#custom_fg_color Powerpack#custom_fg_color}", "stability": "stable", "summary": "The color palette to apply to the foreground, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 783 }, "name": "customFgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#hide_value Powerpack#hide_value}", "stability": "stable", "summary": "Setting this to True hides values." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 789 }, "name": "hideValue", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#image_url Powerpack#image_url}", "stability": "stable", "summary": "Displays an image as the background." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 795 }, "name": "imageUrl", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#metric Powerpack#metric}", "stability": "stable", "summary": "The metric from the request to correlate with this conditional format." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 801 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#timeframe Powerpack#timeframe}", "stability": "stable", "summary": "Defines the displayed timeframe." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 813 }, "name": "timeframe", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestFormulaConditionalFormats" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaConditionalFormatsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaConditionalFormatsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1143 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1135 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1150 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaConditionalFormatsOutputReference" } } } ], "name": "PowerpackWidgetHeatmapDefinitionRequestFormulaConditionalFormatsList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1143 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1143 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1143 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1136 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestFormulaConditionalFormatsList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaConditionalFormatsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaConditionalFormatsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 917 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 907 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1020 }, "name": "resetCustomBgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1036 }, "name": "resetCustomFgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1052 }, "name": "resetHideValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1068 }, "name": "resetImageUrl" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1084 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1113 }, "name": "resetTimeframe" } ], "name": "PowerpackWidgetHeatmapDefinitionRequestFormulaConditionalFormatsOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1008 }, "name": "comparatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1024 }, "name": "customBgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1040 }, "name": "customFgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1056 }, "name": "hideValueInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1072 }, "name": "imageUrlInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1088 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1101 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1117 }, "name": "timeframeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1130 }, "name": "valueInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1001 }, "name": "comparator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1014 }, "name": "customBgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1030 }, "name": "customFgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1046 }, "name": "hideValue", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1062 }, "name": "imageUrl", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1078 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1094 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1107 }, "name": "timeframe", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1123 }, "name": "value", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 921 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaConditionalFormats" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestFormulaConditionalFormatsOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaLimit": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaLimit", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1154 }, "name": "PowerpackWidgetHeatmapDefinitionRequestFormulaLimit", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#count Powerpack#count}", "stability": "stable", "summary": "The number of results to return." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1160 }, "name": "count", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#order Powerpack#order}", "stability": "stable", "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1166 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestFormulaLimit" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaLimitOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaLimitOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1212 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1205 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1251 }, "name": "resetCount" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1267 }, "name": "resetOrder" } ], "name": "PowerpackWidgetHeatmapDefinitionRequestFormulaLimitOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1255 }, "name": "countInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1271 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1245 }, "name": "count", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1261 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1216 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaLimit" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestFormulaLimitOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2231 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2223 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2238 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaOutputReference" } } } ], "name": "PowerpackWidgetHeatmapDefinitionRequestFormulaList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2231 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2231 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2231 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2224 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormula" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestFormulaList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormat": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormat", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1678 }, "name": "PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormat", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#unit Powerpack#unit}", "stability": "stable", "summary": "unit block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1684 }, "name": "unit", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnit" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#unit_scale Powerpack#unit_scale}", "stability": "stable", "summary": "unit_scale block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1690 }, "name": "unitScale", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScale" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormat" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1736 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1729 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1772 }, "name": "putUnit", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnit" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1785 }, "name": "putUnitScale", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScale" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1788 }, "name": "resetUnitScale" } ], "name": "PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1769 }, "name": "unit", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1782 }, "name": "unitScale", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1776 }, "name": "unitInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnit" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1792 }, "name": "unitScaleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScale" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1740 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormat" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnit": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnit", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1476 }, "name": "PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnit", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#canonical Powerpack#canonical}", "stability": "stable", "summary": "canonical block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1482 }, "name": "canonical", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonical" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#custom Powerpack#custom}", "stability": "stable", "summary": "custom block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1488 }, "name": "custom", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustom" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnit" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonical": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonical", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1275 }, "name": "PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonical", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#unit_name Powerpack#unit_name}", "stability": "stable", "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1287 }, "name": "unitName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#per_unit_name Powerpack#per_unit_name}", "stability": "stable", "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1281 }, "name": "perUnitName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonical" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1333 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1326 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1372 }, "name": "resetPerUnitName" } ], "name": "PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1376 }, "name": "perUnitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1389 }, "name": "unitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1366 }, "name": "perUnitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1382 }, "name": "unitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1337 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonical" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustom": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustom", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1393 }, "name": "PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustom", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#label Powerpack#label}", "stability": "stable", "summary": "Unit label." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1399 }, "name": "label", "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustom" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1438 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1431 }, "name": "PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1472 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1465 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1442 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustom" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1534 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1527 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1570 }, "name": "putCanonical", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonical" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1586 }, "name": "putCustom", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustom" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1573 }, "name": "resetCanonical" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1589 }, "name": "resetCustom" } ], "name": "PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1567 }, "name": "canonical", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1583 }, "name": "custom", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1577 }, "name": "canonicalInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonical" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1593 }, "name": "customInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustom" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1538 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnit" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScale": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScale", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1597 }, "name": "PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScale", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#unit_name Powerpack#unit_name}." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1601 }, "name": "unitName", "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScale" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1640 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1633 }, "name": "PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1674 }, "name": "unitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1667 }, "name": "unitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1644 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScale" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2043 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2033 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2163 }, "name": "putConditionalFormats", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2179 }, "name": "putLimit", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaLimit" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2195 }, "name": "putNumberFormat", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormat" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2211 }, "name": "putStyle", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaStyle" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2121 }, "name": "resetAlias" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2137 }, "name": "resetCellDisplayMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2166 }, "name": "resetConditionalFormats" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2182 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2198 }, "name": "resetNumberFormat" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2214 }, "name": "resetStyle" } ], "name": "PowerpackWidgetHeatmapDefinitionRequestFormulaOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2160 }, "name": "conditionalFormats", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaConditionalFormatsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2176 }, "name": "limit", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaLimitOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2192 }, "name": "numberFormat", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2208 }, "name": "style", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaStyleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2125 }, "name": "aliasInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2141 }, "name": "cellDisplayModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2170 }, "name": "conditionalFormatsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2154 }, "name": "formulaExpressionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2186 }, "name": "limitInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaLimit" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2202 }, "name": "numberFormatInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormat" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2218 }, "name": "styleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaStyle" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2115 }, "name": "alias", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2131 }, "name": "cellDisplayMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2147 }, "name": "formulaExpression", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2047 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormula" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestFormulaOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaStyle": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaStyle", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1796 }, "name": "PowerpackWidgetHeatmapDefinitionRequestFormulaStyle", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#palette Powerpack#palette}", "stability": "stable", "summary": "The color palette used to display the formula." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1802 }, "name": "palette", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#palette_index Powerpack#palette_index}", "stability": "stable", "summary": "Index specifying which color to use within the palette." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1808 }, "name": "paletteIndex", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestFormulaStyle" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaStyleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaStyleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1854 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1847 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1893 }, "name": "resetPalette" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1909 }, "name": "resetPaletteIndex" } ], "name": "PowerpackWidgetHeatmapDefinitionRequestFormulaStyleOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1913 }, "name": "paletteIndexInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1897 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1887 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1903 }, "name": "paletteIndex", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 1858 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaStyle" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestFormulaStyleOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8843 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8835 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8850 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestOutputReference" } } } ], "name": "PowerpackWidgetHeatmapDefinitionRequestList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8843 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8843 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8843 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8836 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequest" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2918 }, "name": "PowerpackWidgetHeatmapDefinitionRequestLogQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#index Powerpack#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2924 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#compute_query Powerpack#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2936 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#group_by Powerpack#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2942 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2948 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#search_query Powerpack#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2930 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestLogQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2242 }, "name": "PowerpackWidgetHeatmapDefinitionRequestLogQueryComputeQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2248 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2254 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2260 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestLogQueryComputeQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2313 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2306 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2371 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2387 }, "name": "resetInterval" } ], "name": "PowerpackWidgetHeatmapDefinitionRequestLogQueryComputeQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2359 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2375 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2391 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2352 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2365 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2381 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2317 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQueryComputeQuery" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestLogQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2545 }, "name": "PowerpackWidgetHeatmapDefinitionRequestLogQueryGroupBy", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2551 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2557 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#sort_query Powerpack#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2563 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestLogQueryGroupBy" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2722 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2714 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2729 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQueryGroupByOutputReference" } } } ], "name": "PowerpackWidgetHeatmapDefinitionRequestLogQueryGroupByList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2722 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2722 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2722 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2715 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestLogQueryGroupByList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2619 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2609 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2702 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2673 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2689 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2705 }, "name": "resetSortQuery" } ], "name": "PowerpackWidgetHeatmapDefinitionRequestLogQueryGroupByOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2699 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2677 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2693 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2709 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2667 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2683 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2623 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQueryGroupBy" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestLogQueryGroupByOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2395 }, "name": "PowerpackWidgetHeatmapDefinitionRequestLogQueryGroupBySortQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2401 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#order Powerpack#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2413 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2407 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestLogQueryGroupBySortQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2466 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2459 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2524 }, "name": "resetFacet" } ], "name": "PowerpackWidgetHeatmapDefinitionRequestLogQueryGroupBySortQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2512 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2528 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2541 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2505 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2518 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2534 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2470 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestLogQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2733 }, "name": "PowerpackWidgetHeatmapDefinitionRequestLogQueryMultiCompute", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2739 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2745 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2751 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestLogQueryMultiCompute" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2907 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2899 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2914 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQueryMultiComputeOutputReference" } } } ], "name": "PowerpackWidgetHeatmapDefinitionRequestLogQueryMultiComputeList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2907 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2907 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2907 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2900 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestLogQueryMultiComputeList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2807 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2797 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2874 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2890 }, "name": "resetInterval" } ], "name": "PowerpackWidgetHeatmapDefinitionRequestLogQueryMultiComputeOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2862 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2878 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2894 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2855 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2868 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2884 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 2811 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQueryMultiCompute" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestLogQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 3015 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 3008 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 3098 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 3114 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 3130 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 3101 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 3117 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 3133 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 3085 }, "name": "resetSearchQuery" } ], "name": "PowerpackWidgetHeatmapDefinitionRequestLogQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 3095 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 3111 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 3127 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 3105 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 3121 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 3073 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 3137 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 3089 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 3066 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 3079 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 3019 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQuery" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestLogQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8608 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8598 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8711 }, "name": "putApmQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8727 }, "name": "putFormula", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormula" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8743 }, "name": "putLogQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8759 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8775 }, "name": "putQuery", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQuery" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8791 }, "name": "putRumQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8807 }, "name": "putSecurityQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8823 }, "name": "putStyle", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestStyle" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8714 }, "name": "resetApmQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8730 }, "name": "resetFormula" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8746 }, "name": "resetLogQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8762 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8698 }, "name": "resetQ" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8778 }, "name": "resetQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8794 }, "name": "resetRumQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8810 }, "name": "resetSecurityQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8826 }, "name": "resetStyle" } ], "name": "PowerpackWidgetHeatmapDefinitionRequestOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8708 }, "name": "apmQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8724 }, "name": "formula", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8740 }, "name": "logQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8756 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8772 }, "name": "query", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8788 }, "name": "rumQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8804 }, "name": "securityQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8820 }, "name": "style", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestStyleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8718 }, "name": "apmQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8734 }, "name": "formulaInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormula" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8750 }, "name": "logQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8766 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8702 }, "name": "qInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8782 }, "name": "queryInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQuery" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8798 }, "name": "rumQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8814 }, "name": "securityQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8830 }, "name": "styleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestStyle" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8692 }, "name": "q", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8612 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequest" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 3141 }, "name": "PowerpackWidgetHeatmapDefinitionRequestProcessQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#metric Powerpack#metric}", "stability": "stable", "summary": "Your chosen metric." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 3159 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#filter_by Powerpack#filter_by}", "stability": "stable", "summary": "A list of processes." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 3147 }, "name": "filterBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "The max number of items in the filter list." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 3153 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#search_by Powerpack#search_by}", "stability": "stable", "summary": "Your chosen search term." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 3165 }, "name": "searchBy", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestProcessQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 3225 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 3218 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 3276 }, "name": "resetFilterBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 3292 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 3321 }, "name": "resetSearchBy" } ], "name": "PowerpackWidgetHeatmapDefinitionRequestProcessQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 3280 }, "name": "filterByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 3296 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 3309 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 3325 }, "name": "searchByInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 3270 }, "name": "filterBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 3286 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 3302 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 3315 }, "name": "searchBy", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 3229 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestProcessQuery" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestProcessQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6244 }, "name": "PowerpackWidgetHeatmapDefinitionRequestQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#apm_dependency_stats_query Powerpack#apm_dependency_stats_query}", "stability": "stable", "summary": "apm_dependency_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6250 }, "name": "apmDependencyStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#apm_resource_stats_query Powerpack#apm_resource_stats_query}", "stability": "stable", "summary": "apm_resource_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6256 }, "name": "apmResourceStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryApmResourceStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#cloud_cost_query Powerpack#cloud_cost_query}", "stability": "stable", "summary": "cloud_cost_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6262 }, "name": "cloudCostQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryCloudCostQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#event_query Powerpack#event_query}", "stability": "stable", "summary": "event_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6268 }, "name": "eventQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#metric_query Powerpack#metric_query}", "stability": "stable", "summary": "metric_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6274 }, "name": "metricQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryMetricQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#process_query Powerpack#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6280 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#slo_query Powerpack#slo_query}", "stability": "stable", "summary": "slo_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6286 }, "name": "sloQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQuerySloQuery" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 3329 }, "name": "PowerpackWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#data_source Powerpack#data_source}", "stability": "stable", "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 3341 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#env Powerpack#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 3347 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#name Powerpack#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 3359 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#operation_name Powerpack#operation_name}", "stability": "stable", "summary": "Name of operation on service." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 3365 }, "name": "operationName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#resource_name Powerpack#resource_name}", "stability": "stable", "summary": "APM resource." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 3383 }, "name": "resourceName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#service Powerpack#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 3389 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#stat Powerpack#stat}", "stability": "stable", "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 3395 }, "name": "stat", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 3335 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#is_upstream Powerpack#is_upstream}", "stability": "stable", "summary": "Determines whether stats for upstream or downstream dependencies should be queried." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 3353 }, "name": "isUpstream", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#primary_tag_name Powerpack#primary_tag_name}", "stability": "stable", "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 3371 }, "name": "primaryTagName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#primary_tag_value Powerpack#primary_tag_value}", "stability": "stable", "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 3377 }, "name": "primaryTagValue", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 3504 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 3497 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 3597 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 3639 }, "name": "resetIsUpstream" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 3681 }, "name": "resetPrimaryTagName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 3697 }, "name": "resetPrimaryTagValue" } ], "name": "PowerpackWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 3601 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 3614 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 3627 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 3643 }, "name": "isUpstreamInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 3656 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 3669 }, "name": "operationNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 3685 }, "name": "primaryTagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 3701 }, "name": "primaryTagValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 3714 }, "name": "resourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 3727 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 3740 }, "name": "statInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 3591 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 3607 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 3620 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 3633 }, "name": "isUpstream", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 3649 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 3662 }, "name": "operationName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 3675 }, "name": "primaryTagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 3691 }, "name": "primaryTagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 3707 }, "name": "resourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 3720 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 3733 }, "name": "stat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 3508 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQuery" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryApmResourceStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryApmResourceStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 3744 }, "name": "PowerpackWidgetHeatmapDefinitionRequestQueryApmResourceStatsQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#data_source Powerpack#data_source}", "stability": "stable", "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 3756 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#env Powerpack#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 3762 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#name Powerpack#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 3774 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#service Powerpack#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 3804 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#stat Powerpack#stat}", "stability": "stable", "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 3810 }, "name": "stat", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 3750 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#group_by Powerpack#group_by}", "stability": "stable", "summary": "Array of fields to group results by." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 3768 }, "name": "groupBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#operation_name Powerpack#operation_name}", "stability": "stable", "summary": "Name of operation on service." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 3780 }, "name": "operationName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#primary_tag_name Powerpack#primary_tag_name}", "stability": "stable", "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 3786 }, "name": "primaryTagName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#primary_tag_value Powerpack#primary_tag_value}", "stability": "stable", "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 3792 }, "name": "primaryTagValue", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#resource_name Powerpack#resource_name}", "stability": "stable", "summary": "APM resource." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 3798 }, "name": "resourceName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestQueryApmResourceStatsQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryApmResourceStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryApmResourceStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.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" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 3912 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4012 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4054 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4083 }, "name": "resetOperationName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4099 }, "name": "resetPrimaryTagName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4115 }, "name": "resetPrimaryTagValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4131 }, "name": "resetResourceName" } ], "name": "PowerpackWidgetHeatmapDefinitionRequestQueryApmResourceStatsQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4016 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4029 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4042 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4058 }, "name": "groupByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4071 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4087 }, "name": "operationNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4103 }, "name": "primaryTagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4119 }, "name": "primaryTagValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4135 }, "name": "resourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4148 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4161 }, "name": "statInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4006 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4022 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4035 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4048 }, "name": "groupBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4064 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4077 }, "name": "operationName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4093 }, "name": "primaryTagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4109 }, "name": "primaryTagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4125 }, "name": "resourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4141 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4154 }, "name": "stat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 3923 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryApmResourceStatsQuery" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestQueryApmResourceStatsQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryCloudCostQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryCloudCostQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4165 }, "name": "PowerpackWidgetHeatmapDefinitionRequestQueryCloudCostQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#data_source Powerpack#data_source}", "stability": "stable", "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4183 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#name Powerpack#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4189 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#query Powerpack#query}", "stability": "stable", "summary": "The cloud cost query definition." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4195 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregator Powerpack#aggregator}", "stability": "stable", "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4171 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4177 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestQueryCloudCostQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryCloudCostQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryCloudCostQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4262 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4255 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4319 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4335 }, "name": "resetCrossOrgUuids" } ], "name": "PowerpackWidgetHeatmapDefinitionRequestQueryCloudCostQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4323 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4339 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4352 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4365 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4378 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4313 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4329 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4345 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4358 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4371 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4266 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryCloudCostQuery" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestQueryCloudCostQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4988 }, "name": "PowerpackWidgetHeatmapDefinitionRequestQueryEventQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#compute Powerpack#compute}", "stability": "stable", "summary": "compute block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5024 }, "name": "compute", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#data_source Powerpack#data_source}", "stability": "stable", "summary": "The data source for event platform-based queries." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5000 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#name Powerpack#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5012 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4994 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#group_by Powerpack#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5030 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#indexes Powerpack#indexes}", "stability": "stable", "summary": "An array of index names to query in the stream." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5006 }, "name": "indexes", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#search Powerpack#search}", "stability": "stable", "summary": "search block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5036 }, "name": "search", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQuerySearch" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#storage Powerpack#storage}", "stability": "stable", "summary": "Storage location (private beta)." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5018 }, "name": "storage", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestQueryEventQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryCompute", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4382 }, "name": "PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryCompute", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation methods for event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4388 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "A time interval in milliseconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4394 }, "name": "interval", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#metric Powerpack#metric}", "stability": "stable", "summary": "The measurable attribute to compute." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4400 }, "name": "metric", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryCompute" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4556 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4548 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4563 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryComputeOutputReference" } } } ], "name": "PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryComputeList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4556 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4556 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4556 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4549 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryComputeList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.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": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4446 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4523 }, "name": "resetInterval" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4539 }, "name": "resetMetric" } ], "name": "PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryComputeOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4511 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4527 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4543 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4504 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4517 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4533 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4460 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryCompute" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryComputeOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4720 }, "name": "PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryGroupBy", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The event facet." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4726 }, "name": "facet", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "The number of groups to return." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4732 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#sort Powerpack#sort}", "stability": "stable", "summary": "sort block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4738 }, "name": "sort", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySort" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryGroupBy" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4894 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4886 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4901 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryGroupByOutputReference" } } } ], "name": "PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryGroupByList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4894 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4894 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4894 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4887 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryGroupByList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4794 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4784 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4874 }, "name": "putSort", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySort" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4861 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4877 }, "name": "resetSort" } ], "name": "PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryGroupByOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4871 }, "name": "sort", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySortOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4849 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4865 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4881 }, "name": "sortInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySort" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4842 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4855 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4798 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryGroupBy" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryGroupByOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySort": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySort", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4567 }, "name": "PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySort", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation methods for the event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4573 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#metric Powerpack#metric}", "stability": "stable", "summary": "The metric used for sorting group by results." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4579 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#order Powerpack#order}", "stability": "stable", "summary": "Direction of sort. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4585 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySort" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySortOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySortOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4638 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4631 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4696 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4712 }, "name": "resetOrder" } ], "name": "PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySortOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4684 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4700 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4716 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4677 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4690 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4706 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4642 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySort" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySortOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5124 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5117 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5270 }, "name": "putCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5283 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5299 }, "name": "putSearch", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQuerySearch" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5199 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5286 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5228 }, "name": "resetIndexes" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5302 }, "name": "resetSearch" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5257 }, "name": "resetStorage" } ], "name": "PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5267 }, "name": "compute", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5280 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5296 }, "name": "search", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQuerySearchOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5274 }, "name": "computeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5203 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5216 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5290 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5232 }, "name": "indexesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5245 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5306 }, "name": "searchInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQuerySearch" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5261 }, "name": "storageInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5193 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5209 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5222 }, "name": "indexes", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5238 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5251 }, "name": "storage", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5128 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQuery" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQuerySearch": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQuerySearch", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4905 }, "name": "PowerpackWidgetHeatmapDefinitionRequestQueryEventQuerySearch", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#query Powerpack#query}", "stability": "stable", "summary": "The events search string." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4911 }, "name": "query", "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestQueryEventQuerySearch" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQuerySearchOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQuerySearchOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4950 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4943 }, "name": "PowerpackWidgetHeatmapDefinitionRequestQueryEventQuerySearchOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4984 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4977 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 4954 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQuerySearch" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestQueryEventQuerySearchOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6561 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6553 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6568 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryOutputReference" } } } ], "name": "PowerpackWidgetHeatmapDefinitionRequestQueryList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6561 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6561 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6561 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6554 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQuery" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestQueryList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryMetricQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryMetricQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5310 }, "name": "PowerpackWidgetHeatmapDefinitionRequestQueryMetricQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#name Powerpack#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5334 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#query Powerpack#query}", "stability": "stable", "summary": "The metrics query definition." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5340 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregator Powerpack#aggregator}", "stability": "stable", "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5316 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5322 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#data_source Powerpack#data_source}", "stability": "stable", "summary": "The data source for metrics queries. Defaults to `\"metrics\"`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5328 }, "name": "dataSource", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestQueryMetricQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryMetricQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryMetricQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5407 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5400 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5464 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5480 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5496 }, "name": "resetDataSource" } ], "name": "PowerpackWidgetHeatmapDefinitionRequestQueryMetricQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5468 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5484 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5500 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5513 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5526 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5458 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5474 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5490 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5506 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5519 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5411 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryMetricQuery" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestQueryMetricQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6370 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6360 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6445 }, "name": "putApmDependencyStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6461 }, "name": "putApmResourceStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryApmResourceStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6477 }, "name": "putCloudCostQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryCloudCostQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6493 }, "name": "putEventQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6509 }, "name": "putMetricQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryMetricQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6525 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6541 }, "name": "putSloQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQuerySloQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6448 }, "name": "resetApmDependencyStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6464 }, "name": "resetApmResourceStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6480 }, "name": "resetCloudCostQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6496 }, "name": "resetEventQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6512 }, "name": "resetMetricQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6528 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6544 }, "name": "resetSloQuery" } ], "name": "PowerpackWidgetHeatmapDefinitionRequestQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6442 }, "name": "apmDependencyStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6458 }, "name": "apmResourceStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryApmResourceStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6474 }, "name": "cloudCostQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryCloudCostQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6490 }, "name": "eventQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6506 }, "name": "metricQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryMetricQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6522 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6538 }, "name": "sloQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQuerySloQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6452 }, "name": "apmDependencyStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6468 }, "name": "apmResourceStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryApmResourceStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6484 }, "name": "cloudCostQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryCloudCostQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6500 }, "name": "eventQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6516 }, "name": "metricQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryMetricQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6532 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6548 }, "name": "sloQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQuerySloQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6374 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQuery" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5530 }, "name": "PowerpackWidgetHeatmapDefinitionRequestQueryProcessQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#data_source Powerpack#data_source}", "stability": "stable", "summary": "The data source for process queries. Valid values are `process`, `container`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5548 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#metric Powerpack#metric}", "stability": "stable", "summary": "The process metric name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5566 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#name Powerpack#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5572 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregator Powerpack#aggregator}", "stability": "stable", "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5536 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5542 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#is_normalized_cpu Powerpack#is_normalized_cpu}", "stability": "stable", "summary": "Whether to normalize the CPU percentages." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5554 }, "name": "isNormalizedCpu", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "The number of hits to return." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5560 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#sort Powerpack#sort}", "stability": "stable", "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5578 }, "name": "sort", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#tag_filters Powerpack#tag_filters}", "stability": "stable", "summary": "An array of tags to filter by." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5584 }, "name": "tagFilters", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#text_filter Powerpack#text_filter}", "stability": "stable", "summary": "The text to use as a filter." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5590 }, "name": "textFilter", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestQueryProcessQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5692 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5685 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5779 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5795 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5824 }, "name": "resetIsNormalizedCpu" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5840 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5882 }, "name": "resetSort" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5898 }, "name": "resetTagFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5914 }, "name": "resetTextFilter" } ], "name": "PowerpackWidgetHeatmapDefinitionRequestQueryProcessQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5783 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5799 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5812 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5828 }, "name": "isNormalizedCpuInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5844 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5857 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5870 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5886 }, "name": "sortInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5902 }, "name": "tagFiltersInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5918 }, "name": "textFilterInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5773 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5789 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5805 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5818 }, "name": "isNormalizedCpu", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5834 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5850 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5863 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5876 }, "name": "sort", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5892 }, "name": "tagFilters", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5908 }, "name": "textFilter", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5696 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryProcessQuery" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestQueryProcessQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQuerySloQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQuerySloQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5922 }, "name": "PowerpackWidgetHeatmapDefinitionRequestQuerySloQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#data_source Powerpack#data_source}", "stability": "stable", "summary": "The data source for SLO queries. Valid values are `slo`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5940 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#measure Powerpack#measure}", "stability": "stable", "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5952 }, "name": "measure", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#slo_id Powerpack#slo_id}", "stability": "stable", "summary": "ID of an SLO to query." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5964 }, "name": "sloId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#additional_query_filters Powerpack#additional_query_filters}", "stability": "stable", "summary": "Additional filters applied to the SLO query." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5928 }, "name": "additionalQueryFilters", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5934 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#group_mode Powerpack#group_mode}", "stability": "stable", "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5946 }, "name": "groupMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#name Powerpack#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5958 }, "name": "name", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#slo_query_type Powerpack#slo_query_type}", "stability": "stable", "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 5970 }, "name": "sloQueryType", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestQuerySloQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQuerySloQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQuerySloQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.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/powerpack/index-structs/structs400.ts", "line": 6051 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6133 }, "name": "resetAdditionalQueryFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6149 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6178 }, "name": "resetGroupMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6207 }, "name": "resetName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6236 }, "name": "resetSloQueryType" } ], "name": "PowerpackWidgetHeatmapDefinitionRequestQuerySloQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6137 }, "name": "additionalQueryFiltersInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6153 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6166 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6182 }, "name": "groupModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6195 }, "name": "measureInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6211 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6224 }, "name": "sloIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6240 }, "name": "sloQueryTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6127 }, "name": "additionalQueryFilters", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6143 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6159 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6172 }, "name": "groupMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6188 }, "name": "measure", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6201 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6217 }, "name": "sloId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6230 }, "name": "sloQueryType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6062 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQuerySloQuery" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestQuerySloQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7248 }, "name": "PowerpackWidgetHeatmapDefinitionRequestRumQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#index Powerpack#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7254 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#compute_query Powerpack#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7266 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#group_by Powerpack#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7272 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7278 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#search_query Powerpack#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7260 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestRumQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6572 }, "name": "PowerpackWidgetHeatmapDefinitionRequestRumQueryComputeQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6578 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6584 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6590 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestRumQueryComputeQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6643 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6636 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6701 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6717 }, "name": "resetInterval" } ], "name": "PowerpackWidgetHeatmapDefinitionRequestRumQueryComputeQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6689 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6705 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6721 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6682 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6695 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6711 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6647 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQueryComputeQuery" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestRumQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6875 }, "name": "PowerpackWidgetHeatmapDefinitionRequestRumQueryGroupBy", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6881 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6887 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#sort_query Powerpack#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6893 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestRumQueryGroupBy" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7052 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7044 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7059 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQueryGroupByOutputReference" } } } ], "name": "PowerpackWidgetHeatmapDefinitionRequestRumQueryGroupByList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7052 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7052 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7052 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7045 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestRumQueryGroupByList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6949 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6939 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7032 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7003 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7019 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7035 }, "name": "resetSortQuery" } ], "name": "PowerpackWidgetHeatmapDefinitionRequestRumQueryGroupByOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7029 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7007 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7023 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7039 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6997 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7013 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6953 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQueryGroupBy" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestRumQueryGroupByOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6725 }, "name": "PowerpackWidgetHeatmapDefinitionRequestRumQueryGroupBySortQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6731 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#order Powerpack#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6743 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6737 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestRumQueryGroupBySortQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6796 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6789 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6854 }, "name": "resetFacet" } ], "name": "PowerpackWidgetHeatmapDefinitionRequestRumQueryGroupBySortQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6842 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6858 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6871 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6835 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6848 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6864 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 6800 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestRumQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7063 }, "name": "PowerpackWidgetHeatmapDefinitionRequestRumQueryMultiCompute", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7069 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7075 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7081 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestRumQueryMultiCompute" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7237 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7229 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7244 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQueryMultiComputeOutputReference" } } } ], "name": "PowerpackWidgetHeatmapDefinitionRequestRumQueryMultiComputeList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7237 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7237 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7237 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7230 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestRumQueryMultiComputeList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7137 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7127 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7204 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7220 }, "name": "resetInterval" } ], "name": "PowerpackWidgetHeatmapDefinitionRequestRumQueryMultiComputeOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7192 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7208 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7224 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7185 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7198 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7214 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7141 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQueryMultiCompute" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestRumQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7345 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7338 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7428 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7444 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7460 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7431 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7447 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7463 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7415 }, "name": "resetSearchQuery" } ], "name": "PowerpackWidgetHeatmapDefinitionRequestRumQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7425 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7441 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7457 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7435 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7451 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7403 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7467 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7419 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7396 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7409 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7349 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQuery" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestRumQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8147 }, "name": "PowerpackWidgetHeatmapDefinitionRequestSecurityQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#index Powerpack#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8153 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#compute_query Powerpack#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8165 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#group_by Powerpack#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8171 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8177 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#search_query Powerpack#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8159 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestSecurityQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7471 }, "name": "PowerpackWidgetHeatmapDefinitionRequestSecurityQueryComputeQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7477 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7483 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7489 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestSecurityQueryComputeQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7542 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7535 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7600 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7616 }, "name": "resetInterval" } ], "name": "PowerpackWidgetHeatmapDefinitionRequestSecurityQueryComputeQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7588 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7604 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7620 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7581 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7594 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7610 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7546 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQueryComputeQuery" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestSecurityQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7774 }, "name": "PowerpackWidgetHeatmapDefinitionRequestSecurityQueryGroupBy", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7780 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7786 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#sort_query Powerpack#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7792 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestSecurityQueryGroupBy" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7951 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7943 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7958 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQueryGroupByOutputReference" } } } ], "name": "PowerpackWidgetHeatmapDefinitionRequestSecurityQueryGroupByList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7951 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7951 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7951 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7944 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestSecurityQueryGroupByList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7848 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7838 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7931 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7902 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7918 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7934 }, "name": "resetSortQuery" } ], "name": "PowerpackWidgetHeatmapDefinitionRequestSecurityQueryGroupByOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7928 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7906 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7922 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7938 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7896 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7912 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7852 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQueryGroupBy" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestSecurityQueryGroupByOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7624 }, "name": "PowerpackWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7630 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#order Powerpack#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7642 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7636 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7695 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7688 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7753 }, "name": "resetFacet" } ], "name": "PowerpackWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7741 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7757 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7770 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7734 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7747 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7763 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7699 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7962 }, "name": "PowerpackWidgetHeatmapDefinitionRequestSecurityQueryMultiCompute", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7968 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7974 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 7980 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestSecurityQueryMultiCompute" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8136 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8128 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8143 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeOutputReference" } } } ], "name": "PowerpackWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8136 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8136 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8136 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8129 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8036 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8026 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8103 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8119 }, "name": "resetInterval" } ], "name": "PowerpackWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8091 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8107 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8123 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8084 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8097 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8113 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8040 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQueryMultiCompute" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8244 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8237 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8327 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8343 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8359 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8330 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8346 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8362 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8314 }, "name": "resetSearchQuery" } ], "name": "PowerpackWidgetHeatmapDefinitionRequestSecurityQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8324 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8340 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8356 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8334 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8350 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8302 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8366 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8318 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8295 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8308 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8248 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQuery" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestSecurityQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestStyle": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestStyle", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8370 }, "name": "PowerpackWidgetHeatmapDefinitionRequestStyle", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#palette Powerpack#palette}", "stability": "stable", "summary": "A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8376 }, "name": "palette", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestStyle" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestStyleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestStyleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8415 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8408 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8448 }, "name": "resetPalette" } ], "name": "PowerpackWidgetHeatmapDefinitionRequestStyleOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8452 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8442 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8419 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestStyle" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestStyleOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionYaxis": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionYaxis", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8854 }, "name": "PowerpackWidgetHeatmapDefinitionYaxis", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#include_zero Powerpack#include_zero}", "stability": "stable", "summary": "Always include zero or fit the axis to the data range." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8860 }, "name": "includeZero", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#label Powerpack#label}", "stability": "stable", "summary": "The label of the axis to display on the graph." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8866 }, "name": "label", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#max Powerpack#max}", "stability": "stable", "summary": "Specify the maximum value to show on the Y-axis." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8872 }, "name": "max", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#min Powerpack#min}", "stability": "stable", "summary": "Specify the minimum value to show on the Y-axis." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8878 }, "name": "min", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#scale Powerpack#scale}", "stability": "stable", "summary": "Specify the scale type, options: `linear`, `log`, `pow`, `sqrt`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8884 }, "name": "scale", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionYaxis" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionYaxisOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionYaxisOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8951 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8944 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9008 }, "name": "resetIncludeZero" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9024 }, "name": "resetLabel" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9040 }, "name": "resetMax" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9056 }, "name": "resetMin" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9072 }, "name": "resetScale" } ], "name": "PowerpackWidgetHeatmapDefinitionYaxisOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9012 }, "name": "includeZeroInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9028 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9044 }, "name": "maxInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9060 }, "name": "minInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9076 }, "name": "scaleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9002 }, "name": "includeZero", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9018 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9034 }, "name": "max", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9050 }, "name": "min", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9066 }, "name": "scale", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 8955 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionYaxis" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionYaxisOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinition", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18170 }, "name": "PowerpackWidgetHostmapDefinition", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#custom_link Powerpack#custom_link}", "stability": "stable", "summary": "custom_link block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18224 }, "name": "customLink", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#group Powerpack#group}", "stability": "stable", "summary": "The list of tags to group nodes by." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18176 }, "name": "group", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#node_type Powerpack#node_type}", "stability": "stable", "summary": "The type of node used. Valid values are `host`, `container`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18194 }, "name": "nodeType", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#no_group_hosts Powerpack#no_group_hosts}", "stability": "stable", "summary": "A Boolean indicating whether to show ungrouped nodes." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18182 }, "name": "noGroupHosts", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#no_metric_hosts Powerpack#no_metric_hosts}", "stability": "stable", "summary": "A Boolean indicating whether to show nodes with no metrics." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18188 }, "name": "noMetricHosts", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#request Powerpack#request}", "stability": "stable", "summary": "request block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18230 }, "name": "request", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequest" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#scope Powerpack#scope}", "stability": "stable", "summary": "The list of tags to filter nodes by." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18200 }, "name": "scope", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#style Powerpack#style}", "stability": "stable", "summary": "style block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18236 }, "name": "style", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionStyle" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#title Powerpack#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18206 }, "name": "title", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#title_align Powerpack#title_align}", "stability": "stable", "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18212 }, "name": "titleAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#title_size Powerpack#title_size}", "stability": "stable", "summary": "The size of the widget's title (defaults to 16)." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18218 }, "name": "titleSize", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinition" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionCustomLink": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionCustomLink", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9481 }, "name": "PowerpackWidgetHostmapDefinitionCustomLink", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#is_hidden Powerpack#is_hidden}", "stability": "stable", "summary": "The flag for toggling context menu link visibility." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9487 }, "name": "isHidden", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#label Powerpack#label}", "stability": "stable", "summary": "The label for the custom link URL." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9493 }, "name": "label", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#link Powerpack#link}", "stability": "stable", "summary": "The URL of the custom link." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9499 }, "name": "link", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#override_label Powerpack#override_label}", "stability": "stable", "summary": "The label ID that refers to a context menu link item." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9505 }, "name": "overrideLabel", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionCustomLink" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionCustomLinkList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionCustomLinkList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9693 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9685 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9700 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionCustomLinkOutputReference" } } } ], "name": "PowerpackWidgetHostmapDefinitionCustomLinkList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9693 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9693 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9693 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9686 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionCustomLink" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionCustomLinkList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionCustomLinkOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionCustomLinkOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9568 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9558 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9628 }, "name": "resetIsHidden" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9644 }, "name": "resetLabel" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9660 }, "name": "resetLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9676 }, "name": "resetOverrideLabel" } ], "name": "PowerpackWidgetHostmapDefinitionCustomLinkOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9632 }, "name": "isHiddenInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9648 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9664 }, "name": "linkInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9680 }, "name": "overrideLabelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9622 }, "name": "isHidden", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9638 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9654 }, "name": "link", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9670 }, "name": "overrideLabel", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9572 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionCustomLink" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionCustomLinkOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18345 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18338 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18563 }, "name": "putCustomLink", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionCustomLink" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18579 }, "name": "putRequest", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequest" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18595 }, "name": "putStyle", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionStyle" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18566 }, "name": "resetCustomLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18438 }, "name": "resetGroup" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18486 }, "name": "resetNodeType" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18454 }, "name": "resetNoGroupHosts" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18470 }, "name": "resetNoMetricHosts" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18582 }, "name": "resetRequest" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18502 }, "name": "resetScope" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18598 }, "name": "resetStyle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18518 }, "name": "resetTitle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18534 }, "name": "resetTitleAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18550 }, "name": "resetTitleSize" } ], "name": "PowerpackWidgetHostmapDefinitionOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18560 }, "name": "customLink", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionCustomLinkList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18576 }, "name": "request", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18592 }, "name": "style", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionStyleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18570 }, "name": "customLinkInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18442 }, "name": "groupInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18490 }, "name": "nodeTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18458 }, "name": "noGroupHostsInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18474 }, "name": "noMetricHostsInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18586 }, "name": "requestInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequest" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18506 }, "name": "scopeInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18602 }, "name": "styleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionStyle" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18538 }, "name": "titleAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18522 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18554 }, "name": "titleSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18432 }, "name": "group", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18480 }, "name": "nodeType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18448 }, "name": "noGroupHosts", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18464 }, "name": "noMetricHosts", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18496 }, "name": "scope", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18512 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18528 }, "name": "titleAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18544 }, "name": "titleSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18349 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinition" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequest": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequest", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17858 }, "name": "PowerpackWidgetHostmapDefinitionRequest", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#fill Powerpack#fill}", "stability": "stable", "summary": "fill block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17864 }, "name": "fill", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFill" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#size Powerpack#size}", "stability": "stable", "summary": "size block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17870 }, "name": "size", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSize" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequest" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFill": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFill", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13488 }, "name": "PowerpackWidgetHostmapDefinitionRequestFill", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#apm_query Powerpack#apm_query}", "stability": "stable", "summary": "apm_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13500 }, "name": "apmQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#log_query Powerpack#log_query}", "stability": "stable", "summary": "log_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13506 }, "name": "logQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#process_query Powerpack#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13512 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#q Powerpack#q}", "stability": "stable", "summary": "The metric query to use for this widget." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13494 }, "name": "q", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#rum_query Powerpack#rum_query}", "stability": "stable", "summary": "rum_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13518 }, "name": "rumQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#security_query Powerpack#security_query}", "stability": "stable", "summary": "security_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13524 }, "name": "securityQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQuery" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFill" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10380 }, "name": "PowerpackWidgetHostmapDefinitionRequestFillApmQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#index Powerpack#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10386 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#compute_query Powerpack#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10398 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#group_by Powerpack#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10404 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10410 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#search_query Powerpack#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10392 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillApmQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9704 }, "name": "PowerpackWidgetHostmapDefinitionRequestFillApmQueryComputeQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9710 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9716 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9722 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillApmQueryComputeQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9775 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9768 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9833 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9849 }, "name": "resetInterval" } ], "name": "PowerpackWidgetHostmapDefinitionRequestFillApmQueryComputeQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9821 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9837 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9853 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9814 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9827 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9843 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9779 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQueryComputeQuery" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillApmQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10007 }, "name": "PowerpackWidgetHostmapDefinitionRequestFillApmQueryGroupBy", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10013 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10019 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#sort_query Powerpack#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10025 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillApmQueryGroupBy" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10184 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10176 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10191 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQueryGroupByOutputReference" } } } ], "name": "PowerpackWidgetHostmapDefinitionRequestFillApmQueryGroupByList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10184 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10184 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10184 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10177 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillApmQueryGroupByList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-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/powerpack/index-structs/structs400.ts", "line": 10071 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10164 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10135 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10151 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10167 }, "name": "resetSortQuery" } ], "name": "PowerpackWidgetHostmapDefinitionRequestFillApmQueryGroupByOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10161 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10139 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10155 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10171 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10129 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10145 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10085 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQueryGroupBy" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillApmQueryGroupByOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9857 }, "name": "PowerpackWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9863 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#order Powerpack#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9875 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9869 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9928 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9921 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9986 }, "name": "resetFacet" } ], "name": "PowerpackWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9974 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9990 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10003 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9967 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9980 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9996 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 9932 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10195 }, "name": "PowerpackWidgetHostmapDefinitionRequestFillApmQueryMultiCompute", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10201 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10207 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10213 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillApmQueryMultiCompute" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10369 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10361 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10376 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQueryMultiComputeOutputReference" } } } ], "name": "PowerpackWidgetHostmapDefinitionRequestFillApmQueryMultiComputeList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10369 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10369 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10369 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10362 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillApmQueryMultiComputeList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10269 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10259 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10336 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10352 }, "name": "resetInterval" } ], "name": "PowerpackWidgetHostmapDefinitionRequestFillApmQueryMultiComputeOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10324 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10340 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10356 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10317 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10330 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10346 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10273 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQueryMultiCompute" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillApmQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10477 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10470 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10560 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10576 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10592 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10563 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10579 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10595 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10547 }, "name": "resetSearchQuery" } ], "name": "PowerpackWidgetHostmapDefinitionRequestFillApmQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10557 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10573 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10589 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10567 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10583 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10535 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10599 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10551 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10528 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10541 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10481 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQuery" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillApmQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13770 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13762 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13777 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillOutputReference" } } } ], "name": "PowerpackWidgetHostmapDefinitionRequestFillList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13770 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13770 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13770 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13763 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFill" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11279 }, "name": "PowerpackWidgetHostmapDefinitionRequestFillLogQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#index Powerpack#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11285 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#compute_query Powerpack#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11297 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#group_by Powerpack#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11303 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11309 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#search_query Powerpack#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11291 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillLogQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10603 }, "name": "PowerpackWidgetHostmapDefinitionRequestFillLogQueryComputeQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10609 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10615 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10621 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillLogQueryComputeQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10674 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10667 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10732 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10748 }, "name": "resetInterval" } ], "name": "PowerpackWidgetHostmapDefinitionRequestFillLogQueryComputeQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10720 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10736 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10752 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10713 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10726 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10742 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10678 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQueryComputeQuery" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillLogQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10906 }, "name": "PowerpackWidgetHostmapDefinitionRequestFillLogQueryGroupBy", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10912 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10918 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#sort_query Powerpack#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10924 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillLogQueryGroupBy" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11083 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11075 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11090 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQueryGroupByOutputReference" } } } ], "name": "PowerpackWidgetHostmapDefinitionRequestFillLogQueryGroupByList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11083 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11083 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11083 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11076 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillLogQueryGroupByList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10980 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10970 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11063 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11034 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11050 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11066 }, "name": "resetSortQuery" } ], "name": "PowerpackWidgetHostmapDefinitionRequestFillLogQueryGroupByOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11060 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11038 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11054 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11070 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11028 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11044 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10984 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQueryGroupBy" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillLogQueryGroupByOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10756 }, "name": "PowerpackWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10762 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#order Powerpack#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10774 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10768 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10827 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10820 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10885 }, "name": "resetFacet" } ], "name": "PowerpackWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10873 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10889 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10902 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10866 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10879 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10895 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 10831 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11094 }, "name": "PowerpackWidgetHostmapDefinitionRequestFillLogQueryMultiCompute", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11100 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11106 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11112 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillLogQueryMultiCompute" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11268 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11260 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11275 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQueryMultiComputeOutputReference" } } } ], "name": "PowerpackWidgetHostmapDefinitionRequestFillLogQueryMultiComputeList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11268 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11268 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11268 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11261 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillLogQueryMultiComputeList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11168 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11158 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11235 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11251 }, "name": "resetInterval" } ], "name": "PowerpackWidgetHostmapDefinitionRequestFillLogQueryMultiComputeOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11223 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11239 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11255 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11216 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11229 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11245 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11172 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQueryMultiCompute" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillLogQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11376 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11369 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11459 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11475 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11491 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11462 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11478 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11494 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11446 }, "name": "resetSearchQuery" } ], "name": "PowerpackWidgetHostmapDefinitionRequestFillLogQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11456 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11472 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11488 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11466 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11482 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11434 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11498 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11450 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11427 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11440 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11380 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQuery" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillLogQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13601 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13591 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13686 }, "name": "putApmQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13702 }, "name": "putLogQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13718 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13734 }, "name": "putRumQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13750 }, "name": "putSecurityQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13689 }, "name": "resetApmQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13705 }, "name": "resetLogQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13721 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13673 }, "name": "resetQ" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13737 }, "name": "resetRumQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13753 }, "name": "resetSecurityQuery" } ], "name": "PowerpackWidgetHostmapDefinitionRequestFillOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13683 }, "name": "apmQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13699 }, "name": "logQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13715 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13731 }, "name": "rumQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13747 }, "name": "securityQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13693 }, "name": "apmQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13709 }, "name": "logQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13725 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13677 }, "name": "qInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13741 }, "name": "rumQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13757 }, "name": "securityQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13667 }, "name": "q", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13605 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFill" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11502 }, "name": "PowerpackWidgetHostmapDefinitionRequestFillProcessQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#metric Powerpack#metric}", "stability": "stable", "summary": "Your chosen metric." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11520 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#filter_by Powerpack#filter_by}", "stability": "stable", "summary": "A list of processes." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11508 }, "name": "filterBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "The max number of items in the filter list." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11514 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#search_by Powerpack#search_by}", "stability": "stable", "summary": "Your chosen search term." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11526 }, "name": "searchBy", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillProcessQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11586 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11579 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11637 }, "name": "resetFilterBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11653 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11682 }, "name": "resetSearchBy" } ], "name": "PowerpackWidgetHostmapDefinitionRequestFillProcessQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11641 }, "name": "filterByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11657 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11670 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11686 }, "name": "searchByInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11631 }, "name": "filterBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11647 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11663 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11676 }, "name": "searchBy", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11590 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillProcessQuery" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillProcessQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12366 }, "name": "PowerpackWidgetHostmapDefinitionRequestFillRumQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#index Powerpack#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12372 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#compute_query Powerpack#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12384 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#group_by Powerpack#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12390 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12396 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#search_query Powerpack#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12378 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillRumQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11690 }, "name": "PowerpackWidgetHostmapDefinitionRequestFillRumQueryComputeQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11696 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11702 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11708 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillRumQueryComputeQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11761 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11754 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11819 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11835 }, "name": "resetInterval" } ], "name": "PowerpackWidgetHostmapDefinitionRequestFillRumQueryComputeQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11807 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11823 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11839 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11800 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11813 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11829 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11765 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQueryComputeQuery" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillRumQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11993 }, "name": "PowerpackWidgetHostmapDefinitionRequestFillRumQueryGroupBy", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11999 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12005 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#sort_query Powerpack#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12011 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillRumQueryGroupBy" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12170 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12162 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12177 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQueryGroupByOutputReference" } } } ], "name": "PowerpackWidgetHostmapDefinitionRequestFillRumQueryGroupByList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12170 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12170 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12170 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12163 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillRumQueryGroupByList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.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": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12057 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12150 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12121 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12137 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12153 }, "name": "resetSortQuery" } ], "name": "PowerpackWidgetHostmapDefinitionRequestFillRumQueryGroupByOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12147 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12125 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12141 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12157 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12115 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12131 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12071 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQueryGroupBy" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillRumQueryGroupByOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11843 }, "name": "PowerpackWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11849 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#order Powerpack#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11861 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11855 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11914 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11907 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11972 }, "name": "resetFacet" } ], "name": "PowerpackWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11960 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11976 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11989 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11953 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11966 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11982 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 11918 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12181 }, "name": "PowerpackWidgetHostmapDefinitionRequestFillRumQueryMultiCompute", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12187 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12193 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12199 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillRumQueryMultiCompute" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12355 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12347 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12362 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQueryMultiComputeOutputReference" } } } ], "name": "PowerpackWidgetHostmapDefinitionRequestFillRumQueryMultiComputeList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12355 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12355 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12355 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12348 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillRumQueryMultiComputeList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12255 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12245 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12322 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12338 }, "name": "resetInterval" } ], "name": "PowerpackWidgetHostmapDefinitionRequestFillRumQueryMultiComputeOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12310 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12326 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12342 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12303 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12316 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12332 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12259 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQueryMultiCompute" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillRumQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12463 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12456 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12546 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12562 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12578 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12549 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12565 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12581 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12533 }, "name": "resetSearchQuery" } ], "name": "PowerpackWidgetHostmapDefinitionRequestFillRumQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12543 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12559 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12575 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12553 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12569 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12521 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12585 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12537 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12514 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12527 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12467 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQuery" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillRumQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13265 }, "name": "PowerpackWidgetHostmapDefinitionRequestFillSecurityQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#index Powerpack#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13271 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#compute_query Powerpack#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13283 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#group_by Powerpack#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13289 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13295 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#search_query Powerpack#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13277 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillSecurityQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12589 }, "name": "PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryComputeQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12595 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12601 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12607 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryComputeQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12660 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12653 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12718 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12734 }, "name": "resetInterval" } ], "name": "PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryComputeQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12706 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12722 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12738 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12699 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12712 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12728 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12664 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryComputeQuery" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12892 }, "name": "PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryGroupBy", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12898 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12904 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#sort_query Powerpack#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12910 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryGroupBy" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13069 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13061 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13076 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryGroupByOutputReference" } } } ], "name": "PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryGroupByList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13069 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13069 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13069 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13062 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryGroupByList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12966 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12956 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13049 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13020 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13036 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13052 }, "name": "resetSortQuery" } ], "name": "PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryGroupByOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13046 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13024 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13040 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13056 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13014 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13030 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12970 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryGroupBy" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryGroupByOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12742 }, "name": "PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12748 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#order Powerpack#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12760 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12754 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.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" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12806 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12871 }, "name": "resetFacet" } ], "name": "PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12859 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12875 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12888 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12852 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12865 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12881 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 12817 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13080 }, "name": "PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13086 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13092 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13098 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13254 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13246 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13261 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeOutputReference" } } } ], "name": "PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13254 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13254 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13254 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13247 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13154 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13144 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13221 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13237 }, "name": "resetInterval" } ], "name": "PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13209 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13225 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13241 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13202 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13215 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13231 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13158 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13362 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13355 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13445 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13461 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13477 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13448 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13464 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13480 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13432 }, "name": "resetSearchQuery" } ], "name": "PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13442 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13458 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13474 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13452 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13468 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13420 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13484 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13436 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13413 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13426 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13366 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQuery" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17916 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17909 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17952 }, "name": "putFill", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFill" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17968 }, "name": "putSize", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSize" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17955 }, "name": "resetFill" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17971 }, "name": "resetSize" } ], "name": "PowerpackWidgetHostmapDefinitionRequestOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17949 }, "name": "fill", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17965 }, "name": "size", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17959 }, "name": "fillInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFill" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17975 }, "name": "sizeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSize" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17920 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequest" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSize": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSize", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17565 }, "name": "PowerpackWidgetHostmapDefinitionRequestSize", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#apm_query Powerpack#apm_query}", "stability": "stable", "summary": "apm_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17577 }, "name": "apmQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#log_query Powerpack#log_query}", "stability": "stable", "summary": "log_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17583 }, "name": "logQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#process_query Powerpack#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17589 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#q Powerpack#q}", "stability": "stable", "summary": "The metric query to use for this widget." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17571 }, "name": "q", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#rum_query Powerpack#rum_query}", "stability": "stable", "summary": "rum_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17595 }, "name": "rumQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#security_query Powerpack#security_query}", "stability": "stable", "summary": "security_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17601 }, "name": "securityQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQuery" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSize" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14457 }, "name": "PowerpackWidgetHostmapDefinitionRequestSizeApmQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#index Powerpack#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14463 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#compute_query Powerpack#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14475 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#group_by Powerpack#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14481 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14487 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#search_query Powerpack#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14469 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeApmQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13781 }, "name": "PowerpackWidgetHostmapDefinitionRequestSizeApmQueryComputeQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13787 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13793 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13799 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeApmQueryComputeQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13852 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13845 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13910 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13926 }, "name": "resetInterval" } ], "name": "PowerpackWidgetHostmapDefinitionRequestSizeApmQueryComputeQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13898 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13914 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13930 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13891 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13904 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13920 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13856 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQueryComputeQuery" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeApmQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14084 }, "name": "PowerpackWidgetHostmapDefinitionRequestSizeApmQueryGroupBy", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14090 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14096 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#sort_query Powerpack#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14102 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeApmQueryGroupBy" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.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" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14253 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14268 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQueryGroupByOutputReference" } } } ], "name": "PowerpackWidgetHostmapDefinitionRequestSizeApmQueryGroupByList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14261 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14261 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14261 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14254 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeApmQueryGroupByList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14158 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14148 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14241 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14212 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14228 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14244 }, "name": "resetSortQuery" } ], "name": "PowerpackWidgetHostmapDefinitionRequestSizeApmQueryGroupByOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14238 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14216 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14232 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14248 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14206 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14222 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14162 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQueryGroupBy" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeApmQueryGroupByOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13934 }, "name": "PowerpackWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13940 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#order Powerpack#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13952 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13946 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14005 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 13998 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14063 }, "name": "resetFacet" } ], "name": "PowerpackWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14051 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14067 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14080 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14044 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14057 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14073 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14009 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14272 }, "name": "PowerpackWidgetHostmapDefinitionRequestSizeApmQueryMultiCompute", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14278 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14284 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14290 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeApmQueryMultiCompute" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14446 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14438 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14453 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeOutputReference" } } } ], "name": "PowerpackWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14446 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14446 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14446 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14439 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14346 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14336 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14413 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14429 }, "name": "resetInterval" } ], "name": "PowerpackWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14401 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14417 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14433 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14394 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14407 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14423 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14350 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQueryMultiCompute" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14554 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14547 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14637 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14653 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14669 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14640 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14656 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14672 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14624 }, "name": "resetSearchQuery" } ], "name": "PowerpackWidgetHostmapDefinitionRequestSizeApmQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14634 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14650 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14666 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14644 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14660 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14612 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14676 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14628 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14605 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14618 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14558 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQuery" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeApmQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17847 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17839 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17854 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeOutputReference" } } } ], "name": "PowerpackWidgetHostmapDefinitionRequestSizeList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17847 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17847 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17847 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17840 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSize" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15356 }, "name": "PowerpackWidgetHostmapDefinitionRequestSizeLogQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#index Powerpack#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15362 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#compute_query Powerpack#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15374 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#group_by Powerpack#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15380 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15386 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#search_query Powerpack#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15368 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeLogQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14680 }, "name": "PowerpackWidgetHostmapDefinitionRequestSizeLogQueryComputeQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14686 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14692 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14698 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeLogQueryComputeQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14751 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14744 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14809 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14825 }, "name": "resetInterval" } ], "name": "PowerpackWidgetHostmapDefinitionRequestSizeLogQueryComputeQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14797 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14813 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14829 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14790 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14803 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14819 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14755 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQueryComputeQuery" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeLogQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14983 }, "name": "PowerpackWidgetHostmapDefinitionRequestSizeLogQueryGroupBy", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14989 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14995 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#sort_query Powerpack#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15001 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeLogQueryGroupBy" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15160 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15152 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15167 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQueryGroupByOutputReference" } } } ], "name": "PowerpackWidgetHostmapDefinitionRequestSizeLogQueryGroupByList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15160 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15160 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15160 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15153 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeLogQueryGroupByList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15057 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15047 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15140 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15111 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15127 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15143 }, "name": "resetSortQuery" } ], "name": "PowerpackWidgetHostmapDefinitionRequestSizeLogQueryGroupByOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15137 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15115 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15131 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15147 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15105 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15121 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15061 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQueryGroupBy" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeLogQueryGroupByOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14833 }, "name": "PowerpackWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14839 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#order Powerpack#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14851 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14845 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.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" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14897 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14962 }, "name": "resetFacet" } ], "name": "PowerpackWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14950 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14966 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14979 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14943 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14956 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14972 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 14908 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15171 }, "name": "PowerpackWidgetHostmapDefinitionRequestSizeLogQueryMultiCompute", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15177 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15183 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15189 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeLogQueryMultiCompute" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15345 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15337 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15352 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeOutputReference" } } } ], "name": "PowerpackWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15345 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15345 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15345 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15338 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15245 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15235 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15312 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15328 }, "name": "resetInterval" } ], "name": "PowerpackWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15300 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15316 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15332 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15293 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15306 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15322 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15249 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQueryMultiCompute" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15453 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15446 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15536 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15552 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15568 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15539 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15555 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15571 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15523 }, "name": "resetSearchQuery" } ], "name": "PowerpackWidgetHostmapDefinitionRequestSizeLogQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15533 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15549 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15565 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15543 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15559 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15511 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15575 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15527 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15504 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15517 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15457 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQuery" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeLogQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17678 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17668 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17763 }, "name": "putApmQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17779 }, "name": "putLogQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17795 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17811 }, "name": "putRumQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17827 }, "name": "putSecurityQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17766 }, "name": "resetApmQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17782 }, "name": "resetLogQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17798 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17750 }, "name": "resetQ" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17814 }, "name": "resetRumQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17830 }, "name": "resetSecurityQuery" } ], "name": "PowerpackWidgetHostmapDefinitionRequestSizeOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17760 }, "name": "apmQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17776 }, "name": "logQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17792 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17808 }, "name": "rumQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17824 }, "name": "securityQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17770 }, "name": "apmQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17786 }, "name": "logQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17802 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17754 }, "name": "qInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17818 }, "name": "rumQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17834 }, "name": "securityQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17744 }, "name": "q", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17682 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSize" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15579 }, "name": "PowerpackWidgetHostmapDefinitionRequestSizeProcessQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#metric Powerpack#metric}", "stability": "stable", "summary": "Your chosen metric." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15597 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#filter_by Powerpack#filter_by}", "stability": "stable", "summary": "A list of processes." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15585 }, "name": "filterBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "The max number of items in the filter list." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15591 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#search_by Powerpack#search_by}", "stability": "stable", "summary": "Your chosen search term." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15603 }, "name": "searchBy", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeProcessQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.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" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15656 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15714 }, "name": "resetFilterBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15730 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15759 }, "name": "resetSearchBy" } ], "name": "PowerpackWidgetHostmapDefinitionRequestSizeProcessQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15718 }, "name": "filterByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15734 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15747 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15763 }, "name": "searchByInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15708 }, "name": "filterBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15724 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15740 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15753 }, "name": "searchBy", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15667 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeProcessQuery" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeProcessQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16443 }, "name": "PowerpackWidgetHostmapDefinitionRequestSizeRumQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#index Powerpack#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16449 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#compute_query Powerpack#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16461 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#group_by Powerpack#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16467 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16473 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#search_query Powerpack#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16455 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeRumQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15767 }, "name": "PowerpackWidgetHostmapDefinitionRequestSizeRumQueryComputeQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15773 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15779 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15785 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeRumQueryComputeQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15838 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15831 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15896 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15912 }, "name": "resetInterval" } ], "name": "PowerpackWidgetHostmapDefinitionRequestSizeRumQueryComputeQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15884 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15900 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15916 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15877 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15890 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15906 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15842 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQueryComputeQuery" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeRumQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16070 }, "name": "PowerpackWidgetHostmapDefinitionRequestSizeRumQueryGroupBy", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16076 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16082 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#sort_query Powerpack#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16088 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeRumQueryGroupBy" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16247 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16239 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16254 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQueryGroupByOutputReference" } } } ], "name": "PowerpackWidgetHostmapDefinitionRequestSizeRumQueryGroupByList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16247 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16247 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16247 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16240 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeRumQueryGroupByList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16144 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16134 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16227 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16198 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16214 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16230 }, "name": "resetSortQuery" } ], "name": "PowerpackWidgetHostmapDefinitionRequestSizeRumQueryGroupByOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16224 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16202 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16218 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16234 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16192 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16208 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16148 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQueryGroupBy" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeRumQueryGroupByOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15920 }, "name": "PowerpackWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15926 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#order Powerpack#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15938 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15932 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15991 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15984 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16049 }, "name": "resetFacet" } ], "name": "PowerpackWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16037 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16053 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16066 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16030 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16043 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16059 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 15995 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16258 }, "name": "PowerpackWidgetHostmapDefinitionRequestSizeRumQueryMultiCompute", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16264 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16270 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16276 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeRumQueryMultiCompute" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16432 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16424 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16439 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeOutputReference" } } } ], "name": "PowerpackWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16432 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16432 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16432 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16425 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.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": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16322 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16399 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16415 }, "name": "resetInterval" } ], "name": "PowerpackWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16387 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16403 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16419 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16380 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16393 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16409 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16336 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQueryMultiCompute" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16540 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16533 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16623 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16639 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16655 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16626 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16642 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16658 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16610 }, "name": "resetSearchQuery" } ], "name": "PowerpackWidgetHostmapDefinitionRequestSizeRumQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16620 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16636 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16652 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16630 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16646 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16598 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16662 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16614 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16591 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16604 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16544 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQuery" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeRumQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17342 }, "name": "PowerpackWidgetHostmapDefinitionRequestSizeSecurityQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#index Powerpack#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17348 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#compute_query Powerpack#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17360 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#group_by Powerpack#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17366 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17372 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#search_query Powerpack#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17354 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeSecurityQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16666 }, "name": "PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16672 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16678 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16684 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16737 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16730 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16795 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16811 }, "name": "resetInterval" } ], "name": "PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16783 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16799 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16815 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16776 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16789 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16805 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16741 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQuery" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16969 }, "name": "PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16975 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16981 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#sort_query Powerpack#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16987 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17146 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17138 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17153 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByOutputReference" } } } ], "name": "PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17146 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17146 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17146 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17139 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17043 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17033 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17126 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17097 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17113 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17129 }, "name": "resetSortQuery" } ], "name": "PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17123 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17101 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17117 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17133 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17091 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17107 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17047 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16819 }, "name": "PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16825 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#order Powerpack#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16837 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16831 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16890 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16883 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16948 }, "name": "resetFacet" } ], "name": "PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16936 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16952 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16965 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16929 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16942 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16958 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 16894 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17157 }, "name": "PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17163 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17169 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17175 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17331 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17323 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17338 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeOutputReference" } } } ], "name": "PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17331 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17331 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17331 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17324 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17231 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17221 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17298 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17314 }, "name": "resetInterval" } ], "name": "PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17286 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17302 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17318 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17279 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17292 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17308 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17235 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17439 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17432 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17522 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17538 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17554 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17525 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17541 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17557 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17509 }, "name": "resetSearchQuery" } ], "name": "PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17519 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17535 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17551 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17529 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17545 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17497 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17561 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17513 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17490 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17503 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17443 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQuery" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionStyle": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionStyle", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17979 }, "name": "PowerpackWidgetHostmapDefinitionStyle", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#fill_max Powerpack#fill_max}", "stability": "stable", "summary": "The max value to use to color the map." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17985 }, "name": "fillMax", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#fill_min Powerpack#fill_min}", "stability": "stable", "summary": "The min value to use to color the map." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17991 }, "name": "fillMin", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#palette Powerpack#palette}", "stability": "stable", "summary": "A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 17997 }, "name": "palette", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#palette_flip Powerpack#palette_flip}", "stability": "stable", "summary": "A Boolean indicating whether to flip the palette tones." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18003 }, "name": "paletteFlip", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionStyle" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionStyleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionStyleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18063 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18056 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18114 }, "name": "resetFillMax" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18130 }, "name": "resetFillMin" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18146 }, "name": "resetPalette" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18162 }, "name": "resetPaletteFlip" } ], "name": "PowerpackWidgetHostmapDefinitionStyleOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18118 }, "name": "fillMaxInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18134 }, "name": "fillMinInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18166 }, "name": "paletteFlipInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18150 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18108 }, "name": "fillMax", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18124 }, "name": "fillMin", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18140 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18156 }, "name": "paletteFlip", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18067 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionStyle" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionStyleOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetIframeDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetIframeDefinition", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18606 }, "name": "PowerpackWidgetIframeDefinition", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#url Powerpack#url}", "stability": "stable", "summary": "The URL to use as a data source for the widget." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18612 }, "name": "url", "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetIframeDefinition" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetIframeDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetIframeDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18651 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18644 }, "name": "PowerpackWidgetIframeDefinitionOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18685 }, "name": "urlInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18678 }, "name": "url", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18655 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetIframeDefinition" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetIframeDefinitionOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetImageDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetImageDefinition", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18689 }, "name": "PowerpackWidgetImageDefinition", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#url Powerpack#url}", "stability": "stable", "summary": "The URL to use as a data source for the widget." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18725 }, "name": "url", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#has_background Powerpack#has_background}", "stability": "stable", "summary": "Whether to display a background or not. Defaults to `true`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18695 }, "name": "hasBackground", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#has_border Powerpack#has_border}", "stability": "stable", "summary": "Whether to display a border or not. Defaults to `true`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18701 }, "name": "hasBorder", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#horizontal_align Powerpack#horizontal_align}", "stability": "stable", "summary": "The horizontal alignment for the widget. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18707 }, "name": "horizontalAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Note: `small` and `large` values are deprecated. Valid values are `sm`, `md`, `lg`, `small`, `large`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#margin Powerpack#margin}", "stability": "stable", "summary": "The margins to use around the image." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18713 }, "name": "margin", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "The values are based on the image `object-fit` CSS properties. Note: `zoom`, `fit` and `center` values are deprecated. Valid values are `fill`, `contain`, `cover`, `none`, `scale-down`, `zoom`, `fit`, `center`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#sizing Powerpack#sizing}", "stability": "stable", "summary": "The preferred method to adapt the dimensions of the image." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18719 }, "name": "sizing", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#url_dark_theme Powerpack#url_dark_theme}", "stability": "stable", "summary": "The URL in dark mode to use as a data source for the widget." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18731 }, "name": "urlDarkTheme", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#vertical_align Powerpack#vertical_align}", "stability": "stable", "summary": "The vertical alignment for the widget. Valid values are `center`, `top`, `bottom`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18737 }, "name": "verticalAlign", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetImageDefinition" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetImageDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetImageDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18825 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18818 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18900 }, "name": "resetHasBackground" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18916 }, "name": "resetHasBorder" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18932 }, "name": "resetHorizontalAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18948 }, "name": "resetMargin" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18964 }, "name": "resetSizing" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18993 }, "name": "resetUrlDarkTheme" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19009 }, "name": "resetVerticalAlign" } ], "name": "PowerpackWidgetImageDefinitionOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18904 }, "name": "hasBackgroundInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18920 }, "name": "hasBorderInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18936 }, "name": "horizontalAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18952 }, "name": "marginInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18968 }, "name": "sizingInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18997 }, "name": "urlDarkThemeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18981 }, "name": "urlInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19013 }, "name": "verticalAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18894 }, "name": "hasBackground", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18910 }, "name": "hasBorder", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18926 }, "name": "horizontalAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18942 }, "name": "margin", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18958 }, "name": "sizing", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18974 }, "name": "url", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18987 }, "name": "urlDarkTheme", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19003 }, "name": "verticalAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 18829 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetImageDefinition" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetImageDefinitionOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3837 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3829 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3844 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetOutputReference" } } } ], "name": "PowerpackWidgetList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3837 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3837 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3837 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3830 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidget" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs2000:PowerpackWidgetList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetListStreamDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetListStreamDefinition", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19907 }, "name": "PowerpackWidgetListStreamDefinition", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#request Powerpack#request}", "stability": "stable", "summary": "request block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19931 }, "name": "request", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequest" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#title Powerpack#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19913 }, "name": "title", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#title_align Powerpack#title_align}", "stability": "stable", "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19919 }, "name": "titleAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#title_size Powerpack#title_size}", "stability": "stable", "summary": "The size of the widget's title. Default is 16." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19925 }, "name": "titleSize", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetListStreamDefinition" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19991 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19984 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20087 }, "name": "putRequest", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequest" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20042 }, "name": "resetTitle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20058 }, "name": "resetTitleAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20074 }, "name": "resetTitleSize" } ], "name": "PowerpackWidgetListStreamDefinitionOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20084 }, "name": "request", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20091 }, "name": "requestInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequest" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20062 }, "name": "titleAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20046 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20078 }, "name": "titleSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20036 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20052 }, "name": "titleAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20068 }, "name": "titleSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19995 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetListStreamDefinition" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetListStreamDefinitionOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequest": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequest", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19728 }, "name": "PowerpackWidgetListStreamDefinitionRequest", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#columns Powerpack#columns}", "stability": "stable", "summary": "columns block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19740 }, "name": "columns", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestColumns" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#query Powerpack#query}", "stability": "stable", "summary": "query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19746 }, "name": "query", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#response_format Powerpack#response_format}", "stability": "stable", "summary": "Widget response format. Valid values are `event_list`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19734 }, "name": "responseFormat", "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetListStreamDefinitionRequest" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestColumns": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestColumns", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19017 }, "name": "PowerpackWidgetListStreamDefinitionRequestColumns", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#field Powerpack#field}", "stability": "stable", "summary": "Widget column field." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19023 }, "name": "field", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#width Powerpack#width}", "stability": "stable", "summary": "Widget column width. Valid values are `auto`, `compact`, `full`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19029 }, "name": "width", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetListStreamDefinitionRequestColumns" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestColumnsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestColumnsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19159 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19151 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19166 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestColumnsOutputReference" } } } ], "name": "PowerpackWidgetListStreamDefinitionRequestColumnsList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19159 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19159 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19159 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19152 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestColumns" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetListStreamDefinitionRequestColumnsList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestColumnsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestColumnsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19078 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19068 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19126 }, "name": "resetField" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19142 }, "name": "resetWidth" } ], "name": "PowerpackWidgetListStreamDefinitionRequestColumnsOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19130 }, "name": "fieldInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19146 }, "name": "widthInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19120 }, "name": "field", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19136 }, "name": "width", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19082 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestColumns" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetListStreamDefinitionRequestColumnsOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19896 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19888 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19903 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestOutputReference" } } } ], "name": "PowerpackWidgetListStreamDefinitionRequestList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19896 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19896 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19896 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19889 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequest" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetListStreamDefinitionRequestList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19802 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19792 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19866 }, "name": "putColumns", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestColumns" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19879 }, "name": "putQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestQuery" } } ] } ], "name": "PowerpackWidgetListStreamDefinitionRequestOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19863 }, "name": "columns", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestColumnsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19876 }, "name": "query", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19870 }, "name": "columnsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestColumns" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19883 }, "name": "queryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19857 }, "name": "responseFormatInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19850 }, "name": "responseFormat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19806 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequest" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetListStreamDefinitionRequestOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19400 }, "name": "PowerpackWidgetListStreamDefinitionRequestQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `logs_stream`, `audit_stream`, `ci_pipeline_stream`, `ci_test_stream`, `rum_issue_stream`, `apm_issue_stream`, `trace_stream`, `logs_issue_stream`, `logs_pattern_stream`, `logs_transaction_stream`, `event_stream`, `rum_stream`, `llm_observability_stream`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#data_source Powerpack#data_source}", "stability": "stable", "summary": "Source from which to query items to display in the stream." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19412 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#clustering_pattern_field_path Powerpack#clustering_pattern_field_path}", "stability": "stable", "summary": "Specifies the field for logs pattern clustering. Can only be used with `logs_pattern_stream`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19406 }, "name": "clusteringPatternFieldPath", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#event_size Powerpack#event_size}", "stability": "stable", "summary": "Size of events displayed in widget. Required if `data_source` is `event_stream`. Valid values are `s`, `l`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19418 }, "name": "eventSize", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#group_by Powerpack#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19442 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#indexes Powerpack#indexes}", "stability": "stable", "summary": "List of indexes." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19424 }, "name": "indexes", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#query_string Powerpack#query_string}", "stability": "stable", "summary": "Widget query." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19430 }, "name": "queryString", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#sort Powerpack#sort}", "stability": "stable", "summary": "sort block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19448 }, "name": "sort", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestQuerySort" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#storage Powerpack#storage}", "stability": "stable", "summary": "Storage location (private beta)." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19436 }, "name": "storage", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetListStreamDefinitionRequestQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19170 }, "name": "PowerpackWidgetListStreamDefinitionRequestQueryGroupBy", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "Facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19176 }, "name": "facet", "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetListStreamDefinitionRequestQueryGroupBy" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19274 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19266 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19281 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestQueryGroupByOutputReference" } } } ], "name": "PowerpackWidgetListStreamDefinitionRequestQueryGroupByList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19274 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19274 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19274 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19267 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetListStreamDefinitionRequestQueryGroupByList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19218 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19208 }, "name": "PowerpackWidgetListStreamDefinitionRequestQueryGroupByOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19261 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19254 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19222 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestQueryGroupBy" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetListStreamDefinitionRequestQueryGroupByOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19536 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19529 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19701 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19717 }, "name": "putSort", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestQuerySort" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19611 }, "name": "resetClusteringPatternFieldPath" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19640 }, "name": "resetEventSize" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19704 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19656 }, "name": "resetIndexes" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19672 }, "name": "resetQueryString" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19720 }, "name": "resetSort" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19688 }, "name": "resetStorage" } ], "name": "PowerpackWidgetListStreamDefinitionRequestQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19698 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19714 }, "name": "sort", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestQuerySortOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19615 }, "name": "clusteringPatternFieldPathInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19628 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19644 }, "name": "eventSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19708 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19660 }, "name": "indexesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19676 }, "name": "queryStringInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19724 }, "name": "sortInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestQuerySort" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19692 }, "name": "storageInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19605 }, "name": "clusteringPatternFieldPath", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19621 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19634 }, "name": "eventSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19650 }, "name": "indexes", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19666 }, "name": "queryString", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19682 }, "name": "storage", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19540 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestQuery" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetListStreamDefinitionRequestQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestQuerySort": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestQuerySort", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19285 }, "name": "PowerpackWidgetListStreamDefinitionRequestQuerySort", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#column Powerpack#column}", "stability": "stable", "summary": "The facet path for the column." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19291 }, "name": "column", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#order Powerpack#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19297 }, "name": "order", "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetListStreamDefinitionRequestQuerySort" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestQuerySortOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestQuerySortOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19343 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19336 }, "name": "PowerpackWidgetListStreamDefinitionRequestQuerySortOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19383 }, "name": "columnInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19396 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19376 }, "name": "column", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19389 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 19347 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestQuerySort" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetListStreamDefinitionRequestQuerySortOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetLogStreamDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetLogStreamDefinition", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20210 }, "name": "PowerpackWidgetLogStreamDefinition", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#columns Powerpack#columns}", "stability": "stable", "summary": "Stringified list of columns to use, for example: `[\"column1\",\"column2\",\"column3\"]`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20216 }, "name": "columns", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#indexes Powerpack#indexes}", "stability": "stable", "summary": "An array of index names to query in the stream." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20222 }, "name": "indexes", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#live_span Powerpack#live_span}", "stability": "stable", "summary": "The timeframe to use when displaying the widget." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20228 }, "name": "liveSpan", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#message_display Powerpack#message_display}", "stability": "stable", "summary": "The number of log lines to display. Valid values are `inline`, `expanded-md`, `expanded-lg`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20234 }, "name": "messageDisplay", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#query Powerpack#query}", "stability": "stable", "summary": "The query to use in the widget." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20240 }, "name": "query", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#show_date_column Powerpack#show_date_column}", "stability": "stable", "summary": "If the date column should be displayed." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20246 }, "name": "showDateColumn", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#show_message_column Powerpack#show_message_column}", "stability": "stable", "summary": "If the message column should be displayed." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20252 }, "name": "showMessageColumn", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#sort Powerpack#sort}", "stability": "stable", "summary": "sort block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20276 }, "name": "sort", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetLogStreamDefinitionSort" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#title Powerpack#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20258 }, "name": "title", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#title_align Powerpack#title_align}", "stability": "stable", "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20264 }, "name": "titleAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#title_size Powerpack#title_size}", "stability": "stable", "summary": "The size of the widget's title (defaults to 16)." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20270 }, "name": "titleSize", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetLogStreamDefinition" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetLogStreamDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetLogStreamDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20385 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20378 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20635 }, "name": "putSort", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetLogStreamDefinitionSort" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20478 }, "name": "resetColumns" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20494 }, "name": "resetIndexes" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20510 }, "name": "resetLiveSpan" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20526 }, "name": "resetMessageDisplay" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20542 }, "name": "resetQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20558 }, "name": "resetShowDateColumn" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20574 }, "name": "resetShowMessageColumn" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20638 }, "name": "resetSort" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20590 }, "name": "resetTitle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20606 }, "name": "resetTitleAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20622 }, "name": "resetTitleSize" } ], "name": "PowerpackWidgetLogStreamDefinitionOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20632 }, "name": "sort", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetLogStreamDefinitionSortOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20482 }, "name": "columnsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20498 }, "name": "indexesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20514 }, "name": "liveSpanInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20530 }, "name": "messageDisplayInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20546 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20562 }, "name": "showDateColumnInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20578 }, "name": "showMessageColumnInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20642 }, "name": "sortInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetLogStreamDefinitionSort" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20610 }, "name": "titleAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20594 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20626 }, "name": "titleSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20472 }, "name": "columns", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20488 }, "name": "indexes", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20504 }, "name": "liveSpan", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20520 }, "name": "messageDisplay", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20536 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20552 }, "name": "showDateColumn", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20568 }, "name": "showMessageColumn", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20584 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20600 }, "name": "titleAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20616 }, "name": "titleSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20389 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetLogStreamDefinition" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetLogStreamDefinitionOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetLogStreamDefinitionSort": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetLogStreamDefinitionSort", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20095 }, "name": "PowerpackWidgetLogStreamDefinitionSort", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#column Powerpack#column}", "stability": "stable", "summary": "The facet path for the column." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20101 }, "name": "column", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#order Powerpack#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20107 }, "name": "order", "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetLogStreamDefinitionSort" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetLogStreamDefinitionSortOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetLogStreamDefinitionSortOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20153 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20146 }, "name": "PowerpackWidgetLogStreamDefinitionSortOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20193 }, "name": "columnInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20206 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20186 }, "name": "column", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20199 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20157 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetLogStreamDefinitionSort" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetLogStreamDefinitionSortOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetManageStatusDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetManageStatusDefinition", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20646 }, "name": "PowerpackWidgetManageStatusDefinition", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#query Powerpack#query}", "stability": "stable", "summary": "The query to use in the widget." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20670 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#color_preference Powerpack#color_preference}", "stability": "stable", "summary": "Whether to colorize text or background. Valid values are `background`, `text`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20652 }, "name": "colorPreference", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#display_format Powerpack#display_format}", "stability": "stable", "summary": "The display setting to use. Valid values are `counts`, `countsAndList`, `list`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20658 }, "name": "displayFormat", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#hide_zero_counts Powerpack#hide_zero_counts}", "stability": "stable", "summary": "A Boolean indicating whether to hide empty categories." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20664 }, "name": "hideZeroCounts", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#show_last_triggered Powerpack#show_last_triggered}", "stability": "stable", "summary": "A Boolean indicating whether to show when monitors/groups last triggered." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20676 }, "name": "showLastTriggered", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#show_priority Powerpack#show_priority}", "stability": "stable", "summary": "Whether to show the priorities column." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20682 }, "name": "showPriority", "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`, `priority,asc`, `priority,desc`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#sort Powerpack#sort}", "stability": "stable", "summary": "The method to sort the monitors." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20688 }, "name": "sort", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#summary_type Powerpack#summary_type}", "stability": "stable", "summary": "The summary type to use. Valid values are `monitors`, `groups`, `combined`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20694 }, "name": "summaryType", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#title Powerpack#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20700 }, "name": "title", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#title_align Powerpack#title_align}", "stability": "stable", "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20706 }, "name": "titleAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#title_size Powerpack#title_size}", "stability": "stable", "summary": "The size of the widget's title (defaults to 16)." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20712 }, "name": "titleSize", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetManageStatusDefinition" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetManageStatusDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetManageStatusDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20821 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20814 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20914 }, "name": "resetColorPreference" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20930 }, "name": "resetDisplayFormat" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20946 }, "name": "resetHideZeroCounts" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20975 }, "name": "resetShowLastTriggered" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20991 }, "name": "resetShowPriority" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21007 }, "name": "resetSort" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21023 }, "name": "resetSummaryType" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21039 }, "name": "resetTitle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21055 }, "name": "resetTitleAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21071 }, "name": "resetTitleSize" } ], "name": "PowerpackWidgetManageStatusDefinitionOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20918 }, "name": "colorPreferenceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20934 }, "name": "displayFormatInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20950 }, "name": "hideZeroCountsInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20963 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20979 }, "name": "showLastTriggeredInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20995 }, "name": "showPriorityInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21011 }, "name": "sortInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21027 }, "name": "summaryTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21059 }, "name": "titleAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21043 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21075 }, "name": "titleSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20908 }, "name": "colorPreference", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20924 }, "name": "displayFormat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20940 }, "name": "hideZeroCounts", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20956 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20969 }, "name": "showLastTriggered", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20985 }, "name": "showPriority", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21001 }, "name": "sort", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21017 }, "name": "summaryType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21033 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21049 }, "name": "titleAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21065 }, "name": "titleSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 20825 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetManageStatusDefinition" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetManageStatusDefinitionOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetNoteDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetNoteDefinition", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21079 }, "name": "PowerpackWidgetNoteDefinition", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#content Powerpack#content}", "stability": "stable", "summary": "The content of the note." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21091 }, "name": "content", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#background_color Powerpack#background_color}", "stability": "stable", "summary": "The background color of the note." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21085 }, "name": "backgroundColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#font_size Powerpack#font_size}", "stability": "stable", "summary": "The size of the text." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21097 }, "name": "fontSize", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#has_padding Powerpack#has_padding}", "stability": "stable", "summary": "Whether to add padding or not. Defaults to `true`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21103 }, "name": "hasPadding", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#show_tick Powerpack#show_tick}", "stability": "stable", "summary": "Whether to show a tick or not." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21109 }, "name": "showTick", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#text_align Powerpack#text_align}", "stability": "stable", "summary": "The alignment of the widget's text. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21115 }, "name": "textAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Valid values are `bottom`, `left`, `right`, `top`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#tick_edge Powerpack#tick_edge}", "stability": "stable", "summary": "When `tick = true`, a string indicating on which side of the widget the tick should be displayed." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21121 }, "name": "tickEdge", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#tick_pos Powerpack#tick_pos}", "stability": "stable", "summary": "When `tick = true`, a string with a percent sign indicating the position of the tick, for example: `tick_pos = \"50%\"` is centered alignment." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21127 }, "name": "tickPos", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#vertical_align Powerpack#vertical_align}", "stability": "stable", "summary": "The vertical alignment for the widget. Valid values are `center`, `top`, `bottom`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21133 }, "name": "verticalAlign", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetNoteDefinition" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetNoteDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetNoteDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21228 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21221 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21309 }, "name": "resetBackgroundColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21338 }, "name": "resetFontSize" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21354 }, "name": "resetHasPadding" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21370 }, "name": "resetShowTick" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21386 }, "name": "resetTextAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21402 }, "name": "resetTickEdge" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21418 }, "name": "resetTickPos" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21434 }, "name": "resetVerticalAlign" } ], "name": "PowerpackWidgetNoteDefinitionOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21313 }, "name": "backgroundColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21326 }, "name": "contentInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21342 }, "name": "fontSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21358 }, "name": "hasPaddingInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21374 }, "name": "showTickInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21390 }, "name": "textAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21406 }, "name": "tickEdgeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21422 }, "name": "tickPosInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21438 }, "name": "verticalAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21303 }, "name": "backgroundColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21319 }, "name": "content", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21332 }, "name": "fontSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21348 }, "name": "hasPadding", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21364 }, "name": "showTick", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21380 }, "name": "textAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21396 }, "name": "tickEdge", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21412 }, "name": "tickPos", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21428 }, "name": "verticalAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21232 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetNoteDefinition" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetNoteDefinitionOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3113 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3103 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3337 }, "name": "putAlertGraphDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetAlertGraphDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3353 }, "name": "putAlertValueDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetAlertValueDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3369 }, "name": "putChangeDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3385 }, "name": "putCheckStatusDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetCheckStatusDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3401 }, "name": "putDistributionDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3417 }, "name": "putEventStreamDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetEventStreamDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3433 }, "name": "putEventTimelineDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetEventTimelineDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3449 }, "name": "putFreeTextDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetFreeTextDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3465 }, "name": "putGeomapDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3481 }, "name": "putHeatmapDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3497 }, "name": "putHostmapDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3513 }, "name": "putIframeDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetIframeDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3529 }, "name": "putImageDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetImageDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3545 }, "name": "putListStreamDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetListStreamDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3561 }, "name": "putLogStreamDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetLogStreamDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3577 }, "name": "putManageStatusDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetManageStatusDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3593 }, "name": "putNoteDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetNoteDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3609 }, "name": "putQueryTableDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3625 }, "name": "putQueryValueDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3641 }, "name": "putRunWorkflowDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetRunWorkflowDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3657 }, "name": "putScatterplotDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3673 }, "name": "putServiceLevelObjectiveDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetServiceLevelObjectiveDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3689 }, "name": "putServicemapDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetServicemapDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3705 }, "name": "putSloListDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSloListDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3721 }, "name": "putSunburstDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3737 }, "name": "putTimeseriesDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3753 }, "name": "putToplistDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3769 }, "name": "putTopologyMapDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTopologyMapDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3785 }, "name": "putTraceServiceDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTraceServiceDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3801 }, "name": "putTreemapDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3817 }, "name": "putWidgetLayout", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetWidgetLayout" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3340 }, "name": "resetAlertGraphDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3356 }, "name": "resetAlertValueDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3372 }, "name": "resetChangeDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3388 }, "name": "resetCheckStatusDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3404 }, "name": "resetDistributionDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3420 }, "name": "resetEventStreamDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3436 }, "name": "resetEventTimelineDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3452 }, "name": "resetFreeTextDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3468 }, "name": "resetGeomapDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3484 }, "name": "resetHeatmapDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3500 }, "name": "resetHostmapDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3516 }, "name": "resetIframeDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3532 }, "name": "resetImageDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3548 }, "name": "resetListStreamDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3564 }, "name": "resetLogStreamDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3580 }, "name": "resetManageStatusDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3596 }, "name": "resetNoteDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3612 }, "name": "resetQueryTableDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3628 }, "name": "resetQueryValueDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3644 }, "name": "resetRunWorkflowDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3660 }, "name": "resetScatterplotDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3676 }, "name": "resetServiceLevelObjectiveDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3692 }, "name": "resetServicemapDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3708 }, "name": "resetSloListDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3724 }, "name": "resetSunburstDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3740 }, "name": "resetTimeseriesDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3756 }, "name": "resetToplistDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3772 }, "name": "resetTopologyMapDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3788 }, "name": "resetTraceServiceDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3804 }, "name": "resetTreemapDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3820 }, "name": "resetWidgetLayout" } ], "name": "PowerpackWidgetOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3334 }, "name": "alertGraphDefinition", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetAlertGraphDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3350 }, "name": "alertValueDefinition", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetAlertValueDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3366 }, "name": "changeDefinition", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3382 }, "name": "checkStatusDefinition", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetCheckStatusDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3398 }, "name": "distributionDefinition", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3414 }, "name": "eventStreamDefinition", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetEventStreamDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3430 }, "name": "eventTimelineDefinition", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetEventTimelineDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3446 }, "name": "freeTextDefinition", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetFreeTextDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3462 }, "name": "geomapDefinition", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3478 }, "name": "heatmapDefinition", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3494 }, "name": "hostmapDefinition", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3328 }, "name": "id", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3510 }, "name": "iframeDefinition", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetIframeDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3526 }, "name": "imageDefinition", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetImageDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3542 }, "name": "listStreamDefinition", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3558 }, "name": "logStreamDefinition", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetLogStreamDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3574 }, "name": "manageStatusDefinition", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetManageStatusDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3590 }, "name": "noteDefinition", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetNoteDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3606 }, "name": "queryTableDefinition", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3622 }, "name": "queryValueDefinition", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3638 }, "name": "runWorkflowDefinition", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetRunWorkflowDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3654 }, "name": "scatterplotDefinition", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3670 }, "name": "serviceLevelObjectiveDefinition", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetServiceLevelObjectiveDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3686 }, "name": "servicemapDefinition", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetServicemapDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3702 }, "name": "sloListDefinition", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSloListDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3718 }, "name": "sunburstDefinition", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3734 }, "name": "timeseriesDefinition", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3750 }, "name": "toplistDefinition", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3766 }, "name": "topologyMapDefinition", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTopologyMapDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3782 }, "name": "traceServiceDefinition", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTraceServiceDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3798 }, "name": "treemapDefinition", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3814 }, "name": "widgetLayout", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetWidgetLayoutOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3344 }, "name": "alertGraphDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetAlertGraphDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3360 }, "name": "alertValueDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetAlertValueDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3376 }, "name": "changeDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetChangeDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3392 }, "name": "checkStatusDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetCheckStatusDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3408 }, "name": "distributionDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetDistributionDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3424 }, "name": "eventStreamDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetEventStreamDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3440 }, "name": "eventTimelineDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetEventTimelineDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3456 }, "name": "freeTextDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetFreeTextDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3472 }, "name": "geomapDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetGeomapDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3488 }, "name": "heatmapDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3504 }, "name": "hostmapDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetHostmapDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3520 }, "name": "iframeDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetIframeDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3536 }, "name": "imageDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetImageDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3552 }, "name": "listStreamDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetListStreamDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3568 }, "name": "logStreamDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetLogStreamDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3584 }, "name": "manageStatusDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetManageStatusDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3600 }, "name": "noteDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetNoteDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3616 }, "name": "queryTableDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3632 }, "name": "queryValueDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3648 }, "name": "runWorkflowDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetRunWorkflowDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3664 }, "name": "scatterplotDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3680 }, "name": "serviceLevelObjectiveDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetServiceLevelObjectiveDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3696 }, "name": "servicemapDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetServicemapDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3712 }, "name": "sloListDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSloListDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3728 }, "name": "sunburstDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3744 }, "name": "timeseriesDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3760 }, "name": "toplistDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3776 }, "name": "topologyMapDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTopologyMapDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3792 }, "name": "traceServiceDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTraceServiceDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3808 }, "name": "treemapDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3824 }, "name": "widgetLayoutInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetWidgetLayout" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 3117 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidget" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs2000:PowerpackWidgetOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinition", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8253 }, "name": "PowerpackWidgetQueryTableDefinition", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#custom_link Powerpack#custom_link}", "stability": "stable", "summary": "custom_link block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8289 }, "name": "customLink", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#has_search_bar Powerpack#has_search_bar}", "stability": "stable", "summary": "Controls the display of the search bar. Valid values are `always`, `never`, `auto`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8259 }, "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`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#live_span Powerpack#live_span}", "stability": "stable", "summary": "The timeframe to use when displaying the widget." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8265 }, "name": "liveSpan", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#request Powerpack#request}", "stability": "stable", "summary": "request block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8295 }, "name": "request", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequest" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#title Powerpack#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8271 }, "name": "title", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#title_align Powerpack#title_align}", "stability": "stable", "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8277 }, "name": "titleAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#title_size Powerpack#title_size}", "stability": "stable", "summary": "The size of the widget's title (defaults to 16)." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8283 }, "name": "titleSize", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinition" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionCustomLink": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionCustomLink", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21442 }, "name": "PowerpackWidgetQueryTableDefinitionCustomLink", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#is_hidden Powerpack#is_hidden}", "stability": "stable", "summary": "The flag for toggling context menu link visibility." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21448 }, "name": "isHidden", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#label Powerpack#label}", "stability": "stable", "summary": "The label for the custom link URL." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21454 }, "name": "label", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#link Powerpack#link}", "stability": "stable", "summary": "The URL of the custom link." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21460 }, "name": "link", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#override_label Powerpack#override_label}", "stability": "stable", "summary": "The label ID that refers to a context menu link item." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21466 }, "name": "overrideLabel", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetQueryTableDefinitionCustomLink" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionCustomLinkList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionCustomLinkList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21654 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21646 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21661 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionCustomLinkOutputReference" } } } ], "name": "PowerpackWidgetQueryTableDefinitionCustomLinkList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21654 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21654 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21654 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21647 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionCustomLink" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetQueryTableDefinitionCustomLinkList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionCustomLinkOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionCustomLinkOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21529 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21519 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21589 }, "name": "resetIsHidden" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21605 }, "name": "resetLabel" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21621 }, "name": "resetLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21637 }, "name": "resetOverrideLabel" } ], "name": "PowerpackWidgetQueryTableDefinitionCustomLinkOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21593 }, "name": "isHiddenInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21609 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21625 }, "name": "linkInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21641 }, "name": "overrideLabelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21583 }, "name": "isHidden", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21599 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21615 }, "name": "link", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21631 }, "name": "overrideLabel", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21533 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionCustomLink" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetQueryTableDefinitionCustomLinkOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8376 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8369 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8522 }, "name": "putCustomLink", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionCustomLink" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8538 }, "name": "putRequest", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequest" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8525 }, "name": "resetCustomLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8445 }, "name": "resetHasSearchBar" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8461 }, "name": "resetLiveSpan" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8541 }, "name": "resetRequest" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8477 }, "name": "resetTitle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8493 }, "name": "resetTitleAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8509 }, "name": "resetTitleSize" } ], "name": "PowerpackWidgetQueryTableDefinitionOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8519 }, "name": "customLink", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionCustomLinkList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8535 }, "name": "request", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8529 }, "name": "customLinkInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8449 }, "name": "hasSearchBarInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8465 }, "name": "liveSpanInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8545 }, "name": "requestInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequest" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8497 }, "name": "titleAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8481 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8513 }, "name": "titleSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8439 }, "name": "hasSearchBar", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8455 }, "name": "liveSpan", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8471 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8487 }, "name": "titleAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8503 }, "name": "titleSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8380 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinition" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequest": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequest", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 7610 }, "name": "PowerpackWidgetQueryTableDefinitionRequest", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregator Powerpack#aggregator}", "stability": "stable", "summary": "The aggregator to use for time aggregation. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 7616 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#alias Powerpack#alias}", "stability": "stable", "summary": "The alias for the column name (defaults to metric name)." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 7622 }, "name": "alias", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#apm_query Powerpack#apm_query}", "stability": "stable", "summary": "apm_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 7652 }, "name": "apmQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#apm_stats_query Powerpack#apm_stats_query}", "stability": "stable", "summary": "apm_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 7658 }, "name": "apmStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#cell_display_mode Powerpack#cell_display_mode}", "stability": "stable", "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 7628 }, "name": "cellDisplayMode", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#conditional_formats Powerpack#conditional_formats}", "stability": "stable", "summary": "conditional_formats block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 7664 }, "name": "conditionalFormats", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestConditionalFormats" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#formula Powerpack#formula}", "stability": "stable", "summary": "formula block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 7670 }, "name": "formula", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormula" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "The number of lines to show in the table." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 7634 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#log_query Powerpack#log_query}", "stability": "stable", "summary": "log_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 7676 }, "name": "logQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#order Powerpack#order}", "stability": "stable", "summary": "The sort order for the rows. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 7640 }, "name": "order", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#process_query Powerpack#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 7682 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#q Powerpack#q}", "stability": "stable", "summary": "The metric query to use for this widget." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 7646 }, "name": "q", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#query Powerpack#query}", "stability": "stable", "summary": "query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 7688 }, "name": "query", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQuery" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#rum_query Powerpack#rum_query}", "stability": "stable", "summary": "rum_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 7694 }, "name": "rumQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#security_query Powerpack#security_query}", "stability": "stable", "summary": "security_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 7700 }, "name": "securityQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#text_formats Powerpack#text_formats}", "stability": "stable", "summary": "text_formats block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 7706 }, "name": "textFormats", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestTextFormats" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequest" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22341 }, "name": "PowerpackWidgetQueryTableDefinitionRequestApmQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#index Powerpack#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22347 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#compute_query Powerpack#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22359 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#group_by Powerpack#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22365 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22371 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#search_query Powerpack#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22353 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetQueryTableDefinitionRequestApmQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21665 }, "name": "PowerpackWidgetQueryTableDefinitionRequestApmQueryComputeQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21671 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21677 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21683 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetQueryTableDefinitionRequestApmQueryComputeQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21736 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21729 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21794 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21810 }, "name": "resetInterval" } ], "name": "PowerpackWidgetQueryTableDefinitionRequestApmQueryComputeQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21782 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21798 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21814 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21775 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21788 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21804 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21740 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQueryComputeQuery" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetQueryTableDefinitionRequestApmQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21968 }, "name": "PowerpackWidgetQueryTableDefinitionRequestApmQueryGroupBy", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21974 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21980 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#sort_query Powerpack#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21986 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetQueryTableDefinitionRequestApmQueryGroupBy" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22145 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22137 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22152 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQueryGroupByOutputReference" } } } ], "name": "PowerpackWidgetQueryTableDefinitionRequestApmQueryGroupByList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22145 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22145 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22145 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22138 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetQueryTableDefinitionRequestApmQueryGroupByList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22042 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22032 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22125 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22096 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22112 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22128 }, "name": "resetSortQuery" } ], "name": "PowerpackWidgetQueryTableDefinitionRequestApmQueryGroupByOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22122 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22100 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22116 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22132 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22090 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22106 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22046 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQueryGroupBy" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetQueryTableDefinitionRequestApmQueryGroupByOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21818 }, "name": "PowerpackWidgetQueryTableDefinitionRequestApmQueryGroupBySortQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21824 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#order Powerpack#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21836 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21830 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetQueryTableDefinitionRequestApmQueryGroupBySortQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21889 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21882 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21947 }, "name": "resetFacet" } ], "name": "PowerpackWidgetQueryTableDefinitionRequestApmQueryGroupBySortQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21935 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21951 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21964 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21928 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21941 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21957 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 21893 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetQueryTableDefinitionRequestApmQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22156 }, "name": "PowerpackWidgetQueryTableDefinitionRequestApmQueryMultiCompute", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22162 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22168 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22174 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetQueryTableDefinitionRequestApmQueryMultiCompute" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22330 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22322 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22337 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQueryMultiComputeOutputReference" } } } ], "name": "PowerpackWidgetQueryTableDefinitionRequestApmQueryMultiComputeList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22330 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22330 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22330 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22323 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetQueryTableDefinitionRequestApmQueryMultiComputeList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22230 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22220 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22297 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22313 }, "name": "resetInterval" } ], "name": "PowerpackWidgetQueryTableDefinitionRequestApmQueryMultiComputeOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22285 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22301 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22317 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22278 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22291 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22307 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22234 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQueryMultiCompute" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetQueryTableDefinitionRequestApmQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22438 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22431 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22521 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22537 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22553 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22524 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22540 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22556 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22508 }, "name": "resetSearchQuery" } ], "name": "PowerpackWidgetQueryTableDefinitionRequestApmQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22518 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22534 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22550 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22528 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22544 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22496 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22560 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22512 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22489 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22502 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22442 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQuery" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetQueryTableDefinitionRequestApmQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22784 }, "name": "PowerpackWidgetQueryTableDefinitionRequestApmStatsQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#env Powerpack#env}", "stability": "stable", "summary": "The environment name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22790 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#name Powerpack#name}", "stability": "stable", "summary": "The operation name associated with the service." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22796 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#primary_tag Powerpack#primary_tag}", "stability": "stable", "summary": "The organization's host group name and value." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22802 }, "name": "primaryTag", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#row_type Powerpack#row_type}", "stability": "stable", "summary": "The level of detail for the request. Valid values are `service`, `resource`, `span`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22814 }, "name": "rowType", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#service Powerpack#service}", "stability": "stable", "summary": "The service name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22820 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#columns Powerpack#columns}", "stability": "stable", "summary": "columns block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22826 }, "name": "columns", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmStatsQueryColumns" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#resource Powerpack#resource}", "stability": "stable", "summary": "The resource name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22808 }, "name": "resource", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetQueryTableDefinitionRequestApmStatsQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmStatsQueryColumns": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmStatsQueryColumns", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22564 }, "name": "PowerpackWidgetQueryTableDefinitionRequestApmStatsQueryColumns", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#name Powerpack#name}", "stability": "stable", "summary": "The column name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22582 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#alias Powerpack#alias}", "stability": "stable", "summary": "A user-assigned alias for the column." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22570 }, "name": "alias", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#cell_display_mode Powerpack#cell_display_mode}", "stability": "stable", "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22576 }, "name": "cellDisplayMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#order Powerpack#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22588 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetQueryTableDefinitionRequestApmStatsQueryColumns" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmStatsQueryColumnsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmStatsQueryColumnsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22773 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22765 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22780 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmStatsQueryColumnsOutputReference" } } } ], "name": "PowerpackWidgetQueryTableDefinitionRequestApmStatsQueryColumnsList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22773 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22773 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22773 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22766 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmStatsQueryColumns" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetQueryTableDefinitionRequestApmStatsQueryColumnsList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmStatsQueryColumnsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmStatsQueryColumnsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22651 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22641 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22711 }, "name": "resetAlias" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22727 }, "name": "resetCellDisplayMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22756 }, "name": "resetOrder" } ], "name": "PowerpackWidgetQueryTableDefinitionRequestApmStatsQueryColumnsOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22715 }, "name": "aliasInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22731 }, "name": "cellDisplayModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22744 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22760 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22705 }, "name": "alias", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22721 }, "name": "cellDisplayMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22737 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22750 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22655 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmStatsQueryColumns" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetQueryTableDefinitionRequestApmStatsQueryColumnsOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22907 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22900 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23054 }, "name": "putColumns", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmStatsQueryColumns" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23057 }, "name": "resetColumns" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23015 }, "name": "resetResource" } ], "name": "PowerpackWidgetQueryTableDefinitionRequestApmStatsQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23051 }, "name": "columns", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmStatsQueryColumnsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23061 }, "name": "columnsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmStatsQueryColumns" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22977 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22990 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23003 }, "name": "primaryTagInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23019 }, "name": "resourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23032 }, "name": "rowTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23045 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22970 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22983 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22996 }, "name": "primaryTag", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23009 }, "name": "resource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23025 }, "name": "rowType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23038 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 22911 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmStatsQuery" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetQueryTableDefinitionRequestApmStatsQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestConditionalFormats": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestConditionalFormats", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23065 }, "name": "PowerpackWidgetQueryTableDefinitionRequestConditionalFormats", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#comparator Powerpack#comparator}", "stability": "stable", "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23071 }, "name": "comparator", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#palette Powerpack#palette}", "stability": "stable", "summary": "The color palette to apply." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23107 }, "name": "palette", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#value Powerpack#value}", "stability": "stable", "summary": "A value for the comparator." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23119 }, "name": "value", "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#custom_bg_color Powerpack#custom_bg_color}", "stability": "stable", "summary": "The color palette to apply to the background, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23077 }, "name": "customBgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#custom_fg_color Powerpack#custom_fg_color}", "stability": "stable", "summary": "The color palette to apply to the foreground, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23083 }, "name": "customFgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#hide_value Powerpack#hide_value}", "stability": "stable", "summary": "Setting this to True hides values." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23089 }, "name": "hideValue", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#image_url Powerpack#image_url}", "stability": "stable", "summary": "Displays an image as the background." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23095 }, "name": "imageUrl", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#metric Powerpack#metric}", "stability": "stable", "summary": "The metric from the request to correlate with this conditional format." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23101 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#timeframe Powerpack#timeframe}", "stability": "stable", "summary": "Defines the displayed timeframe." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23113 }, "name": "timeframe", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetQueryTableDefinitionRequestConditionalFormats" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestConditionalFormatsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestConditionalFormatsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23443 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23435 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23450 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestConditionalFormatsOutputReference" } } } ], "name": "PowerpackWidgetQueryTableDefinitionRequestConditionalFormatsList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23443 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23443 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23443 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23436 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestConditionalFormats" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetQueryTableDefinitionRequestConditionalFormatsList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestConditionalFormatsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestConditionalFormatsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23217 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23207 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23320 }, "name": "resetCustomBgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23336 }, "name": "resetCustomFgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23352 }, "name": "resetHideValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23368 }, "name": "resetImageUrl" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23384 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23413 }, "name": "resetTimeframe" } ], "name": "PowerpackWidgetQueryTableDefinitionRequestConditionalFormatsOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23308 }, "name": "comparatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23324 }, "name": "customBgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23340 }, "name": "customFgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23356 }, "name": "hideValueInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23372 }, "name": "imageUrlInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23388 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23401 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23417 }, "name": "timeframeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23430 }, "name": "valueInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23301 }, "name": "comparator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23314 }, "name": "customBgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23330 }, "name": "customFgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23346 }, "name": "hideValue", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23362 }, "name": "imageUrl", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23378 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23394 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23407 }, "name": "timeframe", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23423 }, "name": "value", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23221 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestConditionalFormats" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetQueryTableDefinitionRequestConditionalFormatsOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormula": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormula", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 484 }, "name": "PowerpackWidgetQueryTableDefinitionRequestFormula", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#formula_expression Powerpack#formula_expression}", "stability": "stable", "summary": "A string expression built from queries, formulas, and functions." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 502 }, "name": "formulaExpression", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#alias Powerpack#alias}", "stability": "stable", "summary": "An expression alias." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 490 }, "name": "alias", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#cell_display_mode Powerpack#cell_display_mode}", "stability": "stable", "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 496 }, "name": "cellDisplayMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#cell_display_mode_options Powerpack#cell_display_mode_options}", "stability": "stable", "summary": "cell_display_mode_options block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 508 }, "name": "cellDisplayModeOptions", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptions" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#conditional_formats Powerpack#conditional_formats}", "stability": "stable", "summary": "conditional_formats block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 514 }, "name": "conditionalFormats", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "limit block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 520 }, "name": "limit", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaLimit" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#number_format Powerpack#number_format}", "stability": "stable", "summary": "number_format block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 526 }, "name": "numberFormat", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormat" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#style Powerpack#style}", "stability": "stable", "summary": "style block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 532 }, "name": "style", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaStyle" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestFormula" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptions": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptions", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23454 }, "name": "PowerpackWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptions", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#trend_type Powerpack#trend_type}", "stability": "stable", "summary": "The type of trend line to display. Valid values are `area`, `line`, `bars`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23460 }, "name": "trendType", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#y_scale Powerpack#y_scale}", "stability": "stable", "summary": "The scale of the y-axis. Valid values are `shared`, `independent`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23466 }, "name": "yScale", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptions" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptionsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptionsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23512 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23505 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23551 }, "name": "resetTrendType" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23567 }, "name": "resetYScale" } ], "name": "PowerpackWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptionsOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23555 }, "name": "trendTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23571 }, "name": "yScaleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23545 }, "name": "trendType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23561 }, "name": "yScale", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23516 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptions" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptionsOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaConditionalFormats": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaConditionalFormats", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23575 }, "name": "PowerpackWidgetQueryTableDefinitionRequestFormulaConditionalFormats", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#comparator Powerpack#comparator}", "stability": "stable", "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23581 }, "name": "comparator", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#palette Powerpack#palette}", "stability": "stable", "summary": "The color palette to apply." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23617 }, "name": "palette", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#value Powerpack#value}", "stability": "stable", "summary": "A value for the comparator." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23629 }, "name": "value", "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#custom_bg_color Powerpack#custom_bg_color}", "stability": "stable", "summary": "The color palette to apply to the background, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23587 }, "name": "customBgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#custom_fg_color Powerpack#custom_fg_color}", "stability": "stable", "summary": "The color palette to apply to the foreground, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23593 }, "name": "customFgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#hide_value Powerpack#hide_value}", "stability": "stable", "summary": "Setting this to True hides values." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23599 }, "name": "hideValue", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#image_url Powerpack#image_url}", "stability": "stable", "summary": "Displays an image as the background." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23605 }, "name": "imageUrl", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#metric Powerpack#metric}", "stability": "stable", "summary": "The metric from the request to correlate with this conditional format." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23611 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#timeframe Powerpack#timeframe}", "stability": "stable", "summary": "Defines the displayed timeframe." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23623 }, "name": "timeframe", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetQueryTableDefinitionRequestFormulaConditionalFormats" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaConditionalFormatsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaConditionalFormatsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23953 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23945 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23960 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaConditionalFormatsOutputReference" } } } ], "name": "PowerpackWidgetQueryTableDefinitionRequestFormulaConditionalFormatsList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23953 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23953 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23953 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23946 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetQueryTableDefinitionRequestFormulaConditionalFormatsList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaConditionalFormatsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaConditionalFormatsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23727 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23717 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23830 }, "name": "resetCustomBgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23846 }, "name": "resetCustomFgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23862 }, "name": "resetHideValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23878 }, "name": "resetImageUrl" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23894 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23923 }, "name": "resetTimeframe" } ], "name": "PowerpackWidgetQueryTableDefinitionRequestFormulaConditionalFormatsOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23818 }, "name": "comparatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23834 }, "name": "customBgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23850 }, "name": "customFgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23866 }, "name": "hideValueInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23882 }, "name": "imageUrlInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23898 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23911 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23927 }, "name": "timeframeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23940 }, "name": "valueInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23811 }, "name": "comparator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23824 }, "name": "customBgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23840 }, "name": "customFgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23856 }, "name": "hideValue", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23872 }, "name": "imageUrl", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23888 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23904 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23917 }, "name": "timeframe", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23933 }, "name": "value", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23731 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaConditionalFormats" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetQueryTableDefinitionRequestFormulaConditionalFormatsOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaLimit": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaLimit", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23964 }, "name": "PowerpackWidgetQueryTableDefinitionRequestFormulaLimit", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#count Powerpack#count}", "stability": "stable", "summary": "The number of results to return." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23970 }, "name": "count", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#order Powerpack#order}", "stability": "stable", "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 23976 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetQueryTableDefinitionRequestFormulaLimit" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaLimitOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaLimitOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 24022 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 24015 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 24061 }, "name": "resetCount" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 24077 }, "name": "resetOrder" } ], "name": "PowerpackWidgetQueryTableDefinitionRequestFormulaLimitOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 24065 }, "name": "countInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 24081 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 24055 }, "name": "count", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 24071 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 24026 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaLimit" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetQueryTableDefinitionRequestFormulaLimitOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 833 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 825 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 840 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaOutputReference" } } } ], "name": "PowerpackWidgetQueryTableDefinitionRequestFormulaList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 833 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 833 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 833 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 826 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormula" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestFormulaList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormat": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormat", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 245 }, "name": "PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormat", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#unit Powerpack#unit}", "stability": "stable", "summary": "unit block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 251 }, "name": "unit", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnit" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#unit_scale Powerpack#unit_scale}", "stability": "stable", "summary": "unit_scale block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 257 }, "name": "unitScale", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScale" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormat" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 303 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 296 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 339 }, "name": "putUnit", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnit" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 352 }, "name": "putUnitScale", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScale" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 355 }, "name": "resetUnitScale" } ], "name": "PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 336 }, "name": "unit", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 349 }, "name": "unitScale", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScaleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 343 }, "name": "unitInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnit" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 359 }, "name": "unitScaleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScale" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 307 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormat" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnit": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnit", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 43 }, "name": "PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnit", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#canonical Powerpack#canonical}", "stability": "stable", "summary": "canonical block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 49 }, "name": "canonical", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#custom Powerpack#custom}", "stability": "stable", "summary": "custom block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 55 }, "name": "custom", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustom" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnit" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 24085 }, "name": "PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#unit_name Powerpack#unit_name}", "stability": "stable", "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 24097 }, "name": "unitName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#per_unit_name Powerpack#per_unit_name}", "stability": "stable", "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 24091 }, "name": "perUnitName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 24143 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 24136 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 24182 }, "name": "resetPerUnitName" } ], "name": "PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 24186 }, "name": "perUnitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 24199 }, "name": "unitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 24176 }, "name": "perUnitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 24192 }, "name": "unitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 24147 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustom": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustom", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 24203 }, "name": "PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustom", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#label Powerpack#label}", "stability": "stable", "summary": "Unit label." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 24209 }, "name": "label", "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustom" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustomOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 24248 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 24241 }, "name": "PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustomOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 24282 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 24275 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs400.ts", "line": 24252 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustom" } } ], "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustomOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 101 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 94 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 137 }, "name": "putCanonical", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 153 }, "name": "putCustom", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustom" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 140 }, "name": "resetCanonical" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 156 }, "name": "resetCustom" } ], "name": "PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 134 }, "name": "canonical", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 150 }, "name": "custom", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustomOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 144 }, "name": "canonicalInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 160 }, "name": "customInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustom" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 105 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnit" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScale": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScale", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 164 }, "name": "PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScale", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#unit_name Powerpack#unit_name}." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 168 }, "name": "unitName", "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScale" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScaleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 207 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 200 }, "name": "PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScaleOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 241 }, "name": "unitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 234 }, "name": "unitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 211 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScale" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScaleOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 623 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 613 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 749 }, "name": "putCellDisplayModeOptions", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptions" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 765 }, "name": "putConditionalFormats", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 781 }, "name": "putLimit", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaLimit" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 797 }, "name": "putNumberFormat", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormat" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 813 }, "name": "putStyle", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaStyle" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 707 }, "name": "resetAlias" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 723 }, "name": "resetCellDisplayMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 752 }, "name": "resetCellDisplayModeOptions" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 768 }, "name": "resetConditionalFormats" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 784 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 800 }, "name": "resetNumberFormat" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 816 }, "name": "resetStyle" } ], "name": "PowerpackWidgetQueryTableDefinitionRequestFormulaOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 746 }, "name": "cellDisplayModeOptions", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptionsOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 762 }, "name": "conditionalFormats", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaConditionalFormatsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 778 }, "name": "limit", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaLimitOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 794 }, "name": "numberFormat", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 810 }, "name": "style", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaStyleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 711 }, "name": "aliasInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 727 }, "name": "cellDisplayModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 756 }, "name": "cellDisplayModeOptionsInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptions" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 772 }, "name": "conditionalFormatsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 740 }, "name": "formulaExpressionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 788 }, "name": "limitInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaLimit" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 804 }, "name": "numberFormatInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormat" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 820 }, "name": "styleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaStyle" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 701 }, "name": "alias", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 717 }, "name": "cellDisplayMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 733 }, "name": "formulaExpression", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 627 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormula" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestFormulaOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaStyle": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaStyle", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 363 }, "name": "PowerpackWidgetQueryTableDefinitionRequestFormulaStyle", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#palette Powerpack#palette}", "stability": "stable", "summary": "The color palette used to display the formula." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 369 }, "name": "palette", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#palette_index Powerpack#palette_index}", "stability": "stable", "summary": "Index specifying which color to use within the palette." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 375 }, "name": "paletteIndex", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestFormulaStyle" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaStyleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaStyleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 421 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 414 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 460 }, "name": "resetPalette" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 476 }, "name": "resetPaletteIndex" } ], "name": "PowerpackWidgetQueryTableDefinitionRequestFormulaStyleOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 480 }, "name": "paletteIndexInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 464 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 454 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 470 }, "name": "paletteIndex", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 425 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaStyle" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestFormulaStyleOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8242 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8234 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8249 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestOutputReference" } } } ], "name": "PowerpackWidgetQueryTableDefinitionRequestList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8242 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8242 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8242 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8235 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequest" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1520 }, "name": "PowerpackWidgetQueryTableDefinitionRequestLogQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#index Powerpack#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1526 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#compute_query Powerpack#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1538 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#group_by Powerpack#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1544 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1550 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#search_query Powerpack#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1532 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestLogQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 844 }, "name": "PowerpackWidgetQueryTableDefinitionRequestLogQueryComputeQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 850 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 856 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 862 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestLogQueryComputeQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 915 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 908 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 973 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 989 }, "name": "resetInterval" } ], "name": "PowerpackWidgetQueryTableDefinitionRequestLogQueryComputeQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 961 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 977 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 993 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 954 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 967 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 983 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 919 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQueryComputeQuery" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestLogQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1147 }, "name": "PowerpackWidgetQueryTableDefinitionRequestLogQueryGroupBy", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1153 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1159 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#sort_query Powerpack#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1165 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestLogQueryGroupBy" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1324 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1316 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1331 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQueryGroupByOutputReference" } } } ], "name": "PowerpackWidgetQueryTableDefinitionRequestLogQueryGroupByList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1324 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1324 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1324 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1317 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestLogQueryGroupByList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1221 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1211 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1304 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1275 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1291 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1307 }, "name": "resetSortQuery" } ], "name": "PowerpackWidgetQueryTableDefinitionRequestLogQueryGroupByOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1301 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1279 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1295 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1311 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1269 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1285 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1225 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQueryGroupBy" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestLogQueryGroupByOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 997 }, "name": "PowerpackWidgetQueryTableDefinitionRequestLogQueryGroupBySortQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1003 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#order Powerpack#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1015 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1009 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestLogQueryGroupBySortQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1068 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1061 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1126 }, "name": "resetFacet" } ], "name": "PowerpackWidgetQueryTableDefinitionRequestLogQueryGroupBySortQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1114 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1130 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1143 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1107 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1120 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1136 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1072 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestLogQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1335 }, "name": "PowerpackWidgetQueryTableDefinitionRequestLogQueryMultiCompute", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1341 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1347 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1353 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestLogQueryMultiCompute" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1509 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1501 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1516 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQueryMultiComputeOutputReference" } } } ], "name": "PowerpackWidgetQueryTableDefinitionRequestLogQueryMultiComputeList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1509 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1509 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1509 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1502 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestLogQueryMultiComputeList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1409 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1399 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1476 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1492 }, "name": "resetInterval" } ], "name": "PowerpackWidgetQueryTableDefinitionRequestLogQueryMultiComputeOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1464 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1480 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1496 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1457 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1470 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1486 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1413 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQueryMultiCompute" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestLogQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1617 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1610 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1700 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1716 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1732 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1703 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1719 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1735 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1687 }, "name": "resetSearchQuery" } ], "name": "PowerpackWidgetQueryTableDefinitionRequestLogQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1697 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1713 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1729 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1707 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1723 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1675 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1739 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1691 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1668 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1681 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1621 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQuery" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestLogQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.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" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 7843 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8078 }, "name": "putApmQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8094 }, "name": "putApmStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8110 }, "name": "putConditionalFormats", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestConditionalFormats" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8126 }, "name": "putFormula", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormula" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8142 }, "name": "putLogQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8158 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8174 }, "name": "putQuery", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQuery" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8190 }, "name": "putRumQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8206 }, "name": "putSecurityQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8222 }, "name": "putTextFormats", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestTextFormats" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 7985 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8001 }, "name": "resetAlias" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8081 }, "name": "resetApmQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8097 }, "name": "resetApmStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8017 }, "name": "resetCellDisplayMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8113 }, "name": "resetConditionalFormats" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8129 }, "name": "resetFormula" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8033 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8145 }, "name": "resetLogQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8049 }, "name": "resetOrder" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8161 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8065 }, "name": "resetQ" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8177 }, "name": "resetQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8193 }, "name": "resetRumQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8209 }, "name": "resetSecurityQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8225 }, "name": "resetTextFormats" } ], "name": "PowerpackWidgetQueryTableDefinitionRequestOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8075 }, "name": "apmQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8091 }, "name": "apmStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8107 }, "name": "conditionalFormats", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestConditionalFormatsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8123 }, "name": "formula", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8139 }, "name": "logQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8155 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8171 }, "name": "query", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8187 }, "name": "rumQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8203 }, "name": "securityQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8219 }, "name": "textFormats", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestTextFormatsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 7989 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8005 }, "name": "aliasInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8085 }, "name": "apmQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8101 }, "name": "apmStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8021 }, "name": "cellDisplayModeInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8117 }, "name": "conditionalFormatsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestConditionalFormats" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8133 }, "name": "formulaInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormula" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8037 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8149 }, "name": "logQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8053 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8165 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8069 }, "name": "qInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8181 }, "name": "queryInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQuery" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8197 }, "name": "rumQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8213 }, "name": "securityQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8229 }, "name": "textFormatsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestTextFormats" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 7979 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 7995 }, "name": "alias", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8011 }, "name": "cellDisplayMode", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8027 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8043 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8059 }, "name": "q", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 7857 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequest" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1743 }, "name": "PowerpackWidgetQueryTableDefinitionRequestProcessQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#metric Powerpack#metric}", "stability": "stable", "summary": "Your chosen metric." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1761 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#filter_by Powerpack#filter_by}", "stability": "stable", "summary": "A list of processes." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1749 }, "name": "filterBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "The max number of items in the filter list." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1755 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#search_by Powerpack#search_by}", "stability": "stable", "summary": "Your chosen search term." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1767 }, "name": "searchBy", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestProcessQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1827 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1820 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1878 }, "name": "resetFilterBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1894 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1923 }, "name": "resetSearchBy" } ], "name": "PowerpackWidgetQueryTableDefinitionRequestProcessQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1882 }, "name": "filterByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1898 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1911 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1927 }, "name": "searchByInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1872 }, "name": "filterBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1888 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1904 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1917 }, "name": "searchBy", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1831 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestProcessQuery" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestProcessQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4846 }, "name": "PowerpackWidgetQueryTableDefinitionRequestQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#apm_dependency_stats_query Powerpack#apm_dependency_stats_query}", "stability": "stable", "summary": "apm_dependency_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4852 }, "name": "apmDependencyStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#apm_resource_stats_query Powerpack#apm_resource_stats_query}", "stability": "stable", "summary": "apm_resource_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4858 }, "name": "apmResourceStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryApmResourceStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#cloud_cost_query Powerpack#cloud_cost_query}", "stability": "stable", "summary": "cloud_cost_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4864 }, "name": "cloudCostQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryCloudCostQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#event_query Powerpack#event_query}", "stability": "stable", "summary": "event_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4870 }, "name": "eventQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#metric_query Powerpack#metric_query}", "stability": "stable", "summary": "metric_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4876 }, "name": "metricQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryMetricQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#process_query Powerpack#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4882 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#slo_query Powerpack#slo_query}", "stability": "stable", "summary": "slo_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4888 }, "name": "sloQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQuerySloQuery" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1931 }, "name": "PowerpackWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#data_source Powerpack#data_source}", "stability": "stable", "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1943 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#env Powerpack#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1949 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#name Powerpack#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1961 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#operation_name Powerpack#operation_name}", "stability": "stable", "summary": "Name of operation on service." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1967 }, "name": "operationName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#resource_name Powerpack#resource_name}", "stability": "stable", "summary": "APM resource." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1985 }, "name": "resourceName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#service Powerpack#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1991 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#stat Powerpack#stat}", "stability": "stable", "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1997 }, "name": "stat", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1937 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#is_upstream Powerpack#is_upstream}", "stability": "stable", "summary": "Determines whether stats for upstream or downstream dependencies should be queried." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1955 }, "name": "isUpstream", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#primary_tag_name Powerpack#primary_tag_name}", "stability": "stable", "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1973 }, "name": "primaryTagName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#primary_tag_value Powerpack#primary_tag_value}", "stability": "stable", "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 1979 }, "name": "primaryTagValue", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 2106 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 2099 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 2199 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 2241 }, "name": "resetIsUpstream" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 2283 }, "name": "resetPrimaryTagName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 2299 }, "name": "resetPrimaryTagValue" } ], "name": "PowerpackWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 2203 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 2216 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 2229 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 2245 }, "name": "isUpstreamInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 2258 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 2271 }, "name": "operationNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 2287 }, "name": "primaryTagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 2303 }, "name": "primaryTagValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 2316 }, "name": "resourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 2329 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 2342 }, "name": "statInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 2193 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 2209 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 2222 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 2235 }, "name": "isUpstream", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 2251 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 2264 }, "name": "operationName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 2277 }, "name": "primaryTagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 2293 }, "name": "primaryTagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 2309 }, "name": "resourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 2322 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 2335 }, "name": "stat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 2110 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQuery" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryApmResourceStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryApmResourceStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 2346 }, "name": "PowerpackWidgetQueryTableDefinitionRequestQueryApmResourceStatsQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#data_source Powerpack#data_source}", "stability": "stable", "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 2358 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#env Powerpack#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 2364 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#name Powerpack#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 2376 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#service Powerpack#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 2406 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#stat Powerpack#stat}", "stability": "stable", "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 2412 }, "name": "stat", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 2352 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#group_by Powerpack#group_by}", "stability": "stable", "summary": "Array of fields to group results by." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 2370 }, "name": "groupBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#operation_name Powerpack#operation_name}", "stability": "stable", "summary": "Name of operation on service." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 2382 }, "name": "operationName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#primary_tag_name Powerpack#primary_tag_name}", "stability": "stable", "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 2388 }, "name": "primaryTagName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#primary_tag_value Powerpack#primary_tag_value}", "stability": "stable", "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 2394 }, "name": "primaryTagValue", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#resource_name Powerpack#resource_name}", "stability": "stable", "summary": "APM resource." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 2400 }, "name": "resourceName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestQueryApmResourceStatsQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryApmResourceStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryApmResourceStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 2521 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 2514 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 2614 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 2656 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 2685 }, "name": "resetOperationName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 2701 }, "name": "resetPrimaryTagName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 2717 }, "name": "resetPrimaryTagValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 2733 }, "name": "resetResourceName" } ], "name": "PowerpackWidgetQueryTableDefinitionRequestQueryApmResourceStatsQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 2618 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 2631 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 2644 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 2660 }, "name": "groupByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 2673 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 2689 }, "name": "operationNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 2705 }, "name": "primaryTagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 2721 }, "name": "primaryTagValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 2737 }, "name": "resourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 2750 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 2763 }, "name": "statInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 2608 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 2624 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 2637 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 2650 }, "name": "groupBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 2666 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 2679 }, "name": "operationName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 2695 }, "name": "primaryTagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 2711 }, "name": "primaryTagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 2727 }, "name": "resourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 2743 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 2756 }, "name": "stat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 2525 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryApmResourceStatsQuery" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestQueryApmResourceStatsQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryCloudCostQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryCloudCostQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 2767 }, "name": "PowerpackWidgetQueryTableDefinitionRequestQueryCloudCostQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#data_source Powerpack#data_source}", "stability": "stable", "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 2785 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#name Powerpack#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 2791 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#query Powerpack#query}", "stability": "stable", "summary": "The cloud cost query definition." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 2797 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregator Powerpack#aggregator}", "stability": "stable", "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 2773 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 2779 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestQueryCloudCostQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryCloudCostQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryCloudCostQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 2864 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 2857 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 2921 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 2937 }, "name": "resetCrossOrgUuids" } ], "name": "PowerpackWidgetQueryTableDefinitionRequestQueryCloudCostQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 2925 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 2941 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 2954 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 2967 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 2980 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 2915 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 2931 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 2947 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 2960 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 2973 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 2868 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryCloudCostQuery" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestQueryCloudCostQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3590 }, "name": "PowerpackWidgetQueryTableDefinitionRequestQueryEventQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#compute Powerpack#compute}", "stability": "stable", "summary": "compute block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3626 }, "name": "compute", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#data_source Powerpack#data_source}", "stability": "stable", "summary": "The data source for event platform-based queries." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3602 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#name Powerpack#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3614 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3596 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#group_by Powerpack#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3632 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#indexes Powerpack#indexes}", "stability": "stable", "summary": "An array of index names to query in the stream." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3608 }, "name": "indexes", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#search Powerpack#search}", "stability": "stable", "summary": "search block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3638 }, "name": "search", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQuerySearch" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#storage Powerpack#storage}", "stability": "stable", "summary": "Storage location (private beta)." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3620 }, "name": "storage", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestQueryEventQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryCompute", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 2984 }, "name": "PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryCompute", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation methods for event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 2990 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "A time interval in milliseconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 2996 }, "name": "interval", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#metric Powerpack#metric}", "stability": "stable", "summary": "The measurable attribute to compute." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3002 }, "name": "metric", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryCompute" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3158 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3150 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3165 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryComputeOutputReference" } } } ], "name": "PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryComputeList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3158 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3158 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3158 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3151 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryComputeList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3058 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3048 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3125 }, "name": "resetInterval" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3141 }, "name": "resetMetric" } ], "name": "PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryComputeOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3113 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3129 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3145 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3106 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3119 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3135 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3062 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryCompute" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryComputeOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3322 }, "name": "PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryGroupBy", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The event facet." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3328 }, "name": "facet", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "The number of groups to return." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3334 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#sort Powerpack#sort}", "stability": "stable", "summary": "sort block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3340 }, "name": "sort", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySort" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryGroupBy" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3496 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3488 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3503 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryGroupByOutputReference" } } } ], "name": "PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryGroupByList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3496 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3496 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3496 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3489 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryGroupByList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3396 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3386 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3476 }, "name": "putSort", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySort" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3463 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3479 }, "name": "resetSort" } ], "name": "PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryGroupByOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3473 }, "name": "sort", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySortOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3451 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3467 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3483 }, "name": "sortInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySort" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3444 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3457 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3400 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryGroupBy" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryGroupByOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySort": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySort", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3169 }, "name": "PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySort", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation methods for the event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3175 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#metric Powerpack#metric}", "stability": "stable", "summary": "The metric used for sorting group by results." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3181 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#order Powerpack#order}", "stability": "stable", "summary": "Direction of sort. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3187 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySort" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySortOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySortOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3240 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3233 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3298 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3314 }, "name": "resetOrder" } ], "name": "PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySortOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3286 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3302 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3318 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3279 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3292 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3308 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3244 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySort" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySortOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3726 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3719 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3872 }, "name": "putCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3885 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3901 }, "name": "putSearch", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQuerySearch" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3801 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3888 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3830 }, "name": "resetIndexes" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3904 }, "name": "resetSearch" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3859 }, "name": "resetStorage" } ], "name": "PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3869 }, "name": "compute", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3882 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3898 }, "name": "search", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQuerySearchOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3876 }, "name": "computeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3805 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3818 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3892 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3834 }, "name": "indexesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3847 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3908 }, "name": "searchInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQuerySearch" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3863 }, "name": "storageInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3795 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3811 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3824 }, "name": "indexes", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3840 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3853 }, "name": "storage", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3730 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQuery" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQuerySearch": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQuerySearch", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3507 }, "name": "PowerpackWidgetQueryTableDefinitionRequestQueryEventQuerySearch", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#query Powerpack#query}", "stability": "stable", "summary": "The events search string." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3513 }, "name": "query", "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestQueryEventQuerySearch" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQuerySearchOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQuerySearchOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3552 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3545 }, "name": "PowerpackWidgetQueryTableDefinitionRequestQueryEventQuerySearchOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3586 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3579 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3556 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQuerySearch" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestQueryEventQuerySearchOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5163 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5155 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5170 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryOutputReference" } } } ], "name": "PowerpackWidgetQueryTableDefinitionRequestQueryList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5163 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5163 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5163 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5156 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQuery" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestQueryList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryMetricQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryMetricQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3912 }, "name": "PowerpackWidgetQueryTableDefinitionRequestQueryMetricQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#name Powerpack#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3936 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#query Powerpack#query}", "stability": "stable", "summary": "The metrics query definition." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3942 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregator Powerpack#aggregator}", "stability": "stable", "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3918 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3924 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#data_source Powerpack#data_source}", "stability": "stable", "summary": "The data source for metrics queries. Defaults to `\"metrics\"`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 3930 }, "name": "dataSource", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestQueryMetricQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryMetricQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryMetricQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4009 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4002 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4066 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4082 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4098 }, "name": "resetDataSource" } ], "name": "PowerpackWidgetQueryTableDefinitionRequestQueryMetricQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4070 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4086 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4102 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4115 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4128 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4060 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4076 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4092 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4108 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4121 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4013 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryMetricQuery" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestQueryMetricQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4972 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4962 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5047 }, "name": "putApmDependencyStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5063 }, "name": "putApmResourceStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryApmResourceStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5079 }, "name": "putCloudCostQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryCloudCostQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5095 }, "name": "putEventQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5111 }, "name": "putMetricQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryMetricQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5127 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5143 }, "name": "putSloQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQuerySloQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5050 }, "name": "resetApmDependencyStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5066 }, "name": "resetApmResourceStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5082 }, "name": "resetCloudCostQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5098 }, "name": "resetEventQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5114 }, "name": "resetMetricQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5130 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5146 }, "name": "resetSloQuery" } ], "name": "PowerpackWidgetQueryTableDefinitionRequestQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5044 }, "name": "apmDependencyStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5060 }, "name": "apmResourceStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryApmResourceStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5076 }, "name": "cloudCostQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryCloudCostQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5092 }, "name": "eventQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5108 }, "name": "metricQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryMetricQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5124 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5140 }, "name": "sloQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQuerySloQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5054 }, "name": "apmDependencyStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5070 }, "name": "apmResourceStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryApmResourceStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5086 }, "name": "cloudCostQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryCloudCostQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5102 }, "name": "eventQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5118 }, "name": "metricQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryMetricQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5134 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5150 }, "name": "sloQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQuerySloQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4976 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQuery" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4132 }, "name": "PowerpackWidgetQueryTableDefinitionRequestQueryProcessQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#data_source Powerpack#data_source}", "stability": "stable", "summary": "The data source for process queries. Valid values are `process`, `container`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4150 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#metric Powerpack#metric}", "stability": "stable", "summary": "The process metric name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4168 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#name Powerpack#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4174 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregator Powerpack#aggregator}", "stability": "stable", "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4138 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4144 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#is_normalized_cpu Powerpack#is_normalized_cpu}", "stability": "stable", "summary": "Whether to normalize the CPU percentages." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4156 }, "name": "isNormalizedCpu", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "The number of hits to return." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4162 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#sort Powerpack#sort}", "stability": "stable", "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4180 }, "name": "sort", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#tag_filters Powerpack#tag_filters}", "stability": "stable", "summary": "An array of tags to filter by." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4186 }, "name": "tagFilters", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#text_filter Powerpack#text_filter}", "stability": "stable", "summary": "The text to use as a filter." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4192 }, "name": "textFilter", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestQueryProcessQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4294 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4287 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4381 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4397 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4426 }, "name": "resetIsNormalizedCpu" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4442 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4484 }, "name": "resetSort" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4500 }, "name": "resetTagFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4516 }, "name": "resetTextFilter" } ], "name": "PowerpackWidgetQueryTableDefinitionRequestQueryProcessQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4385 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4401 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4414 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4430 }, "name": "isNormalizedCpuInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4446 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4459 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4472 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4488 }, "name": "sortInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4504 }, "name": "tagFiltersInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4520 }, "name": "textFilterInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4375 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4391 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4407 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4420 }, "name": "isNormalizedCpu", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4436 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4452 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4465 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4478 }, "name": "sort", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4494 }, "name": "tagFilters", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4510 }, "name": "textFilter", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4298 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryProcessQuery" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestQueryProcessQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQuerySloQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQuerySloQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4524 }, "name": "PowerpackWidgetQueryTableDefinitionRequestQuerySloQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#data_source Powerpack#data_source}", "stability": "stable", "summary": "The data source for SLO queries. Valid values are `slo`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4542 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#measure Powerpack#measure}", "stability": "stable", "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4554 }, "name": "measure", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#slo_id Powerpack#slo_id}", "stability": "stable", "summary": "ID of an SLO to query." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4566 }, "name": "sloId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#additional_query_filters Powerpack#additional_query_filters}", "stability": "stable", "summary": "Additional filters applied to the SLO query." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4530 }, "name": "additionalQueryFilters", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4536 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#group_mode Powerpack#group_mode}", "stability": "stable", "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4548 }, "name": "groupMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#name Powerpack#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4560 }, "name": "name", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#slo_query_type Powerpack#slo_query_type}", "stability": "stable", "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4572 }, "name": "sloQueryType", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestQuerySloQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQuerySloQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQuerySloQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4660 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4653 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4735 }, "name": "resetAdditionalQueryFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4751 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4780 }, "name": "resetGroupMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4809 }, "name": "resetName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4838 }, "name": "resetSloQueryType" } ], "name": "PowerpackWidgetQueryTableDefinitionRequestQuerySloQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4739 }, "name": "additionalQueryFiltersInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4755 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4768 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4784 }, "name": "groupModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4797 }, "name": "measureInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4813 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4826 }, "name": "sloIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4842 }, "name": "sloQueryTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4729 }, "name": "additionalQueryFilters", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4745 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4761 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4774 }, "name": "groupMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4790 }, "name": "measure", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4803 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4819 }, "name": "sloId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4832 }, "name": "sloQueryType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 4664 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQuerySloQuery" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestQuerySloQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5850 }, "name": "PowerpackWidgetQueryTableDefinitionRequestRumQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#index Powerpack#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5856 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#compute_query Powerpack#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5868 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#group_by Powerpack#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5874 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5880 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#search_query Powerpack#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5862 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestRumQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5174 }, "name": "PowerpackWidgetQueryTableDefinitionRequestRumQueryComputeQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5180 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5186 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5192 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestRumQueryComputeQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5245 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5238 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5303 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5319 }, "name": "resetInterval" } ], "name": "PowerpackWidgetQueryTableDefinitionRequestRumQueryComputeQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5291 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5307 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5323 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5284 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5297 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5313 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5249 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQueryComputeQuery" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestRumQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5477 }, "name": "PowerpackWidgetQueryTableDefinitionRequestRumQueryGroupBy", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5483 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5489 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#sort_query Powerpack#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5495 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestRumQueryGroupBy" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5654 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5646 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5661 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQueryGroupByOutputReference" } } } ], "name": "PowerpackWidgetQueryTableDefinitionRequestRumQueryGroupByList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5654 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5654 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5654 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5647 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestRumQueryGroupByList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5551 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5541 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5634 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5605 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5621 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5637 }, "name": "resetSortQuery" } ], "name": "PowerpackWidgetQueryTableDefinitionRequestRumQueryGroupByOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5631 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5609 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5625 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5641 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5599 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5615 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5555 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQueryGroupBy" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestRumQueryGroupByOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5327 }, "name": "PowerpackWidgetQueryTableDefinitionRequestRumQueryGroupBySortQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5333 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#order Powerpack#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5345 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5339 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestRumQueryGroupBySortQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5398 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5391 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5456 }, "name": "resetFacet" } ], "name": "PowerpackWidgetQueryTableDefinitionRequestRumQueryGroupBySortQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5444 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5460 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5473 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5437 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5450 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5466 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5402 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestRumQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5665 }, "name": "PowerpackWidgetQueryTableDefinitionRequestRumQueryMultiCompute", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5671 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5677 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5683 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestRumQueryMultiCompute" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5839 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5831 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5846 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQueryMultiComputeOutputReference" } } } ], "name": "PowerpackWidgetQueryTableDefinitionRequestRumQueryMultiComputeList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5839 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5839 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5839 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5832 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestRumQueryMultiComputeList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.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": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5729 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5806 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5822 }, "name": "resetInterval" } ], "name": "PowerpackWidgetQueryTableDefinitionRequestRumQueryMultiComputeOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5794 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5810 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5826 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5787 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5800 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5816 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5743 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQueryMultiCompute" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestRumQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.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" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5940 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6030 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6046 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6062 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6033 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6049 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6065 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6017 }, "name": "resetSearchQuery" } ], "name": "PowerpackWidgetQueryTableDefinitionRequestRumQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6027 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6043 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6059 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6037 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6053 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6005 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6069 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6021 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5998 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6011 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 5951 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQuery" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestRumQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6749 }, "name": "PowerpackWidgetQueryTableDefinitionRequestSecurityQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#index Powerpack#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6755 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#compute_query Powerpack#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6767 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#group_by Powerpack#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6773 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6779 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#search_query Powerpack#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6761 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestSecurityQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6073 }, "name": "PowerpackWidgetQueryTableDefinitionRequestSecurityQueryComputeQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6079 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6085 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6091 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestSecurityQueryComputeQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6144 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6137 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6202 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6218 }, "name": "resetInterval" } ], "name": "PowerpackWidgetQueryTableDefinitionRequestSecurityQueryComputeQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6190 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6206 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6222 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6183 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6196 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6212 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6148 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQueryComputeQuery" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestSecurityQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6376 }, "name": "PowerpackWidgetQueryTableDefinitionRequestSecurityQueryGroupBy", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6382 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6388 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#sort_query Powerpack#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6394 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestSecurityQueryGroupBy" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6553 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6545 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6560 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQueryGroupByOutputReference" } } } ], "name": "PowerpackWidgetQueryTableDefinitionRequestSecurityQueryGroupByList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6553 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6553 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6553 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6546 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestSecurityQueryGroupByList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6450 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6440 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6533 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6504 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6520 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6536 }, "name": "resetSortQuery" } ], "name": "PowerpackWidgetQueryTableDefinitionRequestSecurityQueryGroupByOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6530 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6508 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6524 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6540 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6498 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6514 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6454 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQueryGroupBy" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestSecurityQueryGroupByOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6226 }, "name": "PowerpackWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6232 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#order Powerpack#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6244 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6238 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6297 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6290 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6355 }, "name": "resetFacet" } ], "name": "PowerpackWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6343 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6359 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6372 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6336 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6349 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6365 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6301 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6564 }, "name": "PowerpackWidgetQueryTableDefinitionRequestSecurityQueryMultiCompute", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6570 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6576 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6582 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestSecurityQueryMultiCompute" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6738 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6730 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6745 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeOutputReference" } } } ], "name": "PowerpackWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6738 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6738 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6738 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6731 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6638 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6628 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6705 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6721 }, "name": "resetInterval" } ], "name": "PowerpackWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6693 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6709 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6725 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6686 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6699 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6715 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6642 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQueryMultiCompute" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6846 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6839 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6929 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6945 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6961 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6932 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6948 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6964 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6916 }, "name": "resetSearchQuery" } ], "name": "PowerpackWidgetQueryTableDefinitionRequestSecurityQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6926 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6942 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6958 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6936 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6952 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6904 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6968 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6920 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6897 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6910 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6850 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQuery" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestSecurityQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestTextFormats": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestTextFormats", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 7492 }, "name": "PowerpackWidgetQueryTableDefinitionRequestTextFormats", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#text_format Powerpack#text_format}", "stability": "stable", "summary": "text_format block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 7498 }, "name": "textFormat", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestTextFormatsTextFormat" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestTextFormats" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestTextFormatsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestTextFormatsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.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" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 7591 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 7606 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestTextFormatsOutputReference" } } } ], "name": "PowerpackWidgetQueryTableDefinitionRequestTextFormatsList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 7599 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 7599 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 7599 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 7592 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestTextFormats" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestTextFormatsList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestTextFormatsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestTextFormatsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 7540 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 7530 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 7579 }, "name": "putTextFormat", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestTextFormatsTextFormat" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 7582 }, "name": "resetTextFormat" } ], "name": "PowerpackWidgetQueryTableDefinitionRequestTextFormatsOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 7576 }, "name": "textFormat", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestTextFormatsTextFormatList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 7586 }, "name": "textFormatInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestTextFormatsTextFormat" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 7544 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestTextFormats" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestTextFormatsOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestTextFormatsTextFormat": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestTextFormatsTextFormat", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 7237 }, "name": "PowerpackWidgetQueryTableDefinitionRequestTextFormatsTextFormat", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#match Powerpack#match}", "stability": "stable", "summary": "match block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 7261 }, "name": "match", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatch" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#custom_bg_color Powerpack#custom_bg_color}", "stability": "stable", "summary": "The custom color palette to apply to the background." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 7243 }, "name": "customBgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#custom_fg_color Powerpack#custom_fg_color}", "stability": "stable", "summary": "The custom color palette to apply to the foreground text." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 7249 }, "name": "customFgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#palette Powerpack#palette}", "stability": "stable", "summary": "The color palette to apply. Valid values are `white_on_red`, `white_on_yellow`, `white_on_green`, `black_on_light_red`, `black_on_light_yellow`, `black_on_light_green`, `red_on_white`, `yellow_on_white`, `green_on_white`, `custom_bg`, `custom_text`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 7255 }, "name": "palette", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#replace Powerpack#replace}", "stability": "stable", "summary": "replace block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 7267 }, "name": "replace", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplace" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestTextFormatsTextFormat" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestTextFormatsTextFormatList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestTextFormatsTextFormatList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 7481 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 7473 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 7488 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestTextFormatsTextFormatOutputReference" } } } ], "name": "PowerpackWidgetQueryTableDefinitionRequestTextFormatsTextFormatList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 7481 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 7481 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 7481 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 7474 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestTextFormatsTextFormat" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestTextFormatsTextFormatList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatch": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatch", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6972 }, "name": "PowerpackWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatch", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#type Powerpack#type}", "stability": "stable", "summary": "Match or compare option. Valid values are `is`, `is_not`, `contains`, `does_not_contain`, `starts_with`, `ends_with`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6978 }, "name": "type", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#value Powerpack#value}", "stability": "stable", "summary": "Table Widget Match String." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 6984 }, "name": "value", "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatch" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatchOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatchOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 7030 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 7023 }, "name": "PowerpackWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatchOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 7070 }, "name": "typeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 7083 }, "name": "valueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 7063 }, "name": "type", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 7076 }, "name": "value", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 7034 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatch" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatchOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestTextFormatsTextFormatOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestTextFormatsTextFormatOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.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" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 7327 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 7448 }, "name": "putMatch", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatch" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 7461 }, "name": "putReplace", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplace" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 7403 }, "name": "resetCustomBgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 7419 }, "name": "resetCustomFgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 7435 }, "name": "resetPalette" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 7464 }, "name": "resetReplace" } ], "name": "PowerpackWidgetQueryTableDefinitionRequestTextFormatsTextFormatOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 7445 }, "name": "match", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatchOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 7458 }, "name": "replace", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplaceOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 7407 }, "name": "customBgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 7423 }, "name": "customFgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 7452 }, "name": "matchInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatch" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 7439 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 7468 }, "name": "replaceInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplace" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 7397 }, "name": "customBgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 7413 }, "name": "customFgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 7429 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 7341 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestTextFormatsTextFormat" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestTextFormatsTextFormatOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplace": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplace", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 7087 }, "name": "PowerpackWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplace", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#type Powerpack#type}", "stability": "stable", "summary": "Table widget text format replace all type." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 7099 }, "name": "type", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#with Powerpack#with}", "stability": "stable", "summary": "Table Widget Match String." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 7105 }, "name": "with", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#substring Powerpack#substring}", "stability": "stable", "summary": "Text that will be replaced. Must be used with type `substring`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 7093 }, "name": "substring", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplace" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplaceOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplaceOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 7158 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 7151 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 7203 }, "name": "resetSubstring" } ], "name": "PowerpackWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplaceOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 7207 }, "name": "substringInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 7220 }, "name": "typeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 7233 }, "name": "withInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 7197 }, "name": "substring", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 7213 }, "name": "type", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 7226 }, "name": "with", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 7162 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplace" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplaceOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinition", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19376 }, "name": "PowerpackWidgetQueryValueDefinition", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#autoscale Powerpack#autoscale}", "stability": "stable", "summary": "A Boolean indicating whether to automatically scale the tile." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19382 }, "name": "autoscale", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#custom_link Powerpack#custom_link}", "stability": "stable", "summary": "custom_link block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19430 }, "name": "customLink", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#custom_unit Powerpack#custom_unit}", "stability": "stable", "summary": "The unit for the value displayed in the widget." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19388 }, "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`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#live_span Powerpack#live_span}", "stability": "stable", "summary": "The timeframe to use when displaying the widget." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19394 }, "name": "liveSpan", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#precision Powerpack#precision}", "stability": "stable", "summary": "The precision to use when displaying the tile." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19400 }, "name": "precision", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#request Powerpack#request}", "stability": "stable", "summary": "request block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19436 }, "name": "request", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequest" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#text_align Powerpack#text_align}", "stability": "stable", "summary": "The alignment of the widget's text. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19406 }, "name": "textAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#timeseries_background Powerpack#timeseries_background}", "stability": "stable", "summary": "timeseries_background block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19442 }, "name": "timeseriesBackground", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionTimeseriesBackground" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#title Powerpack#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19412 }, "name": "title", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#title_align Powerpack#title_align}", "stability": "stable", "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19418 }, "name": "titleAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#title_size Powerpack#title_size}", "stability": "stable", "summary": "The size of the widget's title (defaults to 16)." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19424 }, "name": "titleSize", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinition" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionCustomLink": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionCustomLink", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8549 }, "name": "PowerpackWidgetQueryValueDefinitionCustomLink", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#is_hidden Powerpack#is_hidden}", "stability": "stable", "summary": "The flag for toggling context menu link visibility." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8555 }, "name": "isHidden", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#label Powerpack#label}", "stability": "stable", "summary": "The label for the custom link URL." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8561 }, "name": "label", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#link Powerpack#link}", "stability": "stable", "summary": "The URL of the custom link." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8567 }, "name": "link", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#override_label Powerpack#override_label}", "stability": "stable", "summary": "The label ID that refers to a context menu link item." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8573 }, "name": "overrideLabel", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionCustomLink" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionCustomLinkList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionCustomLinkList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8761 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8753 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8768 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionCustomLinkOutputReference" } } } ], "name": "PowerpackWidgetQueryValueDefinitionCustomLinkList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8761 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8761 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8761 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8754 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionCustomLink" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionCustomLinkList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionCustomLinkOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionCustomLinkOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8636 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8626 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8696 }, "name": "resetIsHidden" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8712 }, "name": "resetLabel" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8728 }, "name": "resetLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8744 }, "name": "resetOverrideLabel" } ], "name": "PowerpackWidgetQueryValueDefinitionCustomLinkOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8700 }, "name": "isHiddenInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8716 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8732 }, "name": "linkInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8748 }, "name": "overrideLabelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8690 }, "name": "isHidden", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8706 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8722 }, "name": "link", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8738 }, "name": "overrideLabel", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8640 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionCustomLink" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionCustomLinkOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19551 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19544 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19769 }, "name": "putCustomLink", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionCustomLink" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19785 }, "name": "putRequest", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequest" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19801 }, "name": "putTimeseriesBackground", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionTimeseriesBackground" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19644 }, "name": "resetAutoscale" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19772 }, "name": "resetCustomLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19660 }, "name": "resetCustomUnit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19676 }, "name": "resetLiveSpan" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19692 }, "name": "resetPrecision" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19788 }, "name": "resetRequest" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19708 }, "name": "resetTextAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19804 }, "name": "resetTimeseriesBackground" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19724 }, "name": "resetTitle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19740 }, "name": "resetTitleAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19756 }, "name": "resetTitleSize" } ], "name": "PowerpackWidgetQueryValueDefinitionOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19766 }, "name": "customLink", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionCustomLinkList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19782 }, "name": "request", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19798 }, "name": "timeseriesBackground", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionTimeseriesBackgroundOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19648 }, "name": "autoscaleInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19776 }, "name": "customLinkInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19664 }, "name": "customUnitInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19680 }, "name": "liveSpanInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19696 }, "name": "precisionInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19792 }, "name": "requestInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequest" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19712 }, "name": "textAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19808 }, "name": "timeseriesBackgroundInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionTimeseriesBackground" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19744 }, "name": "titleAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19728 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19760 }, "name": "titleSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19638 }, "name": "autoscale", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19654 }, "name": "customUnit", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19670 }, "name": "liveSpan", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19686 }, "name": "precision", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19702 }, "name": "textAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19718 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19734 }, "name": "titleAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19750 }, "name": "titleSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19555 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinition" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequest": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequest", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18564 }, "name": "PowerpackWidgetQueryValueDefinitionRequest", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregator Powerpack#aggregator}", "stability": "stable", "summary": "The aggregator to use for time aggregation. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18570 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#apm_query Powerpack#apm_query}", "stability": "stable", "summary": "apm_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18582 }, "name": "apmQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#audit_query Powerpack#audit_query}", "stability": "stable", "summary": "audit_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18588 }, "name": "auditQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#conditional_formats Powerpack#conditional_formats}", "stability": "stable", "summary": "conditional_formats block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18594 }, "name": "conditionalFormats", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestConditionalFormats" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#formula Powerpack#formula}", "stability": "stable", "summary": "formula block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18600 }, "name": "formula", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormula" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#log_query Powerpack#log_query}", "stability": "stable", "summary": "log_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18606 }, "name": "logQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#process_query Powerpack#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18612 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#q Powerpack#q}", "stability": "stable", "summary": "The metric query to use for this widget." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18576 }, "name": "q", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#query Powerpack#query}", "stability": "stable", "summary": "query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18618 }, "name": "query", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQuery" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#rum_query Powerpack#rum_query}", "stability": "stable", "summary": "rum_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18624 }, "name": "rumQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#security_query Powerpack#security_query}", "stability": "stable", "summary": "security_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18630 }, "name": "securityQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQuery" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequest" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9448 }, "name": "PowerpackWidgetQueryValueDefinitionRequestApmQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#index Powerpack#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9454 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#compute_query Powerpack#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9466 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#group_by Powerpack#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9472 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9478 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#search_query Powerpack#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9460 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestApmQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8772 }, "name": "PowerpackWidgetQueryValueDefinitionRequestApmQueryComputeQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8778 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8784 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8790 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestApmQueryComputeQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8843 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8836 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8901 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8917 }, "name": "resetInterval" } ], "name": "PowerpackWidgetQueryValueDefinitionRequestApmQueryComputeQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8889 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8905 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8921 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8882 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8895 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8911 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8847 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQueryComputeQuery" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestApmQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9075 }, "name": "PowerpackWidgetQueryValueDefinitionRequestApmQueryGroupBy", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9081 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9087 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#sort_query Powerpack#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9093 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestApmQueryGroupBy" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9252 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9244 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9259 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQueryGroupByOutputReference" } } } ], "name": "PowerpackWidgetQueryValueDefinitionRequestApmQueryGroupByList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9252 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9252 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9252 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9245 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestApmQueryGroupByList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9149 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9139 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9232 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9203 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9219 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9235 }, "name": "resetSortQuery" } ], "name": "PowerpackWidgetQueryValueDefinitionRequestApmQueryGroupByOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9229 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9207 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9223 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9239 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9197 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9213 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9153 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQueryGroupBy" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestApmQueryGroupByOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8925 }, "name": "PowerpackWidgetQueryValueDefinitionRequestApmQueryGroupBySortQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8931 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#order Powerpack#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8943 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8937 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestApmQueryGroupBySortQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8996 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 8989 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9054 }, "name": "resetFacet" } ], "name": "PowerpackWidgetQueryValueDefinitionRequestApmQueryGroupBySortQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9042 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9058 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9071 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9035 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9048 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9064 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9000 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestApmQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9263 }, "name": "PowerpackWidgetQueryValueDefinitionRequestApmQueryMultiCompute", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9269 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9275 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9281 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestApmQueryMultiCompute" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9437 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9429 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9444 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQueryMultiComputeOutputReference" } } } ], "name": "PowerpackWidgetQueryValueDefinitionRequestApmQueryMultiComputeList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9437 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9437 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9437 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9430 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestApmQueryMultiComputeList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9337 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9327 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9404 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9420 }, "name": "resetInterval" } ], "name": "PowerpackWidgetQueryValueDefinitionRequestApmQueryMultiComputeOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9392 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9408 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9424 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9385 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9398 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9414 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9341 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQueryMultiCompute" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestApmQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9545 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9538 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9628 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9644 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9660 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9631 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9647 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9663 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9615 }, "name": "resetSearchQuery" } ], "name": "PowerpackWidgetQueryValueDefinitionRequestApmQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9625 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9641 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9657 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9635 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9651 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9603 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9667 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9619 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9596 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9609 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9549 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQuery" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestApmQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10347 }, "name": "PowerpackWidgetQueryValueDefinitionRequestAuditQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#index Powerpack#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10353 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#compute_query Powerpack#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10365 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#group_by Powerpack#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10371 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10377 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#search_query Powerpack#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10359 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestAuditQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9671 }, "name": "PowerpackWidgetQueryValueDefinitionRequestAuditQueryComputeQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9677 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9683 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9689 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestAuditQueryComputeQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9742 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9735 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9800 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9816 }, "name": "resetInterval" } ], "name": "PowerpackWidgetQueryValueDefinitionRequestAuditQueryComputeQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9788 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9804 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9820 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9781 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9794 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9810 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9746 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQueryComputeQuery" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestAuditQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9974 }, "name": "PowerpackWidgetQueryValueDefinitionRequestAuditQueryGroupBy", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9980 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9986 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#sort_query Powerpack#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9992 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestAuditQueryGroupBy" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10151 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10143 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10158 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQueryGroupByOutputReference" } } } ], "name": "PowerpackWidgetQueryValueDefinitionRequestAuditQueryGroupByList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10151 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10151 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10151 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10144 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestAuditQueryGroupByList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10048 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10038 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10131 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10102 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10118 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10134 }, "name": "resetSortQuery" } ], "name": "PowerpackWidgetQueryValueDefinitionRequestAuditQueryGroupByOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10128 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10106 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10122 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10138 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10096 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10112 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10052 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQueryGroupBy" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestAuditQueryGroupByOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9824 }, "name": "PowerpackWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9830 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#order Powerpack#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9842 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9836 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9895 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9888 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9953 }, "name": "resetFacet" } ], "name": "PowerpackWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9941 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9957 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9970 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9934 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9947 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9963 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 9899 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10162 }, "name": "PowerpackWidgetQueryValueDefinitionRequestAuditQueryMultiCompute", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10168 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10174 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10180 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestAuditQueryMultiCompute" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.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/powerpack/index-structs/structs800.ts", "line": 10328 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.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.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQueryMultiComputeOutputReference" } } } ], "name": "PowerpackWidgetQueryValueDefinitionRequestAuditQueryMultiComputeList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10336 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.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/powerpack/index-structs/structs800.ts", "line": 10336 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10329 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestAuditQueryMultiComputeList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.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/powerpack/index-structs/structs800.ts", "line": 10226 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10303 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10319 }, "name": "resetInterval" } ], "name": "PowerpackWidgetQueryValueDefinitionRequestAuditQueryMultiComputeOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10291 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10307 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10323 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10284 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10297 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10313 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10240 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQueryMultiCompute" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestAuditQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.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/powerpack/index-structs/structs800.ts", "line": 10437 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10527 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10543 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10559 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10530 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10546 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10562 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10514 }, "name": "resetSearchQuery" } ], "name": "PowerpackWidgetQueryValueDefinitionRequestAuditQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10524 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10540 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10556 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10534 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10550 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10502 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10566 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10518 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10495 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10508 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10448 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQuery" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestAuditQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestConditionalFormats": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestConditionalFormats", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10570 }, "name": "PowerpackWidgetQueryValueDefinitionRequestConditionalFormats", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#comparator Powerpack#comparator}", "stability": "stable", "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10576 }, "name": "comparator", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#palette Powerpack#palette}", "stability": "stable", "summary": "The color palette to apply." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10612 }, "name": "palette", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#value Powerpack#value}", "stability": "stable", "summary": "A value for the comparator." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10624 }, "name": "value", "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#custom_bg_color Powerpack#custom_bg_color}", "stability": "stable", "summary": "The color palette to apply to the background, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10582 }, "name": "customBgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#custom_fg_color Powerpack#custom_fg_color}", "stability": "stable", "summary": "The color palette to apply to the foreground, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10588 }, "name": "customFgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#hide_value Powerpack#hide_value}", "stability": "stable", "summary": "Setting this to True hides values." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10594 }, "name": "hideValue", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#image_url Powerpack#image_url}", "stability": "stable", "summary": "Displays an image as the background." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10600 }, "name": "imageUrl", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#metric Powerpack#metric}", "stability": "stable", "summary": "The metric from the request to correlate with this conditional format." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10606 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#timeframe Powerpack#timeframe}", "stability": "stable", "summary": "Defines the displayed timeframe." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10618 }, "name": "timeframe", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestConditionalFormats" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestConditionalFormatsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestConditionalFormatsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10948 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10940 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10955 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestConditionalFormatsOutputReference" } } } ], "name": "PowerpackWidgetQueryValueDefinitionRequestConditionalFormatsList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10948 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10948 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10948 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10941 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestConditionalFormats" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestConditionalFormatsList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestConditionalFormatsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestConditionalFormatsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10722 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10712 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10825 }, "name": "resetCustomBgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10841 }, "name": "resetCustomFgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10857 }, "name": "resetHideValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10873 }, "name": "resetImageUrl" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10889 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10918 }, "name": "resetTimeframe" } ], "name": "PowerpackWidgetQueryValueDefinitionRequestConditionalFormatsOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10813 }, "name": "comparatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10829 }, "name": "customBgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10845 }, "name": "customFgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10861 }, "name": "hideValueInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10877 }, "name": "imageUrlInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10893 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10906 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10922 }, "name": "timeframeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10935 }, "name": "valueInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10806 }, "name": "comparator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10819 }, "name": "customBgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10835 }, "name": "customFgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10851 }, "name": "hideValue", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10867 }, "name": "imageUrl", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10883 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10899 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10912 }, "name": "timeframe", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10928 }, "name": "value", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10726 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestConditionalFormats" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestConditionalFormatsOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormula": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormula", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12111 }, "name": "PowerpackWidgetQueryValueDefinitionRequestFormula", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#formula_expression Powerpack#formula_expression}", "stability": "stable", "summary": "A string expression built from queries, formulas, and functions." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12129 }, "name": "formulaExpression", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#alias Powerpack#alias}", "stability": "stable", "summary": "An expression alias." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12117 }, "name": "alias", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#cell_display_mode Powerpack#cell_display_mode}", "stability": "stable", "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12123 }, "name": "cellDisplayMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#conditional_formats Powerpack#conditional_formats}", "stability": "stable", "summary": "conditional_formats block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12135 }, "name": "conditionalFormats", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "limit block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12141 }, "name": "limit", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaLimit" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#number_format Powerpack#number_format}", "stability": "stable", "summary": "number_format block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12147 }, "name": "numberFormat", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormat" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#style Powerpack#style}", "stability": "stable", "summary": "style block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12153 }, "name": "style", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaStyle" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestFormula" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaConditionalFormats": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaConditionalFormats", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10959 }, "name": "PowerpackWidgetQueryValueDefinitionRequestFormulaConditionalFormats", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#comparator Powerpack#comparator}", "stability": "stable", "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10965 }, "name": "comparator", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#palette Powerpack#palette}", "stability": "stable", "summary": "The color palette to apply." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11001 }, "name": "palette", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#value Powerpack#value}", "stability": "stable", "summary": "A value for the comparator." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11013 }, "name": "value", "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#custom_bg_color Powerpack#custom_bg_color}", "stability": "stable", "summary": "The color palette to apply to the background, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10971 }, "name": "customBgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#custom_fg_color Powerpack#custom_fg_color}", "stability": "stable", "summary": "The color palette to apply to the foreground, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10977 }, "name": "customFgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#hide_value Powerpack#hide_value}", "stability": "stable", "summary": "Setting this to True hides values." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10983 }, "name": "hideValue", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#image_url Powerpack#image_url}", "stability": "stable", "summary": "Displays an image as the background." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10989 }, "name": "imageUrl", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#metric Powerpack#metric}", "stability": "stable", "summary": "The metric from the request to correlate with this conditional format." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 10995 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#timeframe Powerpack#timeframe}", "stability": "stable", "summary": "Defines the displayed timeframe." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11007 }, "name": "timeframe", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestFormulaConditionalFormats" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaConditionalFormatsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaConditionalFormatsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11337 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11329 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11344 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaConditionalFormatsOutputReference" } } } ], "name": "PowerpackWidgetQueryValueDefinitionRequestFormulaConditionalFormatsList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11337 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11337 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11337 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11330 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestFormulaConditionalFormatsList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaConditionalFormatsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaConditionalFormatsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.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": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11101 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11214 }, "name": "resetCustomBgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11230 }, "name": "resetCustomFgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11246 }, "name": "resetHideValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11262 }, "name": "resetImageUrl" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11278 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11307 }, "name": "resetTimeframe" } ], "name": "PowerpackWidgetQueryValueDefinitionRequestFormulaConditionalFormatsOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11202 }, "name": "comparatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11218 }, "name": "customBgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11234 }, "name": "customFgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11250 }, "name": "hideValueInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11266 }, "name": "imageUrlInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11282 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11295 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11311 }, "name": "timeframeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11324 }, "name": "valueInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11195 }, "name": "comparator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11208 }, "name": "customBgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11224 }, "name": "customFgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11240 }, "name": "hideValue", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11256 }, "name": "imageUrl", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11272 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11288 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11301 }, "name": "timeframe", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11317 }, "name": "value", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11115 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaConditionalFormats" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestFormulaConditionalFormatsOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaLimit": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaLimit", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11348 }, "name": "PowerpackWidgetQueryValueDefinitionRequestFormulaLimit", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#count Powerpack#count}", "stability": "stable", "summary": "The number of results to return." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11354 }, "name": "count", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#order Powerpack#order}", "stability": "stable", "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11360 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestFormulaLimit" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaLimitOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaLimitOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11406 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11399 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11445 }, "name": "resetCount" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11461 }, "name": "resetOrder" } ], "name": "PowerpackWidgetQueryValueDefinitionRequestFormulaLimitOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11449 }, "name": "countInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11465 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11439 }, "name": "count", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11455 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11410 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaLimit" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestFormulaLimitOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12425 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12417 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12432 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaOutputReference" } } } ], "name": "PowerpackWidgetQueryValueDefinitionRequestFormulaList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12425 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12425 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12425 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12418 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormula" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestFormulaList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormat": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormat", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11872 }, "name": "PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormat", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#unit Powerpack#unit}", "stability": "stable", "summary": "unit block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11878 }, "name": "unit", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnit" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#unit_scale Powerpack#unit_scale}", "stability": "stable", "summary": "unit_scale block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11884 }, "name": "unitScale", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScale" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormat" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.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" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11923 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11966 }, "name": "putUnit", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnit" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11979 }, "name": "putUnitScale", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScale" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11982 }, "name": "resetUnitScale" } ], "name": "PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11963 }, "name": "unit", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11976 }, "name": "unitScale", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScaleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11970 }, "name": "unitInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnit" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11986 }, "name": "unitScaleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScale" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11934 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormat" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnit": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnit", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11670 }, "name": "PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnit", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#canonical Powerpack#canonical}", "stability": "stable", "summary": "canonical block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11676 }, "name": "canonical", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#custom Powerpack#custom}", "stability": "stable", "summary": "custom block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11682 }, "name": "custom", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustom" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnit" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11469 }, "name": "PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#unit_name Powerpack#unit_name}", "stability": "stable", "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11481 }, "name": "unitName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#per_unit_name Powerpack#per_unit_name}", "stability": "stable", "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11475 }, "name": "perUnitName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11527 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11520 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11566 }, "name": "resetPerUnitName" } ], "name": "PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11570 }, "name": "perUnitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11583 }, "name": "unitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11560 }, "name": "perUnitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11576 }, "name": "unitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11531 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustom": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustom", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11587 }, "name": "PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustom", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#label Powerpack#label}", "stability": "stable", "summary": "Unit label." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11593 }, "name": "label", "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustom" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustomOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11632 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11625 }, "name": "PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustomOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11666 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11659 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11636 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustom" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustomOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11728 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11721 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11764 }, "name": "putCanonical", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11780 }, "name": "putCustom", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustom" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11767 }, "name": "resetCanonical" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11783 }, "name": "resetCustom" } ], "name": "PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11761 }, "name": "canonical", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11777 }, "name": "custom", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustomOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11771 }, "name": "canonicalInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11787 }, "name": "customInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustom" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11732 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnit" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScale": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScale", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11791 }, "name": "PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScale", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#unit_name Powerpack#unit_name}." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11795 }, "name": "unitName", "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScale" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScaleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11834 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11827 }, "name": "PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScaleOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11868 }, "name": "unitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11861 }, "name": "unitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11838 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScale" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScaleOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12237 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12227 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12357 }, "name": "putConditionalFormats", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12373 }, "name": "putLimit", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaLimit" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12389 }, "name": "putNumberFormat", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormat" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12405 }, "name": "putStyle", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaStyle" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12315 }, "name": "resetAlias" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12331 }, "name": "resetCellDisplayMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12360 }, "name": "resetConditionalFormats" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12376 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12392 }, "name": "resetNumberFormat" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12408 }, "name": "resetStyle" } ], "name": "PowerpackWidgetQueryValueDefinitionRequestFormulaOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12354 }, "name": "conditionalFormats", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaConditionalFormatsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12370 }, "name": "limit", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaLimitOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12386 }, "name": "numberFormat", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12402 }, "name": "style", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaStyleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12319 }, "name": "aliasInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12335 }, "name": "cellDisplayModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12364 }, "name": "conditionalFormatsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12348 }, "name": "formulaExpressionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12380 }, "name": "limitInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaLimit" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12396 }, "name": "numberFormatInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormat" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12412 }, "name": "styleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaStyle" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12309 }, "name": "alias", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12325 }, "name": "cellDisplayMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12341 }, "name": "formulaExpression", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12241 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormula" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestFormulaOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaStyle": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaStyle", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11990 }, "name": "PowerpackWidgetQueryValueDefinitionRequestFormulaStyle", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#palette Powerpack#palette}", "stability": "stable", "summary": "The color palette used to display the formula." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 11996 }, "name": "palette", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#palette_index Powerpack#palette_index}", "stability": "stable", "summary": "Index specifying which color to use within the palette." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12002 }, "name": "paletteIndex", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestFormulaStyle" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaStyleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaStyleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12048 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12041 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12087 }, "name": "resetPalette" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12103 }, "name": "resetPaletteIndex" } ], "name": "PowerpackWidgetQueryValueDefinitionRequestFormulaStyleOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12107 }, "name": "paletteIndexInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12091 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12081 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12097 }, "name": "paletteIndex", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12052 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaStyle" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestFormulaStyleOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19021 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19013 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19028 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestOutputReference" } } } ], "name": "PowerpackWidgetQueryValueDefinitionRequestList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19021 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19021 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19021 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19014 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequest" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13112 }, "name": "PowerpackWidgetQueryValueDefinitionRequestLogQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#index Powerpack#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13118 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#compute_query Powerpack#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13130 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#group_by Powerpack#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13136 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13142 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#search_query Powerpack#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13124 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestLogQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12436 }, "name": "PowerpackWidgetQueryValueDefinitionRequestLogQueryComputeQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12442 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12448 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12454 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestLogQueryComputeQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12507 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12500 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12565 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12581 }, "name": "resetInterval" } ], "name": "PowerpackWidgetQueryValueDefinitionRequestLogQueryComputeQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12553 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12569 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12585 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12546 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12559 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12575 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12511 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQueryComputeQuery" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestLogQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12739 }, "name": "PowerpackWidgetQueryValueDefinitionRequestLogQueryGroupBy", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12745 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12751 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#sort_query Powerpack#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12757 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestLogQueryGroupBy" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12916 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12908 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12923 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQueryGroupByOutputReference" } } } ], "name": "PowerpackWidgetQueryValueDefinitionRequestLogQueryGroupByList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12916 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12916 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12916 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12909 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestLogQueryGroupByList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.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/powerpack/index-structs/structs800.ts", "line": 12803 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12896 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12867 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12883 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12899 }, "name": "resetSortQuery" } ], "name": "PowerpackWidgetQueryValueDefinitionRequestLogQueryGroupByOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12893 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12871 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12887 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12903 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12861 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12877 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12817 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQueryGroupBy" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestLogQueryGroupByOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12589 }, "name": "PowerpackWidgetQueryValueDefinitionRequestLogQueryGroupBySortQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12595 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#order Powerpack#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12607 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12601 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestLogQueryGroupBySortQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12660 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12653 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12718 }, "name": "resetFacet" } ], "name": "PowerpackWidgetQueryValueDefinitionRequestLogQueryGroupBySortQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12706 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12722 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12735 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12699 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12712 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12728 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12664 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestLogQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12927 }, "name": "PowerpackWidgetQueryValueDefinitionRequestLogQueryMultiCompute", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12933 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12939 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12945 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestLogQueryMultiCompute" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13101 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13093 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13108 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQueryMultiComputeOutputReference" } } } ], "name": "PowerpackWidgetQueryValueDefinitionRequestLogQueryMultiComputeList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13101 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13101 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13101 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13094 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestLogQueryMultiComputeList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13001 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 12991 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13068 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13084 }, "name": "resetInterval" } ], "name": "PowerpackWidgetQueryValueDefinitionRequestLogQueryMultiComputeOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13056 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13072 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13088 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13049 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13062 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13078 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13005 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQueryMultiCompute" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestLogQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13209 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13202 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13292 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13308 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13324 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13295 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13311 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13327 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13279 }, "name": "resetSearchQuery" } ], "name": "PowerpackWidgetQueryValueDefinitionRequestLogQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13289 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13305 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13321 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13299 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13315 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13267 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13331 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13283 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13260 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13273 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13213 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQuery" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestLogQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18742 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18732 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18873 }, "name": "putApmQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18889 }, "name": "putAuditQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18905 }, "name": "putConditionalFormats", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestConditionalFormats" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18921 }, "name": "putFormula", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormula" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18937 }, "name": "putLogQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18953 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18969 }, "name": "putQuery", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQuery" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18985 }, "name": "putRumQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19001 }, "name": "putSecurityQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18844 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18876 }, "name": "resetApmQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18892 }, "name": "resetAuditQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18908 }, "name": "resetConditionalFormats" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18924 }, "name": "resetFormula" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18940 }, "name": "resetLogQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18956 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18860 }, "name": "resetQ" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18972 }, "name": "resetQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18988 }, "name": "resetRumQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19004 }, "name": "resetSecurityQuery" } ], "name": "PowerpackWidgetQueryValueDefinitionRequestOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18870 }, "name": "apmQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18886 }, "name": "auditQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18902 }, "name": "conditionalFormats", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestConditionalFormatsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18918 }, "name": "formula", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18934 }, "name": "logQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18950 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18966 }, "name": "query", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18982 }, "name": "rumQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18998 }, "name": "securityQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18848 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18880 }, "name": "apmQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18896 }, "name": "auditQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18912 }, "name": "conditionalFormatsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestConditionalFormats" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18928 }, "name": "formulaInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormula" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18944 }, "name": "logQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18960 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18864 }, "name": "qInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18976 }, "name": "queryInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQuery" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18992 }, "name": "rumQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19008 }, "name": "securityQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18838 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18854 }, "name": "q", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18746 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequest" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13335 }, "name": "PowerpackWidgetQueryValueDefinitionRequestProcessQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#metric Powerpack#metric}", "stability": "stable", "summary": "Your chosen metric." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13353 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#filter_by Powerpack#filter_by}", "stability": "stable", "summary": "A list of processes." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13341 }, "name": "filterBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "The max number of items in the filter list." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13347 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#search_by Powerpack#search_by}", "stability": "stable", "summary": "Your chosen search term." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13359 }, "name": "searchBy", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestProcessQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13419 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13412 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13470 }, "name": "resetFilterBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13486 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13515 }, "name": "resetSearchBy" } ], "name": "PowerpackWidgetQueryValueDefinitionRequestProcessQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13474 }, "name": "filterByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13490 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13503 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13519 }, "name": "searchByInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13464 }, "name": "filterBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13480 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13496 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13509 }, "name": "searchBy", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13423 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestProcessQuery" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestProcessQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16438 }, "name": "PowerpackWidgetQueryValueDefinitionRequestQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#apm_dependency_stats_query Powerpack#apm_dependency_stats_query}", "stability": "stable", "summary": "apm_dependency_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16444 }, "name": "apmDependencyStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#apm_resource_stats_query Powerpack#apm_resource_stats_query}", "stability": "stable", "summary": "apm_resource_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16450 }, "name": "apmResourceStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryApmResourceStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#cloud_cost_query Powerpack#cloud_cost_query}", "stability": "stable", "summary": "cloud_cost_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16456 }, "name": "cloudCostQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryCloudCostQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#event_query Powerpack#event_query}", "stability": "stable", "summary": "event_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16462 }, "name": "eventQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#metric_query Powerpack#metric_query}", "stability": "stable", "summary": "metric_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16468 }, "name": "metricQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryMetricQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#process_query Powerpack#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16474 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#slo_query Powerpack#slo_query}", "stability": "stable", "summary": "slo_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16480 }, "name": "sloQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQuerySloQuery" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13523 }, "name": "PowerpackWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#data_source Powerpack#data_source}", "stability": "stable", "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13535 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#env Powerpack#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13541 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#name Powerpack#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13553 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#operation_name Powerpack#operation_name}", "stability": "stable", "summary": "Name of operation on service." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13559 }, "name": "operationName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#resource_name Powerpack#resource_name}", "stability": "stable", "summary": "APM resource." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13577 }, "name": "resourceName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#service Powerpack#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13583 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#stat Powerpack#stat}", "stability": "stable", "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13589 }, "name": "stat", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13529 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#is_upstream Powerpack#is_upstream}", "stability": "stable", "summary": "Determines whether stats for upstream or downstream dependencies should be queried." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13547 }, "name": "isUpstream", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#primary_tag_name Powerpack#primary_tag_name}", "stability": "stable", "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13565 }, "name": "primaryTagName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#primary_tag_value Powerpack#primary_tag_value}", "stability": "stable", "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13571 }, "name": "primaryTagValue", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13698 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13691 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13791 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13833 }, "name": "resetIsUpstream" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13875 }, "name": "resetPrimaryTagName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13891 }, "name": "resetPrimaryTagValue" } ], "name": "PowerpackWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13795 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13808 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13821 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13837 }, "name": "isUpstreamInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13850 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13863 }, "name": "operationNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13879 }, "name": "primaryTagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13895 }, "name": "primaryTagValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13908 }, "name": "resourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13921 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13934 }, "name": "statInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13785 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13801 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13814 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13827 }, "name": "isUpstream", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13843 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13856 }, "name": "operationName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13869 }, "name": "primaryTagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13885 }, "name": "primaryTagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13901 }, "name": "resourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13914 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13927 }, "name": "stat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13702 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQuery" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryApmResourceStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryApmResourceStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13938 }, "name": "PowerpackWidgetQueryValueDefinitionRequestQueryApmResourceStatsQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#data_source Powerpack#data_source}", "stability": "stable", "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13950 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#env Powerpack#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13956 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#name Powerpack#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13968 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#service Powerpack#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13998 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#stat Powerpack#stat}", "stability": "stable", "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 14004 }, "name": "stat", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13944 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#group_by Powerpack#group_by}", "stability": "stable", "summary": "Array of fields to group results by." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13962 }, "name": "groupBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#operation_name Powerpack#operation_name}", "stability": "stable", "summary": "Name of operation on service." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13974 }, "name": "operationName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#primary_tag_name Powerpack#primary_tag_name}", "stability": "stable", "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13980 }, "name": "primaryTagName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#primary_tag_value Powerpack#primary_tag_value}", "stability": "stable", "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13986 }, "name": "primaryTagValue", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#resource_name Powerpack#resource_name}", "stability": "stable", "summary": "APM resource." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 13992 }, "name": "resourceName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestQueryApmResourceStatsQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryApmResourceStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryApmResourceStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 14113 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 14106 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 14206 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 14248 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 14277 }, "name": "resetOperationName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 14293 }, "name": "resetPrimaryTagName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 14309 }, "name": "resetPrimaryTagValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 14325 }, "name": "resetResourceName" } ], "name": "PowerpackWidgetQueryValueDefinitionRequestQueryApmResourceStatsQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 14210 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 14223 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 14236 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 14252 }, "name": "groupByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 14265 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 14281 }, "name": "operationNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 14297 }, "name": "primaryTagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 14313 }, "name": "primaryTagValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 14329 }, "name": "resourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 14342 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 14355 }, "name": "statInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 14200 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 14216 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 14229 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 14242 }, "name": "groupBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 14258 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 14271 }, "name": "operationName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 14287 }, "name": "primaryTagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 14303 }, "name": "primaryTagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 14319 }, "name": "resourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 14335 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 14348 }, "name": "stat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 14117 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryApmResourceStatsQuery" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestQueryApmResourceStatsQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryCloudCostQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryCloudCostQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 14359 }, "name": "PowerpackWidgetQueryValueDefinitionRequestQueryCloudCostQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#data_source Powerpack#data_source}", "stability": "stable", "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 14377 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#name Powerpack#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 14383 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#query Powerpack#query}", "stability": "stable", "summary": "The cloud cost query definition." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 14389 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregator Powerpack#aggregator}", "stability": "stable", "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 14365 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 14371 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestQueryCloudCostQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryCloudCostQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryCloudCostQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 14456 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 14449 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 14513 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 14529 }, "name": "resetCrossOrgUuids" } ], "name": "PowerpackWidgetQueryValueDefinitionRequestQueryCloudCostQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 14517 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 14533 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 14546 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 14559 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 14572 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 14507 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 14523 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 14539 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 14552 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 14565 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 14460 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryCloudCostQuery" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestQueryCloudCostQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15182 }, "name": "PowerpackWidgetQueryValueDefinitionRequestQueryEventQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#compute Powerpack#compute}", "stability": "stable", "summary": "compute block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15218 }, "name": "compute", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#data_source Powerpack#data_source}", "stability": "stable", "summary": "The data source for event platform-based queries." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15194 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#name Powerpack#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15206 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15188 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#group_by Powerpack#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15224 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#indexes Powerpack#indexes}", "stability": "stable", "summary": "An array of index names to query in the stream." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15200 }, "name": "indexes", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#search Powerpack#search}", "stability": "stable", "summary": "search block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15230 }, "name": "search", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQuerySearch" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#storage Powerpack#storage}", "stability": "stable", "summary": "Storage location (private beta)." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15212 }, "name": "storage", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestQueryEventQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryCompute", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 14576 }, "name": "PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryCompute", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation methods for event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 14582 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "A time interval in milliseconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 14588 }, "name": "interval", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#metric Powerpack#metric}", "stability": "stable", "summary": "The measurable attribute to compute." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 14594 }, "name": "metric", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryCompute" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 14750 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 14742 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 14757 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryComputeOutputReference" } } } ], "name": "PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryComputeList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 14750 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 14750 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 14750 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 14743 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryComputeList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 14650 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 14640 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 14717 }, "name": "resetInterval" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 14733 }, "name": "resetMetric" } ], "name": "PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryComputeOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 14705 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 14721 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 14737 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 14698 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 14711 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 14727 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 14654 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryCompute" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryComputeOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 14914 }, "name": "PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryGroupBy", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The event facet." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 14920 }, "name": "facet", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "The number of groups to return." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 14926 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#sort Powerpack#sort}", "stability": "stable", "summary": "sort block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 14932 }, "name": "sort", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySort" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryGroupBy" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15088 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15080 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15095 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryGroupByOutputReference" } } } ], "name": "PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryGroupByList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15088 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15088 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15088 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15081 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryGroupByList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 14988 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 14978 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15068 }, "name": "putSort", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySort" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15055 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15071 }, "name": "resetSort" } ], "name": "PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryGroupByOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15065 }, "name": "sort", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySortOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15043 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15059 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15075 }, "name": "sortInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySort" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15036 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15049 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 14992 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryGroupBy" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryGroupByOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySort": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySort", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 14761 }, "name": "PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySort", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation methods for the event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 14767 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#metric Powerpack#metric}", "stability": "stable", "summary": "The metric used for sorting group by results." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 14773 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#order Powerpack#order}", "stability": "stable", "summary": "Direction of sort. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 14779 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySort" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySortOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySortOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 14832 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 14825 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 14890 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 14906 }, "name": "resetOrder" } ], "name": "PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySortOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 14878 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 14894 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 14910 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 14871 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 14884 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 14900 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 14836 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySort" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySortOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15318 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15311 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15464 }, "name": "putCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15477 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15493 }, "name": "putSearch", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQuerySearch" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15393 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15480 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15422 }, "name": "resetIndexes" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15496 }, "name": "resetSearch" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15451 }, "name": "resetStorage" } ], "name": "PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15461 }, "name": "compute", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15474 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15490 }, "name": "search", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQuerySearchOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15468 }, "name": "computeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15397 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15410 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15484 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15426 }, "name": "indexesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15439 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15500 }, "name": "searchInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQuerySearch" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15455 }, "name": "storageInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15387 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15403 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15416 }, "name": "indexes", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15432 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15445 }, "name": "storage", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15322 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQuery" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQuerySearch": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQuerySearch", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15099 }, "name": "PowerpackWidgetQueryValueDefinitionRequestQueryEventQuerySearch", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#query Powerpack#query}", "stability": "stable", "summary": "The events search string." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15105 }, "name": "query", "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestQueryEventQuerySearch" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQuerySearchOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQuerySearchOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15144 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15137 }, "name": "PowerpackWidgetQueryValueDefinitionRequestQueryEventQuerySearchOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15178 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15171 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15148 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQuerySearch" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestQueryEventQuerySearchOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.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/powerpack/index-structs/structs800.ts", "line": 16747 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.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.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryOutputReference" } } } ], "name": "PowerpackWidgetQueryValueDefinitionRequestQueryList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16755 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.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/powerpack/index-structs/structs800.ts", "line": 16755 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16748 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQuery" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestQueryList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryMetricQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryMetricQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15504 }, "name": "PowerpackWidgetQueryValueDefinitionRequestQueryMetricQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#name Powerpack#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15528 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#query Powerpack#query}", "stability": "stable", "summary": "The metrics query definition." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15534 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregator Powerpack#aggregator}", "stability": "stable", "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15510 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15516 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#data_source Powerpack#data_source}", "stability": "stable", "summary": "The data source for metrics queries. Defaults to `\"metrics\"`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15522 }, "name": "dataSource", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestQueryMetricQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryMetricQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryMetricQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15601 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15594 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15658 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15674 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15690 }, "name": "resetDataSource" } ], "name": "PowerpackWidgetQueryValueDefinitionRequestQueryMetricQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15662 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15678 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15694 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15707 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15720 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15652 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15668 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15684 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15700 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15713 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15605 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryMetricQuery" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestQueryMetricQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16564 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16554 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16639 }, "name": "putApmDependencyStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16655 }, "name": "putApmResourceStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryApmResourceStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16671 }, "name": "putCloudCostQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryCloudCostQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16687 }, "name": "putEventQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16703 }, "name": "putMetricQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryMetricQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16719 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16735 }, "name": "putSloQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQuerySloQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16642 }, "name": "resetApmDependencyStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16658 }, "name": "resetApmResourceStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16674 }, "name": "resetCloudCostQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16690 }, "name": "resetEventQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16706 }, "name": "resetMetricQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16722 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16738 }, "name": "resetSloQuery" } ], "name": "PowerpackWidgetQueryValueDefinitionRequestQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16636 }, "name": "apmDependencyStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16652 }, "name": "apmResourceStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryApmResourceStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16668 }, "name": "cloudCostQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryCloudCostQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16684 }, "name": "eventQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16700 }, "name": "metricQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryMetricQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16716 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16732 }, "name": "sloQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQuerySloQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16646 }, "name": "apmDependencyStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16662 }, "name": "apmResourceStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryApmResourceStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16678 }, "name": "cloudCostQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryCloudCostQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16694 }, "name": "eventQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16710 }, "name": "metricQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryMetricQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16726 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16742 }, "name": "sloQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQuerySloQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16568 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQuery" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15724 }, "name": "PowerpackWidgetQueryValueDefinitionRequestQueryProcessQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#data_source Powerpack#data_source}", "stability": "stable", "summary": "The data source for process queries. Valid values are `process`, `container`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15742 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#metric Powerpack#metric}", "stability": "stable", "summary": "The process metric name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15760 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#name Powerpack#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15766 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregator Powerpack#aggregator}", "stability": "stable", "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15730 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15736 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#is_normalized_cpu Powerpack#is_normalized_cpu}", "stability": "stable", "summary": "Whether to normalize the CPU percentages." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15748 }, "name": "isNormalizedCpu", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "The number of hits to return." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15754 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#sort Powerpack#sort}", "stability": "stable", "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15772 }, "name": "sort", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#tag_filters Powerpack#tag_filters}", "stability": "stable", "summary": "An array of tags to filter by." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15778 }, "name": "tagFilters", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#text_filter Powerpack#text_filter}", "stability": "stable", "summary": "The text to use as a filter." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15784 }, "name": "textFilter", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestQueryProcessQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15886 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15879 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15973 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15989 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16018 }, "name": "resetIsNormalizedCpu" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16034 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16076 }, "name": "resetSort" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16092 }, "name": "resetTagFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16108 }, "name": "resetTextFilter" } ], "name": "PowerpackWidgetQueryValueDefinitionRequestQueryProcessQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15977 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15993 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16006 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16022 }, "name": "isNormalizedCpuInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16038 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16051 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16064 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16080 }, "name": "sortInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16096 }, "name": "tagFiltersInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16112 }, "name": "textFilterInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15967 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15983 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15999 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16012 }, "name": "isNormalizedCpu", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16028 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16044 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16057 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16070 }, "name": "sort", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16086 }, "name": "tagFilters", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16102 }, "name": "textFilter", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 15890 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryProcessQuery" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestQueryProcessQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQuerySloQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQuerySloQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16116 }, "name": "PowerpackWidgetQueryValueDefinitionRequestQuerySloQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#data_source Powerpack#data_source}", "stability": "stable", "summary": "The data source for SLO queries. Valid values are `slo`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16134 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#measure Powerpack#measure}", "stability": "stable", "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16146 }, "name": "measure", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#slo_id Powerpack#slo_id}", "stability": "stable", "summary": "ID of an SLO to query." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16158 }, "name": "sloId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#additional_query_filters Powerpack#additional_query_filters}", "stability": "stable", "summary": "Additional filters applied to the SLO query." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16122 }, "name": "additionalQueryFilters", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16128 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#group_mode Powerpack#group_mode}", "stability": "stable", "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16140 }, "name": "groupMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#name Powerpack#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16152 }, "name": "name", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#slo_query_type Powerpack#slo_query_type}", "stability": "stable", "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16164 }, "name": "sloQueryType", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestQuerySloQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQuerySloQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQuerySloQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16252 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16245 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16327 }, "name": "resetAdditionalQueryFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16343 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16372 }, "name": "resetGroupMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16401 }, "name": "resetName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16430 }, "name": "resetSloQueryType" } ], "name": "PowerpackWidgetQueryValueDefinitionRequestQuerySloQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16331 }, "name": "additionalQueryFiltersInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16347 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16360 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16376 }, "name": "groupModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16389 }, "name": "measureInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16405 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16418 }, "name": "sloIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16434 }, "name": "sloQueryTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16321 }, "name": "additionalQueryFilters", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16337 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16353 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16366 }, "name": "groupMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16382 }, "name": "measure", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16395 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16411 }, "name": "sloId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16424 }, "name": "sloQueryType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16256 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQuerySloQuery" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestQuerySloQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17442 }, "name": "PowerpackWidgetQueryValueDefinitionRequestRumQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#index Powerpack#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17448 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#compute_query Powerpack#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17460 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#group_by Powerpack#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17466 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17472 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#search_query Powerpack#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17454 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestRumQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16766 }, "name": "PowerpackWidgetQueryValueDefinitionRequestRumQueryComputeQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16772 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16778 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16784 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestRumQueryComputeQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16837 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16830 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16895 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16911 }, "name": "resetInterval" } ], "name": "PowerpackWidgetQueryValueDefinitionRequestRumQueryComputeQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16883 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16899 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16915 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16876 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16889 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16905 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16841 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQueryComputeQuery" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestRumQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17069 }, "name": "PowerpackWidgetQueryValueDefinitionRequestRumQueryGroupBy", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17075 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17081 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#sort_query Powerpack#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17087 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestRumQueryGroupBy" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17246 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17238 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17253 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQueryGroupByOutputReference" } } } ], "name": "PowerpackWidgetQueryValueDefinitionRequestRumQueryGroupByList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17246 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17246 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17246 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17239 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestRumQueryGroupByList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17143 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17133 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17226 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17197 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17213 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17229 }, "name": "resetSortQuery" } ], "name": "PowerpackWidgetQueryValueDefinitionRequestRumQueryGroupByOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17223 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17201 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17217 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17233 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17191 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17207 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17147 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQueryGroupBy" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestRumQueryGroupByOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16919 }, "name": "PowerpackWidgetQueryValueDefinitionRequestRumQueryGroupBySortQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16925 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#order Powerpack#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16937 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16931 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestRumQueryGroupBySortQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16990 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16983 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17048 }, "name": "resetFacet" } ], "name": "PowerpackWidgetQueryValueDefinitionRequestRumQueryGroupBySortQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17036 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17052 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17065 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17029 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17042 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17058 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 16994 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestRumQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17257 }, "name": "PowerpackWidgetQueryValueDefinitionRequestRumQueryMultiCompute", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17263 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17269 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17275 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestRumQueryMultiCompute" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17431 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17423 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17438 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQueryMultiComputeOutputReference" } } } ], "name": "PowerpackWidgetQueryValueDefinitionRequestRumQueryMultiComputeList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17431 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17431 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17431 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17424 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestRumQueryMultiComputeList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17331 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17321 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17398 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17414 }, "name": "resetInterval" } ], "name": "PowerpackWidgetQueryValueDefinitionRequestRumQueryMultiComputeOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17386 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17402 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17418 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17379 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17392 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17408 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17335 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQueryMultiCompute" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestRumQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17539 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17532 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17622 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17638 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17654 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17625 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17641 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17657 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17609 }, "name": "resetSearchQuery" } ], "name": "PowerpackWidgetQueryValueDefinitionRequestRumQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17619 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17635 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17651 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17629 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17645 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17597 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17661 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17613 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17590 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17603 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17543 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQuery" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestRumQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18341 }, "name": "PowerpackWidgetQueryValueDefinitionRequestSecurityQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#index Powerpack#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18347 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#compute_query Powerpack#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18359 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#group_by Powerpack#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18365 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18371 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#search_query Powerpack#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18353 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestSecurityQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17665 }, "name": "PowerpackWidgetQueryValueDefinitionRequestSecurityQueryComputeQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17671 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17677 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17683 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestSecurityQueryComputeQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17736 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17729 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17794 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17810 }, "name": "resetInterval" } ], "name": "PowerpackWidgetQueryValueDefinitionRequestSecurityQueryComputeQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17782 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17798 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17814 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17775 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17788 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17804 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17740 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQueryComputeQuery" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestSecurityQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17968 }, "name": "PowerpackWidgetQueryValueDefinitionRequestSecurityQueryGroupBy", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17974 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17980 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#sort_query Powerpack#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17986 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestSecurityQueryGroupBy" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18145 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18137 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18152 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQueryGroupByOutputReference" } } } ], "name": "PowerpackWidgetQueryValueDefinitionRequestSecurityQueryGroupByList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18145 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18145 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18145 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18138 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestSecurityQueryGroupByList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18042 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18032 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18125 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18096 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18112 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18128 }, "name": "resetSortQuery" } ], "name": "PowerpackWidgetQueryValueDefinitionRequestSecurityQueryGroupByOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18122 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18100 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18116 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18132 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18090 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18106 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18046 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQueryGroupBy" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestSecurityQueryGroupByOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17818 }, "name": "PowerpackWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17824 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#order Powerpack#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17836 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17830 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17889 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17882 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17947 }, "name": "resetFacet" } ], "name": "PowerpackWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17935 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17951 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17964 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17928 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17941 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17957 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 17893 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18156 }, "name": "PowerpackWidgetQueryValueDefinitionRequestSecurityQueryMultiCompute", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18162 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18168 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18174 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestSecurityQueryMultiCompute" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.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/powerpack/index-structs/structs800.ts", "line": 18322 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.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.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeOutputReference" } } } ], "name": "PowerpackWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18330 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.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/powerpack/index-structs/structs800.ts", "line": 18330 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18323 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18230 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18220 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18297 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18313 }, "name": "resetInterval" } ], "name": "PowerpackWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18285 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18301 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18317 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18278 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18291 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18307 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18234 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQueryMultiCompute" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18438 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18431 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18521 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18537 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18553 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18524 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18540 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18556 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18508 }, "name": "resetSearchQuery" } ], "name": "PowerpackWidgetQueryValueDefinitionRequestSecurityQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18518 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18534 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18550 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18528 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18544 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18496 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18560 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18512 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18489 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18502 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 18442 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQuery" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestSecurityQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionTimeseriesBackground": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionTimeseriesBackground", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19258 }, "name": "PowerpackWidgetQueryValueDefinitionTimeseriesBackground", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#type Powerpack#type}", "stability": "stable", "summary": "Whether the Timeseries is made using an area or bars. Valid values are `bars`, `area`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19264 }, "name": "type", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#yaxis Powerpack#yaxis}", "stability": "stable", "summary": "yaxis block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19270 }, "name": "yaxis", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionTimeseriesBackgroundYaxis" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionTimeseriesBackground" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionTimeseriesBackgroundOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionTimeseriesBackgroundOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19316 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19309 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19365 }, "name": "putYaxis", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionTimeseriesBackgroundYaxis" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19368 }, "name": "resetYaxis" } ], "name": "PowerpackWidgetQueryValueDefinitionTimeseriesBackgroundOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19362 }, "name": "yaxis", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionTimeseriesBackgroundYaxisOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19356 }, "name": "typeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19372 }, "name": "yaxisInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionTimeseriesBackgroundYaxis" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19349 }, "name": "type", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19320 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionTimeseriesBackground" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionTimeseriesBackgroundOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionTimeseriesBackgroundYaxis": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionTimeseriesBackgroundYaxis", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19032 }, "name": "PowerpackWidgetQueryValueDefinitionTimeseriesBackgroundYaxis", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#include_zero Powerpack#include_zero}", "stability": "stable", "summary": "Always include zero or fit the axis to the data range." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19038 }, "name": "includeZero", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#label Powerpack#label}", "stability": "stable", "summary": "The label of the axis to display on the graph." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19044 }, "name": "label", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#max Powerpack#max}", "stability": "stable", "summary": "Specify the maximum value to show on the Y-axis." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19050 }, "name": "max", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#min Powerpack#min}", "stability": "stable", "summary": "Specify the minimum value to show on the Y-axis." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19056 }, "name": "min", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#scale Powerpack#scale}", "stability": "stable", "summary": "Specify the scale type, options: `linear`, `log`, `pow`, `sqrt`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19062 }, "name": "scale", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionTimeseriesBackgroundYaxis" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionTimeseriesBackgroundYaxisOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionTimeseriesBackgroundYaxisOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19129 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19122 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19186 }, "name": "resetIncludeZero" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19202 }, "name": "resetLabel" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19218 }, "name": "resetMax" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19234 }, "name": "resetMin" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19250 }, "name": "resetScale" } ], "name": "PowerpackWidgetQueryValueDefinitionTimeseriesBackgroundYaxisOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19190 }, "name": "includeZeroInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19206 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19222 }, "name": "maxInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19238 }, "name": "minInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19254 }, "name": "scaleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19180 }, "name": "includeZero", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19196 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19212 }, "name": "max", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19228 }, "name": "min", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19244 }, "name": "scale", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19133 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionTimeseriesBackgroundYaxis" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionTimeseriesBackgroundYaxisOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetRunWorkflowDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetRunWorkflowDefinition", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20182 }, "name": "PowerpackWidgetRunWorkflowDefinition", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#workflow_id Powerpack#workflow_id}", "stability": "stable", "summary": "Workflow ID." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20212 }, "name": "workflowId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#custom_link Powerpack#custom_link}", "stability": "stable", "summary": "custom_link block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20218 }, "name": "customLink", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetRunWorkflowDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#input Powerpack#input}", "stability": "stable", "summary": "input block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20224 }, "name": "input", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetRunWorkflowDefinitionInput" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#live_span Powerpack#live_span}", "stability": "stable", "summary": "The timeframe to use when displaying the widget." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20188 }, "name": "liveSpan", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#title Powerpack#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20194 }, "name": "title", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#title_align Powerpack#title_align}", "stability": "stable", "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20200 }, "name": "titleAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#title_size Powerpack#title_size}", "stability": "stable", "summary": "The size of the widget's title (defaults to 16)." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20206 }, "name": "titleSize", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetRunWorkflowDefinition" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetRunWorkflowDefinitionCustomLink": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetRunWorkflowDefinitionCustomLink", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19812 }, "name": "PowerpackWidgetRunWorkflowDefinitionCustomLink", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#is_hidden Powerpack#is_hidden}", "stability": "stable", "summary": "The flag for toggling context menu link visibility." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19818 }, "name": "isHidden", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#label Powerpack#label}", "stability": "stable", "summary": "The label for the custom link URL." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19824 }, "name": "label", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#link Powerpack#link}", "stability": "stable", "summary": "The URL of the custom link." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19830 }, "name": "link", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#override_label Powerpack#override_label}", "stability": "stable", "summary": "The label ID that refers to a context menu link item." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19836 }, "name": "overrideLabel", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetRunWorkflowDefinitionCustomLink" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetRunWorkflowDefinitionCustomLinkList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetRunWorkflowDefinitionCustomLinkList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20024 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20016 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20031 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetRunWorkflowDefinitionCustomLinkOutputReference" } } } ], "name": "PowerpackWidgetRunWorkflowDefinitionCustomLinkList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20024 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20024 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20024 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20017 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetRunWorkflowDefinitionCustomLink" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetRunWorkflowDefinitionCustomLinkList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetRunWorkflowDefinitionCustomLinkOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetRunWorkflowDefinitionCustomLinkOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19899 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19889 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19959 }, "name": "resetIsHidden" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19975 }, "name": "resetLabel" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19991 }, "name": "resetLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20007 }, "name": "resetOverrideLabel" } ], "name": "PowerpackWidgetRunWorkflowDefinitionCustomLinkOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19963 }, "name": "isHiddenInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19979 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19995 }, "name": "linkInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20011 }, "name": "overrideLabelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19953 }, "name": "isHidden", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19969 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19985 }, "name": "link", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20001 }, "name": "overrideLabel", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 19903 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetRunWorkflowDefinitionCustomLink" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetRunWorkflowDefinitionCustomLinkOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetRunWorkflowDefinitionInput": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetRunWorkflowDefinitionInput", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20035 }, "name": "PowerpackWidgetRunWorkflowDefinitionInput", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#name Powerpack#name}", "stability": "stable", "summary": "Name of the workflow input." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20041 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#value Powerpack#value}", "stability": "stable", "summary": "Dashboard template variable. Can be suffixed with `.value` or `.key`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20047 }, "name": "value", "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetRunWorkflowDefinitionInput" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetRunWorkflowDefinitionInputList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetRunWorkflowDefinitionInputList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20171 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20163 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20178 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetRunWorkflowDefinitionInputOutputReference" } } } ], "name": "PowerpackWidgetRunWorkflowDefinitionInputList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20171 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20171 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20171 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20164 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetRunWorkflowDefinitionInput" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetRunWorkflowDefinitionInputList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetRunWorkflowDefinitionInputOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetRunWorkflowDefinitionInputOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20096 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20086 }, "name": "PowerpackWidgetRunWorkflowDefinitionInputOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20145 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20158 }, "name": "valueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20138 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20151 }, "name": "value", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20100 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetRunWorkflowDefinitionInput" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetRunWorkflowDefinitionInputOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetRunWorkflowDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetRunWorkflowDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20305 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20298 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20448 }, "name": "putCustomLink", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetRunWorkflowDefinitionCustomLink" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20464 }, "name": "putInput", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetRunWorkflowDefinitionInput" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20451 }, "name": "resetCustomLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20467 }, "name": "resetInput" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20374 }, "name": "resetLiveSpan" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20390 }, "name": "resetTitle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20406 }, "name": "resetTitleAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20422 }, "name": "resetTitleSize" } ], "name": "PowerpackWidgetRunWorkflowDefinitionOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20445 }, "name": "customLink", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetRunWorkflowDefinitionCustomLinkList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20461 }, "name": "input", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetRunWorkflowDefinitionInputList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20455 }, "name": "customLinkInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetRunWorkflowDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20471 }, "name": "inputInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetRunWorkflowDefinitionInput" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20378 }, "name": "liveSpanInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20410 }, "name": "titleAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20394 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20426 }, "name": "titleSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20439 }, "name": "workflowIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20368 }, "name": "liveSpan", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20384 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20400 }, "name": "titleAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20416 }, "name": "titleSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20432 }, "name": "workflowId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20309 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetRunWorkflowDefinition" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetRunWorkflowDefinitionOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinition", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7288 }, "name": "PowerpackWidgetScatterplotDefinition", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#color_by_groups Powerpack#color_by_groups}", "stability": "stable", "summary": "List of groups used for colors." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7294 }, "name": "colorByGroups", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#custom_link Powerpack#custom_link}", "stability": "stable", "summary": "custom_link block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7324 }, "name": "customLink", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#live_span Powerpack#live_span}", "stability": "stable", "summary": "The timeframe to use when displaying the widget." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7300 }, "name": "liveSpan", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#request Powerpack#request}", "stability": "stable", "summary": "request block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7330 }, "name": "request", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequest" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#title Powerpack#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7306 }, "name": "title", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#title_align Powerpack#title_align}", "stability": "stable", "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7312 }, "name": "titleAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#title_size Powerpack#title_size}", "stability": "stable", "summary": "The size of the widget's title (defaults to 16)." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7318 }, "name": "titleSize", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#xaxis Powerpack#xaxis}", "stability": "stable", "summary": "xaxis block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7336 }, "name": "xaxis", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionXaxis" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#yaxis Powerpack#yaxis}", "stability": "stable", "summary": "yaxis block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7342 }, "name": "yaxis", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionYaxis" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinition" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionCustomLink": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionCustomLink", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20475 }, "name": "PowerpackWidgetScatterplotDefinitionCustomLink", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#is_hidden Powerpack#is_hidden}", "stability": "stable", "summary": "The flag for toggling context menu link visibility." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20481 }, "name": "isHidden", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#label Powerpack#label}", "stability": "stable", "summary": "The label for the custom link URL." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20487 }, "name": "label", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#link Powerpack#link}", "stability": "stable", "summary": "The URL of the custom link." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20493 }, "name": "link", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#override_label Powerpack#override_label}", "stability": "stable", "summary": "The label ID that refers to a context menu link item." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20499 }, "name": "overrideLabel", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetScatterplotDefinitionCustomLink" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionCustomLinkList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionCustomLinkList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20687 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20679 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20694 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionCustomLinkOutputReference" } } } ], "name": "PowerpackWidgetScatterplotDefinitionCustomLinkList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20687 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20687 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20687 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20680 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionCustomLink" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetScatterplotDefinitionCustomLinkList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionCustomLinkOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionCustomLinkOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20562 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20552 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20622 }, "name": "resetIsHidden" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20638 }, "name": "resetLabel" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20654 }, "name": "resetLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20670 }, "name": "resetOverrideLabel" } ], "name": "PowerpackWidgetScatterplotDefinitionCustomLinkOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20626 }, "name": "isHiddenInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20642 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20658 }, "name": "linkInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20674 }, "name": "overrideLabelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20616 }, "name": "isHidden", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20632 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20648 }, "name": "link", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20664 }, "name": "overrideLabel", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20566 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionCustomLink" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetScatterplotDefinitionCustomLinkOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7437 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7430 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7595 }, "name": "putCustomLink", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionCustomLink" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7611 }, "name": "putRequest", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequest" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7627 }, "name": "putXaxis", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionXaxis" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7643 }, "name": "putYaxis", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionYaxis" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7518 }, "name": "resetColorByGroups" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7598 }, "name": "resetCustomLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7534 }, "name": "resetLiveSpan" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7614 }, "name": "resetRequest" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7550 }, "name": "resetTitle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7566 }, "name": "resetTitleAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7582 }, "name": "resetTitleSize" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7630 }, "name": "resetXaxis" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7646 }, "name": "resetYaxis" } ], "name": "PowerpackWidgetScatterplotDefinitionOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7592 }, "name": "customLink", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionCustomLinkList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7608 }, "name": "request", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7624 }, "name": "xaxis", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionXaxisOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7640 }, "name": "yaxis", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionYaxisOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7522 }, "name": "colorByGroupsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7602 }, "name": "customLinkInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7538 }, "name": "liveSpanInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7618 }, "name": "requestInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequest" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7570 }, "name": "titleAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7554 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7586 }, "name": "titleSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7634 }, "name": "xaxisInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionXaxis" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7650 }, "name": "yaxisInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionYaxis" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7512 }, "name": "colorByGroups", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7528 }, "name": "liveSpan", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7544 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7560 }, "name": "titleAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7576 }, "name": "titleSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7441 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinition" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequest": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequest", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6680 }, "name": "PowerpackWidgetScatterplotDefinitionRequest", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#scatterplot_table Powerpack#scatterplot_table}", "stability": "stable", "summary": "scatterplot_table block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6686 }, "name": "scatterplotTable", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTable" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#x Powerpack#x}", "stability": "stable", "summary": "x block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6692 }, "name": "x", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestX" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#y Powerpack#y}", "stability": "stable", "summary": "y block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6698 }, "name": "y", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestY" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequest" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6751 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6744 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6793 }, "name": "putScatterplotTable", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTable" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6809 }, "name": "putX", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestX" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6825 }, "name": "putY", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestY" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6796 }, "name": "resetScatterplotTable" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6812 }, "name": "resetX" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6828 }, "name": "resetY" } ], "name": "PowerpackWidgetScatterplotDefinitionRequestOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6790 }, "name": "scatterplotTable", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6806 }, "name": "x", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6822 }, "name": "y", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6800 }, "name": "scatterplotTableInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTable" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6816 }, "name": "xInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestX" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6832 }, "name": "yInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestY" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6755 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequest" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTable": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTable", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24123 }, "name": "PowerpackWidgetScatterplotDefinitionRequestScatterplotTable", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#formula Powerpack#formula}", "stability": "stable", "summary": "formula block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24129 }, "name": "formula", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableFormula" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#query Powerpack#query}", "stability": "stable", "summary": "query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24135 }, "name": "query", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQuery" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetScatterplotDefinitionRequestScatterplotTable" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableFormula": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableFormula", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20698 }, "name": "PowerpackWidgetScatterplotDefinitionRequestScatterplotTableFormula", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#dimension Powerpack#dimension}", "stability": "stable", "summary": "Dimension of the Scatterplot. Valid values are `x`, `y`, `radius`, `color`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20710 }, "name": "dimension", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#formula_expression Powerpack#formula_expression}", "stability": "stable", "summary": "A string expression built from queries, formulas, and functions." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20716 }, "name": "formulaExpression", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#alias Powerpack#alias}", "stability": "stable", "summary": "An expression alias." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20704 }, "name": "alias", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetScatterplotDefinitionRequestScatterplotTableFormula" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableFormulaList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableFormulaList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20869 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20861 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20876 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableFormulaOutputReference" } } } ], "name": "PowerpackWidgetScatterplotDefinitionRequestScatterplotTableFormulaList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20869 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20869 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20869 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20862 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableFormula" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetScatterplotDefinitionRequestScatterplotTableFormulaList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableFormulaOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableFormulaOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20772 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20762 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20826 }, "name": "resetAlias" } ], "name": "PowerpackWidgetScatterplotDefinitionRequestScatterplotTableFormulaOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20830 }, "name": "aliasInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20843 }, "name": "dimensionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20856 }, "name": "formulaExpressionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20820 }, "name": "alias", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20836 }, "name": "dimension", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20849 }, "name": "formulaExpression", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20776 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableFormula" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetScatterplotDefinitionRequestScatterplotTableFormulaOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24265 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24257 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24272 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableOutputReference" } } } ], "name": "PowerpackWidgetScatterplotDefinitionRequestScatterplotTableList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24265 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24265 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24265 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24258 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTable" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetScatterplotDefinitionRequestScatterplotTableList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24184 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24174 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24229 }, "name": "putFormula", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableFormula" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24245 }, "name": "putQuery", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQuery" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24232 }, "name": "resetFormula" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24248 }, "name": "resetQuery" } ], "name": "PowerpackWidgetScatterplotDefinitionRequestScatterplotTableOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24226 }, "name": "formula", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableFormulaList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24242 }, "name": "query", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24236 }, "name": "formulaInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableFormula" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24252 }, "name": "queryInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQuery" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24188 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTable" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetScatterplotDefinitionRequestScatterplotTableOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23795 }, "name": "PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#apm_dependency_stats_query Powerpack#apm_dependency_stats_query}", "stability": "stable", "summary": "apm_dependency_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23801 }, "name": "apmDependencyStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#apm_resource_stats_query Powerpack#apm_resource_stats_query}", "stability": "stable", "summary": "apm_resource_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23807 }, "name": "apmResourceStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#cloud_cost_query Powerpack#cloud_cost_query}", "stability": "stable", "summary": "cloud_cost_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23813 }, "name": "cloudCostQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#event_query Powerpack#event_query}", "stability": "stable", "summary": "event_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23819 }, "name": "eventQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#metric_query Powerpack#metric_query}", "stability": "stable", "summary": "metric_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23825 }, "name": "metricQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#process_query Powerpack#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23831 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#slo_query Powerpack#slo_query}", "stability": "stable", "summary": "slo_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23837 }, "name": "sloQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQuery" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20880 }, "name": "PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#data_source Powerpack#data_source}", "stability": "stable", "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20892 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#env Powerpack#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20898 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#name Powerpack#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20910 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#operation_name Powerpack#operation_name}", "stability": "stable", "summary": "Name of operation on service." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20916 }, "name": "operationName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#resource_name Powerpack#resource_name}", "stability": "stable", "summary": "APM resource." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20934 }, "name": "resourceName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#service Powerpack#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20940 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#stat Powerpack#stat}", "stability": "stable", "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20946 }, "name": "stat", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20886 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#is_upstream Powerpack#is_upstream}", "stability": "stable", "summary": "Determines whether stats for upstream or downstream dependencies should be queried." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20904 }, "name": "isUpstream", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#primary_tag_name Powerpack#primary_tag_name}", "stability": "stable", "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20922 }, "name": "primaryTagName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#primary_tag_value Powerpack#primary_tag_value}", "stability": "stable", "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 20928 }, "name": "primaryTagValue", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21055 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21048 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21148 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21190 }, "name": "resetIsUpstream" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21232 }, "name": "resetPrimaryTagName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21248 }, "name": "resetPrimaryTagValue" } ], "name": "PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21152 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21165 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21178 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21194 }, "name": "isUpstreamInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21207 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21220 }, "name": "operationNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21236 }, "name": "primaryTagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21252 }, "name": "primaryTagValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21265 }, "name": "resourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21278 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21291 }, "name": "statInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21142 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21158 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21171 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21184 }, "name": "isUpstream", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21200 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21213 }, "name": "operationName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21226 }, "name": "primaryTagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21242 }, "name": "primaryTagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21258 }, "name": "resourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21271 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21284 }, "name": "stat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21059 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21295 }, "name": "PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#data_source Powerpack#data_source}", "stability": "stable", "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21307 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#env Powerpack#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21313 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#name Powerpack#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21325 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#service Powerpack#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21355 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#stat Powerpack#stat}", "stability": "stable", "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21361 }, "name": "stat", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21301 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#group_by Powerpack#group_by}", "stability": "stable", "summary": "Array of fields to group results by." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21319 }, "name": "groupBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#operation_name Powerpack#operation_name}", "stability": "stable", "summary": "Name of operation on service." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21331 }, "name": "operationName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#primary_tag_name Powerpack#primary_tag_name}", "stability": "stable", "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21337 }, "name": "primaryTagName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#primary_tag_value Powerpack#primary_tag_value}", "stability": "stable", "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21343 }, "name": "primaryTagValue", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#resource_name Powerpack#resource_name}", "stability": "stable", "summary": "APM resource." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21349 }, "name": "resourceName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21470 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21463 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21563 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21605 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21634 }, "name": "resetOperationName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21650 }, "name": "resetPrimaryTagName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21666 }, "name": "resetPrimaryTagValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21682 }, "name": "resetResourceName" } ], "name": "PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21567 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21580 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21593 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21609 }, "name": "groupByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21622 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21638 }, "name": "operationNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21654 }, "name": "primaryTagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21670 }, "name": "primaryTagValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21686 }, "name": "resourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21699 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21712 }, "name": "statInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21557 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21573 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21586 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21599 }, "name": "groupBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21615 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21628 }, "name": "operationName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21644 }, "name": "primaryTagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21660 }, "name": "primaryTagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21676 }, "name": "resourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21692 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21705 }, "name": "stat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21474 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21716 }, "name": "PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#data_source Powerpack#data_source}", "stability": "stable", "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21734 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#name Powerpack#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21740 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#query Powerpack#query}", "stability": "stable", "summary": "The cloud cost query definition." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21746 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregator Powerpack#aggregator}", "stability": "stable", "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21722 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21728 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21813 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21806 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21870 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21886 }, "name": "resetCrossOrgUuids" } ], "name": "PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21874 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21890 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21903 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21916 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21929 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21864 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21880 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21896 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21909 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21922 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21817 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22539 }, "name": "PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#compute Powerpack#compute}", "stability": "stable", "summary": "compute block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22575 }, "name": "compute", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#data_source Powerpack#data_source}", "stability": "stable", "summary": "The data source for event platform-based queries." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22551 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#name Powerpack#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22563 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22545 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#group_by Powerpack#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22581 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#indexes Powerpack#indexes}", "stability": "stable", "summary": "An array of index names to query in the stream." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22557 }, "name": "indexes", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#search Powerpack#search}", "stability": "stable", "summary": "search block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22587 }, "name": "search", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#storage Powerpack#storage}", "stability": "stable", "summary": "Storage location (private beta)." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22569 }, "name": "storage", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21933 }, "name": "PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation methods for event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21939 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "A time interval in milliseconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21945 }, "name": "interval", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#metric Powerpack#metric}", "stability": "stable", "summary": "The measurable attribute to compute." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21951 }, "name": "metric", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22107 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22099 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22114 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeOutputReference" } } } ], "name": "PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22107 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22107 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22107 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22100 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22007 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 21997 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22074 }, "name": "resetInterval" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22090 }, "name": "resetMetric" } ], "name": "PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22062 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22078 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22094 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22055 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22068 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22084 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22011 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22271 }, "name": "PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The event facet." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22277 }, "name": "facet", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "The number of groups to return." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22283 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#sort Powerpack#sort}", "stability": "stable", "summary": "sort block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22289 }, "name": "sort", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22445 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22437 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22452 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByOutputReference" } } } ], "name": "PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22445 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22445 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22445 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22438 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22345 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22335 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22425 }, "name": "putSort", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22412 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22428 }, "name": "resetSort" } ], "name": "PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22422 }, "name": "sort", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22400 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22416 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22432 }, "name": "sortInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22393 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22406 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22349 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22118 }, "name": "PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation methods for the event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22124 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#metric Powerpack#metric}", "stability": "stable", "summary": "The metric used for sorting group by results." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22130 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#order Powerpack#order}", "stability": "stable", "summary": "Direction of sort. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22136 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22189 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22182 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22247 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22263 }, "name": "resetOrder" } ], "name": "PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22235 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22251 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22267 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22228 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22241 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22257 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22193 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22675 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22668 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22821 }, "name": "putCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22834 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22850 }, "name": "putSearch", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22750 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22837 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22779 }, "name": "resetIndexes" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22853 }, "name": "resetSearch" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22808 }, "name": "resetStorage" } ], "name": "PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22818 }, "name": "compute", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22831 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22847 }, "name": "search", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22825 }, "name": "computeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22754 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22767 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22841 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22783 }, "name": "indexesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22796 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22857 }, "name": "searchInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22812 }, "name": "storageInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22744 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22760 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22773 }, "name": "indexes", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22789 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22802 }, "name": "storage", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22679 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuery" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22456 }, "name": "PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#query Powerpack#query}", "stability": "stable", "summary": "The events search string." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22462 }, "name": "query", "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22501 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22494 }, "name": "PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22535 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22528 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22505 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24112 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24104 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24119 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryOutputReference" } } } ], "name": "PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24112 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24112 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24112 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24105 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQuery" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22861 }, "name": "PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#name Powerpack#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22885 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#query Powerpack#query}", "stability": "stable", "summary": "The metrics query definition." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22891 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregator Powerpack#aggregator}", "stability": "stable", "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22867 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22873 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#data_source Powerpack#data_source}", "stability": "stable", "summary": "The data source for metrics queries. Defaults to `\"metrics\"`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22879 }, "name": "dataSource", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22958 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22951 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23015 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23031 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23047 }, "name": "resetDataSource" } ], "name": "PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23019 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23035 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23051 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23064 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23077 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23009 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23025 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23041 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23057 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23070 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 22962 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQuery" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23921 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23911 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23996 }, "name": "putApmDependencyStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24012 }, "name": "putApmResourceStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24028 }, "name": "putCloudCostQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24044 }, "name": "putEventQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24060 }, "name": "putMetricQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24076 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24092 }, "name": "putSloQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23999 }, "name": "resetApmDependencyStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24015 }, "name": "resetApmResourceStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24031 }, "name": "resetCloudCostQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24047 }, "name": "resetEventQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24063 }, "name": "resetMetricQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24079 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24095 }, "name": "resetSloQuery" } ], "name": "PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23993 }, "name": "apmDependencyStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24009 }, "name": "apmResourceStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24025 }, "name": "cloudCostQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24041 }, "name": "eventQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24057 }, "name": "metricQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24073 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24089 }, "name": "sloQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24003 }, "name": "apmDependencyStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24019 }, "name": "apmResourceStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24035 }, "name": "cloudCostQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24051 }, "name": "eventQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24067 }, "name": "metricQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24083 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24099 }, "name": "sloQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23925 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQuery" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23081 }, "name": "PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#data_source Powerpack#data_source}", "stability": "stable", "summary": "The data source for process queries. Valid values are `process`, `container`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23099 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#metric Powerpack#metric}", "stability": "stable", "summary": "The process metric name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23117 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#name Powerpack#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23123 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregator Powerpack#aggregator}", "stability": "stable", "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23087 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23093 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#is_normalized_cpu Powerpack#is_normalized_cpu}", "stability": "stable", "summary": "Whether to normalize the CPU percentages." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23105 }, "name": "isNormalizedCpu", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "The number of hits to return." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23111 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#sort Powerpack#sort}", "stability": "stable", "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23129 }, "name": "sort", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#tag_filters Powerpack#tag_filters}", "stability": "stable", "summary": "An array of tags to filter by." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23135 }, "name": "tagFilters", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#text_filter Powerpack#text_filter}", "stability": "stable", "summary": "The text to use as a filter." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23141 }, "name": "textFilter", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23243 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23236 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23330 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23346 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23375 }, "name": "resetIsNormalizedCpu" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23391 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23433 }, "name": "resetSort" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23449 }, "name": "resetTagFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23465 }, "name": "resetTextFilter" } ], "name": "PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23334 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23350 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23363 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23379 }, "name": "isNormalizedCpuInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23395 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23408 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23421 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23437 }, "name": "sortInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23453 }, "name": "tagFiltersInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23469 }, "name": "textFilterInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23324 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23340 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23356 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23369 }, "name": "isNormalizedCpu", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23385 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23401 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23414 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23427 }, "name": "sort", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23443 }, "name": "tagFilters", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23459 }, "name": "textFilter", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23247 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23473 }, "name": "PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#data_source Powerpack#data_source}", "stability": "stable", "summary": "The data source for SLO queries. Valid values are `slo`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23491 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#measure Powerpack#measure}", "stability": "stable", "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23503 }, "name": "measure", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#slo_id Powerpack#slo_id}", "stability": "stable", "summary": "ID of an SLO to query." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23515 }, "name": "sloId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#additional_query_filters Powerpack#additional_query_filters}", "stability": "stable", "summary": "Additional filters applied to the SLO query." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23479 }, "name": "additionalQueryFilters", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23485 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#group_mode Powerpack#group_mode}", "stability": "stable", "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23497 }, "name": "groupMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#name Powerpack#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23509 }, "name": "name", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#slo_query_type Powerpack#slo_query_type}", "stability": "stable", "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23521 }, "name": "sloQueryType", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23609 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23602 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23684 }, "name": "resetAdditionalQueryFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23700 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23729 }, "name": "resetGroupMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23758 }, "name": "resetName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23787 }, "name": "resetSloQueryType" } ], "name": "PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23688 }, "name": "additionalQueryFiltersInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23704 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23717 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23733 }, "name": "groupModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23746 }, "name": "measureInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23762 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23775 }, "name": "sloIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23791 }, "name": "sloQueryTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23678 }, "name": "additionalQueryFilters", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23694 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23710 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23723 }, "name": "groupMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23739 }, "name": "measure", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23752 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23768 }, "name": "sloId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23781 }, "name": "sloQueryType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 23613 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQuery" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestX": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestX", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2240 }, "name": "PowerpackWidgetScatterplotDefinitionRequestX", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregator Powerpack#aggregator}", "stability": "stable", "summary": "Aggregator used for the request. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2246 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#apm_query Powerpack#apm_query}", "stability": "stable", "summary": "apm_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2258 }, "name": "apmQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#log_query Powerpack#log_query}", "stability": "stable", "summary": "log_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2264 }, "name": "logQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#process_query Powerpack#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2270 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#q Powerpack#q}", "stability": "stable", "summary": "The metric query to use for this widget." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2252 }, "name": "q", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#rum_query Powerpack#rum_query}", "stability": "stable", "summary": "rum_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2276 }, "name": "rumQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#security_query Powerpack#security_query}", "stability": "stable", "summary": "security_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2282 }, "name": "securityQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestX" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24952 }, "name": "PowerpackWidgetScatterplotDefinitionRequestXApmQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#index Powerpack#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24958 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#compute_query Powerpack#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24970 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#group_by Powerpack#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24976 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24982 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#search_query Powerpack#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24964 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetScatterplotDefinitionRequestXApmQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24276 }, "name": "PowerpackWidgetScatterplotDefinitionRequestXApmQueryComputeQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24282 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24288 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24294 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetScatterplotDefinitionRequestXApmQueryComputeQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24347 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24340 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24405 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24421 }, "name": "resetInterval" } ], "name": "PowerpackWidgetScatterplotDefinitionRequestXApmQueryComputeQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24393 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24409 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24425 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24386 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24399 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24415 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24351 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQueryComputeQuery" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetScatterplotDefinitionRequestXApmQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24579 }, "name": "PowerpackWidgetScatterplotDefinitionRequestXApmQueryGroupBy", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24585 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24591 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#sort_query Powerpack#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24597 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetScatterplotDefinitionRequestXApmQueryGroupBy" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24756 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24748 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24763 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQueryGroupByOutputReference" } } } ], "name": "PowerpackWidgetScatterplotDefinitionRequestXApmQueryGroupByList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24756 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24756 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24756 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24749 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetScatterplotDefinitionRequestXApmQueryGroupByList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24653 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24643 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24736 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24707 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24723 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24739 }, "name": "resetSortQuery" } ], "name": "PowerpackWidgetScatterplotDefinitionRequestXApmQueryGroupByOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24733 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24711 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24727 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24743 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24701 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24717 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24657 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQueryGroupBy" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetScatterplotDefinitionRequestXApmQueryGroupByOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24429 }, "name": "PowerpackWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24435 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#order Powerpack#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24447 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24441 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24500 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24493 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24558 }, "name": "resetFacet" } ], "name": "PowerpackWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24546 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24562 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24575 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24539 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24552 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24568 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24504 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24767 }, "name": "PowerpackWidgetScatterplotDefinitionRequestXApmQueryMultiCompute", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24773 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24779 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24785 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetScatterplotDefinitionRequestXApmQueryMultiCompute" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24941 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24933 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24948 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQueryMultiComputeOutputReference" } } } ], "name": "PowerpackWidgetScatterplotDefinitionRequestXApmQueryMultiComputeList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24941 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24941 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24941 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24934 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetScatterplotDefinitionRequestXApmQueryMultiComputeList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24841 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24831 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24908 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24924 }, "name": "resetInterval" } ], "name": "PowerpackWidgetScatterplotDefinitionRequestXApmQueryMultiComputeOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24896 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24912 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24928 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24889 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24902 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24918 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 24845 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQueryMultiCompute" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetScatterplotDefinitionRequestXApmQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 25049 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 25042 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 25132 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 25148 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 25164 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 25135 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 25151 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 25167 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 25119 }, "name": "resetSearchQuery" } ], "name": "PowerpackWidgetScatterplotDefinitionRequestXApmQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 25129 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 25145 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 25161 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 25139 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 25155 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 25107 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 25171 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 25123 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 25100 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 25113 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 25053 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQuery" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetScatterplotDefinitionRequestXApmQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2557 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2549 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2564 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXOutputReference" } } } ], "name": "PowerpackWidgetScatterplotDefinitionRequestXList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2557 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2557 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2557 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2550 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestX" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestXList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 31 }, "name": "PowerpackWidgetScatterplotDefinitionRequestXLogQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#index Powerpack#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 37 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#compute_query Powerpack#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 49 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#group_by Powerpack#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 55 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 61 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#search_query Powerpack#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 43 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestXLogQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 25175 }, "name": "PowerpackWidgetScatterplotDefinitionRequestXLogQueryComputeQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 25181 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 25187 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 25193 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetScatterplotDefinitionRequestXLogQueryComputeQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 25246 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 25239 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 25304 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 25320 }, "name": "resetInterval" } ], "name": "PowerpackWidgetScatterplotDefinitionRequestXLogQueryComputeQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 25292 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 25308 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 25324 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 25285 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 25298 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 25314 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 25250 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQueryComputeQuery" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetScatterplotDefinitionRequestXLogQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 25478 }, "name": "PowerpackWidgetScatterplotDefinitionRequestXLogQueryGroupBy", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 25484 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 25490 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#sort_query Powerpack#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 25496 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetScatterplotDefinitionRequestXLogQueryGroupBy" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 25655 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 25647 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 25662 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQueryGroupByOutputReference" } } } ], "name": "PowerpackWidgetScatterplotDefinitionRequestXLogQueryGroupByList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 25655 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 25655 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 25655 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 25648 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetScatterplotDefinitionRequestXLogQueryGroupByList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 25552 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 25542 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 25635 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 25606 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 25622 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 25638 }, "name": "resetSortQuery" } ], "name": "PowerpackWidgetScatterplotDefinitionRequestXLogQueryGroupByOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 25632 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 25610 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 25626 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 25642 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 25600 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 25616 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 25556 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQueryGroupBy" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetScatterplotDefinitionRequestXLogQueryGroupByOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 25328 }, "name": "PowerpackWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 25334 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#order Powerpack#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 25346 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 25340 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 25399 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 25392 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 25457 }, "name": "resetFacet" } ], "name": "PowerpackWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 25445 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 25461 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 25474 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 25438 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 25451 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 25467 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 25403 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 25666 }, "name": "PowerpackWidgetScatterplotDefinitionRequestXLogQueryMultiCompute", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 25672 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 25678 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 25684 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetScatterplotDefinitionRequestXLogQueryMultiCompute" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 25840 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 25832 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 25847 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQueryMultiComputeOutputReference" } } } ], "name": "PowerpackWidgetScatterplotDefinitionRequestXLogQueryMultiComputeList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 25840 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 25840 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 25840 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 25833 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetScatterplotDefinitionRequestXLogQueryMultiComputeList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 25740 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 25730 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 25807 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 25823 }, "name": "resetInterval" } ], "name": "PowerpackWidgetScatterplotDefinitionRequestXLogQueryMultiComputeOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 25795 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 25811 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 25827 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 25788 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 25801 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 25817 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs800.ts", "line": 25744 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQueryMultiCompute" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetScatterplotDefinitionRequestXLogQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.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" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 121 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 211 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 227 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 243 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 214 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 230 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 246 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 198 }, "name": "resetSearchQuery" } ], "name": "PowerpackWidgetScatterplotDefinitionRequestXLogQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 208 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 224 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 240 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 218 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 234 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 186 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 250 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 202 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 179 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 192 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 132 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestXLogQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2366 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2356 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2473 }, "name": "putApmQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2489 }, "name": "putLogQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2505 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2521 }, "name": "putRumQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2537 }, "name": "putSecurityQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2444 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2476 }, "name": "resetApmQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2492 }, "name": "resetLogQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2508 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2460 }, "name": "resetQ" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2524 }, "name": "resetRumQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2540 }, "name": "resetSecurityQuery" } ], "name": "PowerpackWidgetScatterplotDefinitionRequestXOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2470 }, "name": "apmQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2486 }, "name": "logQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2502 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2518 }, "name": "rumQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2534 }, "name": "securityQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2448 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2480 }, "name": "apmQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2496 }, "name": "logQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2512 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2464 }, "name": "qInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2528 }, "name": "rumQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2544 }, "name": "securityQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2438 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2454 }, "name": "q", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2370 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestX" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestXOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 254 }, "name": "PowerpackWidgetScatterplotDefinitionRequestXProcessQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#metric Powerpack#metric}", "stability": "stable", "summary": "Your chosen metric." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 272 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#filter_by Powerpack#filter_by}", "stability": "stable", "summary": "A list of processes." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 260 }, "name": "filterBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "The max number of items in the filter list." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 266 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#search_by Powerpack#search_by}", "stability": "stable", "summary": "Your chosen search term." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 278 }, "name": "searchBy", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestXProcessQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 338 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 331 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 389 }, "name": "resetFilterBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 405 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 434 }, "name": "resetSearchBy" } ], "name": "PowerpackWidgetScatterplotDefinitionRequestXProcessQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 393 }, "name": "filterByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 409 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 422 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 438 }, "name": "searchByInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 383 }, "name": "filterBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 399 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 415 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 428 }, "name": "searchBy", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 342 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXProcessQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestXProcessQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1118 }, "name": "PowerpackWidgetScatterplotDefinitionRequestXRumQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#index Powerpack#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1124 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#compute_query Powerpack#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1136 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#group_by Powerpack#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1142 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1148 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#search_query Powerpack#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1130 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestXRumQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 442 }, "name": "PowerpackWidgetScatterplotDefinitionRequestXRumQueryComputeQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 448 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 454 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 460 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestXRumQueryComputeQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-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/powerpack/index-structs/structs1200.ts", "line": 506 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 571 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 587 }, "name": "resetInterval" } ], "name": "PowerpackWidgetScatterplotDefinitionRequestXRumQueryComputeQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 559 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 575 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 591 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 552 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 565 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 581 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 517 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQueryComputeQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestXRumQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 745 }, "name": "PowerpackWidgetScatterplotDefinitionRequestXRumQueryGroupBy", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 751 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 757 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#sort_query Powerpack#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 763 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestXRumQueryGroupBy" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 922 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 914 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 929 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQueryGroupByOutputReference" } } } ], "name": "PowerpackWidgetScatterplotDefinitionRequestXRumQueryGroupByList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 922 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 922 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 922 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 915 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestXRumQueryGroupByList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 819 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 809 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 902 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 873 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 889 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 905 }, "name": "resetSortQuery" } ], "name": "PowerpackWidgetScatterplotDefinitionRequestXRumQueryGroupByOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 899 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 877 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 893 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 909 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 867 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 883 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 823 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQueryGroupBy" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestXRumQueryGroupByOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 595 }, "name": "PowerpackWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 601 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#order Powerpack#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 613 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 607 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 666 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 659 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 724 }, "name": "resetFacet" } ], "name": "PowerpackWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 712 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 728 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 741 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 705 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 718 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 734 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 670 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 933 }, "name": "PowerpackWidgetScatterplotDefinitionRequestXRumQueryMultiCompute", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 939 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 945 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 951 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestXRumQueryMultiCompute" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1107 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1099 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1114 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQueryMultiComputeOutputReference" } } } ], "name": "PowerpackWidgetScatterplotDefinitionRequestXRumQueryMultiComputeList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1107 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1107 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1107 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1100 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestXRumQueryMultiComputeList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1007 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 997 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1074 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1090 }, "name": "resetInterval" } ], "name": "PowerpackWidgetScatterplotDefinitionRequestXRumQueryMultiComputeOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1062 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1078 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1094 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1055 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1068 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1084 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1011 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQueryMultiCompute" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestXRumQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1215 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1208 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1298 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1314 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1330 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1301 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1317 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1333 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1285 }, "name": "resetSearchQuery" } ], "name": "PowerpackWidgetScatterplotDefinitionRequestXRumQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1295 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1311 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1327 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1305 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1321 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1273 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1337 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1289 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1266 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1279 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1219 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestXRumQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2017 }, "name": "PowerpackWidgetScatterplotDefinitionRequestXSecurityQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#index Powerpack#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2023 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#compute_query Powerpack#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2035 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#group_by Powerpack#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2041 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2047 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#search_query Powerpack#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2029 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestXSecurityQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1341 }, "name": "PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryComputeQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1347 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1353 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1359 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryComputeQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1412 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1405 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1470 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1486 }, "name": "resetInterval" } ], "name": "PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryComputeQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1458 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1474 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1490 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1451 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1464 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1480 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1416 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryComputeQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1644 }, "name": "PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryGroupBy", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1650 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1656 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#sort_query Powerpack#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1662 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryGroupBy" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.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": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1813 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1828 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryGroupByOutputReference" } } } ], "name": "PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryGroupByList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1821 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1821 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1821 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1814 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryGroupByList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1718 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1708 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1801 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1772 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1788 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1804 }, "name": "resetSortQuery" } ], "name": "PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryGroupByOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1798 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1776 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1792 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1808 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1766 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1782 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1722 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryGroupBy" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryGroupByOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1494 }, "name": "PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1500 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#order Powerpack#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1512 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1506 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1565 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1558 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1623 }, "name": "resetFacet" } ], "name": "PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1611 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1627 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1640 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1604 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1617 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1633 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1569 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1832 }, "name": "PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1838 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1844 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1850 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.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": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1998 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2013 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeOutputReference" } } } ], "name": "PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2006 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2006 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2006 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1999 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1906 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1896 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1973 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1989 }, "name": "resetInterval" } ], "name": "PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1961 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1977 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1993 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1954 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1967 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1983 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 1910 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.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" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2107 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2197 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2213 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2229 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2200 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2216 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2232 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2184 }, "name": "resetSearchQuery" } ], "name": "PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2194 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2210 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2226 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2204 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2220 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2172 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2236 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2188 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2165 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2178 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2118 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestY": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestY", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6352 }, "name": "PowerpackWidgetScatterplotDefinitionRequestY", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregator Powerpack#aggregator}", "stability": "stable", "summary": "Aggregator used for the request. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6358 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#apm_query Powerpack#apm_query}", "stability": "stable", "summary": "apm_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6370 }, "name": "apmQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#log_query Powerpack#log_query}", "stability": "stable", "summary": "log_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6376 }, "name": "logQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#process_query Powerpack#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6382 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#q Powerpack#q}", "stability": "stable", "summary": "The metric query to use for this widget." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6364 }, "name": "q", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#rum_query Powerpack#rum_query}", "stability": "stable", "summary": "rum_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6388 }, "name": "rumQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#security_query Powerpack#security_query}", "stability": "stable", "summary": "security_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6394 }, "name": "securityQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestY" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3244 }, "name": "PowerpackWidgetScatterplotDefinitionRequestYApmQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#index Powerpack#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3250 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#compute_query Powerpack#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3262 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#group_by Powerpack#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3268 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3274 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#search_query Powerpack#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3256 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYApmQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2568 }, "name": "PowerpackWidgetScatterplotDefinitionRequestYApmQueryComputeQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2574 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2580 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2586 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYApmQueryComputeQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2639 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2632 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2697 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2713 }, "name": "resetInterval" } ], "name": "PowerpackWidgetScatterplotDefinitionRequestYApmQueryComputeQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2685 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2701 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2717 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2678 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2691 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2707 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2643 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQueryComputeQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYApmQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2871 }, "name": "PowerpackWidgetScatterplotDefinitionRequestYApmQueryGroupBy", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2877 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2883 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#sort_query Powerpack#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2889 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYApmQueryGroupBy" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3048 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3040 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3055 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQueryGroupByOutputReference" } } } ], "name": "PowerpackWidgetScatterplotDefinitionRequestYApmQueryGroupByList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3048 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3048 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3048 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3041 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYApmQueryGroupByList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2945 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2935 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3028 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2999 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3015 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3031 }, "name": "resetSortQuery" } ], "name": "PowerpackWidgetScatterplotDefinitionRequestYApmQueryGroupByOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3025 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3003 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3019 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3035 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2993 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3009 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2949 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQueryGroupBy" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYApmQueryGroupByOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2721 }, "name": "PowerpackWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2727 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#order Powerpack#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2739 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2733 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2792 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2785 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2850 }, "name": "resetFacet" } ], "name": "PowerpackWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2838 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2854 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2867 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2831 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2844 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2860 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 2796 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3059 }, "name": "PowerpackWidgetScatterplotDefinitionRequestYApmQueryMultiCompute", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3065 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3071 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3077 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYApmQueryMultiCompute" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.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" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3225 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3240 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQueryMultiComputeOutputReference" } } } ], "name": "PowerpackWidgetScatterplotDefinitionRequestYApmQueryMultiComputeList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3233 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3233 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3233 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3226 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYApmQueryMultiComputeList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3133 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3123 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3200 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3216 }, "name": "resetInterval" } ], "name": "PowerpackWidgetScatterplotDefinitionRequestYApmQueryMultiComputeOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3188 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3204 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3220 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3181 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3194 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3210 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3137 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQueryMultiCompute" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYApmQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3341 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3334 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3424 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3440 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3456 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3427 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3443 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3459 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3411 }, "name": "resetSearchQuery" } ], "name": "PowerpackWidgetScatterplotDefinitionRequestYApmQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3421 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3437 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3453 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3431 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3447 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3399 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3463 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3415 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3392 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3405 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3345 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYApmQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6669 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6661 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6676 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYOutputReference" } } } ], "name": "PowerpackWidgetScatterplotDefinitionRequestYList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6669 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6669 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6669 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6662 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestY" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4143 }, "name": "PowerpackWidgetScatterplotDefinitionRequestYLogQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#index Powerpack#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4149 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#compute_query Powerpack#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4161 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#group_by Powerpack#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4167 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4173 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#search_query Powerpack#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4155 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYLogQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3467 }, "name": "PowerpackWidgetScatterplotDefinitionRequestYLogQueryComputeQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3473 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3479 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3485 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYLogQueryComputeQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3538 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3531 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3596 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3612 }, "name": "resetInterval" } ], "name": "PowerpackWidgetScatterplotDefinitionRequestYLogQueryComputeQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3584 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3600 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3616 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3577 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3590 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3606 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3542 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQueryComputeQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYLogQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3770 }, "name": "PowerpackWidgetScatterplotDefinitionRequestYLogQueryGroupBy", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3776 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3782 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#sort_query Powerpack#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3788 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYLogQueryGroupBy" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3947 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3939 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3954 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQueryGroupByOutputReference" } } } ], "name": "PowerpackWidgetScatterplotDefinitionRequestYLogQueryGroupByList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3947 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3947 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3947 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3940 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYLogQueryGroupByList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.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" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3834 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3927 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3898 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3914 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3930 }, "name": "resetSortQuery" } ], "name": "PowerpackWidgetScatterplotDefinitionRequestYLogQueryGroupByOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3924 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3902 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3918 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3934 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3892 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3908 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3848 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQueryGroupBy" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYLogQueryGroupByOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3620 }, "name": "PowerpackWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3626 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#order Powerpack#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3638 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3632 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3691 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3684 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3749 }, "name": "resetFacet" } ], "name": "PowerpackWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3737 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3753 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3766 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3730 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3743 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3759 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3695 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3958 }, "name": "PowerpackWidgetScatterplotDefinitionRequestYLogQueryMultiCompute", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3964 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3970 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 3976 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYLogQueryMultiCompute" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4132 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4124 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4139 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQueryMultiComputeOutputReference" } } } ], "name": "PowerpackWidgetScatterplotDefinitionRequestYLogQueryMultiComputeList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4132 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4132 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4132 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4125 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYLogQueryMultiComputeList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4032 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4022 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4099 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4115 }, "name": "resetInterval" } ], "name": "PowerpackWidgetScatterplotDefinitionRequestYLogQueryMultiComputeOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4087 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4103 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4119 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4080 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4093 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4109 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4036 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQueryMultiCompute" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYLogQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4240 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4233 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4323 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4339 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4355 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4326 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4342 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4358 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4310 }, "name": "resetSearchQuery" } ], "name": "PowerpackWidgetScatterplotDefinitionRequestYLogQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4320 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4336 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4352 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4330 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4346 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4298 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4362 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4314 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4291 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4304 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4244 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYLogQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6478 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6468 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6585 }, "name": "putApmQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6601 }, "name": "putLogQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6617 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6633 }, "name": "putRumQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6649 }, "name": "putSecurityQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6556 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6588 }, "name": "resetApmQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6604 }, "name": "resetLogQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6620 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6572 }, "name": "resetQ" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6636 }, "name": "resetRumQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6652 }, "name": "resetSecurityQuery" } ], "name": "PowerpackWidgetScatterplotDefinitionRequestYOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6582 }, "name": "apmQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6598 }, "name": "logQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6614 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6630 }, "name": "rumQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6646 }, "name": "securityQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6560 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6592 }, "name": "apmQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6608 }, "name": "logQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6624 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6576 }, "name": "qInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6640 }, "name": "rumQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6656 }, "name": "securityQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6550 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6566 }, "name": "q", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6482 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestY" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4366 }, "name": "PowerpackWidgetScatterplotDefinitionRequestYProcessQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#metric Powerpack#metric}", "stability": "stable", "summary": "Your chosen metric." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4384 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#filter_by Powerpack#filter_by}", "stability": "stable", "summary": "A list of processes." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4372 }, "name": "filterBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "The max number of items in the filter list." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4378 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#search_by Powerpack#search_by}", "stability": "stable", "summary": "Your chosen search term." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4390 }, "name": "searchBy", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYProcessQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4450 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4443 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4501 }, "name": "resetFilterBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4517 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4546 }, "name": "resetSearchBy" } ], "name": "PowerpackWidgetScatterplotDefinitionRequestYProcessQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4505 }, "name": "filterByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4521 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4534 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4550 }, "name": "searchByInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4495 }, "name": "filterBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4511 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4527 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4540 }, "name": "searchBy", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4454 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYProcessQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYProcessQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5230 }, "name": "PowerpackWidgetScatterplotDefinitionRequestYRumQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#index Powerpack#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5236 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#compute_query Powerpack#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5248 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#group_by Powerpack#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5254 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5260 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#search_query Powerpack#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5242 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYRumQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4554 }, "name": "PowerpackWidgetScatterplotDefinitionRequestYRumQueryComputeQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4560 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4566 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4572 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYRumQueryComputeQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4625 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4618 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4683 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4699 }, "name": "resetInterval" } ], "name": "PowerpackWidgetScatterplotDefinitionRequestYRumQueryComputeQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4671 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4687 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4703 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4664 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4677 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4693 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4629 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQueryComputeQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYRumQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4857 }, "name": "PowerpackWidgetScatterplotDefinitionRequestYRumQueryGroupBy", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4863 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4869 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#sort_query Powerpack#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4875 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYRumQueryGroupBy" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.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/powerpack/index-structs/structs1200.ts", "line": 5026 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.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.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQueryGroupByOutputReference" } } } ], "name": "PowerpackWidgetScatterplotDefinitionRequestYRumQueryGroupByList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5034 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.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/powerpack/index-structs/structs1200.ts", "line": 5034 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5027 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYRumQueryGroupByList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4931 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4921 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5014 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4985 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5001 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5017 }, "name": "resetSortQuery" } ], "name": "PowerpackWidgetScatterplotDefinitionRequestYRumQueryGroupByOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5011 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4989 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5005 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5021 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4979 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4995 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4935 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQueryGroupBy" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYRumQueryGroupByOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4707 }, "name": "PowerpackWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4713 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#order Powerpack#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4725 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4719 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4778 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4771 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4836 }, "name": "resetFacet" } ], "name": "PowerpackWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4824 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4840 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4853 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4817 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4830 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4846 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 4782 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5045 }, "name": "PowerpackWidgetScatterplotDefinitionRequestYRumQueryMultiCompute", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5051 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5057 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5063 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYRumQueryMultiCompute" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5219 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5211 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5226 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQueryMultiComputeOutputReference" } } } ], "name": "PowerpackWidgetScatterplotDefinitionRequestYRumQueryMultiComputeList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5219 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5219 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5219 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5212 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYRumQueryMultiComputeList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5119 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5109 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5186 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5202 }, "name": "resetInterval" } ], "name": "PowerpackWidgetScatterplotDefinitionRequestYRumQueryMultiComputeOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5174 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5190 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5206 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5167 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5180 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5196 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5123 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQueryMultiCompute" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYRumQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5327 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5320 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5410 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5426 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5442 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5413 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5429 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5445 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5397 }, "name": "resetSearchQuery" } ], "name": "PowerpackWidgetScatterplotDefinitionRequestYRumQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5407 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5423 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5439 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5417 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5433 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5385 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5449 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5401 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5378 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5391 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5331 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYRumQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6129 }, "name": "PowerpackWidgetScatterplotDefinitionRequestYSecurityQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#index Powerpack#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6135 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#compute_query Powerpack#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6147 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#group_by Powerpack#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6153 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6159 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#search_query Powerpack#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6141 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYSecurityQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5453 }, "name": "PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryComputeQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5459 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5465 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5471 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryComputeQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.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/powerpack/index-structs/structs1200.ts", "line": 5517 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5582 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5598 }, "name": "resetInterval" } ], "name": "PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryComputeQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5570 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5586 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5602 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5563 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5576 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5592 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5528 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryComputeQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5756 }, "name": "PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryGroupBy", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5762 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5768 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#sort_query Powerpack#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5774 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryGroupBy" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5933 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5925 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5940 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryGroupByOutputReference" } } } ], "name": "PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryGroupByList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5933 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5933 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5933 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5926 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryGroupByList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5830 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5820 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5913 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5884 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5900 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5916 }, "name": "resetSortQuery" } ], "name": "PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryGroupByOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5910 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5888 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5904 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5920 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5878 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5894 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5834 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryGroupBy" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryGroupByOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5606 }, "name": "PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5612 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#order Powerpack#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5624 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5618 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5677 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5670 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5735 }, "name": "resetFacet" } ], "name": "PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5723 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5739 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5752 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5716 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5729 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5745 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5681 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5944 }, "name": "PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5950 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5956 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 5962 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6118 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6110 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6125 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeOutputReference" } } } ], "name": "PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6118 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6118 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6118 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6111 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6018 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6008 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6085 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6101 }, "name": "resetInterval" } ], "name": "PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6073 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6089 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6105 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6066 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6079 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6095 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6022 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6226 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6219 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6309 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6325 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6341 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6312 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6328 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6344 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6296 }, "name": "resetSearchQuery" } ], "name": "PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6306 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6322 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6338 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6316 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6332 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6284 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6348 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6300 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6277 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6290 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6230 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionXaxis": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionXaxis", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6836 }, "name": "PowerpackWidgetScatterplotDefinitionXaxis", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#include_zero Powerpack#include_zero}", "stability": "stable", "summary": "Always include zero or fit the axis to the data range." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6842 }, "name": "includeZero", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#label Powerpack#label}", "stability": "stable", "summary": "The label of the axis to display on the graph." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6848 }, "name": "label", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#max Powerpack#max}", "stability": "stable", "summary": "Specify the maximum value to show on the Y-axis." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6854 }, "name": "max", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#min Powerpack#min}", "stability": "stable", "summary": "Specify the minimum value to show on the Y-axis." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6860 }, "name": "min", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#scale Powerpack#scale}", "stability": "stable", "summary": "Specify the scale type, options: `linear`, `log`, `pow`, `sqrt`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6866 }, "name": "scale", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionXaxis" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionXaxisOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionXaxisOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6933 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6926 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6990 }, "name": "resetIncludeZero" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7006 }, "name": "resetLabel" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7022 }, "name": "resetMax" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7038 }, "name": "resetMin" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7054 }, "name": "resetScale" } ], "name": "PowerpackWidgetScatterplotDefinitionXaxisOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6994 }, "name": "includeZeroInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7010 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7026 }, "name": "maxInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7042 }, "name": "minInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7058 }, "name": "scaleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6984 }, "name": "includeZero", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7000 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7016 }, "name": "max", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7032 }, "name": "min", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7048 }, "name": "scale", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 6937 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionXaxis" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionXaxisOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionYaxis": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionYaxis", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7062 }, "name": "PowerpackWidgetScatterplotDefinitionYaxis", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#include_zero Powerpack#include_zero}", "stability": "stable", "summary": "Always include zero or fit the axis to the data range." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7068 }, "name": "includeZero", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#label Powerpack#label}", "stability": "stable", "summary": "The label of the axis to display on the graph." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7074 }, "name": "label", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#max Powerpack#max}", "stability": "stable", "summary": "Specify the maximum value to show on the Y-axis." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7080 }, "name": "max", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#min Powerpack#min}", "stability": "stable", "summary": "Specify the minimum value to show on the Y-axis." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7086 }, "name": "min", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#scale Powerpack#scale}", "stability": "stable", "summary": "Specify the scale type, options: `linear`, `log`, `pow`, `sqrt`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7092 }, "name": "scale", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionYaxis" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionYaxisOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionYaxisOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7159 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7152 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7216 }, "name": "resetIncludeZero" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7232 }, "name": "resetLabel" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7248 }, "name": "resetMax" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7264 }, "name": "resetMin" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7280 }, "name": "resetScale" } ], "name": "PowerpackWidgetScatterplotDefinitionYaxisOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7220 }, "name": "includeZeroInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7236 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7252 }, "name": "maxInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7268 }, "name": "minInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7284 }, "name": "scaleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7210 }, "name": "includeZero", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7226 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7242 }, "name": "max", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7258 }, "name": "min", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7274 }, "name": "scale", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7163 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionYaxis" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionYaxisOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetServiceLevelObjectiveDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetServiceLevelObjectiveDefinition", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7654 }, "name": "PowerpackWidgetServiceLevelObjectiveDefinition", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#slo_id Powerpack#slo_id}", "stability": "stable", "summary": "The ID of the service level objective used by the widget." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7678 }, "name": "sloId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Valid values are `7d`, `30d`, `90d`, `week_to_date`, `previous_week`, `month_to_date`, `previous_month`, `global_time`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#time_windows Powerpack#time_windows}", "stability": "stable", "summary": "A list of time windows to display in the widget." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7684 }, "name": "timeWindows", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#view_mode Powerpack#view_mode}", "stability": "stable", "summary": "The view mode for the widget. Valid values are `overall`, `component`, `both`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7708 }, "name": "viewMode", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#view_type Powerpack#view_type}", "stability": "stable", "summary": "The type of view to use when displaying the widget. Only `detail` is supported." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7714 }, "name": "viewType", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#additional_query_filters Powerpack#additional_query_filters}", "stability": "stable", "summary": "Additional filters applied to the SLO query." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7660 }, "name": "additionalQueryFilters", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#global_time_target Powerpack#global_time_target}", "stability": "stable", "summary": "The global time target of the widget." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7666 }, "name": "globalTimeTarget", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#show_error_budget Powerpack#show_error_budget}", "stability": "stable", "summary": "Whether to show the error budget or not." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7672 }, "name": "showErrorBudget", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#title Powerpack#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7690 }, "name": "title", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#title_align Powerpack#title_align}", "stability": "stable", "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7696 }, "name": "titleAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#title_size Powerpack#title_size}", "stability": "stable", "summary": "The size of the widget's title (defaults to 16)." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7702 }, "name": "titleSize", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetServiceLevelObjectiveDefinition" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetServiceLevelObjectiveDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetServiceLevelObjectiveDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7816 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7809 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7903 }, "name": "resetAdditionalQueryFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7919 }, "name": "resetGlobalTimeTarget" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7935 }, "name": "resetShowErrorBudget" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7977 }, "name": "resetTitle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7993 }, "name": "resetTitleAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8009 }, "name": "resetTitleSize" } ], "name": "PowerpackWidgetServiceLevelObjectiveDefinitionOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7907 }, "name": "additionalQueryFiltersInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7923 }, "name": "globalTimeTargetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7939 }, "name": "showErrorBudgetInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7952 }, "name": "sloIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7965 }, "name": "timeWindowsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7997 }, "name": "titleAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7981 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8013 }, "name": "titleSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8026 }, "name": "viewModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8039 }, "name": "viewTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7897 }, "name": "additionalQueryFilters", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7913 }, "name": "globalTimeTarget", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7929 }, "name": "showErrorBudget", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7945 }, "name": "sloId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7958 }, "name": "timeWindows", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7971 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7987 }, "name": "titleAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8003 }, "name": "titleSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8019 }, "name": "viewMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8032 }, "name": "viewType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 7820 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetServiceLevelObjectiveDefinition" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetServiceLevelObjectiveDefinitionOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetServicemapDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetServicemapDefinition", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8266 }, "name": "PowerpackWidgetServicemapDefinition", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#filters Powerpack#filters}", "stability": "stable", "summary": "Your environment and primary tag (or `*` if enabled for your account)." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8272 }, "name": "filters", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#service Powerpack#service}", "stability": "stable", "summary": "The ID of the service to map." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8278 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#custom_link Powerpack#custom_link}", "stability": "stable", "summary": "custom_link block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8302 }, "name": "customLink", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetServicemapDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#title Powerpack#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8284 }, "name": "title", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#title_align Powerpack#title_align}", "stability": "stable", "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8290 }, "name": "titleAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#title_size Powerpack#title_size}", "stability": "stable", "summary": "The size of the widget's title (defaults to 16)." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8296 }, "name": "titleSize", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetServicemapDefinition" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetServicemapDefinitionCustomLink": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetServicemapDefinitionCustomLink", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8043 }, "name": "PowerpackWidgetServicemapDefinitionCustomLink", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#is_hidden Powerpack#is_hidden}", "stability": "stable", "summary": "The flag for toggling context menu link visibility." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8049 }, "name": "isHidden", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#label Powerpack#label}", "stability": "stable", "summary": "The label for the custom link URL." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8055 }, "name": "label", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#link Powerpack#link}", "stability": "stable", "summary": "The URL of the custom link." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8061 }, "name": "link", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#override_label Powerpack#override_label}", "stability": "stable", "summary": "The label ID that refers to a context menu link item." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8067 }, "name": "overrideLabel", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetServicemapDefinitionCustomLink" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetServicemapDefinitionCustomLinkList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetServicemapDefinitionCustomLinkList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8255 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8247 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8262 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetServicemapDefinitionCustomLinkOutputReference" } } } ], "name": "PowerpackWidgetServicemapDefinitionCustomLinkList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8255 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8255 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8255 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8248 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetServicemapDefinitionCustomLink" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetServicemapDefinitionCustomLinkList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetServicemapDefinitionCustomLinkOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetServicemapDefinitionCustomLinkOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8130 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8120 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8190 }, "name": "resetIsHidden" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8206 }, "name": "resetLabel" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8222 }, "name": "resetLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8238 }, "name": "resetOverrideLabel" } ], "name": "PowerpackWidgetServicemapDefinitionCustomLinkOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8194 }, "name": "isHiddenInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8210 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8226 }, "name": "linkInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8242 }, "name": "overrideLabelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8184 }, "name": "isHidden", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8200 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8216 }, "name": "link", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8232 }, "name": "overrideLabel", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8134 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetServicemapDefinitionCustomLink" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetServicemapDefinitionCustomLinkOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetServicemapDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetServicemapDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8376 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8369 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8510 }, "name": "putCustomLink", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetServicemapDefinitionCustomLink" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8513 }, "name": "resetCustomLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8465 }, "name": "resetTitle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8481 }, "name": "resetTitleAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8497 }, "name": "resetTitleSize" } ], "name": "PowerpackWidgetServicemapDefinitionOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8507 }, "name": "customLink", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetServicemapDefinitionCustomLinkList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8517 }, "name": "customLinkInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetServicemapDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8440 }, "name": "filtersInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8453 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8485 }, "name": "titleAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8469 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8501 }, "name": "titleSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8433 }, "name": "filters", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8446 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8459 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8475 }, "name": "titleAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8491 }, "name": "titleSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8380 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetServicemapDefinition" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetServicemapDefinitionOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSloListDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSloListDefinition", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8904 }, "name": "PowerpackWidgetSloListDefinition", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#request Powerpack#request}", "stability": "stable", "summary": "request block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8928 }, "name": "request", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSloListDefinitionRequest" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#title Powerpack#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8910 }, "name": "title", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#title_align Powerpack#title_align}", "stability": "stable", "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8916 }, "name": "titleAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#title_size Powerpack#title_size}", "stability": "stable", "summary": "The size of the widget's title (defaults to 16)." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8922 }, "name": "titleSize", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSloListDefinition" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSloListDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSloListDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8988 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8981 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9084 }, "name": "putRequest", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSloListDefinitionRequest" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9039 }, "name": "resetTitle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9055 }, "name": "resetTitleAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9071 }, "name": "resetTitleSize" } ], "name": "PowerpackWidgetSloListDefinitionOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9081 }, "name": "request", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSloListDefinitionRequestOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9088 }, "name": "requestInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSloListDefinitionRequest" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9059 }, "name": "titleAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9043 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9075 }, "name": "titleSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9033 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9049 }, "name": "titleAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9065 }, "name": "titleSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8992 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSloListDefinition" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSloListDefinitionOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSloListDefinitionRequest": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSloListDefinitionRequest", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8789 }, "name": "PowerpackWidgetSloListDefinitionRequest", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#query Powerpack#query}", "stability": "stable", "summary": "query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8801 }, "name": "query", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSloListDefinitionRequestQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#request_type Powerpack#request_type}", "stability": "stable", "summary": "The request type for the SLO List request. Valid values are `slo_list`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8795 }, "name": "requestType", "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSloListDefinitionRequest" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSloListDefinitionRequestOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSloListDefinitionRequestOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8847 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8840 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8896 }, "name": "putQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSloListDefinitionRequestQuery" } } ] } ], "name": "PowerpackWidgetSloListDefinitionRequestOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8893 }, "name": "query", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSloListDefinitionRequestQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8900 }, "name": "queryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSloListDefinitionRequestQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8887 }, "name": "requestTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8880 }, "name": "requestType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8851 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSloListDefinitionRequest" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSloListDefinitionRequestOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSloListDefinitionRequestQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSloListDefinitionRequestQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8636 }, "name": "PowerpackWidgetSloListDefinitionRequestQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#query_string Powerpack#query_string}", "stability": "stable", "summary": "Widget query." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8648 }, "name": "queryString", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "Maximum number of results to display in the table. Defaults to `100`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8642 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#sort Powerpack#sort}", "stability": "stable", "summary": "sort block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8654 }, "name": "sort", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSloListDefinitionRequestQuerySort" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSloListDefinitionRequestQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSloListDefinitionRequestQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSloListDefinitionRequestQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8707 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8700 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8778 }, "name": "putSort", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSloListDefinitionRequestQuerySort" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8752 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8781 }, "name": "resetSort" } ], "name": "PowerpackWidgetSloListDefinitionRequestQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8775 }, "name": "sort", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSloListDefinitionRequestQuerySortOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8756 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8769 }, "name": "queryStringInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8785 }, "name": "sortInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSloListDefinitionRequestQuerySort" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8746 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8762 }, "name": "queryString", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8711 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSloListDefinitionRequestQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSloListDefinitionRequestQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSloListDefinitionRequestQuerySort": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSloListDefinitionRequestQuerySort", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8521 }, "name": "PowerpackWidgetSloListDefinitionRequestQuerySort", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#column Powerpack#column}", "stability": "stable", "summary": "The facet path for the column." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8527 }, "name": "column", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#order Powerpack#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8533 }, "name": "order", "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSloListDefinitionRequestQuerySort" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSloListDefinitionRequestQuerySortOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSloListDefinitionRequestQuerySortOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8579 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8572 }, "name": "PowerpackWidgetSloListDefinitionRequestQuerySortOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8619 }, "name": "columnInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8632 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8612 }, "name": "column", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8625 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 8583 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSloListDefinitionRequestQuerySort" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSloListDefinitionRequestQuerySortOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinition", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20407 }, "name": "PowerpackWidgetSunburstDefinition", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#custom_link Powerpack#custom_link}", "stability": "stable", "summary": "custom_link block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20443 }, "name": "customLink", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#hide_total Powerpack#hide_total}", "stability": "stable", "summary": "Whether or not to show the total value in the widget." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20413 }, "name": "hideTotal", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#legend_inline Powerpack#legend_inline}", "stability": "stable", "summary": "legend_inline block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20449 }, "name": "legendInline", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionLegendInline" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#legend_table Powerpack#legend_table}", "stability": "stable", "summary": "legend_table block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20455 }, "name": "legendTable", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionLegendTable" } }, { "abstract": true, "docs": { "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#live_span Powerpack#live_span}", "stability": "stable", "summary": "The timeframe to use when displaying the widget." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20419 }, "name": "liveSpan", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#request Powerpack#request}", "stability": "stable", "summary": "request block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20461 }, "name": "request", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequest" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#title Powerpack#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20425 }, "name": "title", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#title_align Powerpack#title_align}", "stability": "stable", "summary": "The alignment of the widget's title. One of `left`, `center`, or `right`. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20431 }, "name": "titleAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#title_size Powerpack#title_size}", "stability": "stable", "summary": "The size of the widget's title. Default is 16." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20437 }, "name": "titleSize", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinition" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionCustomLink": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionCustomLink", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9092 }, "name": "PowerpackWidgetSunburstDefinitionCustomLink", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#is_hidden Powerpack#is_hidden}", "stability": "stable", "summary": "The flag for toggling context menu link visibility." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9098 }, "name": "isHidden", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#label Powerpack#label}", "stability": "stable", "summary": "The label for the custom link URL." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9104 }, "name": "label", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#link Powerpack#link}", "stability": "stable", "summary": "The URL of the custom link." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9110 }, "name": "link", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#override_label Powerpack#override_label}", "stability": "stable", "summary": "The label ID that refers to a context menu link item." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9116 }, "name": "overrideLabel", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionCustomLink" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionCustomLinkList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionCustomLinkList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9304 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9296 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9311 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionCustomLinkOutputReference" } } } ], "name": "PowerpackWidgetSunburstDefinitionCustomLinkList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9304 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9304 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9304 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9297 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionCustomLink" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionCustomLinkList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionCustomLinkOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionCustomLinkOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9179 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9169 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9239 }, "name": "resetIsHidden" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9255 }, "name": "resetLabel" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9271 }, "name": "resetLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9287 }, "name": "resetOverrideLabel" } ], "name": "PowerpackWidgetSunburstDefinitionCustomLinkOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9243 }, "name": "isHiddenInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9259 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9275 }, "name": "linkInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9291 }, "name": "overrideLabelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9233 }, "name": "isHidden", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9249 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9265 }, "name": "link", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9281 }, "name": "overrideLabel", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9183 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionCustomLink" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionCustomLinkOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionLegendInline": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionLegendInline", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9315 }, "name": "PowerpackWidgetSunburstDefinitionLegendInline", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#type Powerpack#type}", "stability": "stable", "summary": "The type of legend (inline or automatic). Valid values are `inline`, `automatic`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9333 }, "name": "type", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#hide_percent Powerpack#hide_percent}", "stability": "stable", "summary": "Whether to hide the percentages of the groups." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9321 }, "name": "hidePercent", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#hide_value Powerpack#hide_value}", "stability": "stable", "summary": "Whether to hide the values of the groups." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9327 }, "name": "hideValue", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionLegendInline" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionLegendInlineOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionLegendInlineOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9386 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9379 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9431 }, "name": "resetHidePercent" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9447 }, "name": "resetHideValue" } ], "name": "PowerpackWidgetSunburstDefinitionLegendInlineOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9435 }, "name": "hidePercentInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9451 }, "name": "hideValueInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9464 }, "name": "typeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9425 }, "name": "hidePercent", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9441 }, "name": "hideValue", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9457 }, "name": "type", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9390 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionLegendInline" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionLegendInlineOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionLegendTable": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionLegendTable", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9468 }, "name": "PowerpackWidgetSunburstDefinitionLegendTable", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#type Powerpack#type}", "stability": "stable", "summary": "The type of legend (table or none). Valid values are `table`, `none`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9474 }, "name": "type", "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionLegendTable" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionLegendTableOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionLegendTableOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9513 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9506 }, "name": "PowerpackWidgetSunburstDefinitionLegendTableOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9547 }, "name": "typeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9540 }, "name": "type", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9517 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionLegendTable" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionLegendTableOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20556 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20549 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20714 }, "name": "putCustomLink", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionCustomLink" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20730 }, "name": "putLegendInline", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionLegendInline" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20746 }, "name": "putLegendTable", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionLegendTable" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20762 }, "name": "putRequest", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequest" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20717 }, "name": "resetCustomLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20637 }, "name": "resetHideTotal" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20733 }, "name": "resetLegendInline" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20749 }, "name": "resetLegendTable" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20653 }, "name": "resetLiveSpan" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20765 }, "name": "resetRequest" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20669 }, "name": "resetTitle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20685 }, "name": "resetTitleAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20701 }, "name": "resetTitleSize" } ], "name": "PowerpackWidgetSunburstDefinitionOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20711 }, "name": "customLink", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionCustomLinkList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20727 }, "name": "legendInline", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionLegendInlineOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20743 }, "name": "legendTable", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionLegendTableOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20759 }, "name": "request", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20721 }, "name": "customLinkInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20641 }, "name": "hideTotalInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20737 }, "name": "legendInlineInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionLegendInline" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20753 }, "name": "legendTableInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionLegendTable" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20657 }, "name": "liveSpanInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20769 }, "name": "requestInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequest" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20689 }, "name": "titleAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20673 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20705 }, "name": "titleSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20631 }, "name": "hideTotal", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20647 }, "name": "liveSpan", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20663 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20679 }, "name": "titleAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20695 }, "name": "titleSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20560 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinition" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequest": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequest", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19939 }, "name": "PowerpackWidgetSunburstDefinitionRequest", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#apm_query Powerpack#apm_query}", "stability": "stable", "summary": "apm_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19951 }, "name": "apmQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#audit_query Powerpack#audit_query}", "stability": "stable", "summary": "audit_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19957 }, "name": "auditQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#formula Powerpack#formula}", "stability": "stable", "summary": "formula block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19963 }, "name": "formula", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormula" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#log_query Powerpack#log_query}", "stability": "stable", "summary": "log_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19969 }, "name": "logQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#network_query Powerpack#network_query}", "stability": "stable", "summary": "network_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19975 }, "name": "networkQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#process_query Powerpack#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19981 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#q Powerpack#q}", "stability": "stable", "summary": "The metric query to use for this widget." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19945 }, "name": "q", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#query Powerpack#query}", "stability": "stable", "summary": "query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19987 }, "name": "query", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQuery" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#rum_query Powerpack#rum_query}", "stability": "stable", "summary": "rum_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19993 }, "name": "rumQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#security_query Powerpack#security_query}", "stability": "stable", "summary": "security_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19999 }, "name": "securityQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#style Powerpack#style}", "stability": "stable", "summary": "style block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20005 }, "name": "style", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestStyle" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequest" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10227 }, "name": "PowerpackWidgetSunburstDefinitionRequestApmQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#index Powerpack#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10233 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#compute_query Powerpack#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10245 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#group_by Powerpack#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10251 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10257 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#search_query Powerpack#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10239 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestApmQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9551 }, "name": "PowerpackWidgetSunburstDefinitionRequestApmQueryComputeQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9557 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9563 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9569 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestApmQueryComputeQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9622 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9615 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9680 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9696 }, "name": "resetInterval" } ], "name": "PowerpackWidgetSunburstDefinitionRequestApmQueryComputeQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9668 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9684 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9700 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9661 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9674 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9690 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9626 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQueryComputeQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestApmQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9854 }, "name": "PowerpackWidgetSunburstDefinitionRequestApmQueryGroupBy", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9860 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9866 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#sort_query Powerpack#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9872 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestApmQueryGroupBy" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.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" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10023 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10038 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQueryGroupByOutputReference" } } } ], "name": "PowerpackWidgetSunburstDefinitionRequestApmQueryGroupByList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10031 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10031 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10031 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10024 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestApmQueryGroupByList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9928 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9918 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10011 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9982 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9998 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10014 }, "name": "resetSortQuery" } ], "name": "PowerpackWidgetSunburstDefinitionRequestApmQueryGroupByOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10008 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9986 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10002 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10018 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9976 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9992 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9932 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQueryGroupBy" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestApmQueryGroupByOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9704 }, "name": "PowerpackWidgetSunburstDefinitionRequestApmQueryGroupBySortQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9710 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#order Powerpack#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9722 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9716 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestApmQueryGroupBySortQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9775 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9768 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9833 }, "name": "resetFacet" } ], "name": "PowerpackWidgetSunburstDefinitionRequestApmQueryGroupBySortQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9821 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9837 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9850 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9814 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9827 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9843 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 9779 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestApmQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10042 }, "name": "PowerpackWidgetSunburstDefinitionRequestApmQueryMultiCompute", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10048 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10054 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10060 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestApmQueryMultiCompute" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10216 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10208 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10223 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQueryMultiComputeOutputReference" } } } ], "name": "PowerpackWidgetSunburstDefinitionRequestApmQueryMultiComputeList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10216 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10216 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10216 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10209 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestApmQueryMultiComputeList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10116 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10106 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10183 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10199 }, "name": "resetInterval" } ], "name": "PowerpackWidgetSunburstDefinitionRequestApmQueryMultiComputeOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10171 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10187 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10203 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10164 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10177 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10193 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10120 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQueryMultiCompute" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestApmQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10324 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10317 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10407 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10423 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10439 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10410 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10426 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10442 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10394 }, "name": "resetSearchQuery" } ], "name": "PowerpackWidgetSunburstDefinitionRequestApmQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10404 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10420 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10436 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10414 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10430 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10382 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10446 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10398 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10375 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10388 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10328 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestApmQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11126 }, "name": "PowerpackWidgetSunburstDefinitionRequestAuditQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#index Powerpack#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11132 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#compute_query Powerpack#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11144 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#group_by Powerpack#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11150 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11156 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#search_query Powerpack#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11138 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestAuditQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10450 }, "name": "PowerpackWidgetSunburstDefinitionRequestAuditQueryComputeQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10456 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10462 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10468 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestAuditQueryComputeQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10521 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10514 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10579 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10595 }, "name": "resetInterval" } ], "name": "PowerpackWidgetSunburstDefinitionRequestAuditQueryComputeQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10567 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10583 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10599 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10560 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10573 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10589 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10525 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQueryComputeQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestAuditQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10753 }, "name": "PowerpackWidgetSunburstDefinitionRequestAuditQueryGroupBy", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10759 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10765 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#sort_query Powerpack#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10771 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestAuditQueryGroupBy" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10930 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10922 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10937 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQueryGroupByOutputReference" } } } ], "name": "PowerpackWidgetSunburstDefinitionRequestAuditQueryGroupByList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10930 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10930 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10930 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10923 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestAuditQueryGroupByList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10827 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10817 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10910 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10881 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10897 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10913 }, "name": "resetSortQuery" } ], "name": "PowerpackWidgetSunburstDefinitionRequestAuditQueryGroupByOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10907 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10885 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10901 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10917 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10875 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10891 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10831 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQueryGroupBy" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestAuditQueryGroupByOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10603 }, "name": "PowerpackWidgetSunburstDefinitionRequestAuditQueryGroupBySortQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10609 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#order Powerpack#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10621 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10615 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestAuditQueryGroupBySortQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10674 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10667 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10732 }, "name": "resetFacet" } ], "name": "PowerpackWidgetSunburstDefinitionRequestAuditQueryGroupBySortQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10720 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10736 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10749 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10713 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10726 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10742 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10678 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestAuditQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10941 }, "name": "PowerpackWidgetSunburstDefinitionRequestAuditQueryMultiCompute", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10947 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10953 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 10959 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestAuditQueryMultiCompute" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11115 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11107 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11122 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQueryMultiComputeOutputReference" } } } ], "name": "PowerpackWidgetSunburstDefinitionRequestAuditQueryMultiComputeList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11115 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11115 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11115 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11108 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestAuditQueryMultiComputeList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11015 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11005 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11082 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11098 }, "name": "resetInterval" } ], "name": "PowerpackWidgetSunburstDefinitionRequestAuditQueryMultiComputeOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11070 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11086 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11102 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11063 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11076 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11092 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11019 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQueryMultiCompute" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestAuditQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11223 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11216 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11306 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11322 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11338 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11309 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11325 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11341 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11293 }, "name": "resetSearchQuery" } ], "name": "PowerpackWidgetSunburstDefinitionRequestAuditQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11303 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11319 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11335 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11313 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11329 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11281 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11345 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11297 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11274 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11287 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11227 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestAuditQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormula": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormula", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12501 }, "name": "PowerpackWidgetSunburstDefinitionRequestFormula", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#formula_expression Powerpack#formula_expression}", "stability": "stable", "summary": "A string expression built from queries, formulas, and functions." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12519 }, "name": "formulaExpression", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#alias Powerpack#alias}", "stability": "stable", "summary": "An expression alias." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12507 }, "name": "alias", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#cell_display_mode Powerpack#cell_display_mode}", "stability": "stable", "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12513 }, "name": "cellDisplayMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#conditional_formats Powerpack#conditional_formats}", "stability": "stable", "summary": "conditional_formats block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12525 }, "name": "conditionalFormats", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "limit block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12531 }, "name": "limit", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaLimit" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#number_format Powerpack#number_format}", "stability": "stable", "summary": "number_format block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12537 }, "name": "numberFormat", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormat" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#style Powerpack#style}", "stability": "stable", "summary": "style block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12543 }, "name": "style", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaStyle" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestFormula" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaConditionalFormats": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaConditionalFormats", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11349 }, "name": "PowerpackWidgetSunburstDefinitionRequestFormulaConditionalFormats", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#comparator Powerpack#comparator}", "stability": "stable", "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11355 }, "name": "comparator", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#palette Powerpack#palette}", "stability": "stable", "summary": "The color palette to apply." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11391 }, "name": "palette", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#value Powerpack#value}", "stability": "stable", "summary": "A value for the comparator." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11403 }, "name": "value", "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#custom_bg_color Powerpack#custom_bg_color}", "stability": "stable", "summary": "The color palette to apply to the background, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11361 }, "name": "customBgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#custom_fg_color Powerpack#custom_fg_color}", "stability": "stable", "summary": "The color palette to apply to the foreground, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11367 }, "name": "customFgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#hide_value Powerpack#hide_value}", "stability": "stable", "summary": "Setting this to True hides values." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11373 }, "name": "hideValue", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#image_url Powerpack#image_url}", "stability": "stable", "summary": "Displays an image as the background." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11379 }, "name": "imageUrl", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#metric Powerpack#metric}", "stability": "stable", "summary": "The metric from the request to correlate with this conditional format." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11385 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#timeframe Powerpack#timeframe}", "stability": "stable", "summary": "Defines the displayed timeframe." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11397 }, "name": "timeframe", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestFormulaConditionalFormats" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaConditionalFormatsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaConditionalFormatsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11727 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11719 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11734 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaConditionalFormatsOutputReference" } } } ], "name": "PowerpackWidgetSunburstDefinitionRequestFormulaConditionalFormatsList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11727 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11727 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11727 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11720 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestFormulaConditionalFormatsList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaConditionalFormatsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaConditionalFormatsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11501 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11491 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11604 }, "name": "resetCustomBgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11620 }, "name": "resetCustomFgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11636 }, "name": "resetHideValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11652 }, "name": "resetImageUrl" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11668 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11697 }, "name": "resetTimeframe" } ], "name": "PowerpackWidgetSunburstDefinitionRequestFormulaConditionalFormatsOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11592 }, "name": "comparatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11608 }, "name": "customBgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11624 }, "name": "customFgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11640 }, "name": "hideValueInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11656 }, "name": "imageUrlInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11672 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11685 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11701 }, "name": "timeframeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11714 }, "name": "valueInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11585 }, "name": "comparator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11598 }, "name": "customBgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11614 }, "name": "customFgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11630 }, "name": "hideValue", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11646 }, "name": "imageUrl", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11662 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11678 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11691 }, "name": "timeframe", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11707 }, "name": "value", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11505 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaConditionalFormats" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestFormulaConditionalFormatsOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaLimit": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaLimit", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11738 }, "name": "PowerpackWidgetSunburstDefinitionRequestFormulaLimit", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#count Powerpack#count}", "stability": "stable", "summary": "The number of results to return." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11744 }, "name": "count", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#order Powerpack#order}", "stability": "stable", "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11750 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestFormulaLimit" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaLimitOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaLimitOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11796 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11789 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11835 }, "name": "resetCount" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11851 }, "name": "resetOrder" } ], "name": "PowerpackWidgetSunburstDefinitionRequestFormulaLimitOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11839 }, "name": "countInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11855 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11829 }, "name": "count", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11845 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11800 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaLimit" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestFormulaLimitOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12815 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12807 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12822 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaOutputReference" } } } ], "name": "PowerpackWidgetSunburstDefinitionRequestFormulaList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12815 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12815 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12815 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12808 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormula" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestFormulaList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormat": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormat", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12262 }, "name": "PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormat", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#unit Powerpack#unit}", "stability": "stable", "summary": "unit block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12268 }, "name": "unit", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnit" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#unit_scale Powerpack#unit_scale}", "stability": "stable", "summary": "unit_scale block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12274 }, "name": "unitScale", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScale" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormat" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12320 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12313 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12356 }, "name": "putUnit", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnit" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12369 }, "name": "putUnitScale", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScale" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12372 }, "name": "resetUnitScale" } ], "name": "PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12353 }, "name": "unit", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnitOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12366 }, "name": "unitScale", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScaleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12360 }, "name": "unitInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnit" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12376 }, "name": "unitScaleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScale" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12324 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormat" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnit": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnit", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12060 }, "name": "PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnit", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#canonical Powerpack#canonical}", "stability": "stable", "summary": "canonical block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12066 }, "name": "canonical", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonical" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#custom Powerpack#custom}", "stability": "stable", "summary": "custom block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12072 }, "name": "custom", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustom" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnit" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonical": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonical", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11859 }, "name": "PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonical", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#unit_name Powerpack#unit_name}", "stability": "stable", "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11871 }, "name": "unitName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#per_unit_name Powerpack#per_unit_name}", "stability": "stable", "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11865 }, "name": "perUnitName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonical" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11917 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11910 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11956 }, "name": "resetPerUnitName" } ], "name": "PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11960 }, "name": "perUnitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11973 }, "name": "unitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11950 }, "name": "perUnitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11966 }, "name": "unitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11921 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonical" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustom": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustom", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11977 }, "name": "PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustom", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#label Powerpack#label}", "stability": "stable", "summary": "Unit label." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 11983 }, "name": "label", "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustom" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustomOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12022 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12015 }, "name": "PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustomOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12056 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12049 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12026 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustom" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustomOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnitOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnitOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12118 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12111 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12154 }, "name": "putCanonical", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonical" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12170 }, "name": "putCustom", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustom" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12157 }, "name": "resetCanonical" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12173 }, "name": "resetCustom" } ], "name": "PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnitOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12151 }, "name": "canonical", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12167 }, "name": "custom", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustomOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12161 }, "name": "canonicalInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonical" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12177 }, "name": "customInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustom" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12122 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnit" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnitOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScale": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScale", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12181 }, "name": "PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScale", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#unit_name Powerpack#unit_name}." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12185 }, "name": "unitName", "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScale" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScaleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12224 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12217 }, "name": "PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScaleOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12258 }, "name": "unitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12251 }, "name": "unitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12228 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScale" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScaleOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12627 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12617 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12747 }, "name": "putConditionalFormats", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12763 }, "name": "putLimit", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaLimit" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12779 }, "name": "putNumberFormat", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormat" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12795 }, "name": "putStyle", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaStyle" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12705 }, "name": "resetAlias" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12721 }, "name": "resetCellDisplayMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12750 }, "name": "resetConditionalFormats" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12766 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12782 }, "name": "resetNumberFormat" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12798 }, "name": "resetStyle" } ], "name": "PowerpackWidgetSunburstDefinitionRequestFormulaOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12744 }, "name": "conditionalFormats", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaConditionalFormatsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12760 }, "name": "limit", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaLimitOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12776 }, "name": "numberFormat", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12792 }, "name": "style", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaStyleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12709 }, "name": "aliasInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12725 }, "name": "cellDisplayModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12754 }, "name": "conditionalFormatsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12738 }, "name": "formulaExpressionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12770 }, "name": "limitInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaLimit" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12786 }, "name": "numberFormatInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormat" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12802 }, "name": "styleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaStyle" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12699 }, "name": "alias", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12715 }, "name": "cellDisplayMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12731 }, "name": "formulaExpression", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12631 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormula" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestFormulaOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaStyle": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaStyle", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12380 }, "name": "PowerpackWidgetSunburstDefinitionRequestFormulaStyle", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#palette Powerpack#palette}", "stability": "stable", "summary": "The color palette used to display the formula." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12386 }, "name": "palette", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#palette_index Powerpack#palette_index}", "stability": "stable", "summary": "Index specifying which color to use within the palette." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12392 }, "name": "paletteIndex", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestFormulaStyle" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaStyleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaStyleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12438 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12431 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12477 }, "name": "resetPalette" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12493 }, "name": "resetPaletteIndex" } ], "name": "PowerpackWidgetSunburstDefinitionRequestFormulaStyleOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12497 }, "name": "paletteIndexInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12481 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12471 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12487 }, "name": "paletteIndex", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12442 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaStyle" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestFormulaStyleOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20396 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20388 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20403 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestOutputReference" } } } ], "name": "PowerpackWidgetSunburstDefinitionRequestList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20396 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20396 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20396 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20389 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequest" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13502 }, "name": "PowerpackWidgetSunburstDefinitionRequestLogQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#index Powerpack#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13508 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#compute_query Powerpack#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13520 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#group_by Powerpack#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13526 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13532 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#search_query Powerpack#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13514 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestLogQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12826 }, "name": "PowerpackWidgetSunburstDefinitionRequestLogQueryComputeQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12832 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12838 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12844 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestLogQueryComputeQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12897 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12890 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12955 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12971 }, "name": "resetInterval" } ], "name": "PowerpackWidgetSunburstDefinitionRequestLogQueryComputeQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12943 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12959 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12975 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12936 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12949 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12965 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12901 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQueryComputeQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestLogQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13129 }, "name": "PowerpackWidgetSunburstDefinitionRequestLogQueryGroupBy", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13135 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13141 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#sort_query Powerpack#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13147 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestLogQueryGroupBy" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13306 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13298 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13313 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQueryGroupByOutputReference" } } } ], "name": "PowerpackWidgetSunburstDefinitionRequestLogQueryGroupByList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13306 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13306 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13306 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13299 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestLogQueryGroupByList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.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/powerpack/index-structs/structs1200.ts", "line": 13193 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13286 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13257 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13273 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13289 }, "name": "resetSortQuery" } ], "name": "PowerpackWidgetSunburstDefinitionRequestLogQueryGroupByOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13283 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13261 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13277 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13293 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13251 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13267 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13207 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQueryGroupBy" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestLogQueryGroupByOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12979 }, "name": "PowerpackWidgetSunburstDefinitionRequestLogQueryGroupBySortQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12985 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#order Powerpack#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12997 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 12991 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestLogQueryGroupBySortQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13050 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13043 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13108 }, "name": "resetFacet" } ], "name": "PowerpackWidgetSunburstDefinitionRequestLogQueryGroupBySortQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13096 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13112 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13125 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13089 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13102 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13118 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13054 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestLogQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13317 }, "name": "PowerpackWidgetSunburstDefinitionRequestLogQueryMultiCompute", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13323 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13329 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13335 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestLogQueryMultiCompute" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13491 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13483 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13498 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQueryMultiComputeOutputReference" } } } ], "name": "PowerpackWidgetSunburstDefinitionRequestLogQueryMultiComputeList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13491 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13491 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13491 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13484 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestLogQueryMultiComputeList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13391 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13381 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13458 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13474 }, "name": "resetInterval" } ], "name": "PowerpackWidgetSunburstDefinitionRequestLogQueryMultiComputeOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13446 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13462 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13478 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13439 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13452 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13468 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13395 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQueryMultiCompute" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestLogQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13599 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13592 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13682 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13698 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13714 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13685 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13701 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13717 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13669 }, "name": "resetSearchQuery" } ], "name": "PowerpackWidgetSunburstDefinitionRequestLogQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13679 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13695 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13711 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13689 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13705 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13657 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13721 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13673 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13650 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13663 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13603 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestLogQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14401 }, "name": "PowerpackWidgetSunburstDefinitionRequestNetworkQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#index Powerpack#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14407 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#compute_query Powerpack#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14419 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#group_by Powerpack#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14425 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14431 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#search_query Powerpack#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14413 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestNetworkQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13725 }, "name": "PowerpackWidgetSunburstDefinitionRequestNetworkQueryComputeQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13731 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13737 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13743 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestNetworkQueryComputeQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13796 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13789 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13854 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13870 }, "name": "resetInterval" } ], "name": "PowerpackWidgetSunburstDefinitionRequestNetworkQueryComputeQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13842 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13858 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13874 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13835 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13848 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13864 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13800 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQueryComputeQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestNetworkQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14028 }, "name": "PowerpackWidgetSunburstDefinitionRequestNetworkQueryGroupBy", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14034 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14040 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#sort_query Powerpack#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14046 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestNetworkQueryGroupBy" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14205 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14197 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14212 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQueryGroupByOutputReference" } } } ], "name": "PowerpackWidgetSunburstDefinitionRequestNetworkQueryGroupByList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14205 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14205 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14205 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14198 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestNetworkQueryGroupByList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14102 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14092 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14185 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14156 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14172 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14188 }, "name": "resetSortQuery" } ], "name": "PowerpackWidgetSunburstDefinitionRequestNetworkQueryGroupByOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14182 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14160 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14176 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14192 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14150 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14166 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14106 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQueryGroupBy" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestNetworkQueryGroupByOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13878 }, "name": "PowerpackWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13884 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#order Powerpack#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13896 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13890 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13949 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13942 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14007 }, "name": "resetFacet" } ], "name": "PowerpackWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13995 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14011 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14024 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13988 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14001 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14017 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 13953 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14216 }, "name": "PowerpackWidgetSunburstDefinitionRequestNetworkQueryMultiCompute", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14222 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14228 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14234 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestNetworkQueryMultiCompute" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14390 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14382 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14397 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQueryMultiComputeOutputReference" } } } ], "name": "PowerpackWidgetSunburstDefinitionRequestNetworkQueryMultiComputeList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14390 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14390 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14390 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14383 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestNetworkQueryMultiComputeList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14290 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14280 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14357 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14373 }, "name": "resetInterval" } ], "name": "PowerpackWidgetSunburstDefinitionRequestNetworkQueryMultiComputeOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14345 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14361 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14377 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14338 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14351 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14367 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14294 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQueryMultiCompute" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestNetworkQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14498 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14491 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14581 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14597 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14613 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14584 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14600 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14616 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14568 }, "name": "resetSearchQuery" } ], "name": "PowerpackWidgetSunburstDefinitionRequestNetworkQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14578 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14594 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14610 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14588 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14604 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14556 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14620 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14572 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14549 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14562 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14502 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestNetworkQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20117 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20107 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20232 }, "name": "putApmQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20248 }, "name": "putAuditQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20264 }, "name": "putFormula", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormula" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20280 }, "name": "putLogQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20296 }, "name": "putNetworkQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20312 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20328 }, "name": "putQuery", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQuery" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20344 }, "name": "putRumQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20360 }, "name": "putSecurityQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20376 }, "name": "putStyle", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestStyle" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20235 }, "name": "resetApmQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20251 }, "name": "resetAuditQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20267 }, "name": "resetFormula" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20283 }, "name": "resetLogQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20299 }, "name": "resetNetworkQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20315 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20219 }, "name": "resetQ" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20331 }, "name": "resetQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20347 }, "name": "resetRumQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20363 }, "name": "resetSecurityQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20379 }, "name": "resetStyle" } ], "name": "PowerpackWidgetSunburstDefinitionRequestOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20229 }, "name": "apmQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20245 }, "name": "auditQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20261 }, "name": "formula", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20277 }, "name": "logQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20293 }, "name": "networkQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20309 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20325 }, "name": "query", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20341 }, "name": "rumQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20357 }, "name": "securityQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20373 }, "name": "style", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestStyleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20239 }, "name": "apmQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20255 }, "name": "auditQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20271 }, "name": "formulaInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormula" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20287 }, "name": "logQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20303 }, "name": "networkQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20319 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20223 }, "name": "qInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20335 }, "name": "queryInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQuery" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20351 }, "name": "rumQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20367 }, "name": "securityQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20383 }, "name": "styleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestStyle" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20213 }, "name": "q", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20121 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequest" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14624 }, "name": "PowerpackWidgetSunburstDefinitionRequestProcessQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#metric Powerpack#metric}", "stability": "stable", "summary": "Your chosen metric." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14642 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#filter_by Powerpack#filter_by}", "stability": "stable", "summary": "A list of processes." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14630 }, "name": "filterBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "The max number of items in the filter list." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14636 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#search_by Powerpack#search_by}", "stability": "stable", "summary": "Your chosen search term." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14648 }, "name": "searchBy", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestProcessQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14708 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14701 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14759 }, "name": "resetFilterBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14775 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14804 }, "name": "resetSearchBy" } ], "name": "PowerpackWidgetSunburstDefinitionRequestProcessQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14763 }, "name": "filterByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14779 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14792 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14808 }, "name": "searchByInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14753 }, "name": "filterBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14769 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14785 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14798 }, "name": "searchBy", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14712 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestProcessQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestProcessQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17727 }, "name": "PowerpackWidgetSunburstDefinitionRequestQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#apm_dependency_stats_query Powerpack#apm_dependency_stats_query}", "stability": "stable", "summary": "apm_dependency_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17733 }, "name": "apmDependencyStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryApmDependencyStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#apm_resource_stats_query Powerpack#apm_resource_stats_query}", "stability": "stable", "summary": "apm_resource_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17739 }, "name": "apmResourceStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryApmResourceStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#cloud_cost_query Powerpack#cloud_cost_query}", "stability": "stable", "summary": "cloud_cost_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17745 }, "name": "cloudCostQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryCloudCostQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#event_query Powerpack#event_query}", "stability": "stable", "summary": "event_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17751 }, "name": "eventQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#metric_query Powerpack#metric_query}", "stability": "stable", "summary": "metric_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17757 }, "name": "metricQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryMetricQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#process_query Powerpack#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17763 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#slo_query Powerpack#slo_query}", "stability": "stable", "summary": "slo_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17769 }, "name": "sloQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQuerySloQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryApmDependencyStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryApmDependencyStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14812 }, "name": "PowerpackWidgetSunburstDefinitionRequestQueryApmDependencyStatsQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#data_source Powerpack#data_source}", "stability": "stable", "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14824 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#env Powerpack#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14830 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#name Powerpack#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14842 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#operation_name Powerpack#operation_name}", "stability": "stable", "summary": "Name of operation on service." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14848 }, "name": "operationName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#resource_name Powerpack#resource_name}", "stability": "stable", "summary": "APM resource." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14866 }, "name": "resourceName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#service Powerpack#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14872 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#stat Powerpack#stat}", "stability": "stable", "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14878 }, "name": "stat", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14818 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#is_upstream Powerpack#is_upstream}", "stability": "stable", "summary": "Determines whether stats for upstream or downstream dependencies should be queried." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14836 }, "name": "isUpstream", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#primary_tag_name Powerpack#primary_tag_name}", "stability": "stable", "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14854 }, "name": "primaryTagName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#primary_tag_value Powerpack#primary_tag_value}", "stability": "stable", "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14860 }, "name": "primaryTagValue", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestQueryApmDependencyStatsQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryApmDependencyStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryApmDependencyStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14987 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14980 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15080 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15122 }, "name": "resetIsUpstream" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15164 }, "name": "resetPrimaryTagName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15180 }, "name": "resetPrimaryTagValue" } ], "name": "PowerpackWidgetSunburstDefinitionRequestQueryApmDependencyStatsQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15084 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15097 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15110 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15126 }, "name": "isUpstreamInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15139 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15152 }, "name": "operationNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15168 }, "name": "primaryTagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15184 }, "name": "primaryTagValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15197 }, "name": "resourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15210 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15223 }, "name": "statInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15074 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15090 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15103 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15116 }, "name": "isUpstream", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15132 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15145 }, "name": "operationName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15158 }, "name": "primaryTagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15174 }, "name": "primaryTagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15190 }, "name": "resourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15203 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15216 }, "name": "stat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 14991 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryApmDependencyStatsQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestQueryApmDependencyStatsQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryApmResourceStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryApmResourceStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15227 }, "name": "PowerpackWidgetSunburstDefinitionRequestQueryApmResourceStatsQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#data_source Powerpack#data_source}", "stability": "stable", "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15239 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#env Powerpack#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15245 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#name Powerpack#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15257 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#service Powerpack#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15287 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#stat Powerpack#stat}", "stability": "stable", "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15293 }, "name": "stat", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15233 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#group_by Powerpack#group_by}", "stability": "stable", "summary": "Array of fields to group results by." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15251 }, "name": "groupBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#operation_name Powerpack#operation_name}", "stability": "stable", "summary": "Name of operation on service." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15263 }, "name": "operationName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#primary_tag_name Powerpack#primary_tag_name}", "stability": "stable", "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15269 }, "name": "primaryTagName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#primary_tag_value Powerpack#primary_tag_value}", "stability": "stable", "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15275 }, "name": "primaryTagValue", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#resource_name Powerpack#resource_name}", "stability": "stable", "summary": "APM resource." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15281 }, "name": "resourceName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestQueryApmResourceStatsQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryApmResourceStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryApmResourceStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15402 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15395 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15495 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15537 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15566 }, "name": "resetOperationName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15582 }, "name": "resetPrimaryTagName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15598 }, "name": "resetPrimaryTagValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15614 }, "name": "resetResourceName" } ], "name": "PowerpackWidgetSunburstDefinitionRequestQueryApmResourceStatsQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15499 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15512 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15525 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15541 }, "name": "groupByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15554 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15570 }, "name": "operationNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15586 }, "name": "primaryTagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15602 }, "name": "primaryTagValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15618 }, "name": "resourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15631 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15644 }, "name": "statInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15489 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15505 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15518 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15531 }, "name": "groupBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15547 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15560 }, "name": "operationName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15576 }, "name": "primaryTagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15592 }, "name": "primaryTagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15608 }, "name": "resourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15624 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15637 }, "name": "stat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15406 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryApmResourceStatsQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestQueryApmResourceStatsQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryCloudCostQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryCloudCostQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15648 }, "name": "PowerpackWidgetSunburstDefinitionRequestQueryCloudCostQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#data_source Powerpack#data_source}", "stability": "stable", "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15666 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#name Powerpack#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15672 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#query Powerpack#query}", "stability": "stable", "summary": "The cloud cost query definition." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15678 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregator Powerpack#aggregator}", "stability": "stable", "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15654 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15660 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestQueryCloudCostQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryCloudCostQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryCloudCostQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15745 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15738 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15802 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15818 }, "name": "resetCrossOrgUuids" } ], "name": "PowerpackWidgetSunburstDefinitionRequestQueryCloudCostQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15806 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15822 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15835 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15848 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15861 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15796 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15812 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15828 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15841 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15854 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15749 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryCloudCostQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestQueryCloudCostQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16471 }, "name": "PowerpackWidgetSunburstDefinitionRequestQueryEventQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#compute Powerpack#compute}", "stability": "stable", "summary": "compute block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16507 }, "name": "compute", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#data_source Powerpack#data_source}", "stability": "stable", "summary": "The data source for event platform-based queries." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16483 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#name Powerpack#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16495 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16477 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#group_by Powerpack#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16513 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#indexes Powerpack#indexes}", "stability": "stable", "summary": "An array of index names to query in the stream." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16489 }, "name": "indexes", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#search Powerpack#search}", "stability": "stable", "summary": "search block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16519 }, "name": "search", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQuerySearch" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#storage Powerpack#storage}", "stability": "stable", "summary": "Storage location (private beta)." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16501 }, "name": "storage", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestQueryEventQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQueryCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQueryCompute", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15865 }, "name": "PowerpackWidgetSunburstDefinitionRequestQueryEventQueryCompute", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation methods for event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15871 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "A time interval in milliseconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15877 }, "name": "interval", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#metric Powerpack#metric}", "stability": "stable", "summary": "The measurable attribute to compute." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15883 }, "name": "metric", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestQueryEventQueryCompute" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQueryComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQueryComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16039 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16031 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16046 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQueryComputeOutputReference" } } } ], "name": "PowerpackWidgetSunburstDefinitionRequestQueryEventQueryComputeList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16039 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16039 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16039 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16032 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestQueryEventQueryComputeList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQueryComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQueryComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15939 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15929 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16006 }, "name": "resetInterval" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16022 }, "name": "resetMetric" } ], "name": "PowerpackWidgetSunburstDefinitionRequestQueryEventQueryComputeOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15994 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16010 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16026 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15987 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16000 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16016 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 15943 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQueryCompute" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestQueryEventQueryComputeOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16203 }, "name": "PowerpackWidgetSunburstDefinitionRequestQueryEventQueryGroupBy", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The event facet." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16209 }, "name": "facet", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "The number of groups to return." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16215 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#sort Powerpack#sort}", "stability": "stable", "summary": "sort block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16221 }, "name": "sort", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQueryGroupBySort" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestQueryEventQueryGroupBy" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16377 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16369 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16384 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQueryGroupByOutputReference" } } } ], "name": "PowerpackWidgetSunburstDefinitionRequestQueryEventQueryGroupByList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16377 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16377 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16377 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16370 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestQueryEventQueryGroupByList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16277 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16267 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16357 }, "name": "putSort", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQueryGroupBySort" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16344 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16360 }, "name": "resetSort" } ], "name": "PowerpackWidgetSunburstDefinitionRequestQueryEventQueryGroupByOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16354 }, "name": "sort", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQueryGroupBySortOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16332 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16348 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16364 }, "name": "sortInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQueryGroupBySort" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16325 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16338 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16281 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQueryGroupBy" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestQueryEventQueryGroupByOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQueryGroupBySort": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQueryGroupBySort", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16050 }, "name": "PowerpackWidgetSunburstDefinitionRequestQueryEventQueryGroupBySort", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation methods for the event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16056 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#metric Powerpack#metric}", "stability": "stable", "summary": "The metric used for sorting group by results." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16062 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#order Powerpack#order}", "stability": "stable", "summary": "Direction of sort. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16068 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestQueryEventQueryGroupBySort" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQueryGroupBySortOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQueryGroupBySortOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16121 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16114 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16179 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16195 }, "name": "resetOrder" } ], "name": "PowerpackWidgetSunburstDefinitionRequestQueryEventQueryGroupBySortOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16167 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16183 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16199 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16160 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16173 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16189 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16125 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQueryGroupBySort" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestQueryEventQueryGroupBySortOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16607 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16600 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16753 }, "name": "putCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16766 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16782 }, "name": "putSearch", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQuerySearch" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16682 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16769 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16711 }, "name": "resetIndexes" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16785 }, "name": "resetSearch" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16740 }, "name": "resetStorage" } ], "name": "PowerpackWidgetSunburstDefinitionRequestQueryEventQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16750 }, "name": "compute", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQueryComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16763 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16779 }, "name": "search", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQuerySearchOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16757 }, "name": "computeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16686 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16699 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16773 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16715 }, "name": "indexesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16728 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16789 }, "name": "searchInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQuerySearch" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16744 }, "name": "storageInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16676 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16692 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16705 }, "name": "indexes", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16721 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16734 }, "name": "storage", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16611 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestQueryEventQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQuerySearch": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQuerySearch", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16388 }, "name": "PowerpackWidgetSunburstDefinitionRequestQueryEventQuerySearch", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#query Powerpack#query}", "stability": "stable", "summary": "The events search string." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16394 }, "name": "query", "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestQueryEventQuerySearch" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQuerySearchOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQuerySearchOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16433 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16426 }, "name": "PowerpackWidgetSunburstDefinitionRequestQueryEventQuerySearchOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16467 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16460 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16437 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQuerySearch" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestQueryEventQuerySearchOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18044 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18036 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18051 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryOutputReference" } } } ], "name": "PowerpackWidgetSunburstDefinitionRequestQueryList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18044 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18044 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18044 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18037 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQuery" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestQueryList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryMetricQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryMetricQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16793 }, "name": "PowerpackWidgetSunburstDefinitionRequestQueryMetricQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#name Powerpack#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16817 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#query Powerpack#query}", "stability": "stable", "summary": "The metrics query definition." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16823 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregator Powerpack#aggregator}", "stability": "stable", "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16799 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16805 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#data_source Powerpack#data_source}", "stability": "stable", "summary": "The data source for metrics queries. Defaults to `\"metrics\"`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16811 }, "name": "dataSource", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestQueryMetricQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryMetricQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryMetricQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16890 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16883 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16947 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16963 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16979 }, "name": "resetDataSource" } ], "name": "PowerpackWidgetSunburstDefinitionRequestQueryMetricQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16951 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16967 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16983 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16996 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17009 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16941 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16957 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16973 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16989 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17002 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 16894 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryMetricQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestQueryMetricQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17853 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17843 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17928 }, "name": "putApmDependencyStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryApmDependencyStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17944 }, "name": "putApmResourceStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryApmResourceStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17960 }, "name": "putCloudCostQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryCloudCostQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17976 }, "name": "putEventQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17992 }, "name": "putMetricQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryMetricQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18008 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18024 }, "name": "putSloQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQuerySloQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17931 }, "name": "resetApmDependencyStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17947 }, "name": "resetApmResourceStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17963 }, "name": "resetCloudCostQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17979 }, "name": "resetEventQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17995 }, "name": "resetMetricQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18011 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18027 }, "name": "resetSloQuery" } ], "name": "PowerpackWidgetSunburstDefinitionRequestQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17925 }, "name": "apmDependencyStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryApmDependencyStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17941 }, "name": "apmResourceStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryApmResourceStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17957 }, "name": "cloudCostQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryCloudCostQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17973 }, "name": "eventQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17989 }, "name": "metricQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryMetricQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18005 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18021 }, "name": "sloQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQuerySloQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17935 }, "name": "apmDependencyStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryApmDependencyStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17951 }, "name": "apmResourceStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryApmResourceStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17967 }, "name": "cloudCostQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryCloudCostQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17983 }, "name": "eventQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17999 }, "name": "metricQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryMetricQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18015 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18031 }, "name": "sloQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQuerySloQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17857 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQuery" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17013 }, "name": "PowerpackWidgetSunburstDefinitionRequestQueryProcessQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#data_source Powerpack#data_source}", "stability": "stable", "summary": "The data source for process queries. Valid values are `process`, `container`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17031 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#metric Powerpack#metric}", "stability": "stable", "summary": "The process metric name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17049 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#name Powerpack#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17055 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregator Powerpack#aggregator}", "stability": "stable", "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17019 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17025 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#is_normalized_cpu Powerpack#is_normalized_cpu}", "stability": "stable", "summary": "Whether to normalize the CPU percentages." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17037 }, "name": "isNormalizedCpu", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "The number of hits to return." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17043 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#sort Powerpack#sort}", "stability": "stable", "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17061 }, "name": "sort", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#tag_filters Powerpack#tag_filters}", "stability": "stable", "summary": "An array of tags to filter by." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17067 }, "name": "tagFilters", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#text_filter Powerpack#text_filter}", "stability": "stable", "summary": "The text to use as a filter." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17073 }, "name": "textFilter", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestQueryProcessQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17175 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17168 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17262 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17278 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17307 }, "name": "resetIsNormalizedCpu" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17323 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17365 }, "name": "resetSort" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17381 }, "name": "resetTagFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17397 }, "name": "resetTextFilter" } ], "name": "PowerpackWidgetSunburstDefinitionRequestQueryProcessQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17266 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17282 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17295 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17311 }, "name": "isNormalizedCpuInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17327 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17340 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17353 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17369 }, "name": "sortInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17385 }, "name": "tagFiltersInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17401 }, "name": "textFilterInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17256 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17272 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17288 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17301 }, "name": "isNormalizedCpu", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17317 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17333 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17346 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17359 }, "name": "sort", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17375 }, "name": "tagFilters", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17391 }, "name": "textFilter", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17179 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryProcessQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestQueryProcessQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQuerySloQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQuerySloQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17405 }, "name": "PowerpackWidgetSunburstDefinitionRequestQuerySloQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#data_source Powerpack#data_source}", "stability": "stable", "summary": "The data source for SLO queries. Valid values are `slo`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17423 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#measure Powerpack#measure}", "stability": "stable", "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17435 }, "name": "measure", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#slo_id Powerpack#slo_id}", "stability": "stable", "summary": "ID of an SLO to query." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17447 }, "name": "sloId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#additional_query_filters Powerpack#additional_query_filters}", "stability": "stable", "summary": "Additional filters applied to the SLO query." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17411 }, "name": "additionalQueryFilters", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17417 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#group_mode Powerpack#group_mode}", "stability": "stable", "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17429 }, "name": "groupMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#name Powerpack#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17441 }, "name": "name", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#slo_query_type Powerpack#slo_query_type}", "stability": "stable", "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17453 }, "name": "sloQueryType", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestQuerySloQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQuerySloQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQuerySloQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17541 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17534 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17616 }, "name": "resetAdditionalQueryFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17632 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17661 }, "name": "resetGroupMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17690 }, "name": "resetName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17719 }, "name": "resetSloQueryType" } ], "name": "PowerpackWidgetSunburstDefinitionRequestQuerySloQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17620 }, "name": "additionalQueryFiltersInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17636 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17649 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17665 }, "name": "groupModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17678 }, "name": "measureInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17694 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17707 }, "name": "sloIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17723 }, "name": "sloQueryTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17610 }, "name": "additionalQueryFilters", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17626 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17642 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17655 }, "name": "groupMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17671 }, "name": "measure", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17684 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17700 }, "name": "sloId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17713 }, "name": "sloQueryType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 17545 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQuerySloQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestQuerySloQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18731 }, "name": "PowerpackWidgetSunburstDefinitionRequestRumQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#index Powerpack#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18737 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#compute_query Powerpack#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18749 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#group_by Powerpack#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18755 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18761 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#search_query Powerpack#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18743 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestRumQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18055 }, "name": "PowerpackWidgetSunburstDefinitionRequestRumQueryComputeQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18061 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18067 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18073 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestRumQueryComputeQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.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" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18119 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18184 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18200 }, "name": "resetInterval" } ], "name": "PowerpackWidgetSunburstDefinitionRequestRumQueryComputeQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18172 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18188 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18204 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18165 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18178 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18194 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18130 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQueryComputeQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestRumQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18358 }, "name": "PowerpackWidgetSunburstDefinitionRequestRumQueryGroupBy", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18364 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18370 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#sort_query Powerpack#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18376 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestRumQueryGroupBy" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18535 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18527 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18542 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQueryGroupByOutputReference" } } } ], "name": "PowerpackWidgetSunburstDefinitionRequestRumQueryGroupByList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18535 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18535 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18535 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18528 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestRumQueryGroupByList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18432 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18422 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18515 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18486 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18502 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18518 }, "name": "resetSortQuery" } ], "name": "PowerpackWidgetSunburstDefinitionRequestRumQueryGroupByOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18512 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18490 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18506 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18522 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18480 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18496 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18436 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQueryGroupBy" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestRumQueryGroupByOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18208 }, "name": "PowerpackWidgetSunburstDefinitionRequestRumQueryGroupBySortQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18214 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#order Powerpack#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18226 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18220 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestRumQueryGroupBySortQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18279 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18272 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18337 }, "name": "resetFacet" } ], "name": "PowerpackWidgetSunburstDefinitionRequestRumQueryGroupBySortQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18325 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18341 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18354 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18318 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18331 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18347 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18283 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestRumQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18546 }, "name": "PowerpackWidgetSunburstDefinitionRequestRumQueryMultiCompute", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18552 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18558 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18564 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestRumQueryMultiCompute" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.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": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18712 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18727 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQueryMultiComputeOutputReference" } } } ], "name": "PowerpackWidgetSunburstDefinitionRequestRumQueryMultiComputeList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18720 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18720 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18720 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18713 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestRumQueryMultiComputeList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18620 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18610 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18687 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18703 }, "name": "resetInterval" } ], "name": "PowerpackWidgetSunburstDefinitionRequestRumQueryMultiComputeOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18675 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18691 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18707 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18668 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18681 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18697 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18624 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQueryMultiCompute" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestRumQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18828 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18821 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18911 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18927 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18943 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18914 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18930 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18946 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18898 }, "name": "resetSearchQuery" } ], "name": "PowerpackWidgetSunburstDefinitionRequestRumQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18908 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18924 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18940 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18918 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18934 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18886 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18950 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18902 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18879 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18892 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18832 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestRumQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19630 }, "name": "PowerpackWidgetSunburstDefinitionRequestSecurityQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#index Powerpack#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19636 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#compute_query Powerpack#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19648 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#group_by Powerpack#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19654 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19660 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#search_query Powerpack#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19642 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestSecurityQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18954 }, "name": "PowerpackWidgetSunburstDefinitionRequestSecurityQueryComputeQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18960 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18966 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 18972 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestSecurityQueryComputeQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19025 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19018 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19083 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19099 }, "name": "resetInterval" } ], "name": "PowerpackWidgetSunburstDefinitionRequestSecurityQueryComputeQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19071 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19087 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19103 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19064 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19077 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19093 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19029 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQueryComputeQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestSecurityQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19257 }, "name": "PowerpackWidgetSunburstDefinitionRequestSecurityQueryGroupBy", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19263 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19269 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#sort_query Powerpack#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19275 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestSecurityQueryGroupBy" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19434 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19426 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19441 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQueryGroupByOutputReference" } } } ], "name": "PowerpackWidgetSunburstDefinitionRequestSecurityQueryGroupByList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19434 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19434 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19434 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19427 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestSecurityQueryGroupByList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19331 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19321 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19414 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19385 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19401 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19417 }, "name": "resetSortQuery" } ], "name": "PowerpackWidgetSunburstDefinitionRequestSecurityQueryGroupByOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19411 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19389 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19405 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19421 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19379 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19395 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19335 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQueryGroupBy" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestSecurityQueryGroupByOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19107 }, "name": "PowerpackWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19113 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#order Powerpack#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19125 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19119 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19178 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19171 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19236 }, "name": "resetFacet" } ], "name": "PowerpackWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19224 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19240 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19253 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19217 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19230 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19246 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19182 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19445 }, "name": "PowerpackWidgetSunburstDefinitionRequestSecurityQueryMultiCompute", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19451 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19457 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19463 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestSecurityQueryMultiCompute" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19619 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19611 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19626 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQueryMultiComputeOutputReference" } } } ], "name": "PowerpackWidgetSunburstDefinitionRequestSecurityQueryMultiComputeList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19619 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19619 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19619 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19612 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestSecurityQueryMultiComputeList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19519 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19509 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19586 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19602 }, "name": "resetInterval" } ], "name": "PowerpackWidgetSunburstDefinitionRequestSecurityQueryMultiComputeOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19574 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19590 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19606 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19567 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19580 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19596 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19523 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQueryMultiCompute" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestSecurityQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19727 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19720 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19810 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19826 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19842 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19813 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19829 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19845 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19797 }, "name": "resetSearchQuery" } ], "name": "PowerpackWidgetSunburstDefinitionRequestSecurityQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19807 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19823 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19839 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19817 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19833 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19785 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19849 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19801 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19778 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19791 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19731 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestSecurityQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestStyle": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestStyle", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19853 }, "name": "PowerpackWidgetSunburstDefinitionRequestStyle", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#palette Powerpack#palette}", "stability": "stable", "summary": "A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19859 }, "name": "palette", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestStyle" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestStyleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestStyleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19898 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19891 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19931 }, "name": "resetPalette" } ], "name": "PowerpackWidgetSunburstDefinitionRequestStyleOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19935 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19925 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 19902 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestStyle" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestStyleOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinition", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9360 }, "name": "PowerpackWidgetTimeseriesDefinition", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#custom_link Powerpack#custom_link}", "stability": "stable", "summary": "custom_link block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9414 }, "name": "customLink", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#event Powerpack#event}", "stability": "stable", "summary": "event block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9420 }, "name": "event", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionEvent" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#legend_columns Powerpack#legend_columns}", "stability": "stable", "summary": "A list of columns to display in the legend. Valid values are `value`, `avg`, `sum`, `min`, `max`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9366 }, "name": "legendColumns", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#legend_layout Powerpack#legend_layout}", "stability": "stable", "summary": "The layout of the legend displayed in the widget. Valid values are `auto`, `horizontal`, `vertical`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9372 }, "name": "legendLayout", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#legend_size Powerpack#legend_size}", "stability": "stable", "summary": "The size of the legend displayed in the widget." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9378 }, "name": "legendSize", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#live_span Powerpack#live_span}", "stability": "stable", "summary": "The timeframe to use when displaying the widget." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9384 }, "name": "liveSpan", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#marker Powerpack#marker}", "stability": "stable", "summary": "marker block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9426 }, "name": "marker", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionMarker" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#request Powerpack#request}", "stability": "stable", "summary": "request block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9432 }, "name": "request", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequest" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#right_yaxis Powerpack#right_yaxis}", "stability": "stable", "summary": "right_yaxis block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9438 }, "name": "rightYaxis", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRightYaxis" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#show_legend Powerpack#show_legend}", "stability": "stable", "summary": "Whether or not to show the legend on this widget." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9390 }, "name": "showLegend", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#title Powerpack#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9396 }, "name": "title", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#title_align Powerpack#title_align}", "stability": "stable", "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9402 }, "name": "titleAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#title_size Powerpack#title_size}", "stability": "stable", "summary": "The size of the widget's title (defaults to 16)." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9408 }, "name": "titleSize", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#yaxis Powerpack#yaxis}", "stability": "stable", "summary": "yaxis block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9444 }, "name": "yaxis", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionYaxis" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinition" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionCustomLink": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionCustomLink", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20773 }, "name": "PowerpackWidgetTimeseriesDefinitionCustomLink", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#is_hidden Powerpack#is_hidden}", "stability": "stable", "summary": "The flag for toggling context menu link visibility." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20779 }, "name": "isHidden", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#label Powerpack#label}", "stability": "stable", "summary": "The label for the custom link URL." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20785 }, "name": "label", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#link Powerpack#link}", "stability": "stable", "summary": "The URL of the custom link." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20791 }, "name": "link", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#override_label Powerpack#override_label}", "stability": "stable", "summary": "The label ID that refers to a context menu link item." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20797 }, "name": "overrideLabel", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetTimeseriesDefinitionCustomLink" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionCustomLinkList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionCustomLinkList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20985 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20977 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20992 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionCustomLinkOutputReference" } } } ], "name": "PowerpackWidgetTimeseriesDefinitionCustomLinkList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20985 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20985 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20985 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20978 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionCustomLink" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetTimeseriesDefinitionCustomLinkList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionCustomLinkOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionCustomLinkOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20860 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20850 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20920 }, "name": "resetIsHidden" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20936 }, "name": "resetLabel" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20952 }, "name": "resetLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20968 }, "name": "resetOverrideLabel" } ], "name": "PowerpackWidgetTimeseriesDefinitionCustomLinkOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20924 }, "name": "isHiddenInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20940 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20956 }, "name": "linkInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20972 }, "name": "overrideLabelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20914 }, "name": "isHidden", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20930 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20946 }, "name": "link", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20962 }, "name": "overrideLabel", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20864 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionCustomLink" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetTimeseriesDefinitionCustomLinkOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionEvent": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionEvent", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 20996 }, "name": "PowerpackWidgetTimeseriesDefinitionEvent", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#q Powerpack#q}", "stability": "stable", "summary": "The event query to use in the widget." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21002 }, "name": "q", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#tags_execution Powerpack#tags_execution}", "stability": "stable", "summary": "The execution method for multi-value filters." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21008 }, "name": "tagsExecution", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetTimeseriesDefinitionEvent" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionEventList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionEventList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21135 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21127 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21142 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionEventOutputReference" } } } ], "name": "PowerpackWidgetTimeseriesDefinitionEventList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21135 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21135 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21135 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21128 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionEvent" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetTimeseriesDefinitionEventList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionEventOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionEventOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21057 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21047 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21118 }, "name": "resetTagsExecution" } ], "name": "PowerpackWidgetTimeseriesDefinitionEventOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21106 }, "name": "qInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21122 }, "name": "tagsExecutionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21099 }, "name": "q", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21112 }, "name": "tagsExecution", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21061 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionEvent" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetTimeseriesDefinitionEventOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionMarker": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionMarker", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21146 }, "name": "PowerpackWidgetTimeseriesDefinitionMarker", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#value Powerpack#value}", "stability": "stable", "summary": "A mathematical expression describing the marker, for example: `y > 1`, `-5 < y < 0`, `y = 19`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21164 }, "name": "value", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Example: `error dashed`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#display_type Powerpack#display_type}", "stability": "stable", "summary": "How the marker lines are displayed, options are one of {`error`, `warning`, `info`, `ok`} combined with one of {`dashed`, `solid`, `bold`}." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21152 }, "name": "displayType", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#label Powerpack#label}", "stability": "stable", "summary": "A label for the line or range." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21158 }, "name": "label", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetTimeseriesDefinitionMarker" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionMarkerList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionMarkerList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21320 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21312 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21327 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionMarkerOutputReference" } } } ], "name": "PowerpackWidgetTimeseriesDefinitionMarkerList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21320 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21320 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21320 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21313 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionMarker" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetTimeseriesDefinitionMarkerList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionMarkerOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionMarkerOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21220 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21210 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21274 }, "name": "resetDisplayType" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21290 }, "name": "resetLabel" } ], "name": "PowerpackWidgetTimeseriesDefinitionMarkerOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21278 }, "name": "displayTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21294 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21307 }, "name": "valueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21268 }, "name": "displayType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21284 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21300 }, "name": "value", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21224 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionMarker" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetTimeseriesDefinitionMarkerOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9574 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9567 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9810 }, "name": "putCustomLink", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionCustomLink" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9826 }, "name": "putEvent", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionEvent" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9842 }, "name": "putMarker", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionMarker" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9858 }, "name": "putRequest", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequest" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9874 }, "name": "putRightYaxis", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRightYaxis" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9890 }, "name": "putYaxis", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionYaxis" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9813 }, "name": "resetCustomLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9829 }, "name": "resetEvent" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9685 }, "name": "resetLegendColumns" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9701 }, "name": "resetLegendLayout" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9717 }, "name": "resetLegendSize" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9733 }, "name": "resetLiveSpan" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9845 }, "name": "resetMarker" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9861 }, "name": "resetRequest" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9877 }, "name": "resetRightYaxis" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9749 }, "name": "resetShowLegend" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9765 }, "name": "resetTitle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9781 }, "name": "resetTitleAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9797 }, "name": "resetTitleSize" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9893 }, "name": "resetYaxis" } ], "name": "PowerpackWidgetTimeseriesDefinitionOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9807 }, "name": "customLink", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionCustomLinkList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9823 }, "name": "event", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionEventList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9839 }, "name": "marker", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionMarkerList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9855 }, "name": "request", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9871 }, "name": "rightYaxis", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRightYaxisOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9887 }, "name": "yaxis", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionYaxisOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9817 }, "name": "customLinkInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9833 }, "name": "eventInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionEvent" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9689 }, "name": "legendColumnsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9705 }, "name": "legendLayoutInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9721 }, "name": "legendSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9737 }, "name": "liveSpanInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9849 }, "name": "markerInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionMarker" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9865 }, "name": "requestInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequest" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9881 }, "name": "rightYaxisInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRightYaxis" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9753 }, "name": "showLegendInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9785 }, "name": "titleAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9769 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9801 }, "name": "titleSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9897 }, "name": "yaxisInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionYaxis" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9679 }, "name": "legendColumns", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9695 }, "name": "legendLayout", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9711 }, "name": "legendSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9727 }, "name": "liveSpan", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9743 }, "name": "showLegend", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9759 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9775 }, "name": "titleAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9791 }, "name": "titleSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9578 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinition" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequest": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequest", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8335 }, "name": "PowerpackWidgetTimeseriesDefinitionRequest", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#apm_query Powerpack#apm_query}", "stability": "stable", "summary": "apm_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8359 }, "name": "apmQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#audit_query Powerpack#audit_query}", "stability": "stable", "summary": "audit_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8365 }, "name": "auditQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#display_type Powerpack#display_type}", "stability": "stable", "summary": "How to display the marker lines. Valid values are `area`, `bars`, `line`, `overlay`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8341 }, "name": "displayType", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#formula Powerpack#formula}", "stability": "stable", "summary": "formula block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8371 }, "name": "formula", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormula" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#log_query Powerpack#log_query}", "stability": "stable", "summary": "log_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8377 }, "name": "logQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#metadata Powerpack#metadata}", "stability": "stable", "summary": "metadata block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8383 }, "name": "metadata", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestMetadata" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#network_query Powerpack#network_query}", "stability": "stable", "summary": "network_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8389 }, "name": "networkQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#on_right_yaxis Powerpack#on_right_yaxis}", "stability": "stable", "summary": "A Boolean indicating whether the request uses the right or left Y-Axis." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8347 }, "name": "onRightYaxis", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#process_query Powerpack#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8395 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#q Powerpack#q}", "stability": "stable", "summary": "The metric query to use for this widget." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8353 }, "name": "q", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#query Powerpack#query}", "stability": "stable", "summary": "query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8401 }, "name": "query", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQuery" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#rum_query Powerpack#rum_query}", "stability": "stable", "summary": "rum_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8407 }, "name": "rumQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#security_query Powerpack#security_query}", "stability": "stable", "summary": "security_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8413 }, "name": "securityQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#style Powerpack#style}", "stability": "stable", "summary": "style block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8419 }, "name": "style", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestStyle" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequest" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22007 }, "name": "PowerpackWidgetTimeseriesDefinitionRequestApmQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#index Powerpack#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22013 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#compute_query Powerpack#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22025 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#group_by Powerpack#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22031 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22037 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#search_query Powerpack#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22019 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetTimeseriesDefinitionRequestApmQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21331 }, "name": "PowerpackWidgetTimeseriesDefinitionRequestApmQueryComputeQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21337 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21343 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21349 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetTimeseriesDefinitionRequestApmQueryComputeQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21402 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21395 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21460 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21476 }, "name": "resetInterval" } ], "name": "PowerpackWidgetTimeseriesDefinitionRequestApmQueryComputeQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21448 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21464 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21480 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21441 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21454 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21470 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21406 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQueryComputeQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetTimeseriesDefinitionRequestApmQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21634 }, "name": "PowerpackWidgetTimeseriesDefinitionRequestApmQueryGroupBy", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21640 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21646 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#sort_query Powerpack#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21652 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetTimeseriesDefinitionRequestApmQueryGroupBy" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21811 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21803 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21818 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQueryGroupByOutputReference" } } } ], "name": "PowerpackWidgetTimeseriesDefinitionRequestApmQueryGroupByList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21811 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21811 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21811 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21804 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetTimeseriesDefinitionRequestApmQueryGroupByList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21708 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21698 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21791 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21762 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21778 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21794 }, "name": "resetSortQuery" } ], "name": "PowerpackWidgetTimeseriesDefinitionRequestApmQueryGroupByOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21788 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21766 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21782 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21798 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21756 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21772 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21712 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQueryGroupBy" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetTimeseriesDefinitionRequestApmQueryGroupByOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21484 }, "name": "PowerpackWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21490 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#order Powerpack#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21502 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21496 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21555 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21548 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21613 }, "name": "resetFacet" } ], "name": "PowerpackWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21601 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21617 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21630 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21594 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21607 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21623 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21559 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21822 }, "name": "PowerpackWidgetTimeseriesDefinitionRequestApmQueryMultiCompute", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21828 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21834 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21840 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetTimeseriesDefinitionRequestApmQueryMultiCompute" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21996 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21988 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22003 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQueryMultiComputeOutputReference" } } } ], "name": "PowerpackWidgetTimeseriesDefinitionRequestApmQueryMultiComputeList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21996 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21996 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21996 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21989 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetTimeseriesDefinitionRequestApmQueryMultiComputeList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21896 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21886 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21963 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21979 }, "name": "resetInterval" } ], "name": "PowerpackWidgetTimeseriesDefinitionRequestApmQueryMultiComputeOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21951 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21967 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21983 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21944 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21957 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21973 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 21900 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQueryMultiCompute" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetTimeseriesDefinitionRequestApmQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22104 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22097 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22187 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22203 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22219 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22190 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22206 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22222 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22174 }, "name": "resetSearchQuery" } ], "name": "PowerpackWidgetTimeseriesDefinitionRequestApmQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22184 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22200 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22216 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22194 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22210 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22162 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22226 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22178 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22155 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22168 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22108 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetTimeseriesDefinitionRequestApmQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22906 }, "name": "PowerpackWidgetTimeseriesDefinitionRequestAuditQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#index Powerpack#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22912 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#compute_query Powerpack#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22924 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#group_by Powerpack#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22930 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22936 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#search_query Powerpack#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22918 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetTimeseriesDefinitionRequestAuditQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22230 }, "name": "PowerpackWidgetTimeseriesDefinitionRequestAuditQueryComputeQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22236 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22242 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22248 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetTimeseriesDefinitionRequestAuditQueryComputeQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22301 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22294 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22359 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22375 }, "name": "resetInterval" } ], "name": "PowerpackWidgetTimeseriesDefinitionRequestAuditQueryComputeQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22347 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22363 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22379 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22340 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22353 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22369 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22305 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQueryComputeQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetTimeseriesDefinitionRequestAuditQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22533 }, "name": "PowerpackWidgetTimeseriesDefinitionRequestAuditQueryGroupBy", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22539 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22545 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#sort_query Powerpack#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22551 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetTimeseriesDefinitionRequestAuditQueryGroupBy" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22710 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22702 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22717 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQueryGroupByOutputReference" } } } ], "name": "PowerpackWidgetTimeseriesDefinitionRequestAuditQueryGroupByList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22710 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22710 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22710 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22703 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetTimeseriesDefinitionRequestAuditQueryGroupByList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22607 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22597 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22690 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22661 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22677 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22693 }, "name": "resetSortQuery" } ], "name": "PowerpackWidgetTimeseriesDefinitionRequestAuditQueryGroupByOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22687 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22665 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22681 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22697 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22655 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22671 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22611 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQueryGroupBy" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetTimeseriesDefinitionRequestAuditQueryGroupByOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22383 }, "name": "PowerpackWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22389 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#order Powerpack#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22401 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22395 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22454 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22447 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22512 }, "name": "resetFacet" } ], "name": "PowerpackWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22500 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22516 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22529 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22493 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22506 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22522 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22458 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22721 }, "name": "PowerpackWidgetTimeseriesDefinitionRequestAuditQueryMultiCompute", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22727 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22733 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22739 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetTimeseriesDefinitionRequestAuditQueryMultiCompute" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22895 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22887 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22902 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeOutputReference" } } } ], "name": "PowerpackWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22895 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22895 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22895 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22888 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22795 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22785 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22862 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22878 }, "name": "resetInterval" } ], "name": "PowerpackWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22850 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22866 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22882 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22843 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22856 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22872 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22799 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQueryMultiCompute" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 23003 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 22996 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 23086 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 23102 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 23118 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 23089 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 23105 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 23121 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 23073 }, "name": "resetSearchQuery" } ], "name": "PowerpackWidgetTimeseriesDefinitionRequestAuditQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 23083 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 23099 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 23115 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 23093 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 23109 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 23061 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 23125 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 23077 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 23054 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 23067 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 23007 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetTimeseriesDefinitionRequestAuditQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormula": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormula", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 677 }, "name": "PowerpackWidgetTimeseriesDefinitionRequestFormula", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#formula_expression Powerpack#formula_expression}", "stability": "stable", "summary": "A string expression built from queries, formulas, and functions." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 695 }, "name": "formulaExpression", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#alias Powerpack#alias}", "stability": "stable", "summary": "An expression alias." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 683 }, "name": "alias", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#cell_display_mode Powerpack#cell_display_mode}", "stability": "stable", "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 689 }, "name": "cellDisplayMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#conditional_formats Powerpack#conditional_formats}", "stability": "stable", "summary": "conditional_formats block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 701 }, "name": "conditionalFormats", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "limit block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 707 }, "name": "limit", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaLimit" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#number_format Powerpack#number_format}", "stability": "stable", "summary": "number_format block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 713 }, "name": "numberFormat", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormat" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#style Powerpack#style}", "stability": "stable", "summary": "style block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 719 }, "name": "style", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaStyle" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestFormula" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaConditionalFormats": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaConditionalFormats", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 23129 }, "name": "PowerpackWidgetTimeseriesDefinitionRequestFormulaConditionalFormats", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#comparator Powerpack#comparator}", "stability": "stable", "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 23135 }, "name": "comparator", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#palette Powerpack#palette}", "stability": "stable", "summary": "The color palette to apply." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 23171 }, "name": "palette", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#value Powerpack#value}", "stability": "stable", "summary": "A value for the comparator." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 23183 }, "name": "value", "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#custom_bg_color Powerpack#custom_bg_color}", "stability": "stable", "summary": "The color palette to apply to the background, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 23141 }, "name": "customBgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#custom_fg_color Powerpack#custom_fg_color}", "stability": "stable", "summary": "The color palette to apply to the foreground, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 23147 }, "name": "customFgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#hide_value Powerpack#hide_value}", "stability": "stable", "summary": "Setting this to True hides values." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 23153 }, "name": "hideValue", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#image_url Powerpack#image_url}", "stability": "stable", "summary": "Displays an image as the background." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 23159 }, "name": "imageUrl", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#metric Powerpack#metric}", "stability": "stable", "summary": "The metric from the request to correlate with this conditional format." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 23165 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#timeframe Powerpack#timeframe}", "stability": "stable", "summary": "Defines the displayed timeframe." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 23177 }, "name": "timeframe", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetTimeseriesDefinitionRequestFormulaConditionalFormats" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 23507 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 23499 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 23514 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsOutputReference" } } } ], "name": "PowerpackWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 23507 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 23507 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 23507 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 23500 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 23281 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 23271 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 23384 }, "name": "resetCustomBgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 23400 }, "name": "resetCustomFgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 23416 }, "name": "resetHideValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 23432 }, "name": "resetImageUrl" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 23448 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 23477 }, "name": "resetTimeframe" } ], "name": "PowerpackWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 23372 }, "name": "comparatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 23388 }, "name": "customBgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 23404 }, "name": "customFgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 23420 }, "name": "hideValueInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 23436 }, "name": "imageUrlInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 23452 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 23465 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 23481 }, "name": "timeframeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 23494 }, "name": "valueInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 23365 }, "name": "comparator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 23378 }, "name": "customBgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 23394 }, "name": "customFgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 23410 }, "name": "hideValue", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 23426 }, "name": "imageUrl", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 23442 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 23458 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 23471 }, "name": "timeframe", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 23487 }, "name": "value", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 23285 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaConditionalFormats" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaLimit": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaLimit", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 23518 }, "name": "PowerpackWidgetTimeseriesDefinitionRequestFormulaLimit", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#count Powerpack#count}", "stability": "stable", "summary": "The number of results to return." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 23524 }, "name": "count", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#order Powerpack#order}", "stability": "stable", "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 23530 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetTimeseriesDefinitionRequestFormulaLimit" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaLimitOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaLimitOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 23576 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 23569 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 23615 }, "name": "resetCount" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 23631 }, "name": "resetOrder" } ], "name": "PowerpackWidgetTimeseriesDefinitionRequestFormulaLimitOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 23619 }, "name": "countInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 23635 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 23609 }, "name": "count", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 23625 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1200.ts", "line": 23580 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaLimit" } } ], "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetTimeseriesDefinitionRequestFormulaLimitOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 991 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 983 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 998 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaOutputReference" } } } ], "name": "PowerpackWidgetTimeseriesDefinitionRequestFormulaList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 991 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 991 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 991 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 984 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormula" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestFormulaList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormat": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormat", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 438 }, "name": "PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormat", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#unit Powerpack#unit}", "stability": "stable", "summary": "unit block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 444 }, "name": "unit", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnit" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#unit_scale Powerpack#unit_scale}", "stability": "stable", "summary": "unit_scale block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 450 }, "name": "unitScale", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScale" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormat" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 496 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 489 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 532 }, "name": "putUnit", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnit" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 545 }, "name": "putUnitScale", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScale" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 548 }, "name": "resetUnitScale" } ], "name": "PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 529 }, "name": "unit", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 542 }, "name": "unitScale", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScaleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 536 }, "name": "unitInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnit" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 552 }, "name": "unitScaleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScale" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 500 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormat" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnit": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnit", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 236 }, "name": "PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnit", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#canonical Powerpack#canonical}", "stability": "stable", "summary": "canonical block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 242 }, "name": "canonical", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#custom Powerpack#custom}", "stability": "stable", "summary": "custom block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 248 }, "name": "custom", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnit" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 35 }, "name": "PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#unit_name Powerpack#unit_name}", "stability": "stable", "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 47 }, "name": "unitName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#per_unit_name Powerpack#per_unit_name}", "stability": "stable", "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 41 }, "name": "perUnitName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 93 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 86 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 132 }, "name": "resetPerUnitName" } ], "name": "PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 136 }, "name": "perUnitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 149 }, "name": "unitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 126 }, "name": "perUnitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 142 }, "name": "unitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 97 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 153 }, "name": "PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#label Powerpack#label}", "stability": "stable", "summary": "Unit label." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 159 }, "name": "label", "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustomOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 198 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 191 }, "name": "PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustomOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 232 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 225 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 202 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustomOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.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" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 287 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 330 }, "name": "putCanonical", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 346 }, "name": "putCustom", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 333 }, "name": "resetCanonical" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 349 }, "name": "resetCustom" } ], "name": "PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 327 }, "name": "canonical", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 343 }, "name": "custom", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustomOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 337 }, "name": "canonicalInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 353 }, "name": "customInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 298 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnit" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScale": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScale", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 357 }, "name": "PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScale", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#unit_name Powerpack#unit_name}." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 361 }, "name": "unitName", "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScale" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScaleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 400 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 393 }, "name": "PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScaleOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 434 }, "name": "unitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 427 }, "name": "unitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 404 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScale" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScaleOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 803 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 793 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 923 }, "name": "putConditionalFormats", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 939 }, "name": "putLimit", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaLimit" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 955 }, "name": "putNumberFormat", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormat" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 971 }, "name": "putStyle", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaStyle" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 881 }, "name": "resetAlias" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 897 }, "name": "resetCellDisplayMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 926 }, "name": "resetConditionalFormats" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 942 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 958 }, "name": "resetNumberFormat" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 974 }, "name": "resetStyle" } ], "name": "PowerpackWidgetTimeseriesDefinitionRequestFormulaOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 920 }, "name": "conditionalFormats", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 936 }, "name": "limit", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaLimitOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 952 }, "name": "numberFormat", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 968 }, "name": "style", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaStyleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 885 }, "name": "aliasInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 901 }, "name": "cellDisplayModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 930 }, "name": "conditionalFormatsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 914 }, "name": "formulaExpressionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 946 }, "name": "limitInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaLimit" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 962 }, "name": "numberFormatInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormat" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 978 }, "name": "styleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaStyle" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 875 }, "name": "alias", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 891 }, "name": "cellDisplayMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 907 }, "name": "formulaExpression", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 807 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormula" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestFormulaOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaStyle": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaStyle", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 556 }, "name": "PowerpackWidgetTimeseriesDefinitionRequestFormulaStyle", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#palette Powerpack#palette}", "stability": "stable", "summary": "The color palette used to display the formula." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 562 }, "name": "palette", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#palette_index Powerpack#palette_index}", "stability": "stable", "summary": "Index specifying which color to use within the palette." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 568 }, "name": "paletteIndex", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestFormulaStyle" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaStyleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaStyleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 614 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 607 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 653 }, "name": "resetPalette" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 669 }, "name": "resetPaletteIndex" } ], "name": "PowerpackWidgetTimeseriesDefinitionRequestFormulaStyleOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 673 }, "name": "paletteIndexInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 657 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 647 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 663 }, "name": "paletteIndex", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 618 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaStyle" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestFormulaStyleOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-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": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8889 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8904 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestOutputReference" } } } ], "name": "PowerpackWidgetTimeseriesDefinitionRequestList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8897 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8897 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8897 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8890 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequest" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1678 }, "name": "PowerpackWidgetTimeseriesDefinitionRequestLogQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#index Powerpack#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1684 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#compute_query Powerpack#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1696 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#group_by Powerpack#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1702 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1708 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#search_query Powerpack#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1690 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestLogQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1002 }, "name": "PowerpackWidgetTimeseriesDefinitionRequestLogQueryComputeQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1008 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1014 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1020 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestLogQueryComputeQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1073 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1066 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1131 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1147 }, "name": "resetInterval" } ], "name": "PowerpackWidgetTimeseriesDefinitionRequestLogQueryComputeQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1119 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1135 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1151 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1112 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1125 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1141 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1077 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQueryComputeQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestLogQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1305 }, "name": "PowerpackWidgetTimeseriesDefinitionRequestLogQueryGroupBy", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1311 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1317 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#sort_query Powerpack#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1323 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestLogQueryGroupBy" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1482 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1474 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1489 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQueryGroupByOutputReference" } } } ], "name": "PowerpackWidgetTimeseriesDefinitionRequestLogQueryGroupByList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1482 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1482 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1482 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1475 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestLogQueryGroupByList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1379 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1369 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1462 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1433 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1449 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1465 }, "name": "resetSortQuery" } ], "name": "PowerpackWidgetTimeseriesDefinitionRequestLogQueryGroupByOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1459 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1437 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1453 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1469 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1427 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1443 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1383 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQueryGroupBy" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestLogQueryGroupByOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1155 }, "name": "PowerpackWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1161 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#order Powerpack#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1173 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1167 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1226 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1219 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1284 }, "name": "resetFacet" } ], "name": "PowerpackWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1272 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1288 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1301 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1265 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1278 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1294 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1230 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1493 }, "name": "PowerpackWidgetTimeseriesDefinitionRequestLogQueryMultiCompute", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1499 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1505 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1511 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestLogQueryMultiCompute" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1667 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1659 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1674 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQueryMultiComputeOutputReference" } } } ], "name": "PowerpackWidgetTimeseriesDefinitionRequestLogQueryMultiComputeList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1667 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1667 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1667 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1660 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestLogQueryMultiComputeList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1567 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1557 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1634 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1650 }, "name": "resetInterval" } ], "name": "PowerpackWidgetTimeseriesDefinitionRequestLogQueryMultiComputeOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1622 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1638 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1654 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1615 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1628 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1644 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1571 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQueryMultiCompute" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestLogQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1775 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1768 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1858 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1874 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1890 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1861 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1877 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1893 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1845 }, "name": "resetSearchQuery" } ], "name": "PowerpackWidgetTimeseriesDefinitionRequestLogQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1855 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1871 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1887 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1865 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1881 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1833 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1897 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1849 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1826 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1839 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1779 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestLogQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestMetadata": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestMetadata", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1901 }, "name": "PowerpackWidgetTimeseriesDefinitionRequestMetadata", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#expression Powerpack#expression}", "stability": "stable", "summary": "The expression name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1913 }, "name": "expression", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#alias_name Powerpack#alias_name}", "stability": "stable", "summary": "The expression alias." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1907 }, "name": "aliasName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestMetadata" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestMetadataList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestMetadataList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2040 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2032 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2047 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestMetadataOutputReference" } } } ], "name": "PowerpackWidgetTimeseriesDefinitionRequestMetadataList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2040 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2040 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2040 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2033 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestMetadata" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestMetadataList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestMetadataOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestMetadataOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1962 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1952 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2010 }, "name": "resetAliasName" } ], "name": "PowerpackWidgetTimeseriesDefinitionRequestMetadataOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2014 }, "name": "aliasNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2027 }, "name": "expressionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2004 }, "name": "aliasName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2020 }, "name": "expression", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 1966 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestMetadata" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestMetadataOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2727 }, "name": "PowerpackWidgetTimeseriesDefinitionRequestNetworkQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#index Powerpack#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2733 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#compute_query Powerpack#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2745 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#group_by Powerpack#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2751 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2757 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#search_query Powerpack#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2739 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestNetworkQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2051 }, "name": "PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryComputeQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2057 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2063 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2069 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryComputeQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2122 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2115 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2180 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2196 }, "name": "resetInterval" } ], "name": "PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryComputeQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2168 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2184 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2200 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2161 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2174 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2190 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2126 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryComputeQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2354 }, "name": "PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryGroupBy", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2360 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2366 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#sort_query Powerpack#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2372 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryGroupBy" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2531 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2523 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2538 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryGroupByOutputReference" } } } ], "name": "PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryGroupByList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2531 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2531 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2531 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2524 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryGroupByList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2428 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2418 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2511 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2482 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2498 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2514 }, "name": "resetSortQuery" } ], "name": "PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryGroupByOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2508 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2486 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2502 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2518 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2476 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2492 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2432 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryGroupBy" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryGroupByOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2204 }, "name": "PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2210 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#order Powerpack#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2222 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2216 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2275 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2268 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2333 }, "name": "resetFacet" } ], "name": "PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2321 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2337 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2350 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2314 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2327 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2343 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2279 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2542 }, "name": "PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2548 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2554 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2560 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2716 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2708 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2723 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeOutputReference" } } } ], "name": "PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2716 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2716 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2716 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2709 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.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" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2606 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2683 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2699 }, "name": "resetInterval" } ], "name": "PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2671 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2687 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2703 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2664 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2677 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2693 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2620 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2824 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2817 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2907 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2923 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2939 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2910 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2926 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2942 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2894 }, "name": "resetSearchQuery" } ], "name": "PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2904 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2920 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2936 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2914 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2930 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2882 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2946 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2898 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2875 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2888 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2828 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8552 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8542 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8717 }, "name": "putApmQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8733 }, "name": "putAuditQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8749 }, "name": "putFormula", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormula" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8765 }, "name": "putLogQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8781 }, "name": "putMetadata", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestMetadata" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8797 }, "name": "putNetworkQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8813 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8829 }, "name": "putQuery", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQuery" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8845 }, "name": "putRumQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8861 }, "name": "putSecurityQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8877 }, "name": "putStyle", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestStyle" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8720 }, "name": "resetApmQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8736 }, "name": "resetAuditQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8672 }, "name": "resetDisplayType" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8752 }, "name": "resetFormula" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8768 }, "name": "resetLogQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8784 }, "name": "resetMetadata" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8800 }, "name": "resetNetworkQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8688 }, "name": "resetOnRightYaxis" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8816 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8704 }, "name": "resetQ" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8832 }, "name": "resetQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8848 }, "name": "resetRumQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8864 }, "name": "resetSecurityQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8880 }, "name": "resetStyle" } ], "name": "PowerpackWidgetTimeseriesDefinitionRequestOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8714 }, "name": "apmQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8730 }, "name": "auditQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8746 }, "name": "formula", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8762 }, "name": "logQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8778 }, "name": "metadata", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestMetadataList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8794 }, "name": "networkQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8810 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8826 }, "name": "query", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8842 }, "name": "rumQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8858 }, "name": "securityQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8874 }, "name": "style", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestStyleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8724 }, "name": "apmQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8740 }, "name": "auditQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8676 }, "name": "displayTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8756 }, "name": "formulaInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormula" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8772 }, "name": "logQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8788 }, "name": "metadataInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestMetadata" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8804 }, "name": "networkQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8692 }, "name": "onRightYaxisInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8820 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8708 }, "name": "qInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8836 }, "name": "queryInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQuery" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8852 }, "name": "rumQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8868 }, "name": "securityQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8884 }, "name": "styleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestStyle" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8666 }, "name": "displayType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8682 }, "name": "onRightYaxis", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8698 }, "name": "q", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8556 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequest" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2950 }, "name": "PowerpackWidgetTimeseriesDefinitionRequestProcessQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#metric Powerpack#metric}", "stability": "stable", "summary": "Your chosen metric." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2968 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#filter_by Powerpack#filter_by}", "stability": "stable", "summary": "A list of processes." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2956 }, "name": "filterBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "The max number of items in the filter list." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2962 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#search_by Powerpack#search_by}", "stability": "stable", "summary": "Your chosen search term." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 2974 }, "name": "searchBy", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestProcessQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3034 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3027 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3085 }, "name": "resetFilterBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3101 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3130 }, "name": "resetSearchBy" } ], "name": "PowerpackWidgetTimeseriesDefinitionRequestProcessQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3089 }, "name": "filterByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3105 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3118 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3134 }, "name": "searchByInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3079 }, "name": "filterBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3095 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3111 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3124 }, "name": "searchBy", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3038 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestProcessQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestProcessQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6053 }, "name": "PowerpackWidgetTimeseriesDefinitionRequestQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#apm_dependency_stats_query Powerpack#apm_dependency_stats_query}", "stability": "stable", "summary": "apm_dependency_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6059 }, "name": "apmDependencyStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#apm_resource_stats_query Powerpack#apm_resource_stats_query}", "stability": "stable", "summary": "apm_resource_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6065 }, "name": "apmResourceStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#cloud_cost_query Powerpack#cloud_cost_query}", "stability": "stable", "summary": "cloud_cost_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6071 }, "name": "cloudCostQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryCloudCostQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#event_query Powerpack#event_query}", "stability": "stable", "summary": "event_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6077 }, "name": "eventQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#metric_query Powerpack#metric_query}", "stability": "stable", "summary": "metric_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6083 }, "name": "metricQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryMetricQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#process_query Powerpack#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6089 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#slo_query Powerpack#slo_query}", "stability": "stable", "summary": "slo_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6095 }, "name": "sloQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQuerySloQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3138 }, "name": "PowerpackWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#data_source Powerpack#data_source}", "stability": "stable", "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3150 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#env Powerpack#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3156 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#name Powerpack#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3168 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#operation_name Powerpack#operation_name}", "stability": "stable", "summary": "Name of operation on service." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3174 }, "name": "operationName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#resource_name Powerpack#resource_name}", "stability": "stable", "summary": "APM resource." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3192 }, "name": "resourceName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#service Powerpack#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3198 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#stat Powerpack#stat}", "stability": "stable", "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3204 }, "name": "stat", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3144 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#is_upstream Powerpack#is_upstream}", "stability": "stable", "summary": "Determines whether stats for upstream or downstream dependencies should be queried." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3162 }, "name": "isUpstream", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#primary_tag_name Powerpack#primary_tag_name}", "stability": "stable", "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3180 }, "name": "primaryTagName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#primary_tag_value Powerpack#primary_tag_value}", "stability": "stable", "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3186 }, "name": "primaryTagValue", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3313 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3306 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3406 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3448 }, "name": "resetIsUpstream" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3490 }, "name": "resetPrimaryTagName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3506 }, "name": "resetPrimaryTagValue" } ], "name": "PowerpackWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3410 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3423 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3436 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3452 }, "name": "isUpstreamInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3465 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3478 }, "name": "operationNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3494 }, "name": "primaryTagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3510 }, "name": "primaryTagValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3523 }, "name": "resourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3536 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3549 }, "name": "statInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3400 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3416 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3429 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3442 }, "name": "isUpstream", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3458 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3471 }, "name": "operationName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3484 }, "name": "primaryTagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3500 }, "name": "primaryTagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3516 }, "name": "resourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3529 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3542 }, "name": "stat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3317 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3553 }, "name": "PowerpackWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#data_source Powerpack#data_source}", "stability": "stable", "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3565 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#env Powerpack#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3571 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#name Powerpack#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3583 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#service Powerpack#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3613 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#stat Powerpack#stat}", "stability": "stable", "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3619 }, "name": "stat", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3559 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#group_by Powerpack#group_by}", "stability": "stable", "summary": "Array of fields to group results by." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3577 }, "name": "groupBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#operation_name Powerpack#operation_name}", "stability": "stable", "summary": "Name of operation on service." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3589 }, "name": "operationName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#primary_tag_name Powerpack#primary_tag_name}", "stability": "stable", "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3595 }, "name": "primaryTagName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#primary_tag_value Powerpack#primary_tag_value}", "stability": "stable", "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3601 }, "name": "primaryTagValue", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#resource_name Powerpack#resource_name}", "stability": "stable", "summary": "APM resource." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3607 }, "name": "resourceName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3728 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3721 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3821 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3863 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3892 }, "name": "resetOperationName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3908 }, "name": "resetPrimaryTagName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3924 }, "name": "resetPrimaryTagValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3940 }, "name": "resetResourceName" } ], "name": "PowerpackWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3825 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3838 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3851 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3867 }, "name": "groupByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3880 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3896 }, "name": "operationNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3912 }, "name": "primaryTagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3928 }, "name": "primaryTagValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3944 }, "name": "resourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3957 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3970 }, "name": "statInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3815 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3831 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3844 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3857 }, "name": "groupBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3873 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3886 }, "name": "operationName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3902 }, "name": "primaryTagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3918 }, "name": "primaryTagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3934 }, "name": "resourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3950 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3963 }, "name": "stat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3732 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryCloudCostQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryCloudCostQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3974 }, "name": "PowerpackWidgetTimeseriesDefinitionRequestQueryCloudCostQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#data_source Powerpack#data_source}", "stability": "stable", "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3992 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#name Powerpack#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3998 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#query Powerpack#query}", "stability": "stable", "summary": "The cloud cost query definition." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 4004 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregator Powerpack#aggregator}", "stability": "stable", "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3980 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 3986 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestQueryCloudCostQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryCloudCostQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryCloudCostQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 4071 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 4064 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 4128 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 4144 }, "name": "resetCrossOrgUuids" } ], "name": "PowerpackWidgetTimeseriesDefinitionRequestQueryCloudCostQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 4132 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 4148 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 4161 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 4174 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 4187 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 4122 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 4138 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 4154 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 4167 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 4180 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 4075 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryCloudCostQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestQueryCloudCostQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 4797 }, "name": "PowerpackWidgetTimeseriesDefinitionRequestQueryEventQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#compute Powerpack#compute}", "stability": "stable", "summary": "compute block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 4833 }, "name": "compute", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#data_source Powerpack#data_source}", "stability": "stable", "summary": "The data source for event platform-based queries." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 4809 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#name Powerpack#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 4821 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 4803 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#group_by Powerpack#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 4839 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#indexes Powerpack#indexes}", "stability": "stable", "summary": "An array of index names to query in the stream." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 4815 }, "name": "indexes", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#search Powerpack#search}", "stability": "stable", "summary": "search block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 4845 }, "name": "search", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQuerySearch" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#storage Powerpack#storage}", "stability": "stable", "summary": "Storage location (private beta)." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 4827 }, "name": "storage", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestQueryEventQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryCompute", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 4191 }, "name": "PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryCompute", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation methods for event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 4197 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "A time interval in milliseconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 4203 }, "name": "interval", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#metric Powerpack#metric}", "stability": "stable", "summary": "The measurable attribute to compute." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 4209 }, "name": "metric", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryCompute" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 4365 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 4357 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 4372 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryComputeOutputReference" } } } ], "name": "PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryComputeList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 4365 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 4365 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 4365 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 4358 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryComputeList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 4265 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 4255 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 4332 }, "name": "resetInterval" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 4348 }, "name": "resetMetric" } ], "name": "PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryComputeOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 4320 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 4336 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 4352 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 4313 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 4326 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 4342 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 4269 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryCompute" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryComputeOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 4529 }, "name": "PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The event facet." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 4535 }, "name": "facet", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "The number of groups to return." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 4541 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#sort Powerpack#sort}", "stability": "stable", "summary": "sort block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 4547 }, "name": "sort", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySort" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 4703 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 4695 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 4710 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByOutputReference" } } } ], "name": "PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 4703 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 4703 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 4703 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 4696 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 4603 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 4593 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 4683 }, "name": "putSort", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySort" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 4670 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 4686 }, "name": "resetSort" } ], "name": "PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 4680 }, "name": "sort", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySortOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 4658 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 4674 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 4690 }, "name": "sortInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySort" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 4651 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 4664 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 4607 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySort": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySort", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 4376 }, "name": "PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySort", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation methods for the event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 4382 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#metric Powerpack#metric}", "stability": "stable", "summary": "The metric used for sorting group by results." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 4388 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#order Powerpack#order}", "stability": "stable", "summary": "Direction of sort. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 4394 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySort" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySortOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySortOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.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/powerpack/index-structs/structs1600.ts", "line": 4440 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 4505 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 4521 }, "name": "resetOrder" } ], "name": "PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySortOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 4493 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 4509 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 4525 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 4486 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 4499 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 4515 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 4451 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySort" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySortOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 4933 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 4926 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5079 }, "name": "putCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5092 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5108 }, "name": "putSearch", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQuerySearch" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5008 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5095 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5037 }, "name": "resetIndexes" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5111 }, "name": "resetSearch" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5066 }, "name": "resetStorage" } ], "name": "PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5076 }, "name": "compute", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5089 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5105 }, "name": "search", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQuerySearchOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5083 }, "name": "computeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5012 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5025 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5099 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5041 }, "name": "indexesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5054 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5115 }, "name": "searchInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQuerySearch" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5070 }, "name": "storageInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5002 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5018 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5031 }, "name": "indexes", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5047 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5060 }, "name": "storage", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 4937 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQuerySearch": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQuerySearch", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 4714 }, "name": "PowerpackWidgetTimeseriesDefinitionRequestQueryEventQuerySearch", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#query Powerpack#query}", "stability": "stable", "summary": "The events search string." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 4720 }, "name": "query", "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestQueryEventQuerySearch" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQuerySearchOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQuerySearchOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 4759 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 4752 }, "name": "PowerpackWidgetTimeseriesDefinitionRequestQueryEventQuerySearchOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 4793 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 4786 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 4763 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQuerySearch" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestQueryEventQuerySearchOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6370 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6362 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6377 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryOutputReference" } } } ], "name": "PowerpackWidgetTimeseriesDefinitionRequestQueryList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6370 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6370 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6370 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6363 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQuery" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestQueryList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryMetricQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryMetricQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5119 }, "name": "PowerpackWidgetTimeseriesDefinitionRequestQueryMetricQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#name Powerpack#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5143 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#query Powerpack#query}", "stability": "stable", "summary": "The metrics query definition." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5149 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregator Powerpack#aggregator}", "stability": "stable", "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5125 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5131 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#data_source Powerpack#data_source}", "stability": "stable", "summary": "The data source for metrics queries. Defaults to `\"metrics\"`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5137 }, "name": "dataSource", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestQueryMetricQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryMetricQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryMetricQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5216 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5209 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5273 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5289 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5305 }, "name": "resetDataSource" } ], "name": "PowerpackWidgetTimeseriesDefinitionRequestQueryMetricQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5277 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5293 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5309 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5322 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5335 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5267 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5283 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5299 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5315 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5328 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5220 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryMetricQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestQueryMetricQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6179 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6169 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6254 }, "name": "putApmDependencyStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6270 }, "name": "putApmResourceStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6286 }, "name": "putCloudCostQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryCloudCostQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6302 }, "name": "putEventQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6318 }, "name": "putMetricQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryMetricQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6334 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6350 }, "name": "putSloQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQuerySloQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6257 }, "name": "resetApmDependencyStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6273 }, "name": "resetApmResourceStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6289 }, "name": "resetCloudCostQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6305 }, "name": "resetEventQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6321 }, "name": "resetMetricQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6337 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6353 }, "name": "resetSloQuery" } ], "name": "PowerpackWidgetTimeseriesDefinitionRequestQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6251 }, "name": "apmDependencyStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6267 }, "name": "apmResourceStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6283 }, "name": "cloudCostQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryCloudCostQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6299 }, "name": "eventQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6315 }, "name": "metricQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryMetricQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6331 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6347 }, "name": "sloQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQuerySloQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6261 }, "name": "apmDependencyStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6277 }, "name": "apmResourceStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6293 }, "name": "cloudCostQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryCloudCostQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6309 }, "name": "eventQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6325 }, "name": "metricQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryMetricQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6341 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6357 }, "name": "sloQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQuerySloQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6183 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQuery" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5339 }, "name": "PowerpackWidgetTimeseriesDefinitionRequestQueryProcessQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#data_source Powerpack#data_source}", "stability": "stable", "summary": "The data source for process queries. Valid values are `process`, `container`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5357 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#metric Powerpack#metric}", "stability": "stable", "summary": "The process metric name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5375 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#name Powerpack#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5381 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregator Powerpack#aggregator}", "stability": "stable", "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5345 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5351 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#is_normalized_cpu Powerpack#is_normalized_cpu}", "stability": "stable", "summary": "Whether to normalize the CPU percentages." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5363 }, "name": "isNormalizedCpu", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "The number of hits to return." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5369 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#sort Powerpack#sort}", "stability": "stable", "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5387 }, "name": "sort", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#tag_filters Powerpack#tag_filters}", "stability": "stable", "summary": "An array of tags to filter by." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5393 }, "name": "tagFilters", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#text_filter Powerpack#text_filter}", "stability": "stable", "summary": "The text to use as a filter." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5399 }, "name": "textFilter", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestQueryProcessQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.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" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5494 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5588 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5604 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5633 }, "name": "resetIsNormalizedCpu" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5649 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5691 }, "name": "resetSort" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5707 }, "name": "resetTagFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5723 }, "name": "resetTextFilter" } ], "name": "PowerpackWidgetTimeseriesDefinitionRequestQueryProcessQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5592 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5608 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5621 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5637 }, "name": "isNormalizedCpuInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5653 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5666 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5679 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5695 }, "name": "sortInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5711 }, "name": "tagFiltersInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5727 }, "name": "textFilterInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5582 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5598 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5614 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5627 }, "name": "isNormalizedCpu", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5643 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5659 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5672 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5685 }, "name": "sort", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5701 }, "name": "tagFilters", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5717 }, "name": "textFilter", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5505 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryProcessQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestQueryProcessQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQuerySloQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQuerySloQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5731 }, "name": "PowerpackWidgetTimeseriesDefinitionRequestQuerySloQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#data_source Powerpack#data_source}", "stability": "stable", "summary": "The data source for SLO queries. Valid values are `slo`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5749 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#measure Powerpack#measure}", "stability": "stable", "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5761 }, "name": "measure", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#slo_id Powerpack#slo_id}", "stability": "stable", "summary": "ID of an SLO to query." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5773 }, "name": "sloId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#additional_query_filters Powerpack#additional_query_filters}", "stability": "stable", "summary": "Additional filters applied to the SLO query." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5737 }, "name": "additionalQueryFilters", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5743 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#group_mode Powerpack#group_mode}", "stability": "stable", "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5755 }, "name": "groupMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#name Powerpack#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5767 }, "name": "name", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#slo_query_type Powerpack#slo_query_type}", "stability": "stable", "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5779 }, "name": "sloQueryType", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestQuerySloQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQuerySloQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQuerySloQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5867 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5860 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5942 }, "name": "resetAdditionalQueryFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5958 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5987 }, "name": "resetGroupMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6016 }, "name": "resetName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6045 }, "name": "resetSloQueryType" } ], "name": "PowerpackWidgetTimeseriesDefinitionRequestQuerySloQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5946 }, "name": "additionalQueryFiltersInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5962 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5975 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5991 }, "name": "groupModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6004 }, "name": "measureInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6020 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6033 }, "name": "sloIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6049 }, "name": "sloQueryTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5936 }, "name": "additionalQueryFilters", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5952 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5968 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5981 }, "name": "groupMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5997 }, "name": "measure", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6010 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6026 }, "name": "sloId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6039 }, "name": "sloQueryType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 5871 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQuerySloQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestQuerySloQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7057 }, "name": "PowerpackWidgetTimeseriesDefinitionRequestRumQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#index Powerpack#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7063 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#compute_query Powerpack#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7075 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#group_by Powerpack#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7081 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7087 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#search_query Powerpack#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7069 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestRumQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6381 }, "name": "PowerpackWidgetTimeseriesDefinitionRequestRumQueryComputeQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6387 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6393 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6399 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestRumQueryComputeQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6452 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6445 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6510 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6526 }, "name": "resetInterval" } ], "name": "PowerpackWidgetTimeseriesDefinitionRequestRumQueryComputeQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6498 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6514 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6530 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6491 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6504 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6520 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6456 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQueryComputeQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestRumQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6684 }, "name": "PowerpackWidgetTimeseriesDefinitionRequestRumQueryGroupBy", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6690 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6696 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#sort_query Powerpack#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6702 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestRumQueryGroupBy" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6861 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6853 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6868 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQueryGroupByOutputReference" } } } ], "name": "PowerpackWidgetTimeseriesDefinitionRequestRumQueryGroupByList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6861 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6861 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6861 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6854 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestRumQueryGroupByList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.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" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6748 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6841 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6812 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6828 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6844 }, "name": "resetSortQuery" } ], "name": "PowerpackWidgetTimeseriesDefinitionRequestRumQueryGroupByOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6838 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6816 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6832 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6848 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6806 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6822 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6762 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQueryGroupBy" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestRumQueryGroupByOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6534 }, "name": "PowerpackWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6540 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#order Powerpack#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6552 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6546 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.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/powerpack/index-structs/structs1600.ts", "line": 6598 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6663 }, "name": "resetFacet" } ], "name": "PowerpackWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6651 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6667 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6680 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6644 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6657 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6673 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6609 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6872 }, "name": "PowerpackWidgetTimeseriesDefinitionRequestRumQueryMultiCompute", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6878 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6884 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6890 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestRumQueryMultiCompute" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.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" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7038 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7053 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQueryMultiComputeOutputReference" } } } ], "name": "PowerpackWidgetTimeseriesDefinitionRequestRumQueryMultiComputeList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7046 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7046 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7046 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7039 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestRumQueryMultiComputeList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6946 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6936 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7013 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7029 }, "name": "resetInterval" } ], "name": "PowerpackWidgetTimeseriesDefinitionRequestRumQueryMultiComputeOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7001 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7017 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7033 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6994 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7007 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7023 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 6950 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQueryMultiCompute" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestRumQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7154 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7147 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7237 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7253 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7269 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7240 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7256 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7272 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7224 }, "name": "resetSearchQuery" } ], "name": "PowerpackWidgetTimeseriesDefinitionRequestRumQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7234 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7250 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7266 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7244 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7260 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7212 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7276 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7228 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7205 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7218 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7158 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestRumQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7956 }, "name": "PowerpackWidgetTimeseriesDefinitionRequestSecurityQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#index Powerpack#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7962 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#compute_query Powerpack#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7974 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#group_by Powerpack#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7980 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7986 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#search_query Powerpack#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7968 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestSecurityQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7280 }, "name": "PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryComputeQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7286 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7292 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7298 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryComputeQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7351 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7344 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7409 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7425 }, "name": "resetInterval" } ], "name": "PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryComputeQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7397 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7413 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7429 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7390 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7403 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7419 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7355 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryComputeQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7583 }, "name": "PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryGroupBy", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7589 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7595 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#sort_query Powerpack#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7601 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryGroupBy" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7760 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7752 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7767 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryGroupByOutputReference" } } } ], "name": "PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryGroupByList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7760 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7760 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7760 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7753 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryGroupByList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7657 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7647 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7740 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7711 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7727 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7743 }, "name": "resetSortQuery" } ], "name": "PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryGroupByOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7737 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7715 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7731 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7747 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7705 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7721 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7661 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryGroupBy" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryGroupByOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7433 }, "name": "PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7439 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#order Powerpack#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7451 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7445 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7504 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7497 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7562 }, "name": "resetFacet" } ], "name": "PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7550 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7566 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7579 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7543 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7556 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7572 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7508 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7771 }, "name": "PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7777 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7783 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7789 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7945 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7937 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7952 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeOutputReference" } } } ], "name": "PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7945 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7945 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7945 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7938 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7845 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7835 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7912 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7928 }, "name": "resetInterval" } ], "name": "PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7900 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7916 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7932 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7893 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7906 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7922 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 7849 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.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/powerpack/index-structs/structs1600.ts", "line": 8046 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8136 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8152 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8168 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8139 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8155 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8171 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8123 }, "name": "resetSearchQuery" } ], "name": "PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8133 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8149 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8165 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8143 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8159 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8111 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8175 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8127 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8104 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8117 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8057 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestStyle": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestStyle", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8179 }, "name": "PowerpackWidgetTimeseriesDefinitionRequestStyle", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#line_type Powerpack#line_type}", "stability": "stable", "summary": "The type of lines displayed. Valid values are `dashed`, `dotted`, `solid`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8185 }, "name": "lineType", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#line_width Powerpack#line_width}", "stability": "stable", "summary": "The width of line displayed. Valid values are `normal`, `thick`, `thin`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8191 }, "name": "lineWidth", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#palette Powerpack#palette}", "stability": "stable", "summary": "A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8197 }, "name": "palette", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestStyle" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestStyleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestStyleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8250 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8243 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8295 }, "name": "resetLineType" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8311 }, "name": "resetLineWidth" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8327 }, "name": "resetPalette" } ], "name": "PowerpackWidgetTimeseriesDefinitionRequestStyleOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8299 }, "name": "lineTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8315 }, "name": "lineWidthInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8331 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8289 }, "name": "lineType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8305 }, "name": "lineWidth", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8321 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8254 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestStyle" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestStyleOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRightYaxis": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRightYaxis", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8908 }, "name": "PowerpackWidgetTimeseriesDefinitionRightYaxis", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#include_zero Powerpack#include_zero}", "stability": "stable", "summary": "Always include zero or fit the axis to the data range." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8914 }, "name": "includeZero", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#label Powerpack#label}", "stability": "stable", "summary": "The label of the axis to display on the graph." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8920 }, "name": "label", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#max Powerpack#max}", "stability": "stable", "summary": "Specify the maximum value to show on the Y-axis." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8926 }, "name": "max", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#min Powerpack#min}", "stability": "stable", "summary": "Specify the minimum value to show on the Y-axis." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8932 }, "name": "min", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#scale Powerpack#scale}", "stability": "stable", "summary": "Specify the scale type, options: `linear`, `log`, `pow`, `sqrt`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8938 }, "name": "scale", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRightYaxis" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRightYaxisOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRightYaxisOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9005 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 8998 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9062 }, "name": "resetIncludeZero" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9078 }, "name": "resetLabel" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9094 }, "name": "resetMax" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9110 }, "name": "resetMin" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9126 }, "name": "resetScale" } ], "name": "PowerpackWidgetTimeseriesDefinitionRightYaxisOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9066 }, "name": "includeZeroInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9082 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9098 }, "name": "maxInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9114 }, "name": "minInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9130 }, "name": "scaleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9056 }, "name": "includeZero", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9072 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9088 }, "name": "max", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9104 }, "name": "min", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9120 }, "name": "scale", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9009 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRightYaxis" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRightYaxisOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionYaxis": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionYaxis", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9134 }, "name": "PowerpackWidgetTimeseriesDefinitionYaxis", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#include_zero Powerpack#include_zero}", "stability": "stable", "summary": "Always include zero or fit the axis to the data range." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9140 }, "name": "includeZero", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#label Powerpack#label}", "stability": "stable", "summary": "The label of the axis to display on the graph." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9146 }, "name": "label", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#max Powerpack#max}", "stability": "stable", "summary": "Specify the maximum value to show on the Y-axis." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9152 }, "name": "max", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#min Powerpack#min}", "stability": "stable", "summary": "Specify the minimum value to show on the Y-axis." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9158 }, "name": "min", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#scale Powerpack#scale}", "stability": "stable", "summary": "Specify the scale type, options: `linear`, `log`, `pow`, `sqrt`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9164 }, "name": "scale", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionYaxis" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionYaxisOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionYaxisOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9231 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9224 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9288 }, "name": "resetIncludeZero" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9304 }, "name": "resetLabel" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9320 }, "name": "resetMax" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9336 }, "name": "resetMin" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9352 }, "name": "resetScale" } ], "name": "PowerpackWidgetTimeseriesDefinitionYaxisOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9292 }, "name": "includeZeroInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9308 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9324 }, "name": "maxInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9340 }, "name": "minInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9356 }, "name": "scaleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9282 }, "name": "includeZero", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9298 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9314 }, "name": "max", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9330 }, "name": "min", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9346 }, "name": "scale", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9235 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionYaxis" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionYaxisOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinition", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20773 }, "name": "PowerpackWidgetToplistDefinition", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#custom_link Powerpack#custom_link}", "stability": "stable", "summary": "custom_link block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20803 }, "name": "customLink", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#live_span Powerpack#live_span}", "stability": "stable", "summary": "The timeframe to use when displaying the widget." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20779 }, "name": "liveSpan", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#request Powerpack#request}", "stability": "stable", "summary": "request block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20809 }, "name": "request", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequest" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#style Powerpack#style}", "stability": "stable", "summary": "style block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20815 }, "name": "style", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionStyle" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#title Powerpack#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20785 }, "name": "title", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#title_align Powerpack#title_align}", "stability": "stable", "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20791 }, "name": "titleAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#title_size Powerpack#title_size}", "stability": "stable", "summary": "The size of the widget's title (defaults to 16)." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20797 }, "name": "titleSize", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinition" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionCustomLink": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionCustomLink", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9901 }, "name": "PowerpackWidgetToplistDefinitionCustomLink", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#is_hidden Powerpack#is_hidden}", "stability": "stable", "summary": "The flag for toggling context menu link visibility." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9907 }, "name": "isHidden", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#label Powerpack#label}", "stability": "stable", "summary": "The label for the custom link URL." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9913 }, "name": "label", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#link Powerpack#link}", "stability": "stable", "summary": "The URL of the custom link." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9919 }, "name": "link", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#override_label Powerpack#override_label}", "stability": "stable", "summary": "The label ID that refers to a context menu link item." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9925 }, "name": "overrideLabel", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionCustomLink" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionCustomLinkList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionCustomLinkList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10113 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10105 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10120 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionCustomLinkOutputReference" } } } ], "name": "PowerpackWidgetToplistDefinitionCustomLinkList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10113 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10113 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10113 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10106 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionCustomLink" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionCustomLinkList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionCustomLinkOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionCustomLinkOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9988 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9978 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10048 }, "name": "resetIsHidden" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10064 }, "name": "resetLabel" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10080 }, "name": "resetLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10096 }, "name": "resetOverrideLabel" } ], "name": "PowerpackWidgetToplistDefinitionCustomLinkOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10052 }, "name": "isHiddenInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10068 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10084 }, "name": "linkInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10100 }, "name": "overrideLabelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10042 }, "name": "isHidden", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10058 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10074 }, "name": "link", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10090 }, "name": "overrideLabel", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 9992 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionCustomLink" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionCustomLinkOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20896 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20889 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21026 }, "name": "putCustomLink", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionCustomLink" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21042 }, "name": "putRequest", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequest" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21058 }, "name": "putStyle", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionStyle" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21029 }, "name": "resetCustomLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20965 }, "name": "resetLiveSpan" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21045 }, "name": "resetRequest" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21061 }, "name": "resetStyle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20981 }, "name": "resetTitle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20997 }, "name": "resetTitleAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21013 }, "name": "resetTitleSize" } ], "name": "PowerpackWidgetToplistDefinitionOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21023 }, "name": "customLink", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionCustomLinkList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21039 }, "name": "request", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21055 }, "name": "style", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionStyleList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21033 }, "name": "customLinkInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20969 }, "name": "liveSpanInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21049 }, "name": "requestInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequest" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21065 }, "name": "styleInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionStyle" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21001 }, "name": "titleAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20985 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21017 }, "name": "titleSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20959 }, "name": "liveSpan", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20975 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20991 }, "name": "titleAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21007 }, "name": "titleSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20900 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinition" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequest": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequest", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20002 }, "name": "PowerpackWidgetToplistDefinitionRequest", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#apm_query Powerpack#apm_query}", "stability": "stable", "summary": "apm_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20014 }, "name": "apmQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#audit_query Powerpack#audit_query}", "stability": "stable", "summary": "audit_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20020 }, "name": "auditQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#conditional_formats Powerpack#conditional_formats}", "stability": "stable", "summary": "conditional_formats block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20026 }, "name": "conditionalFormats", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestConditionalFormats" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#formula Powerpack#formula}", "stability": "stable", "summary": "formula block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20032 }, "name": "formula", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormula" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#log_query Powerpack#log_query}", "stability": "stable", "summary": "log_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20038 }, "name": "logQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#process_query Powerpack#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20044 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#q Powerpack#q}", "stability": "stable", "summary": "The metric query to use for this widget." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20008 }, "name": "q", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#query Powerpack#query}", "stability": "stable", "summary": "query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20050 }, "name": "query", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQuery" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#rum_query Powerpack#rum_query}", "stability": "stable", "summary": "rum_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20056 }, "name": "rumQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#security_query Powerpack#security_query}", "stability": "stable", "summary": "security_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20062 }, "name": "securityQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#style Powerpack#style}", "stability": "stable", "summary": "style block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20068 }, "name": "style", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestStyle" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequest" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10800 }, "name": "PowerpackWidgetToplistDefinitionRequestApmQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#index Powerpack#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10806 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#compute_query Powerpack#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10818 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#group_by Powerpack#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10824 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10830 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#search_query Powerpack#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10812 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestApmQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10124 }, "name": "PowerpackWidgetToplistDefinitionRequestApmQueryComputeQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10130 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10136 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10142 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestApmQueryComputeQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10195 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10188 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10253 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10269 }, "name": "resetInterval" } ], "name": "PowerpackWidgetToplistDefinitionRequestApmQueryComputeQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10241 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10257 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10273 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10234 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10247 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10263 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10199 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQueryComputeQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestApmQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10427 }, "name": "PowerpackWidgetToplistDefinitionRequestApmQueryGroupBy", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10433 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10439 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#sort_query Powerpack#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10445 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestApmQueryGroupBy" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10604 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10596 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10611 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQueryGroupByOutputReference" } } } ], "name": "PowerpackWidgetToplistDefinitionRequestApmQueryGroupByList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10604 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10604 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10604 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10597 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestApmQueryGroupByList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10501 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10491 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10584 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10555 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10571 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10587 }, "name": "resetSortQuery" } ], "name": "PowerpackWidgetToplistDefinitionRequestApmQueryGroupByOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10581 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10559 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10575 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10591 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10549 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10565 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10505 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQueryGroupBy" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestApmQueryGroupByOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10277 }, "name": "PowerpackWidgetToplistDefinitionRequestApmQueryGroupBySortQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10283 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#order Powerpack#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10295 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10289 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestApmQueryGroupBySortQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10348 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10341 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10406 }, "name": "resetFacet" } ], "name": "PowerpackWidgetToplistDefinitionRequestApmQueryGroupBySortQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10394 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10410 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10423 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10387 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10400 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10416 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10352 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestApmQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10615 }, "name": "PowerpackWidgetToplistDefinitionRequestApmQueryMultiCompute", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10621 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10627 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10633 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestApmQueryMultiCompute" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10789 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10781 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10796 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQueryMultiComputeOutputReference" } } } ], "name": "PowerpackWidgetToplistDefinitionRequestApmQueryMultiComputeList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10789 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10789 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10789 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10782 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestApmQueryMultiComputeList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.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" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10679 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10756 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10772 }, "name": "resetInterval" } ], "name": "PowerpackWidgetToplistDefinitionRequestApmQueryMultiComputeOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10744 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10760 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10776 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10737 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10750 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10766 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10693 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQueryMultiCompute" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestApmQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10897 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10890 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10980 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10996 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11012 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10983 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10999 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11015 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10967 }, "name": "resetSearchQuery" } ], "name": "PowerpackWidgetToplistDefinitionRequestApmQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10977 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10993 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11009 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10987 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11003 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10955 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11019 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10971 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10948 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10961 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 10901 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestApmQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11699 }, "name": "PowerpackWidgetToplistDefinitionRequestAuditQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#index Powerpack#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11705 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#compute_query Powerpack#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11717 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#group_by Powerpack#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11723 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11729 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#search_query Powerpack#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11711 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestAuditQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11023 }, "name": "PowerpackWidgetToplistDefinitionRequestAuditQueryComputeQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11029 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11035 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11041 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestAuditQueryComputeQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11094 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11087 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11152 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11168 }, "name": "resetInterval" } ], "name": "PowerpackWidgetToplistDefinitionRequestAuditQueryComputeQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11140 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11156 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11172 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11133 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11146 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11162 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11098 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQueryComputeQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestAuditQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11326 }, "name": "PowerpackWidgetToplistDefinitionRequestAuditQueryGroupBy", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11332 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11338 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#sort_query Powerpack#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11344 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestAuditQueryGroupBy" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11503 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11495 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11510 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQueryGroupByOutputReference" } } } ], "name": "PowerpackWidgetToplistDefinitionRequestAuditQueryGroupByList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11503 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11503 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11503 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11496 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestAuditQueryGroupByList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11400 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11390 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11483 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11454 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11470 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11486 }, "name": "resetSortQuery" } ], "name": "PowerpackWidgetToplistDefinitionRequestAuditQueryGroupByOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11480 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11458 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11474 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11490 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11448 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11464 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11404 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQueryGroupBy" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestAuditQueryGroupByOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11176 }, "name": "PowerpackWidgetToplistDefinitionRequestAuditQueryGroupBySortQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11182 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#order Powerpack#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11194 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11188 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestAuditQueryGroupBySortQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11247 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11240 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11305 }, "name": "resetFacet" } ], "name": "PowerpackWidgetToplistDefinitionRequestAuditQueryGroupBySortQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11293 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11309 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11322 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11286 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11299 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11315 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11251 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestAuditQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11514 }, "name": "PowerpackWidgetToplistDefinitionRequestAuditQueryMultiCompute", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11520 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11526 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11532 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestAuditQueryMultiCompute" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11688 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11680 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11695 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQueryMultiComputeOutputReference" } } } ], "name": "PowerpackWidgetToplistDefinitionRequestAuditQueryMultiComputeList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11688 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11688 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11688 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11681 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestAuditQueryMultiComputeList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11588 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11578 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11655 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11671 }, "name": "resetInterval" } ], "name": "PowerpackWidgetToplistDefinitionRequestAuditQueryMultiComputeOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11643 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11659 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11675 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11636 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11649 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11665 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11592 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQueryMultiCompute" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestAuditQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11796 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11789 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11879 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11895 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11911 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11882 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11898 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11914 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11866 }, "name": "resetSearchQuery" } ], "name": "PowerpackWidgetToplistDefinitionRequestAuditQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11876 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11892 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11908 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11886 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11902 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11854 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11918 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11870 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11847 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11860 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11800 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestAuditQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestConditionalFormats": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestConditionalFormats", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11922 }, "name": "PowerpackWidgetToplistDefinitionRequestConditionalFormats", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#comparator Powerpack#comparator}", "stability": "stable", "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11928 }, "name": "comparator", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#palette Powerpack#palette}", "stability": "stable", "summary": "The color palette to apply." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11964 }, "name": "palette", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#value Powerpack#value}", "stability": "stable", "summary": "A value for the comparator." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11976 }, "name": "value", "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#custom_bg_color Powerpack#custom_bg_color}", "stability": "stable", "summary": "The color palette to apply to the background, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11934 }, "name": "customBgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#custom_fg_color Powerpack#custom_fg_color}", "stability": "stable", "summary": "The color palette to apply to the foreground, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11940 }, "name": "customFgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#hide_value Powerpack#hide_value}", "stability": "stable", "summary": "Setting this to True hides values." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11946 }, "name": "hideValue", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#image_url Powerpack#image_url}", "stability": "stable", "summary": "Displays an image as the background." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11952 }, "name": "imageUrl", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#metric Powerpack#metric}", "stability": "stable", "summary": "The metric from the request to correlate with this conditional format." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11958 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#timeframe Powerpack#timeframe}", "stability": "stable", "summary": "Defines the displayed timeframe." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 11970 }, "name": "timeframe", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestConditionalFormats" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestConditionalFormatsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestConditionalFormatsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12300 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12292 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12307 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestConditionalFormatsOutputReference" } } } ], "name": "PowerpackWidgetToplistDefinitionRequestConditionalFormatsList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12300 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12300 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12300 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12293 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestConditionalFormats" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestConditionalFormatsList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestConditionalFormatsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestConditionalFormatsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.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": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12064 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12177 }, "name": "resetCustomBgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12193 }, "name": "resetCustomFgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12209 }, "name": "resetHideValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12225 }, "name": "resetImageUrl" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12241 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12270 }, "name": "resetTimeframe" } ], "name": "PowerpackWidgetToplistDefinitionRequestConditionalFormatsOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12165 }, "name": "comparatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12181 }, "name": "customBgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12197 }, "name": "customFgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12213 }, "name": "hideValueInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12229 }, "name": "imageUrlInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12245 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12258 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12274 }, "name": "timeframeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12287 }, "name": "valueInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12158 }, "name": "comparator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12171 }, "name": "customBgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12187 }, "name": "customFgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12203 }, "name": "hideValue", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12219 }, "name": "imageUrl", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12235 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12251 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12264 }, "name": "timeframe", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12280 }, "name": "value", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12078 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestConditionalFormats" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestConditionalFormatsOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormula": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormula", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13463 }, "name": "PowerpackWidgetToplistDefinitionRequestFormula", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#formula_expression Powerpack#formula_expression}", "stability": "stable", "summary": "A string expression built from queries, formulas, and functions." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13481 }, "name": "formulaExpression", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#alias Powerpack#alias}", "stability": "stable", "summary": "An expression alias." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13469 }, "name": "alias", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#cell_display_mode Powerpack#cell_display_mode}", "stability": "stable", "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13475 }, "name": "cellDisplayMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#conditional_formats Powerpack#conditional_formats}", "stability": "stable", "summary": "conditional_formats block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13487 }, "name": "conditionalFormats", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "limit block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13493 }, "name": "limit", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaLimit" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#number_format Powerpack#number_format}", "stability": "stable", "summary": "number_format block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13499 }, "name": "numberFormat", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaNumberFormat" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#style Powerpack#style}", "stability": "stable", "summary": "style block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13505 }, "name": "style", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaStyle" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestFormula" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaConditionalFormats": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaConditionalFormats", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12311 }, "name": "PowerpackWidgetToplistDefinitionRequestFormulaConditionalFormats", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#comparator Powerpack#comparator}", "stability": "stable", "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12317 }, "name": "comparator", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#palette Powerpack#palette}", "stability": "stable", "summary": "The color palette to apply." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12353 }, "name": "palette", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#value Powerpack#value}", "stability": "stable", "summary": "A value for the comparator." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12365 }, "name": "value", "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#custom_bg_color Powerpack#custom_bg_color}", "stability": "stable", "summary": "The color palette to apply to the background, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12323 }, "name": "customBgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#custom_fg_color Powerpack#custom_fg_color}", "stability": "stable", "summary": "The color palette to apply to the foreground, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12329 }, "name": "customFgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#hide_value Powerpack#hide_value}", "stability": "stable", "summary": "Setting this to True hides values." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12335 }, "name": "hideValue", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#image_url Powerpack#image_url}", "stability": "stable", "summary": "Displays an image as the background." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12341 }, "name": "imageUrl", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#metric Powerpack#metric}", "stability": "stable", "summary": "The metric from the request to correlate with this conditional format." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12347 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#timeframe Powerpack#timeframe}", "stability": "stable", "summary": "Defines the displayed timeframe." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12359 }, "name": "timeframe", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestFormulaConditionalFormats" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaConditionalFormatsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaConditionalFormatsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12689 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12681 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12696 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaConditionalFormatsOutputReference" } } } ], "name": "PowerpackWidgetToplistDefinitionRequestFormulaConditionalFormatsList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12689 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12689 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12689 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12682 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestFormulaConditionalFormatsList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaConditionalFormatsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaConditionalFormatsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12463 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12453 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12566 }, "name": "resetCustomBgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12582 }, "name": "resetCustomFgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12598 }, "name": "resetHideValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12614 }, "name": "resetImageUrl" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12630 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12659 }, "name": "resetTimeframe" } ], "name": "PowerpackWidgetToplistDefinitionRequestFormulaConditionalFormatsOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12554 }, "name": "comparatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12570 }, "name": "customBgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12586 }, "name": "customFgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12602 }, "name": "hideValueInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12618 }, "name": "imageUrlInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12634 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12647 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12663 }, "name": "timeframeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12676 }, "name": "valueInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12547 }, "name": "comparator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12560 }, "name": "customBgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12576 }, "name": "customFgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12592 }, "name": "hideValue", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12608 }, "name": "imageUrl", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12624 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12640 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12653 }, "name": "timeframe", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12669 }, "name": "value", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12467 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaConditionalFormats" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestFormulaConditionalFormatsOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaLimit": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaLimit", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12700 }, "name": "PowerpackWidgetToplistDefinitionRequestFormulaLimit", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#count Powerpack#count}", "stability": "stable", "summary": "The number of results to return." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12706 }, "name": "count", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#order Powerpack#order}", "stability": "stable", "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12712 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestFormulaLimit" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaLimitOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaLimitOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12758 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12751 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12797 }, "name": "resetCount" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12813 }, "name": "resetOrder" } ], "name": "PowerpackWidgetToplistDefinitionRequestFormulaLimitOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12801 }, "name": "countInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12817 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12791 }, "name": "count", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12807 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12762 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaLimit" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestFormulaLimitOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13777 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13769 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13784 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaOutputReference" } } } ], "name": "PowerpackWidgetToplistDefinitionRequestFormulaList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13777 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13777 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13777 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13770 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormula" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestFormulaList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaNumberFormat": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaNumberFormat", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13224 }, "name": "PowerpackWidgetToplistDefinitionRequestFormulaNumberFormat", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#unit Powerpack#unit}", "stability": "stable", "summary": "unit block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13230 }, "name": "unit", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnit" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#unit_scale Powerpack#unit_scale}", "stability": "stable", "summary": "unit_scale block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13236 }, "name": "unitScale", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnitScale" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestFormulaNumberFormat" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13282 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13275 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13318 }, "name": "putUnit", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnit" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13331 }, "name": "putUnitScale", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnitScale" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13334 }, "name": "resetUnitScale" } ], "name": "PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13315 }, "name": "unit", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnitOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13328 }, "name": "unitScale", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnitScaleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13322 }, "name": "unitInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnit" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13338 }, "name": "unitScaleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnitScale" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13286 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaNumberFormat" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnit": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnit", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13022 }, "name": "PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnit", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#canonical Powerpack#canonical}", "stability": "stable", "summary": "canonical block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13028 }, "name": "canonical", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonical" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#custom Powerpack#custom}", "stability": "stable", "summary": "custom block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13034 }, "name": "custom", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustom" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnit" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonical": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonical", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12821 }, "name": "PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonical", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#unit_name Powerpack#unit_name}", "stability": "stable", "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12833 }, "name": "unitName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#per_unit_name Powerpack#per_unit_name}", "stability": "stable", "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12827 }, "name": "perUnitName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonical" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12879 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12872 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12918 }, "name": "resetPerUnitName" } ], "name": "PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12922 }, "name": "perUnitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12935 }, "name": "unitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12912 }, "name": "perUnitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12928 }, "name": "unitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12883 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonical" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustom": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustom", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12939 }, "name": "PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustom", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#label Powerpack#label}", "stability": "stable", "summary": "Unit label." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12945 }, "name": "label", "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustom" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustomOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12984 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12977 }, "name": "PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustomOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13018 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13011 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 12988 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustom" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustomOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnitOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnitOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13080 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13073 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13116 }, "name": "putCanonical", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonical" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13132 }, "name": "putCustom", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustom" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13119 }, "name": "resetCanonical" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13135 }, "name": "resetCustom" } ], "name": "PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnitOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13113 }, "name": "canonical", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13129 }, "name": "custom", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustomOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13123 }, "name": "canonicalInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonical" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13139 }, "name": "customInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustom" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13084 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnit" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnitOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnitScale": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnitScale", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13143 }, "name": "PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnitScale", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#unit_name Powerpack#unit_name}." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13147 }, "name": "unitName", "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnitScale" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnitScaleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13186 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13179 }, "name": "PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnitScaleOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13220 }, "name": "unitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13213 }, "name": "unitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13190 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnitScale" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnitScaleOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13589 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13579 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13709 }, "name": "putConditionalFormats", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13725 }, "name": "putLimit", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaLimit" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13741 }, "name": "putNumberFormat", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaNumberFormat" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13757 }, "name": "putStyle", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaStyle" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13667 }, "name": "resetAlias" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13683 }, "name": "resetCellDisplayMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13712 }, "name": "resetConditionalFormats" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13728 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13744 }, "name": "resetNumberFormat" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13760 }, "name": "resetStyle" } ], "name": "PowerpackWidgetToplistDefinitionRequestFormulaOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13706 }, "name": "conditionalFormats", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaConditionalFormatsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13722 }, "name": "limit", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaLimitOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13738 }, "name": "numberFormat", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13754 }, "name": "style", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaStyleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13671 }, "name": "aliasInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13687 }, "name": "cellDisplayModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13716 }, "name": "conditionalFormatsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13700 }, "name": "formulaExpressionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13732 }, "name": "limitInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaLimit" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13748 }, "name": "numberFormatInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaNumberFormat" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13764 }, "name": "styleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaStyle" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13661 }, "name": "alias", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13677 }, "name": "cellDisplayMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13693 }, "name": "formulaExpression", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13593 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormula" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestFormulaOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaStyle": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaStyle", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13342 }, "name": "PowerpackWidgetToplistDefinitionRequestFormulaStyle", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#palette Powerpack#palette}", "stability": "stable", "summary": "The color palette used to display the formula." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13348 }, "name": "palette", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#palette_index Powerpack#palette_index}", "stability": "stable", "summary": "Index specifying which color to use within the palette." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13354 }, "name": "paletteIndex", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestFormulaStyle" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaStyleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaStyleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13400 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13393 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13439 }, "name": "resetPalette" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13455 }, "name": "resetPaletteIndex" } ], "name": "PowerpackWidgetToplistDefinitionRequestFormulaStyleOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13459 }, "name": "paletteIndexInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13443 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13433 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13449 }, "name": "paletteIndex", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13404 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaStyle" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestFormulaStyleOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20459 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20451 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20466 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestOutputReference" } } } ], "name": "PowerpackWidgetToplistDefinitionRequestList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20459 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20459 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20459 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20452 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequest" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14464 }, "name": "PowerpackWidgetToplistDefinitionRequestLogQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#index Powerpack#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14470 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#compute_query Powerpack#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14482 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#group_by Powerpack#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14488 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14494 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#search_query Powerpack#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14476 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestLogQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13788 }, "name": "PowerpackWidgetToplistDefinitionRequestLogQueryComputeQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13794 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13800 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13806 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestLogQueryComputeQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13859 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13852 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13917 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13933 }, "name": "resetInterval" } ], "name": "PowerpackWidgetToplistDefinitionRequestLogQueryComputeQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13905 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13921 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13937 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13898 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13911 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13927 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13863 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQueryComputeQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestLogQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14091 }, "name": "PowerpackWidgetToplistDefinitionRequestLogQueryGroupBy", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14097 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14103 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#sort_query Powerpack#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14109 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestLogQueryGroupBy" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14268 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14260 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14275 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQueryGroupByOutputReference" } } } ], "name": "PowerpackWidgetToplistDefinitionRequestLogQueryGroupByList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14268 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14268 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14268 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14261 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestLogQueryGroupByList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14165 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14155 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14248 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14219 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14235 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14251 }, "name": "resetSortQuery" } ], "name": "PowerpackWidgetToplistDefinitionRequestLogQueryGroupByOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14245 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14223 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14239 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14255 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14213 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14229 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14169 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQueryGroupBy" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestLogQueryGroupByOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13941 }, "name": "PowerpackWidgetToplistDefinitionRequestLogQueryGroupBySortQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13947 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#order Powerpack#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13959 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 13953 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestLogQueryGroupBySortQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14012 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14005 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14070 }, "name": "resetFacet" } ], "name": "PowerpackWidgetToplistDefinitionRequestLogQueryGroupBySortQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14058 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14074 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14087 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14051 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14064 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14080 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14016 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestLogQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14279 }, "name": "PowerpackWidgetToplistDefinitionRequestLogQueryMultiCompute", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14285 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14291 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14297 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestLogQueryMultiCompute" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14453 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14445 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14460 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQueryMultiComputeOutputReference" } } } ], "name": "PowerpackWidgetToplistDefinitionRequestLogQueryMultiComputeList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14453 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14453 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14453 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14446 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestLogQueryMultiComputeList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14353 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14343 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14420 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14436 }, "name": "resetInterval" } ], "name": "PowerpackWidgetToplistDefinitionRequestLogQueryMultiComputeOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14408 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14424 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14440 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14401 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14414 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14430 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14357 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQueryMultiCompute" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestLogQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14561 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14554 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14644 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14660 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14676 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14647 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14663 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14679 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14631 }, "name": "resetSearchQuery" } ], "name": "PowerpackWidgetToplistDefinitionRequestLogQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14641 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14657 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14673 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14651 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14667 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14619 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14683 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14635 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14612 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14625 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14565 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestLogQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20180 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20170 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20295 }, "name": "putApmQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20311 }, "name": "putAuditQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20327 }, "name": "putConditionalFormats", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestConditionalFormats" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20343 }, "name": "putFormula", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormula" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20359 }, "name": "putLogQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20375 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20391 }, "name": "putQuery", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQuery" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20407 }, "name": "putRumQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20423 }, "name": "putSecurityQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20439 }, "name": "putStyle", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestStyle" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20298 }, "name": "resetApmQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20314 }, "name": "resetAuditQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20330 }, "name": "resetConditionalFormats" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20346 }, "name": "resetFormula" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20362 }, "name": "resetLogQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20378 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20282 }, "name": "resetQ" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20394 }, "name": "resetQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20410 }, "name": "resetRumQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20426 }, "name": "resetSecurityQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20442 }, "name": "resetStyle" } ], "name": "PowerpackWidgetToplistDefinitionRequestOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20292 }, "name": "apmQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20308 }, "name": "auditQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20324 }, "name": "conditionalFormats", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestConditionalFormatsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20340 }, "name": "formula", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20356 }, "name": "logQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20372 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20388 }, "name": "query", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20404 }, "name": "rumQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20420 }, "name": "securityQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20436 }, "name": "style", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestStyleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20302 }, "name": "apmQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20318 }, "name": "auditQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20334 }, "name": "conditionalFormatsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestConditionalFormats" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20350 }, "name": "formulaInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormula" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20366 }, "name": "logQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20382 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20286 }, "name": "qInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20398 }, "name": "queryInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQuery" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20414 }, "name": "rumQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20430 }, "name": "securityQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20446 }, "name": "styleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestStyle" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20276 }, "name": "q", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20184 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequest" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14687 }, "name": "PowerpackWidgetToplistDefinitionRequestProcessQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#metric Powerpack#metric}", "stability": "stable", "summary": "Your chosen metric." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14705 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#filter_by Powerpack#filter_by}", "stability": "stable", "summary": "A list of processes." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14693 }, "name": "filterBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "The max number of items in the filter list." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14699 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#search_by Powerpack#search_by}", "stability": "stable", "summary": "Your chosen search term." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14711 }, "name": "searchBy", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestProcessQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14771 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14764 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14822 }, "name": "resetFilterBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14838 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14867 }, "name": "resetSearchBy" } ], "name": "PowerpackWidgetToplistDefinitionRequestProcessQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14826 }, "name": "filterByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14842 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14855 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14871 }, "name": "searchByInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14816 }, "name": "filterBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14832 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14848 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14861 }, "name": "searchBy", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14775 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestProcessQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestProcessQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17790 }, "name": "PowerpackWidgetToplistDefinitionRequestQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#apm_dependency_stats_query Powerpack#apm_dependency_stats_query}", "stability": "stable", "summary": "apm_dependency_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17796 }, "name": "apmDependencyStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryApmDependencyStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#apm_resource_stats_query Powerpack#apm_resource_stats_query}", "stability": "stable", "summary": "apm_resource_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17802 }, "name": "apmResourceStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryApmResourceStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#cloud_cost_query Powerpack#cloud_cost_query}", "stability": "stable", "summary": "cloud_cost_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17808 }, "name": "cloudCostQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryCloudCostQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#event_query Powerpack#event_query}", "stability": "stable", "summary": "event_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17814 }, "name": "eventQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#metric_query Powerpack#metric_query}", "stability": "stable", "summary": "metric_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17820 }, "name": "metricQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryMetricQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#process_query Powerpack#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17826 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#slo_query Powerpack#slo_query}", "stability": "stable", "summary": "slo_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17832 }, "name": "sloQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQuerySloQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryApmDependencyStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryApmDependencyStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14875 }, "name": "PowerpackWidgetToplistDefinitionRequestQueryApmDependencyStatsQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#data_source Powerpack#data_source}", "stability": "stable", "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14887 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#env Powerpack#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14893 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#name Powerpack#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14905 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#operation_name Powerpack#operation_name}", "stability": "stable", "summary": "Name of operation on service." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14911 }, "name": "operationName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#resource_name Powerpack#resource_name}", "stability": "stable", "summary": "APM resource." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14929 }, "name": "resourceName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#service Powerpack#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14935 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#stat Powerpack#stat}", "stability": "stable", "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14941 }, "name": "stat", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14881 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#is_upstream Powerpack#is_upstream}", "stability": "stable", "summary": "Determines whether stats for upstream or downstream dependencies should be queried." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14899 }, "name": "isUpstream", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#primary_tag_name Powerpack#primary_tag_name}", "stability": "stable", "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14917 }, "name": "primaryTagName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#primary_tag_value Powerpack#primary_tag_value}", "stability": "stable", "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 14923 }, "name": "primaryTagValue", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestQueryApmDependencyStatsQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryApmDependencyStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryApmDependencyStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15050 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15043 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15143 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15185 }, "name": "resetIsUpstream" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15227 }, "name": "resetPrimaryTagName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15243 }, "name": "resetPrimaryTagValue" } ], "name": "PowerpackWidgetToplistDefinitionRequestQueryApmDependencyStatsQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15147 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15160 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15173 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15189 }, "name": "isUpstreamInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15202 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15215 }, "name": "operationNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15231 }, "name": "primaryTagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15247 }, "name": "primaryTagValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15260 }, "name": "resourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15273 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15286 }, "name": "statInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15137 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15153 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15166 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15179 }, "name": "isUpstream", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15195 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15208 }, "name": "operationName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15221 }, "name": "primaryTagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15237 }, "name": "primaryTagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15253 }, "name": "resourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15266 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15279 }, "name": "stat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15054 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryApmDependencyStatsQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestQueryApmDependencyStatsQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryApmResourceStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryApmResourceStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15290 }, "name": "PowerpackWidgetToplistDefinitionRequestQueryApmResourceStatsQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#data_source Powerpack#data_source}", "stability": "stable", "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15302 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#env Powerpack#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15308 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#name Powerpack#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15320 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#service Powerpack#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15350 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#stat Powerpack#stat}", "stability": "stable", "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15356 }, "name": "stat", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15296 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#group_by Powerpack#group_by}", "stability": "stable", "summary": "Array of fields to group results by." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15314 }, "name": "groupBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#operation_name Powerpack#operation_name}", "stability": "stable", "summary": "Name of operation on service." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15326 }, "name": "operationName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#primary_tag_name Powerpack#primary_tag_name}", "stability": "stable", "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15332 }, "name": "primaryTagName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#primary_tag_value Powerpack#primary_tag_value}", "stability": "stable", "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15338 }, "name": "primaryTagValue", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#resource_name Powerpack#resource_name}", "stability": "stable", "summary": "APM resource." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15344 }, "name": "resourceName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestQueryApmResourceStatsQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryApmResourceStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryApmResourceStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15465 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15458 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15558 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15600 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15629 }, "name": "resetOperationName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15645 }, "name": "resetPrimaryTagName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15661 }, "name": "resetPrimaryTagValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15677 }, "name": "resetResourceName" } ], "name": "PowerpackWidgetToplistDefinitionRequestQueryApmResourceStatsQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15562 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15575 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15588 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15604 }, "name": "groupByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15617 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15633 }, "name": "operationNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15649 }, "name": "primaryTagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15665 }, "name": "primaryTagValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15681 }, "name": "resourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15694 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15707 }, "name": "statInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15552 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15568 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15581 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15594 }, "name": "groupBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15610 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15623 }, "name": "operationName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15639 }, "name": "primaryTagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15655 }, "name": "primaryTagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15671 }, "name": "resourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15687 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15700 }, "name": "stat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15469 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryApmResourceStatsQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestQueryApmResourceStatsQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryCloudCostQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryCloudCostQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15711 }, "name": "PowerpackWidgetToplistDefinitionRequestQueryCloudCostQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#data_source Powerpack#data_source}", "stability": "stable", "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15729 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#name Powerpack#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15735 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#query Powerpack#query}", "stability": "stable", "summary": "The cloud cost query definition." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15741 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregator Powerpack#aggregator}", "stability": "stable", "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15717 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15723 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestQueryCloudCostQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryCloudCostQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryCloudCostQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15808 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15801 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15865 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15881 }, "name": "resetCrossOrgUuids" } ], "name": "PowerpackWidgetToplistDefinitionRequestQueryCloudCostQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15869 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15885 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15898 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15911 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15924 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15859 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15875 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15891 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15904 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15917 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15812 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryCloudCostQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestQueryCloudCostQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16534 }, "name": "PowerpackWidgetToplistDefinitionRequestQueryEventQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#compute Powerpack#compute}", "stability": "stable", "summary": "compute block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16570 }, "name": "compute", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#data_source Powerpack#data_source}", "stability": "stable", "summary": "The data source for event platform-based queries." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16546 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#name Powerpack#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16558 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16540 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#group_by Powerpack#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16576 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#indexes Powerpack#indexes}", "stability": "stable", "summary": "An array of index names to query in the stream." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16552 }, "name": "indexes", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#search Powerpack#search}", "stability": "stable", "summary": "search block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16582 }, "name": "search", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQuerySearch" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#storage Powerpack#storage}", "stability": "stable", "summary": "Storage location (private beta)." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16564 }, "name": "storage", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestQueryEventQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQueryCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQueryCompute", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15928 }, "name": "PowerpackWidgetToplistDefinitionRequestQueryEventQueryCompute", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation methods for event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15934 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "A time interval in milliseconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15940 }, "name": "interval", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#metric Powerpack#metric}", "stability": "stable", "summary": "The measurable attribute to compute." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15946 }, "name": "metric", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestQueryEventQueryCompute" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQueryComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQueryComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16102 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16094 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16109 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQueryComputeOutputReference" } } } ], "name": "PowerpackWidgetToplistDefinitionRequestQueryEventQueryComputeList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16102 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16102 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16102 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16095 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestQueryEventQueryComputeList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQueryComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQueryComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16002 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 15992 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16069 }, "name": "resetInterval" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16085 }, "name": "resetMetric" } ], "name": "PowerpackWidgetToplistDefinitionRequestQueryEventQueryComputeOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16057 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16073 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16089 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16050 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16063 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16079 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16006 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQueryCompute" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestQueryEventQueryComputeOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16266 }, "name": "PowerpackWidgetToplistDefinitionRequestQueryEventQueryGroupBy", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The event facet." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16272 }, "name": "facet", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "The number of groups to return." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16278 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#sort Powerpack#sort}", "stability": "stable", "summary": "sort block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16284 }, "name": "sort", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQueryGroupBySort" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestQueryEventQueryGroupBy" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16440 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16432 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16447 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQueryGroupByOutputReference" } } } ], "name": "PowerpackWidgetToplistDefinitionRequestQueryEventQueryGroupByList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16440 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16440 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16440 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16433 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestQueryEventQueryGroupByList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16340 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16330 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16420 }, "name": "putSort", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQueryGroupBySort" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16407 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16423 }, "name": "resetSort" } ], "name": "PowerpackWidgetToplistDefinitionRequestQueryEventQueryGroupByOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16417 }, "name": "sort", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQueryGroupBySortOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16395 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16411 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16427 }, "name": "sortInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQueryGroupBySort" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16388 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16401 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16344 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQueryGroupBy" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestQueryEventQueryGroupByOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQueryGroupBySort": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQueryGroupBySort", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16113 }, "name": "PowerpackWidgetToplistDefinitionRequestQueryEventQueryGroupBySort", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation methods for the event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16119 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#metric Powerpack#metric}", "stability": "stable", "summary": "The metric used for sorting group by results." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16125 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#order Powerpack#order}", "stability": "stable", "summary": "Direction of sort. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16131 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestQueryEventQueryGroupBySort" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQueryGroupBySortOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQueryGroupBySortOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16184 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16177 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16242 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16258 }, "name": "resetOrder" } ], "name": "PowerpackWidgetToplistDefinitionRequestQueryEventQueryGroupBySortOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16230 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16246 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16262 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16223 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16236 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16252 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16188 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQueryGroupBySort" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestQueryEventQueryGroupBySortOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16670 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16663 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16816 }, "name": "putCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16829 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16845 }, "name": "putSearch", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQuerySearch" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16745 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16832 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16774 }, "name": "resetIndexes" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16848 }, "name": "resetSearch" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16803 }, "name": "resetStorage" } ], "name": "PowerpackWidgetToplistDefinitionRequestQueryEventQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16813 }, "name": "compute", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQueryComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16826 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16842 }, "name": "search", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQuerySearchOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16820 }, "name": "computeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16749 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16762 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16836 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16778 }, "name": "indexesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16791 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16852 }, "name": "searchInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQuerySearch" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16807 }, "name": "storageInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16739 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16755 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16768 }, "name": "indexes", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16784 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16797 }, "name": "storage", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16674 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestQueryEventQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQuerySearch": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQuerySearch", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16451 }, "name": "PowerpackWidgetToplistDefinitionRequestQueryEventQuerySearch", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#query Powerpack#query}", "stability": "stable", "summary": "The events search string." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16457 }, "name": "query", "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestQueryEventQuerySearch" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQuerySearchOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQuerySearchOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16496 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16489 }, "name": "PowerpackWidgetToplistDefinitionRequestQueryEventQuerySearchOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16530 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16523 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16500 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQuerySearch" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestQueryEventQuerySearchOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18107 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18099 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18114 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryOutputReference" } } } ], "name": "PowerpackWidgetToplistDefinitionRequestQueryList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18107 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18107 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18107 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18100 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQuery" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestQueryList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryMetricQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryMetricQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16856 }, "name": "PowerpackWidgetToplistDefinitionRequestQueryMetricQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#name Powerpack#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16880 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#query Powerpack#query}", "stability": "stable", "summary": "The metrics query definition." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16886 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregator Powerpack#aggregator}", "stability": "stable", "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16862 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16868 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#data_source Powerpack#data_source}", "stability": "stable", "summary": "The data source for metrics queries. Defaults to `\"metrics\"`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16874 }, "name": "dataSource", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestQueryMetricQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryMetricQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryMetricQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16953 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16946 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17010 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17026 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17042 }, "name": "resetDataSource" } ], "name": "PowerpackWidgetToplistDefinitionRequestQueryMetricQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17014 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17030 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17046 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17059 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17072 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17004 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17020 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17036 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17052 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17065 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 16957 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryMetricQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestQueryMetricQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17916 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17906 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17991 }, "name": "putApmDependencyStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryApmDependencyStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18007 }, "name": "putApmResourceStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryApmResourceStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18023 }, "name": "putCloudCostQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryCloudCostQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18039 }, "name": "putEventQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18055 }, "name": "putMetricQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryMetricQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18071 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18087 }, "name": "putSloQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQuerySloQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17994 }, "name": "resetApmDependencyStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18010 }, "name": "resetApmResourceStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18026 }, "name": "resetCloudCostQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18042 }, "name": "resetEventQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18058 }, "name": "resetMetricQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18074 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18090 }, "name": "resetSloQuery" } ], "name": "PowerpackWidgetToplistDefinitionRequestQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17988 }, "name": "apmDependencyStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryApmDependencyStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18004 }, "name": "apmResourceStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryApmResourceStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18020 }, "name": "cloudCostQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryCloudCostQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18036 }, "name": "eventQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18052 }, "name": "metricQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryMetricQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18068 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18084 }, "name": "sloQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQuerySloQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17998 }, "name": "apmDependencyStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryApmDependencyStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18014 }, "name": "apmResourceStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryApmResourceStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18030 }, "name": "cloudCostQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryCloudCostQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18046 }, "name": "eventQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18062 }, "name": "metricQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryMetricQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18078 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18094 }, "name": "sloQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQuerySloQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17920 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQuery" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17076 }, "name": "PowerpackWidgetToplistDefinitionRequestQueryProcessQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#data_source Powerpack#data_source}", "stability": "stable", "summary": "The data source for process queries. Valid values are `process`, `container`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17094 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#metric Powerpack#metric}", "stability": "stable", "summary": "The process metric name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17112 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#name Powerpack#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17118 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregator Powerpack#aggregator}", "stability": "stable", "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17082 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17088 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#is_normalized_cpu Powerpack#is_normalized_cpu}", "stability": "stable", "summary": "Whether to normalize the CPU percentages." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17100 }, "name": "isNormalizedCpu", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "The number of hits to return." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17106 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#sort Powerpack#sort}", "stability": "stable", "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17124 }, "name": "sort", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#tag_filters Powerpack#tag_filters}", "stability": "stable", "summary": "An array of tags to filter by." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17130 }, "name": "tagFilters", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#text_filter Powerpack#text_filter}", "stability": "stable", "summary": "The text to use as a filter." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17136 }, "name": "textFilter", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestQueryProcessQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.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" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17231 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17325 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17341 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17370 }, "name": "resetIsNormalizedCpu" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17386 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17428 }, "name": "resetSort" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17444 }, "name": "resetTagFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17460 }, "name": "resetTextFilter" } ], "name": "PowerpackWidgetToplistDefinitionRequestQueryProcessQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17329 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17345 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17358 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17374 }, "name": "isNormalizedCpuInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17390 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17403 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17416 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17432 }, "name": "sortInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17448 }, "name": "tagFiltersInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17464 }, "name": "textFilterInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17319 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17335 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17351 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17364 }, "name": "isNormalizedCpu", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17380 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17396 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17409 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17422 }, "name": "sort", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17438 }, "name": "tagFilters", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17454 }, "name": "textFilter", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17242 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryProcessQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestQueryProcessQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQuerySloQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQuerySloQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17468 }, "name": "PowerpackWidgetToplistDefinitionRequestQuerySloQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#data_source Powerpack#data_source}", "stability": "stable", "summary": "The data source for SLO queries. Valid values are `slo`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17486 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#measure Powerpack#measure}", "stability": "stable", "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17498 }, "name": "measure", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#slo_id Powerpack#slo_id}", "stability": "stable", "summary": "ID of an SLO to query." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17510 }, "name": "sloId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#additional_query_filters Powerpack#additional_query_filters}", "stability": "stable", "summary": "Additional filters applied to the SLO query." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17474 }, "name": "additionalQueryFilters", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17480 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#group_mode Powerpack#group_mode}", "stability": "stable", "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17492 }, "name": "groupMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#name Powerpack#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17504 }, "name": "name", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#slo_query_type Powerpack#slo_query_type}", "stability": "stable", "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17516 }, "name": "sloQueryType", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestQuerySloQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQuerySloQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQuerySloQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17604 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17597 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17679 }, "name": "resetAdditionalQueryFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17695 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17724 }, "name": "resetGroupMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17753 }, "name": "resetName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17782 }, "name": "resetSloQueryType" } ], "name": "PowerpackWidgetToplistDefinitionRequestQuerySloQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17683 }, "name": "additionalQueryFiltersInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17699 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17712 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17728 }, "name": "groupModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17741 }, "name": "measureInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17757 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17770 }, "name": "sloIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17786 }, "name": "sloQueryTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17673 }, "name": "additionalQueryFilters", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17689 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17705 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17718 }, "name": "groupMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17734 }, "name": "measure", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17747 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17763 }, "name": "sloId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17776 }, "name": "sloQueryType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 17608 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQuerySloQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestQuerySloQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18794 }, "name": "PowerpackWidgetToplistDefinitionRequestRumQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#index Powerpack#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18800 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#compute_query Powerpack#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18812 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#group_by Powerpack#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18818 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18824 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#search_query Powerpack#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18806 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestRumQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18118 }, "name": "PowerpackWidgetToplistDefinitionRequestRumQueryComputeQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18124 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18130 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18136 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestRumQueryComputeQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18189 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18182 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18247 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18263 }, "name": "resetInterval" } ], "name": "PowerpackWidgetToplistDefinitionRequestRumQueryComputeQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18235 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18251 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18267 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18228 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18241 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18257 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18193 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQueryComputeQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestRumQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18421 }, "name": "PowerpackWidgetToplistDefinitionRequestRumQueryGroupBy", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18427 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18433 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#sort_query Powerpack#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18439 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestRumQueryGroupBy" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18598 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18590 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18605 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQueryGroupByOutputReference" } } } ], "name": "PowerpackWidgetToplistDefinitionRequestRumQueryGroupByList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18598 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18598 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18598 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18591 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestRumQueryGroupByList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18495 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18485 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18578 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18549 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18565 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18581 }, "name": "resetSortQuery" } ], "name": "PowerpackWidgetToplistDefinitionRequestRumQueryGroupByOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18575 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18553 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18569 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18585 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18543 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18559 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18499 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQueryGroupBy" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestRumQueryGroupByOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18271 }, "name": "PowerpackWidgetToplistDefinitionRequestRumQueryGroupBySortQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18277 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#order Powerpack#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18289 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18283 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestRumQueryGroupBySortQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18342 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18335 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18400 }, "name": "resetFacet" } ], "name": "PowerpackWidgetToplistDefinitionRequestRumQueryGroupBySortQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18388 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18404 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18417 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18381 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18394 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18410 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18346 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestRumQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18609 }, "name": "PowerpackWidgetToplistDefinitionRequestRumQueryMultiCompute", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18615 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18621 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18627 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestRumQueryMultiCompute" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18783 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18775 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18790 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQueryMultiComputeOutputReference" } } } ], "name": "PowerpackWidgetToplistDefinitionRequestRumQueryMultiComputeList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18783 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18783 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18783 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18776 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestRumQueryMultiComputeList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18683 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18673 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18750 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18766 }, "name": "resetInterval" } ], "name": "PowerpackWidgetToplistDefinitionRequestRumQueryMultiComputeOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18738 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18754 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18770 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18731 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18744 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18760 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18687 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQueryMultiCompute" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestRumQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18891 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18884 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18974 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18990 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19006 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18977 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18993 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19009 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18961 }, "name": "resetSearchQuery" } ], "name": "PowerpackWidgetToplistDefinitionRequestRumQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18971 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18987 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19003 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18981 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18997 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18949 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19013 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18965 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18942 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18955 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 18895 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestRumQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19693 }, "name": "PowerpackWidgetToplistDefinitionRequestSecurityQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#index Powerpack#index}", "stability": "stable", "summary": "The name of the index to query." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19699 }, "name": "index", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#compute_query Powerpack#compute_query}", "stability": "stable", "summary": "compute_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19711 }, "name": "computeQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQueryComputeQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#group_by Powerpack#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19717 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}", "stability": "stable", "summary": "multi_compute block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19723 }, "name": "multiCompute", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#search_query Powerpack#search_query}", "stability": "stable", "summary": "The search query to use." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19705 }, "name": "searchQuery", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestSecurityQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQueryComputeQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQueryComputeQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19017 }, "name": "PowerpackWidgetToplistDefinitionRequestSecurityQueryComputeQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19023 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19029 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19035 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestSecurityQueryComputeQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQueryComputeQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQueryComputeQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19088 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19081 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19146 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19162 }, "name": "resetInterval" } ], "name": "PowerpackWidgetToplistDefinitionRequestSecurityQueryComputeQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19134 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19150 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19166 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19127 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19140 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19156 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19092 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQueryComputeQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestSecurityQueryComputeQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19320 }, "name": "PowerpackWidgetToplistDefinitionRequestSecurityQueryGroupBy", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19326 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "The maximum number of items in the group." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19332 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#sort_query Powerpack#sort_query}", "stability": "stable", "summary": "sort_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19338 }, "name": "sortQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestSecurityQueryGroupBy" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.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" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19489 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19504 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQueryGroupByOutputReference" } } } ], "name": "PowerpackWidgetToplistDefinitionRequestSecurityQueryGroupByList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19497 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19497 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19497 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19490 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestSecurityQueryGroupByList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19394 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19384 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19477 }, "name": "putSortQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQueryGroupBySortQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19448 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19464 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19480 }, "name": "resetSortQuery" } ], "name": "PowerpackWidgetToplistDefinitionRequestSecurityQueryGroupByOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19474 }, "name": "sortQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQueryGroupBySortQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19452 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19468 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19484 }, "name": "sortQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQueryGroupBySortQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19442 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19458 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19398 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQueryGroupBy" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestSecurityQueryGroupByOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQueryGroupBySortQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQueryGroupBySortQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19170 }, "name": "PowerpackWidgetToplistDefinitionRequestSecurityQueryGroupBySortQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19176 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#order Powerpack#order}", "stability": "stable", "summary": "Widget sorting methods. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19188 }, "name": "order", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19182 }, "name": "facet", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestSecurityQueryGroupBySortQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQueryGroupBySortQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19241 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19234 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19299 }, "name": "resetFacet" } ], "name": "PowerpackWidgetToplistDefinitionRequestSecurityQueryGroupBySortQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19287 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19303 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19316 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19280 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19293 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19309 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19245 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQueryGroupBySortQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestSecurityQueryGroupBySortQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQueryMultiCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQueryMultiCompute", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19508 }, "name": "PowerpackWidgetToplistDefinitionRequestSecurityQueryMultiCompute", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation method." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19514 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The facet name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19520 }, "name": "facet", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "Define the time interval in seconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19526 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestSecurityQueryMultiCompute" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQueryMultiComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQueryMultiComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19682 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19674 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19689 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQueryMultiComputeOutputReference" } } } ], "name": "PowerpackWidgetToplistDefinitionRequestSecurityQueryMultiComputeList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19682 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19682 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19682 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19675 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestSecurityQueryMultiComputeList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQueryMultiComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQueryMultiComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19582 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19572 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19649 }, "name": "resetFacet" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19665 }, "name": "resetInterval" } ], "name": "PowerpackWidgetToplistDefinitionRequestSecurityQueryMultiComputeOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19637 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19653 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19669 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19630 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19643 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19659 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19586 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQueryMultiCompute" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestSecurityQueryMultiComputeOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19790 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19783 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19873 }, "name": "putComputeQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQueryComputeQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19889 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19905 }, "name": "putMultiCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19876 }, "name": "resetComputeQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19892 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19908 }, "name": "resetMultiCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19860 }, "name": "resetSearchQuery" } ], "name": "PowerpackWidgetToplistDefinitionRequestSecurityQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19870 }, "name": "computeQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQueryComputeQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19886 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19902 }, "name": "multiCompute", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQueryMultiComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19880 }, "name": "computeQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQueryComputeQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19896 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19848 }, "name": "indexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19912 }, "name": "multiComputeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQueryMultiCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19864 }, "name": "searchQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19841 }, "name": "index", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19854 }, "name": "searchQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19794 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestSecurityQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestStyle": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestStyle", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19916 }, "name": "PowerpackWidgetToplistDefinitionRequestStyle", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#palette Powerpack#palette}", "stability": "stable", "summary": "A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19922 }, "name": "palette", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestStyle" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestStyleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestStyleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19961 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19954 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19994 }, "name": "resetPalette" } ], "name": "PowerpackWidgetToplistDefinitionRequestStyleOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19998 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19988 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 19965 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestStyle" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestStyleOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionStyle": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionStyle", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20585 }, "name": "PowerpackWidgetToplistDefinitionStyle", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#display Powerpack#display}", "stability": "stable", "summary": "display block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20603 }, "name": "display", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionStyleDisplay" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#palette Powerpack#palette}", "stability": "stable", "summary": "The color palette for the widget." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20591 }, "name": "palette", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#scaling Powerpack#scaling}", "stability": "stable", "summary": "The scaling mode for the widget. Valid values are `absolute`, `relative`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20597 }, "name": "scaling", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionStyle" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionStyleDisplay": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionStyleDisplay", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20470 }, "name": "PowerpackWidgetToplistDefinitionStyleDisplay", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#type Powerpack#type}", "stability": "stable", "summary": "The display type for the widget." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20476 }, "name": "type", "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionStyleDisplay" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionStyleDisplayList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionStyleDisplayList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20574 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20566 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20581 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionStyleDisplayOutputReference" } } } ], "name": "PowerpackWidgetToplistDefinitionStyleDisplayList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20574 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20574 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20574 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20567 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionStyleDisplay" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionStyleDisplayList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionStyleDisplayOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionStyleDisplayOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20518 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20508 }, "name": "PowerpackWidgetToplistDefinitionStyleDisplayOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20561 }, "name": "typeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20554 }, "name": "type", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20522 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionStyleDisplay" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionStyleDisplayOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionStyleList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionStyleList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20762 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20754 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20769 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionStyleOutputReference" } } } ], "name": "PowerpackWidgetToplistDefinitionStyleList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20762 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20762 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20762 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20755 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionStyle" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionStyleList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionStyleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionStyleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20659 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20649 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20742 }, "name": "putDisplay", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionStyleDisplay" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20745 }, "name": "resetDisplay" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20713 }, "name": "resetPalette" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20729 }, "name": "resetScaling" } ], "name": "PowerpackWidgetToplistDefinitionStyleOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20739 }, "name": "display", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionStyleDisplayList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20749 }, "name": "displayInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionStyleDisplay" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20717 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20733 }, "name": "scalingInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20707 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20723 }, "name": "scaling", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 20663 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionStyle" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionStyleOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTopologyMapDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTopologyMapDefinition", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21618 }, "name": "PowerpackWidgetTopologyMapDefinition", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#custom_link Powerpack#custom_link}", "stability": "stable", "summary": "custom_link block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21642 }, "name": "customLink", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTopologyMapDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#request Powerpack#request}", "stability": "stable", "summary": "request block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21648 }, "name": "request", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTopologyMapDefinitionRequest" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#title Powerpack#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21624 }, "name": "title", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#title_align Powerpack#title_align}", "stability": "stable", "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21630 }, "name": "titleAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#title_size Powerpack#title_size}", "stability": "stable", "summary": "The size of the widget's title (defaults to 16)." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21636 }, "name": "titleSize", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTopologyMapDefinition" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTopologyMapDefinitionCustomLink": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTopologyMapDefinitionCustomLink", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21069 }, "name": "PowerpackWidgetTopologyMapDefinitionCustomLink", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#is_hidden Powerpack#is_hidden}", "stability": "stable", "summary": "The flag for toggling context menu link visibility." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21075 }, "name": "isHidden", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#label Powerpack#label}", "stability": "stable", "summary": "The label for the custom link URL." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21081 }, "name": "label", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#link Powerpack#link}", "stability": "stable", "summary": "The URL of the custom link." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21087 }, "name": "link", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#override_label Powerpack#override_label}", "stability": "stable", "summary": "The label ID that refers to a context menu link item." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21093 }, "name": "overrideLabel", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTopologyMapDefinitionCustomLink" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTopologyMapDefinitionCustomLinkList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTopologyMapDefinitionCustomLinkList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21281 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21273 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21288 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTopologyMapDefinitionCustomLinkOutputReference" } } } ], "name": "PowerpackWidgetTopologyMapDefinitionCustomLinkList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21281 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21281 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21281 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21274 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTopologyMapDefinitionCustomLink" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTopologyMapDefinitionCustomLinkList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTopologyMapDefinitionCustomLinkOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTopologyMapDefinitionCustomLinkOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21156 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21146 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21216 }, "name": "resetIsHidden" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21232 }, "name": "resetLabel" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21248 }, "name": "resetLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21264 }, "name": "resetOverrideLabel" } ], "name": "PowerpackWidgetTopologyMapDefinitionCustomLinkOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21220 }, "name": "isHiddenInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21236 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21252 }, "name": "linkInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21268 }, "name": "overrideLabelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21210 }, "name": "isHidden", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21226 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21242 }, "name": "link", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21258 }, "name": "overrideLabel", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21160 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTopologyMapDefinitionCustomLink" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTopologyMapDefinitionCustomLinkOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTopologyMapDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTopologyMapDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21715 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21708 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21817 }, "name": "putCustomLink", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTopologyMapDefinitionCustomLink" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21833 }, "name": "putRequest", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTopologyMapDefinitionRequest" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21820 }, "name": "resetCustomLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21836 }, "name": "resetRequest" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21772 }, "name": "resetTitle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21788 }, "name": "resetTitleAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21804 }, "name": "resetTitleSize" } ], "name": "PowerpackWidgetTopologyMapDefinitionOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21814 }, "name": "customLink", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTopologyMapDefinitionCustomLinkList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21830 }, "name": "request", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTopologyMapDefinitionRequestList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21824 }, "name": "customLinkInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTopologyMapDefinitionCustomLink" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21840 }, "name": "requestInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTopologyMapDefinitionRequest" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21792 }, "name": "titleAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21776 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21808 }, "name": "titleSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21766 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21782 }, "name": "titleAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21798 }, "name": "titleSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21719 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTopologyMapDefinition" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTopologyMapDefinitionOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTopologyMapDefinitionRequest": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTopologyMapDefinitionRequest", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21471 }, "name": "PowerpackWidgetTopologyMapDefinitionRequest", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#query Powerpack#query}", "stability": "stable", "summary": "query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21483 }, "name": "query", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTopologyMapDefinitionRequestQuery" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#request_type Powerpack#request_type}", "stability": "stable", "summary": "The request type for the Topology request ('topology'). Valid values are `topology`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21477 }, "name": "requestType", "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTopologyMapDefinitionRequest" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTopologyMapDefinitionRequestList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTopologyMapDefinitionRequestList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21607 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21599 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21614 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTopologyMapDefinitionRequestOutputReference" } } } ], "name": "PowerpackWidgetTopologyMapDefinitionRequestList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21607 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21607 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21607 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21600 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTopologyMapDefinitionRequest" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTopologyMapDefinitionRequestList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTopologyMapDefinitionRequestOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTopologyMapDefinitionRequestOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21532 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21522 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21590 }, "name": "putQuery", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTopologyMapDefinitionRequestQuery" }, "kind": "array" } } ] } } } ] } ], "name": "PowerpackWidgetTopologyMapDefinitionRequestOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21587 }, "name": "query", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTopologyMapDefinitionRequestQueryList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21594 }, "name": "queryInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTopologyMapDefinitionRequestQuery" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21581 }, "name": "requestTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21574 }, "name": "requestType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21536 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTopologyMapDefinitionRequest" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTopologyMapDefinitionRequestOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTopologyMapDefinitionRequestQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTopologyMapDefinitionRequestQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21292 }, "name": "PowerpackWidgetTopologyMapDefinitionRequestQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#data_source Powerpack#data_source}", "stability": "stable", "summary": "The data source for the Topology request ('service_map' or 'data_streams'). Valid values are `data_streams`, `service_map`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21298 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#filters Powerpack#filters}", "stability": "stable", "summary": "Your environment and primary tag (or `*` if enabled for your account)." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21304 }, "name": "filters", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#service Powerpack#service}", "stability": "stable", "summary": "The ID of the service to map." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21310 }, "name": "service", "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTopologyMapDefinitionRequestQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTopologyMapDefinitionRequestQueryList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTopologyMapDefinitionRequestQueryList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21460 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21452 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21467 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTopologyMapDefinitionRequestQueryOutputReference" } } } ], "name": "PowerpackWidgetTopologyMapDefinitionRequestQueryList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21460 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21460 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21460 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21453 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTopologyMapDefinitionRequestQuery" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTopologyMapDefinitionRequestQueryList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTopologyMapDefinitionRequestQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTopologyMapDefinitionRequestQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21366 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21356 }, "name": "PowerpackWidgetTopologyMapDefinitionRequestQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21421 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21434 }, "name": "filtersInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21447 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21414 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21427 }, "name": "filters", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21440 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21370 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTopologyMapDefinitionRequestQuery" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTopologyMapDefinitionRequestQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTraceServiceDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTraceServiceDefinition", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21844 }, "name": "PowerpackWidgetTraceServiceDefinition", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#env Powerpack#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21856 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#service Powerpack#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21868 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#span_name Powerpack#span_name}", "stability": "stable", "summary": "APM span name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21916 }, "name": "spanName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#display_format Powerpack#display_format}", "stability": "stable", "summary": "The number of columns to display. Valid values are `one_column`, `two_column`, `three_column`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21850 }, "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`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#live_span Powerpack#live_span}", "stability": "stable", "summary": "The timeframe to use when displaying the widget." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21862 }, "name": "liveSpan", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#show_breakdown Powerpack#show_breakdown}", "stability": "stable", "summary": "Whether to show the latency breakdown or not." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21874 }, "name": "showBreakdown", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#show_distribution Powerpack#show_distribution}", "stability": "stable", "summary": "Whether to show the latency distribution or not." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21880 }, "name": "showDistribution", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#show_errors Powerpack#show_errors}", "stability": "stable", "summary": "Whether to show the error metrics or not." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21886 }, "name": "showErrors", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#show_hits Powerpack#show_hits}", "stability": "stable", "summary": "Whether to show the hits metrics or not." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21892 }, "name": "showHits", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#show_latency Powerpack#show_latency}", "stability": "stable", "summary": "Whether to show the latency metrics or not." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21898 }, "name": "showLatency", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#show_resource_list Powerpack#show_resource_list}", "stability": "stable", "summary": "Whether to show the resource list or not." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21904 }, "name": "showResourceList", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#size_format Powerpack#size_format}", "stability": "stable", "summary": "The size of the widget. Valid values are `small`, `medium`, `large`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21910 }, "name": "sizeFormat", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#title Powerpack#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21922 }, "name": "title", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#title_align Powerpack#title_align}", "stability": "stable", "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21928 }, "name": "titleAlign", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#title_size Powerpack#title_size}", "stability": "stable", "summary": "The size of the widget's title (defaults to 16)." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 21934 }, "name": "titleSize", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTraceServiceDefinition" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTraceServiceDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTraceServiceDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22071 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22064 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22188 }, "name": "resetDisplayFormat" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22217 }, "name": "resetLiveSpan" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22246 }, "name": "resetShowBreakdown" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22262 }, "name": "resetShowDistribution" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22278 }, "name": "resetShowErrors" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22294 }, "name": "resetShowHits" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22310 }, "name": "resetShowLatency" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22326 }, "name": "resetShowResourceList" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22342 }, "name": "resetSizeFormat" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22371 }, "name": "resetTitle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22387 }, "name": "resetTitleAlign" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22403 }, "name": "resetTitleSize" } ], "name": "PowerpackWidgetTraceServiceDefinitionOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22192 }, "name": "displayFormatInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22205 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22221 }, "name": "liveSpanInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22234 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22250 }, "name": "showBreakdownInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22266 }, "name": "showDistributionInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22282 }, "name": "showErrorsInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22298 }, "name": "showHitsInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22314 }, "name": "showLatencyInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22330 }, "name": "showResourceListInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22346 }, "name": "sizeFormatInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22359 }, "name": "spanNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22391 }, "name": "titleAlignInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22375 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22407 }, "name": "titleSizeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22182 }, "name": "displayFormat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22198 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22211 }, "name": "liveSpan", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22227 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22240 }, "name": "showBreakdown", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22256 }, "name": "showDistribution", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22272 }, "name": "showErrors", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22288 }, "name": "showHits", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22304 }, "name": "showLatency", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22320 }, "name": "showResourceList", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22336 }, "name": "sizeFormat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22352 }, "name": "spanName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22365 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22381 }, "name": "titleAlign", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22397 }, "name": "titleSize", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22075 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTraceServiceDefinition" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTraceServiceDefinitionOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinition", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2305 }, "name": "PowerpackWidgetTreemapDefinition", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#custom_links Powerpack#custom_links}", "stability": "stable", "summary": "custom_links block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2317 }, "name": "customLinks", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionCustomLinks" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#request Powerpack#request}", "stability": "stable", "summary": "request block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2323 }, "name": "request", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequest" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#title Powerpack#title}", "stability": "stable", "summary": "The title of the widget." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2311 }, "name": "title", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs2000:PowerpackWidgetTreemapDefinition" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionCustomLinks": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionCustomLinks", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22411 }, "name": "PowerpackWidgetTreemapDefinitionCustomLinks", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#is_hidden Powerpack#is_hidden}", "stability": "stable", "summary": "The flag for toggling context menu link visibility." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22417 }, "name": "isHidden", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#label Powerpack#label}", "stability": "stable", "summary": "The label for the custom link URL." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22423 }, "name": "label", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#link Powerpack#link}", "stability": "stable", "summary": "The URL of the custom link." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22429 }, "name": "link", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#override_label Powerpack#override_label}", "stability": "stable", "summary": "The label ID that refers to a context menu link item." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22435 }, "name": "overrideLabel", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTreemapDefinitionCustomLinks" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionCustomLinksList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionCustomLinksList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22623 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22615 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22630 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionCustomLinksOutputReference" } } } ], "name": "PowerpackWidgetTreemapDefinitionCustomLinksList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22623 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22623 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22623 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22616 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionCustomLinks" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTreemapDefinitionCustomLinksList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionCustomLinksOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionCustomLinksOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22498 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22488 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22558 }, "name": "resetIsHidden" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22574 }, "name": "resetLabel" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22590 }, "name": "resetLink" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22606 }, "name": "resetOverrideLabel" } ], "name": "PowerpackWidgetTreemapDefinitionCustomLinksOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22562 }, "name": "isHiddenInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22578 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22594 }, "name": "linkInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22610 }, "name": "overrideLabelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22552 }, "name": "isHidden", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22568 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22584 }, "name": "link", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22600 }, "name": "overrideLabel", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22502 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionCustomLinks" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTreemapDefinitionCustomLinksOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2376 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2369 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2434 }, "name": "putCustomLinks", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionCustomLinks" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2450 }, "name": "putRequest", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequest" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2437 }, "name": "resetCustomLinks" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2453 }, "name": "resetRequest" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2421 }, "name": "resetTitle" } ], "name": "PowerpackWidgetTreemapDefinitionOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2431 }, "name": "customLinks", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionCustomLinksList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2447 }, "name": "request", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2441 }, "name": "customLinksInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionCustomLinks" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2457 }, "name": "requestInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequest" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2425 }, "name": "titleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2415 }, "name": "title", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2380 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinition" } } ], "symbolId": "src/powerpack/index-structs/structs2000:PowerpackWidgetTreemapDefinitionOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequest": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequest", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2152 }, "name": "PowerpackWidgetTreemapDefinitionRequest", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#formula Powerpack#formula}", "stability": "stable", "summary": "formula block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2158 }, "name": "formula", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormula" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#query Powerpack#query}", "stability": "stable", "summary": "query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2164 }, "name": "query", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQuery" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs2000:PowerpackWidgetTreemapDefinitionRequest" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormula": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormula", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 23786 }, "name": "PowerpackWidgetTreemapDefinitionRequestFormula", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#formula_expression Powerpack#formula_expression}", "stability": "stable", "summary": "A string expression built from queries, formulas, and functions." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 23804 }, "name": "formulaExpression", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#alias Powerpack#alias}", "stability": "stable", "summary": "An expression alias." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 23792 }, "name": "alias", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#cell_display_mode Powerpack#cell_display_mode}", "stability": "stable", "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 23798 }, "name": "cellDisplayMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#conditional_formats Powerpack#conditional_formats}", "stability": "stable", "summary": "conditional_formats block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 23810 }, "name": "conditionalFormats", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "limit block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 23816 }, "name": "limit", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaLimit" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#number_format Powerpack#number_format}", "stability": "stable", "summary": "number_format block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 23822 }, "name": "numberFormat", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormat" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#style Powerpack#style}", "stability": "stable", "summary": "style block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 23828 }, "name": "style", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaStyle" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTreemapDefinitionRequestFormula" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaConditionalFormats": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaConditionalFormats", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22634 }, "name": "PowerpackWidgetTreemapDefinitionRequestFormulaConditionalFormats", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#comparator Powerpack#comparator}", "stability": "stable", "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22640 }, "name": "comparator", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#palette Powerpack#palette}", "stability": "stable", "summary": "The color palette to apply." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22676 }, "name": "palette", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#value Powerpack#value}", "stability": "stable", "summary": "A value for the comparator." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22688 }, "name": "value", "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#custom_bg_color Powerpack#custom_bg_color}", "stability": "stable", "summary": "The color palette to apply to the background, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22646 }, "name": "customBgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#custom_fg_color Powerpack#custom_fg_color}", "stability": "stable", "summary": "The color palette to apply to the foreground, same values available as palette." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22652 }, "name": "customFgColor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#hide_value Powerpack#hide_value}", "stability": "stable", "summary": "Setting this to True hides values." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22658 }, "name": "hideValue", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#image_url Powerpack#image_url}", "stability": "stable", "summary": "Displays an image as the background." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22664 }, "name": "imageUrl", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#metric Powerpack#metric}", "stability": "stable", "summary": "The metric from the request to correlate with this conditional format." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22670 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#timeframe Powerpack#timeframe}", "stability": "stable", "summary": "Defines the displayed timeframe." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22682 }, "name": "timeframe", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTreemapDefinitionRequestFormulaConditionalFormats" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaConditionalFormatsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaConditionalFormatsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 23012 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 23004 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 23019 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaConditionalFormatsOutputReference" } } } ], "name": "PowerpackWidgetTreemapDefinitionRequestFormulaConditionalFormatsList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 23012 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 23012 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 23012 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 23005 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTreemapDefinitionRequestFormulaConditionalFormatsList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaConditionalFormatsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaConditionalFormatsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22786 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22776 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22889 }, "name": "resetCustomBgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22905 }, "name": "resetCustomFgColor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22921 }, "name": "resetHideValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22937 }, "name": "resetImageUrl" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22953 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22982 }, "name": "resetTimeframe" } ], "name": "PowerpackWidgetTreemapDefinitionRequestFormulaConditionalFormatsOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22877 }, "name": "comparatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22893 }, "name": "customBgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22909 }, "name": "customFgColorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22925 }, "name": "hideValueInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22941 }, "name": "imageUrlInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22957 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22970 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22986 }, "name": "timeframeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22999 }, "name": "valueInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22870 }, "name": "comparator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22883 }, "name": "customBgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22899 }, "name": "customFgColor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22915 }, "name": "hideValue", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22931 }, "name": "imageUrl", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22947 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22963 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22976 }, "name": "timeframe", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22992 }, "name": "value", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 22790 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaConditionalFormats" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTreemapDefinitionRequestFormulaConditionalFormatsOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaLimit": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaLimit", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 23023 }, "name": "PowerpackWidgetTreemapDefinitionRequestFormulaLimit", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#count Powerpack#count}", "stability": "stable", "summary": "The number of results to return." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 23029 }, "name": "count", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#order Powerpack#order}", "stability": "stable", "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 23035 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTreemapDefinitionRequestFormulaLimit" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaLimitOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaLimitOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 23081 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 23074 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 23120 }, "name": "resetCount" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 23136 }, "name": "resetOrder" } ], "name": "PowerpackWidgetTreemapDefinitionRequestFormulaLimitOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 23124 }, "name": "countInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 23140 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 23114 }, "name": "count", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 23130 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 23085 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaLimit" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTreemapDefinitionRequestFormulaLimitOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24100 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24092 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24107 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaOutputReference" } } } ], "name": "PowerpackWidgetTreemapDefinitionRequestFormulaList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24100 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24100 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24100 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24093 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormula" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTreemapDefinitionRequestFormulaList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormat": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormat", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 23547 }, "name": "PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormat", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#unit Powerpack#unit}", "stability": "stable", "summary": "unit block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 23553 }, "name": "unit", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnit" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#unit_scale Powerpack#unit_scale}", "stability": "stable", "summary": "unit_scale block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 23559 }, "name": "unitScale", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScale" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormat" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 23605 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 23598 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 23641 }, "name": "putUnit", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnit" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 23654 }, "name": "putUnitScale", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScale" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 23657 }, "name": "resetUnitScale" } ], "name": "PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 23638 }, "name": "unit", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnitOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 23651 }, "name": "unitScale", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 23645 }, "name": "unitInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnit" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 23661 }, "name": "unitScaleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScale" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 23609 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormat" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnit": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnit", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 23345 }, "name": "PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnit", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#canonical Powerpack#canonical}", "stability": "stable", "summary": "canonical block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 23351 }, "name": "canonical", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonical" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#custom Powerpack#custom}", "stability": "stable", "summary": "custom block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 23357 }, "name": "custom", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustom" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnit" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonical": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonical", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 23144 }, "name": "PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonical", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#unit_name Powerpack#unit_name}", "stability": "stable", "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 23156 }, "name": "unitName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#per_unit_name Powerpack#per_unit_name}", "stability": "stable", "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 23150 }, "name": "perUnitName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonical" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 23202 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 23195 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 23241 }, "name": "resetPerUnitName" } ], "name": "PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 23245 }, "name": "perUnitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 23258 }, "name": "unitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 23235 }, "name": "perUnitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 23251 }, "name": "unitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 23206 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonical" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustom": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustom", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 23262 }, "name": "PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustom", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#label Powerpack#label}", "stability": "stable", "summary": "Unit label." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 23268 }, "name": "label", "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustom" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 23307 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 23300 }, "name": "PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 23341 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 23334 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 23311 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustom" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnitOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnitOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 23403 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 23396 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 23439 }, "name": "putCanonical", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonical" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 23455 }, "name": "putCustom", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustom" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 23442 }, "name": "resetCanonical" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 23458 }, "name": "resetCustom" } ], "name": "PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnitOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 23436 }, "name": "canonical", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 23452 }, "name": "custom", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 23446 }, "name": "canonicalInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonical" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 23462 }, "name": "customInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustom" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 23407 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnit" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnitOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScale": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScale", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 23466 }, "name": "PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScale", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#unit_name Powerpack#unit_name}." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 23470 }, "name": "unitName", "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScale" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 23509 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 23502 }, "name": "PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 23543 }, "name": "unitNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 23536 }, "name": "unitName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 23513 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScale" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 23912 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 23902 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24032 }, "name": "putConditionalFormats", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24048 }, "name": "putLimit", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaLimit" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24064 }, "name": "putNumberFormat", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormat" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24080 }, "name": "putStyle", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaStyle" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 23990 }, "name": "resetAlias" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24006 }, "name": "resetCellDisplayMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24035 }, "name": "resetConditionalFormats" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24051 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24067 }, "name": "resetNumberFormat" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24083 }, "name": "resetStyle" } ], "name": "PowerpackWidgetTreemapDefinitionRequestFormulaOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24029 }, "name": "conditionalFormats", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaConditionalFormatsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24045 }, "name": "limit", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaLimitOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24061 }, "name": "numberFormat", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24077 }, "name": "style", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaStyleOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 23994 }, "name": "aliasInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24010 }, "name": "cellDisplayModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24039 }, "name": "conditionalFormatsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaConditionalFormats" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24023 }, "name": "formulaExpressionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24055 }, "name": "limitInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaLimit" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24071 }, "name": "numberFormatInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormat" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24087 }, "name": "styleInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaStyle" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 23984 }, "name": "alias", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24000 }, "name": "cellDisplayMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24016 }, "name": "formulaExpression", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 23916 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormula" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTreemapDefinitionRequestFormulaOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaStyle": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaStyle", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 23665 }, "name": "PowerpackWidgetTreemapDefinitionRequestFormulaStyle", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#palette Powerpack#palette}", "stability": "stable", "summary": "The color palette used to display the formula." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 23671 }, "name": "palette", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#palette_index Powerpack#palette_index}", "stability": "stable", "summary": "Index specifying which color to use within the palette." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 23677 }, "name": "paletteIndex", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTreemapDefinitionRequestFormulaStyle" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaStyleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaStyleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 23723 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 23716 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 23762 }, "name": "resetPalette" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 23778 }, "name": "resetPaletteIndex" } ], "name": "PowerpackWidgetTreemapDefinitionRequestFormulaStyleOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 23782 }, "name": "paletteIndexInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 23766 }, "name": "paletteInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 23756 }, "name": "palette", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 23772 }, "name": "paletteIndex", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 23727 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaStyle" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTreemapDefinitionRequestFormulaStyleOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2294 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2286 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2301 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestOutputReference" } } } ], "name": "PowerpackWidgetTreemapDefinitionRequestList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2294 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2294 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2294 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2287 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequest" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs2000:PowerpackWidgetTreemapDefinitionRequestList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2213 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2203 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2258 }, "name": "putFormula", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormula" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2274 }, "name": "putQuery", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQuery" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2261 }, "name": "resetFormula" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2277 }, "name": "resetQuery" } ], "name": "PowerpackWidgetTreemapDefinitionRequestOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2255 }, "name": "formula", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2271 }, "name": "query", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2265 }, "name": "formulaInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormula" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2281 }, "name": "queryInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQuery" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2217 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequest" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs2000:PowerpackWidgetTreemapDefinitionRequestOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1824 }, "name": "PowerpackWidgetTreemapDefinitionRequestQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#apm_dependency_stats_query Powerpack#apm_dependency_stats_query}", "stability": "stable", "summary": "apm_dependency_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1830 }, "name": "apmDependencyStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryApmDependencyStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#apm_resource_stats_query Powerpack#apm_resource_stats_query}", "stability": "stable", "summary": "apm_resource_stats_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1836 }, "name": "apmResourceStatsQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryApmResourceStatsQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#cloud_cost_query Powerpack#cloud_cost_query}", "stability": "stable", "summary": "cloud_cost_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1842 }, "name": "cloudCostQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryCloudCostQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#event_query Powerpack#event_query}", "stability": "stable", "summary": "event_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1848 }, "name": "eventQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#metric_query Powerpack#metric_query}", "stability": "stable", "summary": "metric_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1854 }, "name": "metricQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryMetricQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#process_query Powerpack#process_query}", "stability": "stable", "summary": "process_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1860 }, "name": "processQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryProcessQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#slo_query Powerpack#slo_query}", "stability": "stable", "summary": "slo_query block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1866 }, "name": "sloQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQuerySloQuery" } } ], "symbolId": "src/powerpack/index-structs/structs2000:PowerpackWidgetTreemapDefinitionRequestQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryApmDependencyStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryApmDependencyStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24111 }, "name": "PowerpackWidgetTreemapDefinitionRequestQueryApmDependencyStatsQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#data_source Powerpack#data_source}", "stability": "stable", "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24123 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#env Powerpack#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24129 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#name Powerpack#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24141 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#operation_name Powerpack#operation_name}", "stability": "stable", "summary": "Name of operation on service." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24147 }, "name": "operationName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#resource_name Powerpack#resource_name}", "stability": "stable", "summary": "APM resource." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24165 }, "name": "resourceName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#service Powerpack#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24171 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#stat Powerpack#stat}", "stability": "stable", "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24177 }, "name": "stat", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24117 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#is_upstream Powerpack#is_upstream}", "stability": "stable", "summary": "Determines whether stats for upstream or downstream dependencies should be queried." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24135 }, "name": "isUpstream", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#primary_tag_name Powerpack#primary_tag_name}", "stability": "stable", "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24153 }, "name": "primaryTagName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#primary_tag_value Powerpack#primary_tag_value}", "stability": "stable", "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24159 }, "name": "primaryTagValue", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTreemapDefinitionRequestQueryApmDependencyStatsQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryApmDependencyStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryApmDependencyStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24286 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24279 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24379 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24421 }, "name": "resetIsUpstream" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24463 }, "name": "resetPrimaryTagName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24479 }, "name": "resetPrimaryTagValue" } ], "name": "PowerpackWidgetTreemapDefinitionRequestQueryApmDependencyStatsQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24383 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24396 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24409 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24425 }, "name": "isUpstreamInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24438 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24451 }, "name": "operationNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24467 }, "name": "primaryTagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24483 }, "name": "primaryTagValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24496 }, "name": "resourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24509 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24522 }, "name": "statInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24373 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24389 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24402 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24415 }, "name": "isUpstream", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24431 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24444 }, "name": "operationName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24457 }, "name": "primaryTagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24473 }, "name": "primaryTagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24489 }, "name": "resourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24502 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24515 }, "name": "stat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24290 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryApmDependencyStatsQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTreemapDefinitionRequestQueryApmDependencyStatsQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryApmResourceStatsQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryApmResourceStatsQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24526 }, "name": "PowerpackWidgetTreemapDefinitionRequestQueryApmResourceStatsQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#data_source Powerpack#data_source}", "stability": "stable", "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24538 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#env Powerpack#env}", "stability": "stable", "summary": "APM environment." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24544 }, "name": "env", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#name Powerpack#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24556 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#service Powerpack#service}", "stability": "stable", "summary": "APM service." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24586 }, "name": "service", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#stat Powerpack#stat}", "stability": "stable", "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24592 }, "name": "stat", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24532 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#group_by Powerpack#group_by}", "stability": "stable", "summary": "Array of fields to group results by." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24550 }, "name": "groupBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#operation_name Powerpack#operation_name}", "stability": "stable", "summary": "Name of operation on service." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24562 }, "name": "operationName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#primary_tag_name Powerpack#primary_tag_name}", "stability": "stable", "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24568 }, "name": "primaryTagName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#primary_tag_value Powerpack#primary_tag_value}", "stability": "stable", "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24574 }, "name": "primaryTagValue", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#resource_name Powerpack#resource_name}", "stability": "stable", "summary": "APM resource." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24580 }, "name": "resourceName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTreemapDefinitionRequestQueryApmResourceStatsQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryApmResourceStatsQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryApmResourceStatsQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24701 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24694 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24794 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24836 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24865 }, "name": "resetOperationName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24881 }, "name": "resetPrimaryTagName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24897 }, "name": "resetPrimaryTagValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24913 }, "name": "resetResourceName" } ], "name": "PowerpackWidgetTreemapDefinitionRequestQueryApmResourceStatsQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24798 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24811 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24824 }, "name": "envInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24840 }, "name": "groupByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24853 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24869 }, "name": "operationNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24885 }, "name": "primaryTagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24901 }, "name": "primaryTagValueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24917 }, "name": "resourceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24930 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24943 }, "name": "statInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24788 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24804 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24817 }, "name": "env", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24830 }, "name": "groupBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24846 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24859 }, "name": "operationName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24875 }, "name": "primaryTagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24891 }, "name": "primaryTagValue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24907 }, "name": "resourceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24923 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24936 }, "name": "stat", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24705 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryApmResourceStatsQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTreemapDefinitionRequestQueryApmResourceStatsQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryCloudCostQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryCloudCostQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24947 }, "name": "PowerpackWidgetTreemapDefinitionRequestQueryCloudCostQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#data_source Powerpack#data_source}", "stability": "stable", "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24965 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#name Powerpack#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24971 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#query Powerpack#query}", "stability": "stable", "summary": "The cloud cost query definition." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24977 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregator Powerpack#aggregator}", "stability": "stable", "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24953 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 24959 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTreemapDefinitionRequestQueryCloudCostQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryCloudCostQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryCloudCostQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 25044 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 25037 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 25101 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 25117 }, "name": "resetCrossOrgUuids" } ], "name": "PowerpackWidgetTreemapDefinitionRequestQueryCloudCostQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 25105 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 25121 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 25134 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 25147 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 25160 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 25095 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 25111 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 25127 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 25140 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 25153 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 25048 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryCloudCostQuery" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTreemapDefinitionRequestQueryCloudCostQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 568 }, "name": "PowerpackWidgetTreemapDefinitionRequestQueryEventQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#compute Powerpack#compute}", "stability": "stable", "summary": "compute block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 604 }, "name": "compute", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#data_source Powerpack#data_source}", "stability": "stable", "summary": "The data source for event platform-based queries." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 580 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#name Powerpack#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 592 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 574 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#group_by Powerpack#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 610 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#indexes Powerpack#indexes}", "stability": "stable", "summary": "An array of index names to query in the stream." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 586 }, "name": "indexes", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#search Powerpack#search}", "stability": "stable", "summary": "search block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 616 }, "name": "search", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQuerySearch" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#storage Powerpack#storage}", "stability": "stable", "summary": "Storage location (private beta)." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 598 }, "name": "storage", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs2000:PowerpackWidgetTreemapDefinitionRequestQueryEventQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQueryCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQueryCompute", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 25164 }, "name": "PowerpackWidgetTreemapDefinitionRequestQueryEventQueryCompute", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation methods for event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 25170 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#interval Powerpack#interval}", "stability": "stable", "summary": "A time interval in milliseconds." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 25176 }, "name": "interval", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#metric Powerpack#metric}", "stability": "stable", "summary": "The measurable attribute to compute." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 25182 }, "name": "metric", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTreemapDefinitionRequestQueryEventQueryCompute" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQueryComputeList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQueryComputeList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 25338 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 25330 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 25345 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQueryComputeOutputReference" } } } ], "name": "PowerpackWidgetTreemapDefinitionRequestQueryEventQueryComputeList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 25338 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 25338 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 25338 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 25331 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTreemapDefinitionRequestQueryEventQueryComputeList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQueryComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQueryComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 25238 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 25228 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 25305 }, "name": "resetInterval" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 25321 }, "name": "resetMetric" } ], "name": "PowerpackWidgetTreemapDefinitionRequestQueryEventQueryComputeOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 25293 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 25309 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 25325 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 25286 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 25299 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 25315 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs1600.ts", "line": 25242 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQueryCompute" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTreemapDefinitionRequestQueryEventQueryComputeOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQueryGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQueryGroupBy", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 300 }, "name": "PowerpackWidgetTreemapDefinitionRequestQueryEventQueryGroupBy", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#facet Powerpack#facet}", "stability": "stable", "summary": "The event facet." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 306 }, "name": "facet", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "The number of groups to return." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 312 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#sort Powerpack#sort}", "stability": "stable", "summary": "sort block." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 318 }, "name": "sort", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQueryGroupBySort" } } ], "symbolId": "src/powerpack/index-structs/structs2000:PowerpackWidgetTreemapDefinitionRequestQueryEventQueryGroupBy" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQueryGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQueryGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 474 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 466 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 481 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQueryGroupByOutputReference" } } } ], "name": "PowerpackWidgetTreemapDefinitionRequestQueryEventQueryGroupByList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 474 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 474 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 474 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 467 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs2000:PowerpackWidgetTreemapDefinitionRequestQueryEventQueryGroupByList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQueryGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQueryGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 374 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 364 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 454 }, "name": "putSort", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQueryGroupBySort" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 441 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 457 }, "name": "resetSort" } ], "name": "PowerpackWidgetTreemapDefinitionRequestQueryEventQueryGroupByOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 451 }, "name": "sort", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQueryGroupBySortOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 429 }, "name": "facetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 445 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 461 }, "name": "sortInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQueryGroupBySort" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 422 }, "name": "facet", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 435 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 378 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQueryGroupBy" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs2000:PowerpackWidgetTreemapDefinitionRequestQueryEventQueryGroupByOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQueryGroupBySort": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQueryGroupBySort", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 147 }, "name": "PowerpackWidgetTreemapDefinitionRequestQueryEventQueryGroupBySort", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregation Powerpack#aggregation}", "stability": "stable", "summary": "The aggregation methods for the event platform queries." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 153 }, "name": "aggregation", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#metric Powerpack#metric}", "stability": "stable", "summary": "The metric used for sorting group by results." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 159 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#order Powerpack#order}", "stability": "stable", "summary": "Direction of sort. Valid values are `asc`, `desc`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 165 }, "name": "order", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs2000:PowerpackWidgetTreemapDefinitionRequestQueryEventQueryGroupBySort" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQueryGroupBySortOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQueryGroupBySortOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 218 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 211 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 276 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 292 }, "name": "resetOrder" } ], "name": "PowerpackWidgetTreemapDefinitionRequestQueryEventQueryGroupBySortOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 264 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 280 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 296 }, "name": "orderInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 257 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 270 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 286 }, "name": "order", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 222 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQueryGroupBySort" } } ], "symbolId": "src/powerpack/index-structs/structs2000:PowerpackWidgetTreemapDefinitionRequestQueryEventQueryGroupBySortOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 704 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 697 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 850 }, "name": "putCompute", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 863 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 879 }, "name": "putSearch", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQuerySearch" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 779 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 866 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 808 }, "name": "resetIndexes" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 882 }, "name": "resetSearch" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 837 }, "name": "resetStorage" } ], "name": "PowerpackWidgetTreemapDefinitionRequestQueryEventQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 847 }, "name": "compute", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQueryComputeList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 860 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQueryGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 876 }, "name": "search", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQuerySearchOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 854 }, "name": "computeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQueryCompute" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 783 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 796 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 870 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQueryGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 812 }, "name": "indexesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 825 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 886 }, "name": "searchInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQuerySearch" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 841 }, "name": "storageInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 773 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 789 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 802 }, "name": "indexes", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 818 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 831 }, "name": "storage", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 708 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQuery" } } ], "symbolId": "src/powerpack/index-structs/structs2000:PowerpackWidgetTreemapDefinitionRequestQueryEventQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQuerySearch": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQuerySearch", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 485 }, "name": "PowerpackWidgetTreemapDefinitionRequestQueryEventQuerySearch", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#query Powerpack#query}", "stability": "stable", "summary": "The events search string." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 491 }, "name": "query", "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs2000:PowerpackWidgetTreemapDefinitionRequestQueryEventQuerySearch" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQuerySearchOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQuerySearchOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.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" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 523 }, "name": "PowerpackWidgetTreemapDefinitionRequestQueryEventQuerySearchOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 564 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 557 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 534 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQuerySearch" } } ], "symbolId": "src/powerpack/index-structs/structs2000:PowerpackWidgetTreemapDefinitionRequestQueryEventQuerySearchOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2141 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2133 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2148 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryOutputReference" } } } ], "name": "PowerpackWidgetTreemapDefinitionRequestQueryList", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2141 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2141 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2141 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2134 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQuery" }, "kind": "array" } } ] } } } ], "symbolId": "src/powerpack/index-structs/structs2000:PowerpackWidgetTreemapDefinitionRequestQueryList" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryMetricQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryMetricQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 890 }, "name": "PowerpackWidgetTreemapDefinitionRequestQueryMetricQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#name Powerpack#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 914 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#query Powerpack#query}", "stability": "stable", "summary": "The metrics query definition." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 920 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregator Powerpack#aggregator}", "stability": "stable", "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 896 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 902 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#data_source Powerpack#data_source}", "stability": "stable", "summary": "The data source for metrics queries. Defaults to `\"metrics\"`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 908 }, "name": "dataSource", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs2000:PowerpackWidgetTreemapDefinitionRequestQueryMetricQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryMetricQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryMetricQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 987 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 980 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1044 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1060 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1076 }, "name": "resetDataSource" } ], "name": "PowerpackWidgetTreemapDefinitionRequestQueryMetricQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1048 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1064 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1080 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1093 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1106 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1038 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1054 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1070 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1086 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1099 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 991 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryMetricQuery" } } ], "symbolId": "src/powerpack/index-structs/structs2000:PowerpackWidgetTreemapDefinitionRequestQueryMetricQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1950 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1940 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2025 }, "name": "putApmDependencyStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryApmDependencyStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2041 }, "name": "putApmResourceStatsQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryApmResourceStatsQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2057 }, "name": "putCloudCostQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryCloudCostQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2073 }, "name": "putEventQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2089 }, "name": "putMetricQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryMetricQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2105 }, "name": "putProcessQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryProcessQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2121 }, "name": "putSloQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQuerySloQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2028 }, "name": "resetApmDependencyStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2044 }, "name": "resetApmResourceStatsQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2060 }, "name": "resetCloudCostQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2076 }, "name": "resetEventQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2092 }, "name": "resetMetricQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2108 }, "name": "resetProcessQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2124 }, "name": "resetSloQuery" } ], "name": "PowerpackWidgetTreemapDefinitionRequestQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2022 }, "name": "apmDependencyStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryApmDependencyStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2038 }, "name": "apmResourceStatsQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryApmResourceStatsQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2054 }, "name": "cloudCostQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryCloudCostQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2070 }, "name": "eventQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2086 }, "name": "metricQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryMetricQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2102 }, "name": "processQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryProcessQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2118 }, "name": "sloQuery", "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQuerySloQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2032 }, "name": "apmDependencyStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryApmDependencyStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2048 }, "name": "apmResourceStatsQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryApmResourceStatsQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2064 }, "name": "cloudCostQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryCloudCostQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2080 }, "name": "eventQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2096 }, "name": "metricQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryMetricQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2112 }, "name": "processQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryProcessQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2128 }, "name": "sloQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQuerySloQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1954 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQuery" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs2000:PowerpackWidgetTreemapDefinitionRequestQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryProcessQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryProcessQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1110 }, "name": "PowerpackWidgetTreemapDefinitionRequestQueryProcessQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#data_source Powerpack#data_source}", "stability": "stable", "summary": "The data source for process queries. Valid values are `process`, `container`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1128 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#metric Powerpack#metric}", "stability": "stable", "summary": "The process metric name." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1146 }, "name": "metric", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#name Powerpack#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1152 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#aggregator Powerpack#aggregator}", "stability": "stable", "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1116 }, "name": "aggregator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1122 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#is_normalized_cpu Powerpack#is_normalized_cpu}", "stability": "stable", "summary": "Whether to normalize the CPU percentages." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1134 }, "name": "isNormalizedCpu", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#limit Powerpack#limit}", "stability": "stable", "summary": "The number of hits to return." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1140 }, "name": "limit", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#sort Powerpack#sort}", "stability": "stable", "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1158 }, "name": "sort", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#tag_filters Powerpack#tag_filters}", "stability": "stable", "summary": "An array of tags to filter by." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1164 }, "name": "tagFilters", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#text_filter Powerpack#text_filter}", "stability": "stable", "summary": "The text to use as a filter." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1170 }, "name": "textFilter", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs2000:PowerpackWidgetTreemapDefinitionRequestQueryProcessQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryProcessQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryProcessQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1272 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1265 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1359 }, "name": "resetAggregator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1375 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1404 }, "name": "resetIsNormalizedCpu" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1420 }, "name": "resetLimit" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1462 }, "name": "resetSort" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1478 }, "name": "resetTagFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1494 }, "name": "resetTextFilter" } ], "name": "PowerpackWidgetTreemapDefinitionRequestQueryProcessQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1363 }, "name": "aggregatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1379 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1392 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1408 }, "name": "isNormalizedCpuInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1424 }, "name": "limitInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1437 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1450 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1466 }, "name": "sortInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1482 }, "name": "tagFiltersInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1498 }, "name": "textFilterInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1353 }, "name": "aggregator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1369 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1385 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1398 }, "name": "isNormalizedCpu", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1414 }, "name": "limit", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1430 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1443 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1456 }, "name": "sort", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1472 }, "name": "tagFilters", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1488 }, "name": "textFilter", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1276 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryProcessQuery" } } ], "symbolId": "src/powerpack/index-structs/structs2000:PowerpackWidgetTreemapDefinitionRequestQueryProcessQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQuerySloQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQuerySloQuery", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1502 }, "name": "PowerpackWidgetTreemapDefinitionRequestQuerySloQuery", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#data_source Powerpack#data_source}", "stability": "stable", "summary": "The data source for SLO queries. Valid values are `slo`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1520 }, "name": "dataSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#measure Powerpack#measure}", "stability": "stable", "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1532 }, "name": "measure", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#slo_id Powerpack#slo_id}", "stability": "stable", "summary": "ID of an SLO to query." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1544 }, "name": "sloId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#additional_query_filters Powerpack#additional_query_filters}", "stability": "stable", "summary": "Additional filters applied to the SLO query." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1508 }, "name": "additionalQueryFilters", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}", "stability": "stable", "summary": "The source organization UUID for cross organization queries. Feature in Private Beta." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1514 }, "name": "crossOrgUuids", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#group_mode Powerpack#group_mode}", "stability": "stable", "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1526 }, "name": "groupMode", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#name Powerpack#name}", "stability": "stable", "summary": "The name of query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1538 }, "name": "name", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#slo_query_type Powerpack#slo_query_type}", "stability": "stable", "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1550 }, "name": "sloQueryType", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/powerpack/index-structs/structs2000:PowerpackWidgetTreemapDefinitionRequestQuerySloQuery" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQuerySloQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQuerySloQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1638 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1631 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1713 }, "name": "resetAdditionalQueryFilters" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1729 }, "name": "resetCrossOrgUuids" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1758 }, "name": "resetGroupMode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1787 }, "name": "resetName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1816 }, "name": "resetSloQueryType" } ], "name": "PowerpackWidgetTreemapDefinitionRequestQuerySloQueryOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1717 }, "name": "additionalQueryFiltersInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1733 }, "name": "crossOrgUuidsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1746 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1762 }, "name": "groupModeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1775 }, "name": "measureInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1791 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1804 }, "name": "sloIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1820 }, "name": "sloQueryTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1707 }, "name": "additionalQueryFilters", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1723 }, "name": "crossOrgUuids", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1739 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1752 }, "name": "groupMode", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1768 }, "name": "measure", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1781 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1797 }, "name": "sloId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1810 }, "name": "sloQueryType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 1642 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQuerySloQuery" } } ], "symbolId": "src/powerpack/index-structs/structs2000:PowerpackWidgetTreemapDefinitionRequestQuerySloQueryOutputReference" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetWidgetLayout": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetWidgetLayout", "kind": "interface", "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2461 }, "name": "PowerpackWidgetWidgetLayout", "namespace": "powerpack", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#height Powerpack#height}", "stability": "stable", "summary": "The height of the widget." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2467 }, "name": "height", "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#width Powerpack#width}", "stability": "stable", "summary": "The width of the widget." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2479 }, "name": "width", "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#x Powerpack#x}", "stability": "stable", "summary": "The position of the widget on the x (horizontal) axis. Must be greater than or equal to 0." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2485 }, "name": "x", "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#y Powerpack#y}", "stability": "stable", "summary": "The position of the widget on the y (vertical) axis. Must be greater than or equal to 0." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2491 }, "name": "y", "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Only one widget in the dashboard should have this property set to `true`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/powerpack#is_column_break Powerpack#is_column_break}", "stability": "stable", "summary": "Whether the widget should be the first one on the second column in high density or not." }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2473 }, "name": "isColumnBreak", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } } ], "symbolId": "src/powerpack/index-structs/structs2000:PowerpackWidgetWidgetLayout" }, "@cdktf/provider-datadog.powerpack.PowerpackWidgetWidgetLayoutOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetWidgetLayoutOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2558 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2551 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2628 }, "name": "resetIsColumnBreak" } ], "name": "PowerpackWidgetWidgetLayoutOutputReference", "namespace": "powerpack", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2616 }, "name": "heightInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2632 }, "name": "isColumnBreakInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2645 }, "name": "widthInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2658 }, "name": "xInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2671 }, "name": "yInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2609 }, "name": "height", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2622 }, "name": "isColumnBreak", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2638 }, "name": "width", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2651 }, "name": "x", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2664 }, "name": "y", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/powerpack/index-structs/structs2000.ts", "line": 2562 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.powerpack.PowerpackWidgetWidgetLayout" } } ], "symbolId": "src/powerpack/index-structs/structs2000:PowerpackWidgetWidgetLayoutOutputReference" }, "@cdktf/provider-datadog.provider.DatadogProvider": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformProvider", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs datadog}." }, "fqn": "@cdktf/provider-datadog.provider.DatadogProvider", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs datadog} Resource." }, "locationInModule": { "filename": "src/provider/index.ts", "line": 192 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.provider.DatadogProviderConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/provider/index.ts", "line": 160 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a DatadogProvider resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/provider/index.ts", "line": 177 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the DatadogProvider to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing DatadogProvider that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the DatadogProvider to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/provider/index.ts", "line": 473 }, "name": "resetAlias" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/provider/index.ts", "line": 233 }, "name": "resetApiKey" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/provider/index.ts", "line": 249 }, "name": "resetApiUrl" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/provider/index.ts", "line": 265 }, "name": "resetAppKey" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/provider/index.ts", "line": 281 }, "name": "resetAwsAccessKeyId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/provider/index.ts", "line": 297 }, "name": "resetAwsSecretAccessKey" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/provider/index.ts", "line": 313 }, "name": "resetAwsSessionToken" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/provider/index.ts", "line": 329 }, "name": "resetCloudProviderRegion" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/provider/index.ts", "line": 345 }, "name": "resetCloudProviderType" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/provider/index.ts", "line": 489 }, "name": "resetDefaultTags" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/provider/index.ts", "line": 361 }, "name": "resetHttpClientRetryBackoffBase" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/provider/index.ts", "line": 377 }, "name": "resetHttpClientRetryBackoffMultiplier" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/provider/index.ts", "line": 393 }, "name": "resetHttpClientRetryEnabled" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/provider/index.ts", "line": 409 }, "name": "resetHttpClientRetryMaxRetries" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/provider/index.ts", "line": 425 }, "name": "resetHttpClientRetryTimeout" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/provider/index.ts", "line": 441 }, "name": "resetOrgUuid" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/provider/index.ts", "line": 457 }, "name": "resetValidate" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/provider/index.ts", "line": 501 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformProvider", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/provider/index.ts", "line": 523 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformProvider", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "DatadogProvider", "namespace": "provider", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/provider/index.ts", "line": 165 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/provider/index.ts", "line": 477 }, "name": "aliasInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/provider/index.ts", "line": 237 }, "name": "apiKeyInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/provider/index.ts", "line": 253 }, "name": "apiUrlInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/provider/index.ts", "line": 269 }, "name": "appKeyInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/provider/index.ts", "line": 285 }, "name": "awsAccessKeyIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/provider/index.ts", "line": 301 }, "name": "awsSecretAccessKeyInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/provider/index.ts", "line": 317 }, "name": "awsSessionTokenInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/provider/index.ts", "line": 333 }, "name": "cloudProviderRegionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/provider/index.ts", "line": 349 }, "name": "cloudProviderTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/provider/index.ts", "line": 493 }, "name": "defaultTagsInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.provider.DatadogProviderDefaultTags" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/provider/index.ts", "line": 365 }, "name": "httpClientRetryBackoffBaseInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/provider/index.ts", "line": 381 }, "name": "httpClientRetryBackoffMultiplierInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/provider/index.ts", "line": 397 }, "name": "httpClientRetryEnabledInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/provider/index.ts", "line": 413 }, "name": "httpClientRetryMaxRetriesInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/provider/index.ts", "line": 429 }, "name": "httpClientRetryTimeoutInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/provider/index.ts", "line": 445 }, "name": "orgUuidInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/provider/index.ts", "line": 461 }, "name": "validateInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/provider/index.ts", "line": 467 }, "name": "alias", "optional": true, "overrides": "cdktf.TerraformProvider", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/provider/index.ts", "line": 227 }, "name": "apiKey", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/provider/index.ts", "line": 243 }, "name": "apiUrl", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/provider/index.ts", "line": 259 }, "name": "appKey", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/provider/index.ts", "line": 275 }, "name": "awsAccessKeyId", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/provider/index.ts", "line": 291 }, "name": "awsSecretAccessKey", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/provider/index.ts", "line": 307 }, "name": "awsSessionToken", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/provider/index.ts", "line": 323 }, "name": "cloudProviderRegion", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/provider/index.ts", "line": 339 }, "name": "cloudProviderType", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/provider/index.ts", "line": 483 }, "name": "defaultTags", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.provider.DatadogProviderDefaultTags" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/provider/index.ts", "line": 355 }, "name": "httpClientRetryBackoffBase", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/provider/index.ts", "line": 371 }, "name": "httpClientRetryBackoffMultiplier", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/provider/index.ts", "line": 387 }, "name": "httpClientRetryEnabled", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/provider/index.ts", "line": 403 }, "name": "httpClientRetryMaxRetries", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/provider/index.ts", "line": 419 }, "name": "httpClientRetryTimeout", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/provider/index.ts", "line": 435 }, "name": "orgUuid", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/provider/index.ts", "line": 451 }, "name": "validate", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/provider/index:DatadogProvider" }, "@cdktf/provider-datadog.provider.DatadogProviderConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.provider.DatadogProviderConfig", "kind": "interface", "locationInModule": { "filename": "src/provider/index.ts", "line": 14 }, "name": "DatadogProviderConfig", "namespace": "provider", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs#alias DatadogProvider#alias}", "stability": "stable", "summary": "Alias name." }, "immutable": true, "locationInModule": { "filename": "src/provider/index.ts", "line": 110 }, "name": "alias", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs#api_key DatadogProvider#api_key}", "stability": "stable", "summary": "(Required unless validate is false) Datadog API key. This can also be set via the DD_API_KEY environment variable." }, "immutable": true, "locationInModule": { "filename": "src/provider/index.ts", "line": 20 }, "name": "apiKey", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "This can also be set via the DD_HOST environment variable, and defaults to `https://api.datadoghq.com`. Note that this URL must not end with the `/api/` path. For example, `https://api.datadoghq.com/` is a correct value, while `https://api.datadoghq.com/api/` is not. And if you're working with \"EU\" version of Datadog, use `https://api.datadoghq.eu/`. Other Datadog region examples: `https://api.us5.datadoghq.com/`, `https://api.us3.datadoghq.com/` and `https://api.ddog-gov.com/`. See https://docs.datadoghq.com/getting_started/site/ for all available regions.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs#api_url DatadogProvider#api_url}", "stability": "stable", "summary": "The API URL." }, "immutable": true, "locationInModule": { "filename": "src/provider/index.ts", "line": 26 }, "name": "apiUrl", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs#app_key DatadogProvider#app_key}", "stability": "stable", "summary": "(Required unless validate is false) Datadog APP key. This can also be set via the DD_APP_KEY environment variable." }, "immutable": true, "locationInModule": { "filename": "src/provider/index.ts", "line": 32 }, "name": "appKey", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "used for cloud-provider-based authentication. This can also be set using the `AWS_ACCESS_KEY_ID` environment variable. Required when using `cloud_provider_type` set to `aws`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs#aws_access_key_id DatadogProvider#aws_access_key_id}", "stability": "stable", "summary": "The AWS access key ID;" }, "immutable": true, "locationInModule": { "filename": "src/provider/index.ts", "line": 38 }, "name": "awsAccessKeyId", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "used for cloud-provider-based authentication. This can also be set using the `AWS_SECRET_ACCESS_KEY` environment variable. Required when using `cloud_provider_type` set to `aws`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs#aws_secret_access_key DatadogProvider#aws_secret_access_key}", "stability": "stable", "summary": "The AWS secret access key;" }, "immutable": true, "locationInModule": { "filename": "src/provider/index.ts", "line": 44 }, "name": "awsSecretAccessKey", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "used for cloud-provider-based authentication. This can also be set using the `AWS_SESSION_TOKEN` environment variable. Required when using `cloud_provider_type` set to `aws` and using temporary credentials.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs#aws_session_token DatadogProvider#aws_session_token}", "stability": "stable", "summary": "The AWS session token;" }, "immutable": true, "locationInModule": { "filename": "src/provider/index.ts", "line": 50 }, "name": "awsSessionToken", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs#cloud_provider_region DatadogProvider#cloud_provider_region}", "stability": "stable", "summary": "The cloud provider region specifier; used for cloud-provider-based authentication. For example, `us-east-1` for AWS." }, "immutable": true, "locationInModule": { "filename": "src/provider/index.ts", "line": 56 }, "name": "cloudProviderRegion", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Only [`aws`] is supported. This feature is in Preview. If you'd like to enable it for your organization, contact [support](https://docs.datadoghq.com/help/).\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs#cloud_provider_type DatadogProvider#cloud_provider_type}", "stability": "stable", "summary": "Specifies the cloud provider used for cloud-provider-based authentication, enabling keyless access without API or app keys." }, "immutable": true, "locationInModule": { "filename": "src/provider/index.ts", "line": 62 }, "name": "cloudProviderType", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs#default_tags DatadogProvider#default_tags}", "stability": "stable", "summary": "default_tags block." }, "immutable": true, "locationInModule": { "filename": "src/provider/index.ts", "line": 116 }, "name": "defaultTags", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.provider.DatadogProviderDefaultTags" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs#http_client_retry_backoff_base DatadogProvider#http_client_retry_backoff_base}", "stability": "stable", "summary": "The HTTP request retry back off base. Defaults to 2." }, "immutable": true, "locationInModule": { "filename": "src/provider/index.ts", "line": 68 }, "name": "httpClientRetryBackoffBase", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs#http_client_retry_backoff_multiplier DatadogProvider#http_client_retry_backoff_multiplier}", "stability": "stable", "summary": "The HTTP request retry back off multiplier. Defaults to 2." }, "immutable": true, "locationInModule": { "filename": "src/provider/index.ts", "line": 74 }, "name": "httpClientRetryBackoffMultiplier", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs#http_client_retry_enabled DatadogProvider#http_client_retry_enabled}", "stability": "stable", "summary": "Enables request retries on HTTP status codes 429 and 5xx. Valid values are [`true`, `false`]. Defaults to `true`." }, "immutable": true, "locationInModule": { "filename": "src/provider/index.ts", "line": 80 }, "name": "httpClientRetryEnabled", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs#http_client_retry_max_retries DatadogProvider#http_client_retry_max_retries}", "stability": "stable", "summary": "The HTTP request maximum retry number. Defaults to 3." }, "immutable": true, "locationInModule": { "filename": "src/provider/index.ts", "line": 86 }, "name": "httpClientRetryMaxRetries", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs#http_client_retry_timeout DatadogProvider#http_client_retry_timeout}", "stability": "stable", "summary": "The HTTP request retry timeout period. Defaults to 60 seconds." }, "immutable": true, "locationInModule": { "filename": "src/provider/index.ts", "line": 92 }, "name": "httpClientRetryTimeout", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs#org_uuid DatadogProvider#org_uuid}", "stability": "stable", "summary": "The organization UUID; used for cloud-provider-based authentication. See the [Datadog API documentation](https://docs.datadoghq.com/api/v1/organizations/) for more information." }, "immutable": true, "locationInModule": { "filename": "src/provider/index.ts", "line": 98 }, "name": "orgUuid", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Valid values are [`true`, `false`]. Default is true. When false, api_key won't be checked.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs#validate DatadogProvider#validate}", "stability": "stable", "summary": "Enables validation of the provided API key during provider initialization." }, "immutable": true, "locationInModule": { "filename": "src/provider/index.ts", "line": 104 }, "name": "validate", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/provider/index:DatadogProviderConfig" }, "@cdktf/provider-datadog.provider.DatadogProviderDefaultTags": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.provider.DatadogProviderDefaultTags", "kind": "interface", "locationInModule": { "filename": "src/provider/index.ts", "line": 118 }, "name": "DatadogProviderDefaultTags", "namespace": "provider", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs#tags DatadogProvider#tags}", "stability": "stable", "summary": "[Experimental - Logs Pipelines, Monitors Security Monitoring Rules, and Service Level Objectives only] Resource tags to be applied by default across all resources." }, "immutable": true, "locationInModule": { "filename": "src/provider/index.ts", "line": 124 }, "name": "tags", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "map" } } } ], "symbolId": "src/provider/index:DatadogProviderDefaultTags" }, "@cdktf/provider-datadog.referenceTable.ReferenceTable": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/reference_table datadog_reference_table}." }, "fqn": "@cdktf/provider-datadog.referenceTable.ReferenceTable", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/reference_table datadog_reference_table} Resource." }, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 1284 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.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.referenceTable.ReferenceTableConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/reference-table/index.ts", "line": 1252 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a ReferenceTable resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 1269 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the ReferenceTable to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/reference_table#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing ReferenceTable that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the ReferenceTable to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 1405 }, "name": "putFileMetadata", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.referenceTable.ReferenceTableFileMetadata" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 1421 }, "name": "putSchema", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.referenceTable.ReferenceTableSchema" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 1325 }, "name": "resetDescription" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 1408 }, "name": "resetFileMetadata" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 1424 }, "name": "resetSchema" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 1387 }, "name": "resetTags" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 1436 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 1447 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "ReferenceTable", "namespace": "referenceTable", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 1257 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 1313 }, "name": "createdBy", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 1402 }, "name": "fileMetadata", "type": { "fqn": "@cdktf/provider-datadog.referenceTable.ReferenceTableFileMetadataOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 1334 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 1339 }, "name": "lastUpdatedBy", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 1344 }, "name": "rowCount", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 1418 }, "name": "schema", "type": { "fqn": "@cdktf/provider-datadog.referenceTable.ReferenceTableSchemaOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 1362 }, "name": "status", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 1396 }, "name": "updatedAt", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 1329 }, "name": "descriptionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 1412 }, "name": "fileMetadataInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.referenceTable.ReferenceTableFileMetadata" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 1428 }, "name": "schemaInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.referenceTable.ReferenceTableSchema" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 1357 }, "name": "sourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 1375 }, "name": "tableNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 1391 }, "name": "tagsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 1319 }, "name": "description", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 1350 }, "name": "source", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 1368 }, "name": "tableName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 1381 }, "name": "tags", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/reference-table/index:ReferenceTable" }, "@cdktf/provider-datadog.referenceTable.ReferenceTableConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.referenceTable.ReferenceTableConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/reference-table/index.ts", "line": 14 }, "name": "ReferenceTableConfig", "namespace": "referenceTable", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/reference_table#source ReferenceTable#source}", "stability": "stable", "summary": "The source type for the reference table. Valid values are `S3`, `GCS`, `AZURE`." }, "immutable": true, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 26 }, "name": "source", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/reference_table#table_name ReferenceTable#table_name}", "stability": "stable", "summary": "The name of the reference table. This must be unique within your organization." }, "immutable": true, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 32 }, "name": "tableName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/reference_table#description ReferenceTable#description}", "stability": "stable", "summary": "The description of the reference table." }, "immutable": true, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 20 }, "name": "description", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/reference_table#file_metadata ReferenceTable#file_metadata}", "stability": "stable", "summary": "file_metadata block." }, "immutable": true, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 44 }, "name": "fileMetadata", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.referenceTable.ReferenceTableFileMetadata" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/reference_table#schema ReferenceTable#schema}", "stability": "stable", "summary": "schema block." }, "immutable": true, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 50 }, "name": "schema", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.referenceTable.ReferenceTableSchema" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/reference_table#tags ReferenceTable#tags}", "stability": "stable", "summary": "A list of tags to associate with the reference table." }, "immutable": true, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 38 }, "name": "tags", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/reference-table/index:ReferenceTableConfig" }, "@cdktf/provider-datadog.referenceTable.ReferenceTableFileMetadata": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.referenceTable.ReferenceTableFileMetadata", "kind": "interface", "locationInModule": { "filename": "src/reference-table/index.ts", "line": 821 }, "name": "ReferenceTableFileMetadata", "namespace": "referenceTable", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/reference_table#sync_enabled ReferenceTable#sync_enabled}", "stability": "stable", "summary": "Whether this table should automatically sync with the cloud storage source." }, "immutable": true, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 827 }, "name": "syncEnabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/reference_table#access_details ReferenceTable#access_details}", "stability": "stable", "summary": "access_details block." }, "immutable": true, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 833 }, "name": "accessDetails", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.referenceTable.ReferenceTableFileMetadataAccessDetails" } } ], "symbolId": "src/reference-table/index:ReferenceTableFileMetadata" }, "@cdktf/provider-datadog.referenceTable.ReferenceTableFileMetadataAccessDetails": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.referenceTable.ReferenceTableFileMetadataAccessDetails", "kind": "interface", "locationInModule": { "filename": "src/reference-table/index.ts", "line": 655 }, "name": "ReferenceTableFileMetadataAccessDetails", "namespace": "referenceTable", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/reference_table#aws_detail ReferenceTable#aws_detail}", "stability": "stable", "summary": "aws_detail block." }, "immutable": true, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 661 }, "name": "awsDetail", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.referenceTable.ReferenceTableFileMetadataAccessDetailsAwsDetail" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/reference_table#azure_detail ReferenceTable#azure_detail}", "stability": "stable", "summary": "azure_detail block." }, "immutable": true, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 667 }, "name": "azureDetail", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.referenceTable.ReferenceTableFileMetadataAccessDetailsAzureDetail" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/reference_table#gcp_detail ReferenceTable#gcp_detail}", "stability": "stable", "summary": "gcp_detail block." }, "immutable": true, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 673 }, "name": "gcpDetail", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.referenceTable.ReferenceTableFileMetadataAccessDetailsGcpDetail" } } ], "symbolId": "src/reference-table/index:ReferenceTableFileMetadataAccessDetails" }, "@cdktf/provider-datadog.referenceTable.ReferenceTableFileMetadataAccessDetailsAwsDetail": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.referenceTable.ReferenceTableFileMetadataAccessDetailsAwsDetail", "kind": "interface", "locationInModule": { "filename": "src/reference-table/index.ts", "line": 52 }, "name": "ReferenceTableFileMetadataAccessDetailsAwsDetail", "namespace": "referenceTable", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/reference_table#aws_account_id ReferenceTable#aws_account_id}", "stability": "stable", "summary": "The ID of the AWS account." }, "immutable": true, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 58 }, "name": "awsAccountId", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/reference_table#aws_bucket_name ReferenceTable#aws_bucket_name}", "stability": "stable", "summary": "The name of the AWS S3 bucket." }, "immutable": true, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 64 }, "name": "awsBucketName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/reference_table#file_path ReferenceTable#file_path}", "stability": "stable", "summary": "The relative file path from the AWS S3 bucket root to the CSV file." }, "immutable": true, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 70 }, "name": "filePath", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/reference-table/index:ReferenceTableFileMetadataAccessDetailsAwsDetail" }, "@cdktf/provider-datadog.referenceTable.ReferenceTableFileMetadataAccessDetailsAwsDetailOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.referenceTable.ReferenceTableFileMetadataAccessDetailsAwsDetailOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 124 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/reference-table/index.ts", "line": 116 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 178 }, "name": "resetAwsAccountId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 194 }, "name": "resetAwsBucketName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 210 }, "name": "resetFilePath" } ], "name": "ReferenceTableFileMetadataAccessDetailsAwsDetailOutputReference", "namespace": "referenceTable", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 182 }, "name": "awsAccountIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 198 }, "name": "awsBucketNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 214 }, "name": "filePathInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 172 }, "name": "awsAccountId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 188 }, "name": "awsBucketName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 204 }, "name": "filePath", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 128 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.referenceTable.ReferenceTableFileMetadataAccessDetailsAwsDetail" } ] } } } ], "symbolId": "src/reference-table/index:ReferenceTableFileMetadataAccessDetailsAwsDetailOutputReference" }, "@cdktf/provider-datadog.referenceTable.ReferenceTableFileMetadataAccessDetailsAzureDetail": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.referenceTable.ReferenceTableFileMetadataAccessDetailsAzureDetail", "kind": "interface", "locationInModule": { "filename": "src/reference-table/index.ts", "line": 218 }, "name": "ReferenceTableFileMetadataAccessDetailsAzureDetail", "namespace": "referenceTable", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/reference_table#azure_client_id ReferenceTable#azure_client_id}", "stability": "stable", "summary": "The Azure client ID (application ID)." }, "immutable": true, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 224 }, "name": "azureClientId", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/reference_table#azure_container_name ReferenceTable#azure_container_name}", "stability": "stable", "summary": "The name of the Azure container." }, "immutable": true, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 230 }, "name": "azureContainerName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/reference_table#azure_storage_account_name ReferenceTable#azure_storage_account_name}", "stability": "stable", "summary": "The name of the Azure storage account." }, "immutable": true, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 236 }, "name": "azureStorageAccountName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/reference_table#azure_tenant_id ReferenceTable#azure_tenant_id}", "stability": "stable", "summary": "The ID of the Azure tenant." }, "immutable": true, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 242 }, "name": "azureTenantId", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/reference_table#file_path ReferenceTable#file_path}", "stability": "stable", "summary": "The relative file path from the Azure container root to the CSV file." }, "immutable": true, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 248 }, "name": "filePath", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/reference-table/index:ReferenceTableFileMetadataAccessDetailsAzureDetail" }, "@cdktf/provider-datadog.referenceTable.ReferenceTableFileMetadataAccessDetailsAzureDetailOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.referenceTable.ReferenceTableFileMetadataAccessDetailsAzureDetailOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 316 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/reference-table/index.ts", "line": 308 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 382 }, "name": "resetAzureClientId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 398 }, "name": "resetAzureContainerName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 414 }, "name": "resetAzureStorageAccountName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 430 }, "name": "resetAzureTenantId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 446 }, "name": "resetFilePath" } ], "name": "ReferenceTableFileMetadataAccessDetailsAzureDetailOutputReference", "namespace": "referenceTable", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 386 }, "name": "azureClientIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 402 }, "name": "azureContainerNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 418 }, "name": "azureStorageAccountNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 434 }, "name": "azureTenantIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 450 }, "name": "filePathInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 376 }, "name": "azureClientId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 392 }, "name": "azureContainerName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 408 }, "name": "azureStorageAccountName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 424 }, "name": "azureTenantId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 440 }, "name": "filePath", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 320 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.referenceTable.ReferenceTableFileMetadataAccessDetailsAzureDetail" } ] } } } ], "symbolId": "src/reference-table/index:ReferenceTableFileMetadataAccessDetailsAzureDetailOutputReference" }, "@cdktf/provider-datadog.referenceTable.ReferenceTableFileMetadataAccessDetailsGcpDetail": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.referenceTable.ReferenceTableFileMetadataAccessDetailsGcpDetail", "kind": "interface", "locationInModule": { "filename": "src/reference-table/index.ts", "line": 454 }, "name": "ReferenceTableFileMetadataAccessDetailsGcpDetail", "namespace": "referenceTable", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/reference_table#file_path ReferenceTable#file_path}", "stability": "stable", "summary": "The relative file path from the GCS bucket root to the CSV file." }, "immutable": true, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 460 }, "name": "filePath", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/reference_table#gcp_bucket_name ReferenceTable#gcp_bucket_name}", "stability": "stable", "summary": "The name of the GCP bucket." }, "immutable": true, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 466 }, "name": "gcpBucketName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/reference_table#gcp_project_id ReferenceTable#gcp_project_id}", "stability": "stable", "summary": "The ID of the GCP project." }, "immutable": true, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 472 }, "name": "gcpProjectId", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/reference_table#gcp_service_account_email ReferenceTable#gcp_service_account_email}", "stability": "stable", "summary": "The email of the GCP service account used to access the bucket." }, "immutable": true, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 478 }, "name": "gcpServiceAccountEmail", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/reference-table/index:ReferenceTableFileMetadataAccessDetailsGcpDetail" }, "@cdktf/provider-datadog.referenceTable.ReferenceTableFileMetadataAccessDetailsGcpDetailOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.referenceTable.ReferenceTableFileMetadataAccessDetailsGcpDetailOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 539 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/reference-table/index.ts", "line": 531 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 599 }, "name": "resetFilePath" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 615 }, "name": "resetGcpBucketName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 631 }, "name": "resetGcpProjectId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 647 }, "name": "resetGcpServiceAccountEmail" } ], "name": "ReferenceTableFileMetadataAccessDetailsGcpDetailOutputReference", "namespace": "referenceTable", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 603 }, "name": "filePathInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 619 }, "name": "gcpBucketNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 635 }, "name": "gcpProjectIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 651 }, "name": "gcpServiceAccountEmailInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 593 }, "name": "filePath", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 609 }, "name": "gcpBucketName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 625 }, "name": "gcpProjectId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 641 }, "name": "gcpServiceAccountEmail", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 543 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.referenceTable.ReferenceTableFileMetadataAccessDetailsGcpDetail" } ] } } } ], "symbolId": "src/reference-table/index:ReferenceTableFileMetadataAccessDetailsGcpDetailOutputReference" }, "@cdktf/provider-datadog.referenceTable.ReferenceTableFileMetadataAccessDetailsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.referenceTable.ReferenceTableFileMetadataAccessDetailsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 727 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/reference-table/index.ts", "line": 719 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 778 }, "name": "putAwsDetail", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.referenceTable.ReferenceTableFileMetadataAccessDetailsAwsDetail" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 794 }, "name": "putAzureDetail", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.referenceTable.ReferenceTableFileMetadataAccessDetailsAzureDetail" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 810 }, "name": "putGcpDetail", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.referenceTable.ReferenceTableFileMetadataAccessDetailsGcpDetail" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 781 }, "name": "resetAwsDetail" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 797 }, "name": "resetAzureDetail" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 813 }, "name": "resetGcpDetail" } ], "name": "ReferenceTableFileMetadataAccessDetailsOutputReference", "namespace": "referenceTable", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 775 }, "name": "awsDetail", "type": { "fqn": "@cdktf/provider-datadog.referenceTable.ReferenceTableFileMetadataAccessDetailsAwsDetailOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 791 }, "name": "azureDetail", "type": { "fqn": "@cdktf/provider-datadog.referenceTable.ReferenceTableFileMetadataAccessDetailsAzureDetailOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 807 }, "name": "gcpDetail", "type": { "fqn": "@cdktf/provider-datadog.referenceTable.ReferenceTableFileMetadataAccessDetailsGcpDetailOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 785 }, "name": "awsDetailInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.referenceTable.ReferenceTableFileMetadataAccessDetailsAwsDetail" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 801 }, "name": "azureDetailInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.referenceTable.ReferenceTableFileMetadataAccessDetailsAzureDetail" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 817 }, "name": "gcpDetailInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.referenceTable.ReferenceTableFileMetadataAccessDetailsGcpDetail" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 731 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.referenceTable.ReferenceTableFileMetadataAccessDetails" } ] } } } ], "symbolId": "src/reference-table/index:ReferenceTableFileMetadataAccessDetailsOutputReference" }, "@cdktf/provider-datadog.referenceTable.ReferenceTableFileMetadataOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.referenceTable.ReferenceTableFileMetadataOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 880 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/reference-table/index.ts", "line": 872 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 953 }, "name": "putAccessDetails", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.referenceTable.ReferenceTableFileMetadataAccessDetails" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 956 }, "name": "resetAccessDetails" } ], "name": "ReferenceTableFileMetadataOutputReference", "namespace": "referenceTable", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 950 }, "name": "accessDetails", "type": { "fqn": "@cdktf/provider-datadog.referenceTable.ReferenceTableFileMetadataAccessDetailsOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 921 }, "name": "errorMessage", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 926 }, "name": "errorRowCount", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 931 }, "name": "errorType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 960 }, "name": "accessDetailsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.referenceTable.ReferenceTableFileMetadataAccessDetails" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 944 }, "name": "syncEnabledInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 937 }, "name": "syncEnabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 884 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.referenceTable.ReferenceTableFileMetadata" } ] } } } ], "symbolId": "src/reference-table/index:ReferenceTableFileMetadataOutputReference" }, "@cdktf/provider-datadog.referenceTable.ReferenceTableSchema": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.referenceTable.ReferenceTableSchema", "kind": "interface", "locationInModule": { "filename": "src/reference-table/index.ts", "line": 1117 }, "name": "ReferenceTableSchema", "namespace": "referenceTable", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/reference_table#fields ReferenceTable#fields}", "stability": "stable", "summary": "fields block." }, "immutable": true, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 1129 }, "name": "fields", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.referenceTable.ReferenceTableSchemaFields" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/reference_table#primary_keys ReferenceTable#primary_keys}", "stability": "stable", "summary": "List of field names that serve as primary keys for the table. Currently only one primary key is supported." }, "immutable": true, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 1123 }, "name": "primaryKeys", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/reference-table/index:ReferenceTableSchema" }, "@cdktf/provider-datadog.referenceTable.ReferenceTableSchemaFields": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.referenceTable.ReferenceTableSchemaFields", "kind": "interface", "locationInModule": { "filename": "src/reference-table/index.ts", "line": 964 }, "name": "ReferenceTableSchemaFields", "namespace": "referenceTable", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/reference_table#name ReferenceTable#name}", "stability": "stable", "summary": "The name of the field." }, "immutable": true, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 970 }, "name": "name", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/reference_table#type ReferenceTable#type}", "stability": "stable", "summary": "The data type of the field. Must be one of: STRING, INT32. Valid values are `STRING`, `INT32`." }, "immutable": true, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 976 }, "name": "type", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/reference-table/index:ReferenceTableSchemaFields" }, "@cdktf/provider-datadog.referenceTable.ReferenceTableSchemaFieldsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.referenceTable.ReferenceTableSchemaFieldsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 1106 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/reference-table/index.ts", "line": 1098 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 1113 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.referenceTable.ReferenceTableSchemaFieldsOutputReference" } } } ], "name": "ReferenceTableSchemaFieldsList", "namespace": "referenceTable", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 1106 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 1106 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 1106 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 1099 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.referenceTable.ReferenceTableSchemaFields" }, "kind": "array" } } ] } } } ], "symbolId": "src/reference-table/index:ReferenceTableSchemaFieldsList" }, "@cdktf/provider-datadog.referenceTable.ReferenceTableSchemaFieldsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.referenceTable.ReferenceTableSchemaFieldsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 1025 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/reference-table/index.ts", "line": 1015 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 1073 }, "name": "resetName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 1089 }, "name": "resetType" } ], "name": "ReferenceTableSchemaFieldsOutputReference", "namespace": "referenceTable", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 1077 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 1093 }, "name": "typeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 1067 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 1083 }, "name": "type", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 1029 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.referenceTable.ReferenceTableSchemaFields" } ] } } } ], "symbolId": "src/reference-table/index:ReferenceTableSchemaFieldsOutputReference" }, "@cdktf/provider-datadog.referenceTable.ReferenceTableSchemaOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.referenceTable.ReferenceTableSchemaOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 1176 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/reference-table/index.ts", "line": 1168 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 1237 }, "name": "putFields", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.referenceTable.ReferenceTableSchemaFields" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 1240 }, "name": "resetFields" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 1224 }, "name": "resetPrimaryKeys" } ], "name": "ReferenceTableSchemaOutputReference", "namespace": "referenceTable", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 1234 }, "name": "fields", "type": { "fqn": "@cdktf/provider-datadog.referenceTable.ReferenceTableSchemaFieldsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 1244 }, "name": "fieldsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.referenceTable.ReferenceTableSchemaFields" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 1228 }, "name": "primaryKeysInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 1218 }, "name": "primaryKeys", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/reference-table/index.ts", "line": 1180 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.referenceTable.ReferenceTableSchema" } ] } } } ], "symbolId": "src/reference-table/index:ReferenceTableSchemaOutputReference" }, "@cdktf/provider-datadog.restrictionPolicy.RestrictionPolicy": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/restriction_policy datadog_restriction_policy}." }, "fqn": "@cdktf/provider-datadog.restrictionPolicy.RestrictionPolicy", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/restriction_policy datadog_restriction_policy} Resource." }, "locationInModule": { "filename": "src/restriction-policy/index.ts", "line": 219 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.restrictionPolicy.RestrictionPolicyConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/restriction-policy/index.ts", "line": 187 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a RestrictionPolicy resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/restriction-policy/index.ts", "line": 204 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the RestrictionPolicy to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/restriction_policy#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing RestrictionPolicy that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the RestrictionPolicy to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/restriction-policy/index.ts", "line": 266 }, "name": "putBindings", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.restrictionPolicy.RestrictionPolicyBindings" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/restriction-policy/index.ts", "line": 269 }, "name": "resetBindings" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/restriction-policy/index.ts", "line": 281 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/restriction-policy/index.ts", "line": 288 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "RestrictionPolicy", "namespace": "restrictionPolicy", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/restriction-policy/index.ts", "line": 192 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/restriction-policy/index.ts", "line": 263 }, "name": "bindings", "type": { "fqn": "@cdktf/provider-datadog.restrictionPolicy.RestrictionPolicyBindingsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/restriction-policy/index.ts", "line": 244 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/restriction-policy/index.ts", "line": 273 }, "name": "bindingsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.restrictionPolicy.RestrictionPolicyBindings" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/restriction-policy/index.ts", "line": 257 }, "name": "resourceIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/restriction-policy/index.ts", "line": 250 }, "name": "resourceId", "type": { "primitive": "string" } } ], "symbolId": "src/restriction-policy/index:RestrictionPolicy" }, "@cdktf/provider-datadog.restrictionPolicy.RestrictionPolicyBindings": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.restrictionPolicy.RestrictionPolicyBindings", "kind": "interface", "locationInModule": { "filename": "src/restriction-policy/index.ts", "line": 36 }, "name": "RestrictionPolicyBindings", "namespace": "restrictionPolicy", "properties": [ { "abstract": true, "docs": { "remarks": "A principal is a subject or group of subjects. Each principal is formatted as `type:id`. Supported types: `role`, `team`, `user`, and `org`. Org ID can be obtained using a `GET /api/v2/current_user` API request. Find it in the `data.relationships.org.data.id` field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/restriction_policy#principals RestrictionPolicy#principals}", "stability": "stable", "summary": "An array of principals." }, "immutable": true, "locationInModule": { "filename": "src/restriction-policy/index.ts", "line": 42 }, "name": "principals", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/restriction_policy#relation RestrictionPolicy#relation}", "stability": "stable", "summary": "The role/level of access. See this page for more details https://docs.datadoghq.com/api/latest/restriction-policies/#supported-relations-for-resources." }, "immutable": true, "locationInModule": { "filename": "src/restriction-policy/index.ts", "line": 48 }, "name": "relation", "type": { "primitive": "string" } } ], "symbolId": "src/restriction-policy/index:RestrictionPolicyBindings" }, "@cdktf/provider-datadog.restrictionPolicy.RestrictionPolicyBindingsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.restrictionPolicy.RestrictionPolicyBindingsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/restriction-policy/index.ts", "line": 172 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/restriction-policy/index.ts", "line": 164 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/restriction-policy/index.ts", "line": 179 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.restrictionPolicy.RestrictionPolicyBindingsOutputReference" } } } ], "name": "RestrictionPolicyBindingsList", "namespace": "restrictionPolicy", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/restriction-policy/index.ts", "line": 172 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/restriction-policy/index.ts", "line": 172 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/restriction-policy/index.ts", "line": 172 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/restriction-policy/index.ts", "line": 165 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.restrictionPolicy.RestrictionPolicyBindings" }, "kind": "array" } } ] } } } ], "symbolId": "src/restriction-policy/index:RestrictionPolicyBindingsList" }, "@cdktf/provider-datadog.restrictionPolicy.RestrictionPolicyBindingsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.restrictionPolicy.RestrictionPolicyBindingsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/restriction-policy/index.ts", "line": 97 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/restriction-policy/index.ts", "line": 87 }, "name": "RestrictionPolicyBindingsOutputReference", "namespace": "restrictionPolicy", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/restriction-policy/index.ts", "line": 146 }, "name": "principalsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/restriction-policy/index.ts", "line": 159 }, "name": "relationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/restriction-policy/index.ts", "line": 139 }, "name": "principals", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/restriction-policy/index.ts", "line": 152 }, "name": "relation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/restriction-policy/index.ts", "line": 101 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.restrictionPolicy.RestrictionPolicyBindings" } ] } } } ], "symbolId": "src/restriction-policy/index:RestrictionPolicyBindingsOutputReference" }, "@cdktf/provider-datadog.restrictionPolicy.RestrictionPolicyConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.restrictionPolicy.RestrictionPolicyConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/restriction-policy/index.ts", "line": 14 }, "name": "RestrictionPolicyConfig", "namespace": "restrictionPolicy", "properties": [ { "abstract": true, "docs": { "remarks": "Resources to define `resource_type` : \n* [List of supported resources](https://docs.datadoghq.com/account_management/rbac/granular_access)\n* [Resource type definition](https://docs.datadoghq.com/api/latest/restriction-policies/#supported-resources)\n\nRestrictions :\n* Dashboards : support is in private beta. Reach out to your Datadog contact or support to enable this.\n* Monitors : Management of restriction policy through terraform is now available in Preview. Please request access via https://docs.datadoghq.com/help\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/restriction_policy#resource_id RestrictionPolicy#resource_id}", "stability": "stable", "summary": "Identifier for the resource, formatted as resource_type:resource_id." }, "immutable": true, "locationInModule": { "filename": "src/restriction-policy/index.ts", "line": 28 }, "name": "resourceId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/restriction_policy#bindings RestrictionPolicy#bindings}", "stability": "stable", "summary": "bindings block." }, "immutable": true, "locationInModule": { "filename": "src/restriction-policy/index.ts", "line": 34 }, "name": "bindings", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.restrictionPolicy.RestrictionPolicyBindings" }, "kind": "array" } } ] } } } ], "symbolId": "src/restriction-policy/index:RestrictionPolicyConfig" }, "@cdktf/provider-datadog.role.Role": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/role datadog_role}." }, "fqn": "@cdktf/provider-datadog.role.Role", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/role datadog_role} Resource." }, "locationInModule": { "filename": "src/role/index.ts", "line": 206 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.role.RoleConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/role/index.ts", "line": 174 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a Role resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/role/index.ts", "line": 191 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the Role to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/role#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing Role that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the Role to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/role/index.ts", "line": 304 }, "name": "putPermission", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.role.RolePermission" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/role/index.ts", "line": 241 }, "name": "resetDefaultPermissionsOptOut" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/role/index.ts", "line": 257 }, "name": "resetId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/role/index.ts", "line": 307 }, "name": "resetPermission" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/role/index.ts", "line": 291 }, "name": "resetValidate" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/role/index.ts", "line": 319 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/role/index.ts", "line": 329 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "Role", "namespace": "role", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/role/index.ts", "line": 179 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/role/index.ts", "line": 301 }, "name": "permission", "type": { "fqn": "@cdktf/provider-datadog.role.RolePermissionList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/role/index.ts", "line": 279 }, "name": "userCount", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/role/index.ts", "line": 245 }, "name": "defaultPermissionsOptOutInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/role/index.ts", "line": 261 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/role/index.ts", "line": 274 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/role/index.ts", "line": 311 }, "name": "permissionInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.role.RolePermission" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/role/index.ts", "line": 295 }, "name": "validateInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/role/index.ts", "line": 235 }, "name": "defaultPermissionsOptOut", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/role/index.ts", "line": 251 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/role/index.ts", "line": 267 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/role/index.ts", "line": 285 }, "name": "validate", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } } ], "symbolId": "src/role/index:Role" }, "@cdktf/provider-datadog.role.RoleConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.role.RoleConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/role/index.ts", "line": 14 }, "name": "RoleConfig", "namespace": "role", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/role#name Role#name}", "stability": "stable", "summary": "Name of the role." }, "immutable": true, "locationInModule": { "filename": "src/role/index.ts", "line": 33 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "The `include_restricted` attribute for the `datadog_permissions` data source must be set to `true` to manage default permissions in Terraform.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/role#default_permissions_opt_out Role#default_permissions_opt_out}", "stability": "stable", "summary": "If set to `true`, the role does not have default (restricted) permissions unless they are explicitly set." }, "immutable": true, "locationInModule": { "filename": "src/role/index.ts", "line": 20 }, "name": "defaultPermissionsOptOut", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "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://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/role#id Role#id}." }, "immutable": true, "locationInModule": { "filename": "src/role/index.ts", "line": 27 }, "name": "id", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/role#permission Role#permission}", "stability": "stable", "summary": "permission block." }, "immutable": true, "locationInModule": { "filename": "src/role/index.ts", "line": 45 }, "name": "permission", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.role.RolePermission" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/role#validate Role#validate}", "stability": "stable", "summary": "If set to `false`, skip the validation call done during plan." }, "immutable": true, "locationInModule": { "filename": "src/role/index.ts", "line": 39 }, "name": "validate", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } } ], "symbolId": "src/role/index:RoleConfig" }, "@cdktf/provider-datadog.role.RolePermission": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.role.RolePermission", "kind": "interface", "locationInModule": { "filename": "src/role/index.ts", "line": 47 }, "name": "RolePermission", "namespace": "role", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/role#id Role#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "ID of the permission to assign." }, "immutable": true, "locationInModule": { "filename": "src/role/index.ts", "line": 56 }, "name": "id", "type": { "primitive": "string" } } ], "symbolId": "src/role/index:RolePermission" }, "@cdktf/provider-datadog.role.RolePermissionList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.role.RolePermissionList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/role/index.ts", "line": 159 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/role/index.ts", "line": 151 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/role/index.ts", "line": 166 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.role.RolePermissionOutputReference" } } } ], "name": "RolePermissionList", "namespace": "role", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/role/index.ts", "line": 159 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/role/index.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/role/index.ts", "line": 159 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/role/index.ts", "line": 152 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.role.RolePermission" }, "kind": "array" } } ] } } } ], "symbolId": "src/role/index:RolePermissionList" }, "@cdktf/provider-datadog.role.RolePermissionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.role.RolePermissionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/role/index.ts", "line": 98 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/role/index.ts", "line": 88 }, "name": "RolePermissionOutputReference", "namespace": "role", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/role/index.ts", "line": 146 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/role/index.ts", "line": 141 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/role/index.ts", "line": 134 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/role/index.ts", "line": 102 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.role.RolePermission" } ] } } } ], "symbolId": "src/role/index:RolePermissionOutputReference" }, "@cdktf/provider-datadog.rumApplication.RumApplication": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/rum_application datadog_rum_application}." }, "fqn": "@cdktf/provider-datadog.rumApplication.RumApplication", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/rum_application datadog_rum_application} Resource." }, "locationInModule": { "filename": "src/rum-application/index.ts", "line": 76 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.rumApplication.RumApplicationConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/rum-application/index.ts", "line": 44 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a RumApplication resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/rum-application/index.ts", "line": 61 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the RumApplication to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/rum_application#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing RumApplication that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the RumApplication to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/rum-application/index.ts", "line": 138 }, "name": "resetProductAnalyticsRetentionState" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/rum-application/index.ts", "line": 154 }, "name": "resetRumEventProcessingState" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/rum-application/index.ts", "line": 170 }, "name": "resetType" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/rum-application/index.ts", "line": 182 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/rum-application/index.ts", "line": 191 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "RumApplication", "namespace": "rumApplication", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/rum-application/index.ts", "line": 49 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/rum-application/index.ts", "line": 103 }, "name": "apiKeyId", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/rum-application/index.ts", "line": 108 }, "name": "clientToken", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/rum-application/index.ts", "line": 113 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/rum-application/index.ts", "line": 126 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/rum-application/index.ts", "line": 142 }, "name": "productAnalyticsRetentionStateInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/rum-application/index.ts", "line": 158 }, "name": "rumEventProcessingStateInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/rum-application/index.ts", "line": 174 }, "name": "typeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/rum-application/index.ts", "line": 119 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/rum-application/index.ts", "line": 132 }, "name": "productAnalyticsRetentionState", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/rum-application/index.ts", "line": 148 }, "name": "rumEventProcessingState", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/rum-application/index.ts", "line": 164 }, "name": "type", "type": { "primitive": "string" } } ], "symbolId": "src/rum-application/index:RumApplication" }, "@cdktf/provider-datadog.rumApplication.RumApplicationConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.rumApplication.RumApplicationConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/rum-application/index.ts", "line": 14 }, "name": "RumApplicationConfig", "namespace": "rumApplication", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/rum_application#name RumApplication#name}", "stability": "stable", "summary": "Name of the RUM application." }, "immutable": true, "locationInModule": { "filename": "src/rum-application/index.ts", "line": 20 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/rum_application#product_analytics_retention_state RumApplication#product_analytics_retention_state}", "stability": "stable", "summary": "Controls the retention policy for Product Analytics data derived from RUM events. Valid values are `MAX`, `NONE`." }, "immutable": true, "locationInModule": { "filename": "src/rum-application/index.ts", "line": 26 }, "name": "productAnalyticsRetentionState", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/rum_application#rum_event_processing_state RumApplication#rum_event_processing_state}", "stability": "stable", "summary": "Configures which RUM events are processed and stored for the application. Valid values are `ALL`, `ERROR_FOCUSED_MODE`, `NONE`." }, "immutable": true, "locationInModule": { "filename": "src/rum-application/index.ts", "line": 32 }, "name": "rumEventProcessingState", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/rum_application#type RumApplication#type}", "stability": "stable", "summary": "Type of the RUM application. Supported values are `browser`, `ios`, `android`, `react-native`, `flutter`. Defaults to `\"browser\"`." }, "immutable": true, "locationInModule": { "filename": "src/rum-application/index.ts", "line": 38 }, "name": "type", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/rum-application/index:RumApplicationConfig" }, "@cdktf/provider-datadog.rumMetric.RumMetric": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/rum_metric datadog_rum_metric}." }, "fqn": "@cdktf/provider-datadog.rumMetric.RumMetric", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/rum_metric datadog_rum_metric} Resource." }, "locationInModule": { "filename": "src/rum-metric/index.ts", "line": 596 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.rumMetric.RumMetricConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/rum-metric/index.ts", "line": 564 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a RumMetric resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/rum-metric/index.ts", "line": 581 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the RumMetric to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/rum_metric#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing RumMetric that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the RumMetric to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/rum-metric/index.ts", "line": 660 }, "name": "putCompute", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.rumMetric.RumMetricCompute" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/rum-metric/index.ts", "line": 676 }, "name": "putFilter", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.rumMetric.RumMetricFilter" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/rum-metric/index.ts", "line": 692 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.rumMetric.RumMetricGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/rum-metric/index.ts", "line": 708 }, "name": "putUniqueness", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.rumMetric.RumMetricUniqueness" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/rum-metric/index.ts", "line": 663 }, "name": "resetCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/rum-metric/index.ts", "line": 679 }, "name": "resetFilter" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/rum-metric/index.ts", "line": 695 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/rum-metric/index.ts", "line": 711 }, "name": "resetUniqueness" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/rum-metric/index.ts", "line": 723 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/rum-metric/index.ts", "line": 734 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "RumMetric", "namespace": "rumMetric", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/rum-metric/index.ts", "line": 569 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/rum-metric/index.ts", "line": 657 }, "name": "compute", "type": { "fqn": "@cdktf/provider-datadog.rumMetric.RumMetricComputeOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/rum-metric/index.ts", "line": 673 }, "name": "filter", "type": { "fqn": "@cdktf/provider-datadog.rumMetric.RumMetricFilterOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/rum-metric/index.ts", "line": 689 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.rumMetric.RumMetricGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/rum-metric/index.ts", "line": 638 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/rum-metric/index.ts", "line": 705 }, "name": "uniqueness", "type": { "fqn": "@cdktf/provider-datadog.rumMetric.RumMetricUniquenessOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/rum-metric/index.ts", "line": 667 }, "name": "computeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.rumMetric.RumMetricCompute" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/rum-metric/index.ts", "line": 633 }, "name": "eventTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/rum-metric/index.ts", "line": 683 }, "name": "filterInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.rumMetric.RumMetricFilter" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/rum-metric/index.ts", "line": 699 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.rumMetric.RumMetricGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/rum-metric/index.ts", "line": 651 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/rum-metric/index.ts", "line": 715 }, "name": "uniquenessInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.rumMetric.RumMetricUniqueness" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/rum-metric/index.ts", "line": 626 }, "name": "eventType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/rum-metric/index.ts", "line": 644 }, "name": "name", "type": { "primitive": "string" } } ], "symbolId": "src/rum-metric/index:RumMetric" }, "@cdktf/provider-datadog.rumMetric.RumMetricCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.rumMetric.RumMetricCompute", "kind": "interface", "locationInModule": { "filename": "src/rum-metric/index.ts", "line": 52 }, "name": "RumMetricCompute", "namespace": "rumMetric", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/rum_metric#aggregation_type RumMetric#aggregation_type}", "stability": "stable", "summary": "The type of aggregation to use." }, "immutable": true, "locationInModule": { "filename": "src/rum-metric/index.ts", "line": 58 }, "name": "aggregationType", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/rum_metric#include_percentiles RumMetric#include_percentiles}", "stability": "stable", "summary": "Toggle to include or exclude percentile aggregations for distribution metrics. Only present when `aggregation_type` is `distribution`." }, "immutable": true, "locationInModule": { "filename": "src/rum-metric/index.ts", "line": 64 }, "name": "includePercentiles", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/rum_metric#path RumMetric#path}", "stability": "stable", "summary": "The path to the value the RUM-based metric will aggregate on. Only present when `aggregation_type` is `distribution`." }, "immutable": true, "locationInModule": { "filename": "src/rum-metric/index.ts", "line": 70 }, "name": "path", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/rum-metric/index:RumMetricCompute" }, "@cdktf/provider-datadog.rumMetric.RumMetricComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.rumMetric.RumMetricComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/rum-metric/index.ts", "line": 124 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/rum-metric/index.ts", "line": 116 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/rum-metric/index.ts", "line": 191 }, "name": "resetIncludePercentiles" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/rum-metric/index.ts", "line": 207 }, "name": "resetPath" } ], "name": "RumMetricComputeOutputReference", "namespace": "rumMetric", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/rum-metric/index.ts", "line": 179 }, "name": "aggregationTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/rum-metric/index.ts", "line": 195 }, "name": "includePercentilesInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/rum-metric/index.ts", "line": 211 }, "name": "pathInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/rum-metric/index.ts", "line": 172 }, "name": "aggregationType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/rum-metric/index.ts", "line": 185 }, "name": "includePercentiles", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/rum-metric/index.ts", "line": 201 }, "name": "path", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/rum-metric/index.ts", "line": 128 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.rumMetric.RumMetricCompute" } ] } } } ], "symbolId": "src/rum-metric/index:RumMetricComputeOutputReference" }, "@cdktf/provider-datadog.rumMetric.RumMetricConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.rumMetric.RumMetricConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/rum-metric/index.ts", "line": 14 }, "name": "RumMetricConfig", "namespace": "rumMetric", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/rum_metric#event_type RumMetric#event_type}", "stability": "stable", "summary": "The type of RUM events to filter on." }, "immutable": true, "locationInModule": { "filename": "src/rum-metric/index.ts", "line": 20 }, "name": "eventType", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/rum_metric#name RumMetric#name}", "stability": "stable", "summary": "The name of the RUM-based metric. This field can't be updated after creation." }, "immutable": true, "locationInModule": { "filename": "src/rum-metric/index.ts", "line": 26 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/rum_metric#compute RumMetric#compute}", "stability": "stable", "summary": "compute block." }, "immutable": true, "locationInModule": { "filename": "src/rum-metric/index.ts", "line": 32 }, "name": "compute", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.rumMetric.RumMetricCompute" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/rum_metric#filter RumMetric#filter}", "stability": "stable", "summary": "filter block." }, "immutable": true, "locationInModule": { "filename": "src/rum-metric/index.ts", "line": 38 }, "name": "filter", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.rumMetric.RumMetricFilter" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/rum_metric#group_by RumMetric#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/rum-metric/index.ts", "line": 44 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.rumMetric.RumMetricGroupBy" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/rum_metric#uniqueness RumMetric#uniqueness}", "stability": "stable", "summary": "uniqueness block." }, "immutable": true, "locationInModule": { "filename": "src/rum-metric/index.ts", "line": 50 }, "name": "uniqueness", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.rumMetric.RumMetricUniqueness" } } ], "symbolId": "src/rum-metric/index:RumMetricConfig" }, "@cdktf/provider-datadog.rumMetric.RumMetricFilter": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.rumMetric.RumMetricFilter", "kind": "interface", "locationInModule": { "filename": "src/rum-metric/index.ts", "line": 215 }, "name": "RumMetricFilter", "namespace": "rumMetric", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/rum_metric#query RumMetric#query}", "stability": "stable", "summary": "The search query. Follows RUM search syntax." }, "immutable": true, "locationInModule": { "filename": "src/rum-metric/index.ts", "line": 221 }, "name": "query", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/rum-metric/index:RumMetricFilter" }, "@cdktf/provider-datadog.rumMetric.RumMetricFilterOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.rumMetric.RumMetricFilterOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/rum-metric/index.ts", "line": 261 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/rum-metric/index.ts", "line": 253 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/rum-metric/index.ts", "line": 303 }, "name": "resetQuery" } ], "name": "RumMetricFilterOutputReference", "namespace": "rumMetric", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/rum-metric/index.ts", "line": 307 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/rum-metric/index.ts", "line": 297 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/rum-metric/index.ts", "line": 265 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.rumMetric.RumMetricFilter" } ] } } } ], "symbolId": "src/rum-metric/index:RumMetricFilterOutputReference" }, "@cdktf/provider-datadog.rumMetric.RumMetricGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.rumMetric.RumMetricGroupBy", "kind": "interface", "locationInModule": { "filename": "src/rum-metric/index.ts", "line": 311 }, "name": "RumMetricGroupBy", "namespace": "rumMetric", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/rum_metric#path RumMetric#path}", "stability": "stable", "summary": "The path to the value the RUM-based metric will be aggregated over." }, "immutable": true, "locationInModule": { "filename": "src/rum-metric/index.ts", "line": 317 }, "name": "path", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/rum_metric#tag_name RumMetric#tag_name}", "stability": "stable", "summary": "Name of the tag that gets created. By default, `path` is used as the tag name." }, "immutable": true, "locationInModule": { "filename": "src/rum-metric/index.ts", "line": 323 }, "name": "tagName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/rum-metric/index:RumMetricGroupBy" }, "@cdktf/provider-datadog.rumMetric.RumMetricGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.rumMetric.RumMetricGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/rum-metric/index.ts", "line": 453 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/rum-metric/index.ts", "line": 445 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/rum-metric/index.ts", "line": 460 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.rumMetric.RumMetricGroupByOutputReference" } } } ], "name": "RumMetricGroupByList", "namespace": "rumMetric", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/rum-metric/index.ts", "line": 453 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/rum-metric/index.ts", "line": 453 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/rum-metric/index.ts", "line": 453 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/rum-metric/index.ts", "line": 446 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.rumMetric.RumMetricGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/rum-metric/index:RumMetricGroupByList" }, "@cdktf/provider-datadog.rumMetric.RumMetricGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.rumMetric.RumMetricGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/rum-metric/index.ts", "line": 372 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/rum-metric/index.ts", "line": 362 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/rum-metric/index.ts", "line": 420 }, "name": "resetPath" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/rum-metric/index.ts", "line": 436 }, "name": "resetTagName" } ], "name": "RumMetricGroupByOutputReference", "namespace": "rumMetric", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/rum-metric/index.ts", "line": 424 }, "name": "pathInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/rum-metric/index.ts", "line": 440 }, "name": "tagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/rum-metric/index.ts", "line": 414 }, "name": "path", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/rum-metric/index.ts", "line": 430 }, "name": "tagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/rum-metric/index.ts", "line": 376 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.rumMetric.RumMetricGroupBy" } ] } } } ], "symbolId": "src/rum-metric/index:RumMetricGroupByOutputReference" }, "@cdktf/provider-datadog.rumMetric.RumMetricUniqueness": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.rumMetric.RumMetricUniqueness", "kind": "interface", "locationInModule": { "filename": "src/rum-metric/index.ts", "line": 464 }, "name": "RumMetricUniqueness", "namespace": "rumMetric", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/rum_metric#when RumMetric#when}", "stability": "stable", "summary": "When to count updatable events. `match` when the event is first seen, or `end` when the event is complete." }, "immutable": true, "locationInModule": { "filename": "src/rum-metric/index.ts", "line": 470 }, "name": "when", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/rum-metric/index:RumMetricUniqueness" }, "@cdktf/provider-datadog.rumMetric.RumMetricUniquenessOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.rumMetric.RumMetricUniquenessOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/rum-metric/index.ts", "line": 510 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/rum-metric/index.ts", "line": 502 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/rum-metric/index.ts", "line": 552 }, "name": "resetWhen" } ], "name": "RumMetricUniquenessOutputReference", "namespace": "rumMetric", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/rum-metric/index.ts", "line": 556 }, "name": "whenInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/rum-metric/index.ts", "line": 546 }, "name": "when", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/rum-metric/index.ts", "line": 514 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.rumMetric.RumMetricUniqueness" } ] } } } ], "symbolId": "src/rum-metric/index:RumMetricUniquenessOutputReference" }, "@cdktf/provider-datadog.rumRetentionFilter.RumRetentionFilter": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/rum_retention_filter datadog_rum_retention_filter}." }, "fqn": "@cdktf/provider-datadog.rumRetentionFilter.RumRetentionFilter", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/rum_retention_filter datadog_rum_retention_filter} Resource." }, "locationInModule": { "filename": "src/rum-retention-filter/index.ts", "line": 88 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.rumRetentionFilter.RumRetentionFilterConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/rum-retention-filter/index.ts", "line": 56 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a RumRetentionFilter resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/rum-retention-filter/index.ts", "line": 73 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the RumRetentionFilter to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/rum_retention_filter#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing RumRetentionFilter that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the RumRetentionFilter to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/rum-retention-filter/index.ts", "line": 137 }, "name": "resetEnabled" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/rum-retention-filter/index.ts", "line": 184 }, "name": "resetQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/rum-retention-filter/index.ts", "line": 209 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/rum-retention-filter/index.ts", "line": 220 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "RumRetentionFilter", "namespace": "rumRetentionFilter", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/rum-retention-filter/index.ts", "line": 61 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/rum-retention-filter/index.ts", "line": 159 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/rum-retention-filter/index.ts", "line": 125 }, "name": "applicationIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/rum-retention-filter/index.ts", "line": 141 }, "name": "enabledInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/rum-retention-filter/index.ts", "line": 154 }, "name": "eventTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/rum-retention-filter/index.ts", "line": 172 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/rum-retention-filter/index.ts", "line": 188 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/rum-retention-filter/index.ts", "line": 201 }, "name": "sampleRateInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/rum-retention-filter/index.ts", "line": 118 }, "name": "applicationId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/rum-retention-filter/index.ts", "line": 131 }, "name": "enabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/rum-retention-filter/index.ts", "line": 147 }, "name": "eventType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/rum-retention-filter/index.ts", "line": 165 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/rum-retention-filter/index.ts", "line": 178 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/rum-retention-filter/index.ts", "line": 194 }, "name": "sampleRate", "type": { "primitive": "number" } } ], "symbolId": "src/rum-retention-filter/index:RumRetentionFilter" }, "@cdktf/provider-datadog.rumRetentionFilter.RumRetentionFilterConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.rumRetentionFilter.RumRetentionFilterConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/rum-retention-filter/index.ts", "line": 14 }, "name": "RumRetentionFilterConfig", "namespace": "rumRetentionFilter", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/rum_retention_filter#application_id RumRetentionFilter#application_id}", "stability": "stable", "summary": "RUM application ID." }, "immutable": true, "locationInModule": { "filename": "src/rum-retention-filter/index.ts", "line": 20 }, "name": "applicationId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/rum_retention_filter#event_type RumRetentionFilter#event_type}", "stability": "stable", "summary": "The type of RUM events to filter on." }, "immutable": true, "locationInModule": { "filename": "src/rum-retention-filter/index.ts", "line": 32 }, "name": "eventType", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/rum_retention_filter#name RumRetentionFilter#name}", "stability": "stable", "summary": "The name of a RUM retention filter." }, "immutable": true, "locationInModule": { "filename": "src/rum-retention-filter/index.ts", "line": 38 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/rum_retention_filter#sample_rate RumRetentionFilter#sample_rate}", "stability": "stable", "summary": "The sample rate for a RUM retention filter, between 0 and 100." }, "immutable": true, "locationInModule": { "filename": "src/rum-retention-filter/index.ts", "line": 50 }, "name": "sampleRate", "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/rum_retention_filter#enabled RumRetentionFilter#enabled}", "stability": "stable", "summary": "Whether the retention filter is to be enabled. Defaults to `true`." }, "immutable": true, "locationInModule": { "filename": "src/rum-retention-filter/index.ts", "line": 26 }, "name": "enabled", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/rum_retention_filter#query RumRetentionFilter#query}", "stability": "stable", "summary": "The Query string for a RUM retention filter. Defaults to `\"\"`." }, "immutable": true, "locationInModule": { "filename": "src/rum-retention-filter/index.ts", "line": 44 }, "name": "query", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/rum-retention-filter/index:RumRetentionFilterConfig" }, "@cdktf/provider-datadog.rumRetentionFiltersOrder.RumRetentionFiltersOrder": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/rum_retention_filters_order datadog_rum_retention_filters_order}." }, "fqn": "@cdktf/provider-datadog.rumRetentionFiltersOrder.RumRetentionFiltersOrder", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/rum_retention_filters_order datadog_rum_retention_filters_order} Resource." }, "locationInModule": { "filename": "src/rum-retention-filters-order/index.ts", "line": 64 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.rumRetentionFiltersOrder.RumRetentionFiltersOrderConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/rum-retention-filters-order/index.ts", "line": 32 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a RumRetentionFiltersOrder resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/rum-retention-filters-order/index.ts", "line": 49 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the RumRetentionFiltersOrder to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/rum_retention_filters_order#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing RumRetentionFiltersOrder that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the RumRetentionFiltersOrder to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/rum-retention-filters-order/index.ts", "line": 123 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/rum-retention-filters-order/index.ts", "line": 130 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "RumRetentionFiltersOrder", "namespace": "rumRetentionFiltersOrder", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/rum-retention-filters-order/index.ts", "line": 37 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/rum-retention-filters-order/index.ts", "line": 102 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/rum-retention-filters-order/index.ts", "line": 97 }, "name": "applicationIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/rum-retention-filters-order/index.ts", "line": 115 }, "name": "retentionFilterIdsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/rum-retention-filters-order/index.ts", "line": 90 }, "name": "applicationId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/rum-retention-filters-order/index.ts", "line": 108 }, "name": "retentionFilterIds", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/rum-retention-filters-order/index:RumRetentionFiltersOrder" }, "@cdktf/provider-datadog.rumRetentionFiltersOrder.RumRetentionFiltersOrderConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.rumRetentionFiltersOrder.RumRetentionFiltersOrderConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/rum-retention-filters-order/index.ts", "line": 14 }, "name": "RumRetentionFiltersOrderConfig", "namespace": "rumRetentionFiltersOrder", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/rum_retention_filters_order#application_id RumRetentionFiltersOrder#application_id}", "stability": "stable", "summary": "RUM application ID." }, "immutable": true, "locationInModule": { "filename": "src/rum-retention-filters-order/index.ts", "line": 20 }, "name": "applicationId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/rum_retention_filters_order#retention_filter_ids RumRetentionFiltersOrder#retention_filter_ids}", "stability": "stable", "summary": "RUM retention filter ID list. The order of IDs in this attribute defines the order of RUM retention filters." }, "immutable": true, "locationInModule": { "filename": "src/rum-retention-filters-order/index.ts", "line": 26 }, "name": "retentionFilterIds", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/rum-retention-filters-order/index:RumRetentionFiltersOrderConfig" }, "@cdktf/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRule": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_default_rule datadog_security_monitoring_default_rule}." }, "fqn": "@cdktf/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRule", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_default_rule datadog_security_monitoring_default_rule} Resource." }, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 1140 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 1108 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a SecurityMonitoringDefaultRule resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 1125 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the SecurityMonitoringDefaultRule to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_default_rule#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing SecurityMonitoringDefaultRule that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the SecurityMonitoringDefaultRule to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 1261 }, "name": "putCase", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleCase" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 1277 }, "name": "putFilter", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleFilter" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 1293 }, "name": "putOptions", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleOptions" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 1309 }, "name": "putQuery", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleQuery" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 1264 }, "name": "resetCase" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 1179 }, "name": "resetCustomMessage" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 1195 }, "name": "resetCustomName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 1211 }, "name": "resetCustomTags" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 1227 }, "name": "resetEnabled" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 1280 }, "name": "resetFilter" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 1243 }, "name": "resetId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 1296 }, "name": "resetOptions" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 1312 }, "name": "resetQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 1324 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 1338 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "SecurityMonitoringDefaultRule", "namespace": "securityMonitoringDefaultRule", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 1113 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 1258 }, "name": "case", "type": { "fqn": "@cdktf/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleCaseList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 1274 }, "name": "filter", "type": { "fqn": "@cdktf/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleFilterList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 1290 }, "name": "options", "type": { "fqn": "@cdktf/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleOptionsOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 1306 }, "name": "query", "type": { "fqn": "@cdktf/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleQueryList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 1252 }, "name": "type", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 1268 }, "name": "caseInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleCase" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 1183 }, "name": "customMessageInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 1199 }, "name": "customNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 1215 }, "name": "customTagsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 1231 }, "name": "enabledInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 1284 }, "name": "filterInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleFilter" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 1247 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 1300 }, "name": "optionsInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleOptions" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 1316 }, "name": "queryInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleQuery" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 1173 }, "name": "customMessage", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 1189 }, "name": "customName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 1205 }, "name": "customTags", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 1221 }, "name": "enabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 1237 }, "name": "id", "type": { "primitive": "string" } } ], "symbolId": "src/security-monitoring-default-rule/index:SecurityMonitoringDefaultRule" }, "@cdktf/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleCase": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleCase", "kind": "interface", "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 71 }, "name": "SecurityMonitoringDefaultRuleCase", "namespace": "securityMonitoringDefaultRule", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_default_rule#status SecurityMonitoringDefaultRule#status}", "stability": "stable", "summary": "Status of the rule case to match. Valid values are `info`, `low`, `medium`, `high`, `critical`." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 89 }, "name": "status", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_default_rule#custom_status SecurityMonitoringDefaultRule#custom_status}", "stability": "stable", "summary": "Status of the rule case to override. Valid values are `info`, `low`, `medium`, `high`, `critical`." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 77 }, "name": "customStatus", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_default_rule#notifications SecurityMonitoringDefaultRule#notifications}", "stability": "stable", "summary": "Notification targets for each rule case." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 83 }, "name": "notifications", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/security-monitoring-default-rule/index:SecurityMonitoringDefaultRuleCase" }, "@cdktf/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleCaseList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleCaseList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 245 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 237 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 252 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleCaseOutputReference" } } } ], "name": "SecurityMonitoringDefaultRuleCaseList", "namespace": "securityMonitoringDefaultRule", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 245 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 245 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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/index.ts", "line": 245 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 238 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleCase" }, "kind": "array" } } ] } } } ], "symbolId": "src/security-monitoring-default-rule/index:SecurityMonitoringDefaultRuleCaseList" }, "@cdktf/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleCaseOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleCaseOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 145 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 135 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 199 }, "name": "resetCustomStatus" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 215 }, "name": "resetNotifications" } ], "name": "SecurityMonitoringDefaultRuleCaseOutputReference", "namespace": "securityMonitoringDefaultRule", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 203 }, "name": "customStatusInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 219 }, "name": "notificationsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 232 }, "name": "statusInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 193 }, "name": "customStatus", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 209 }, "name": "notifications", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 225 }, "name": "status", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 149 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleCase" } ] } } } ], "symbolId": "src/security-monitoring-default-rule/index:SecurityMonitoringDefaultRuleCaseOutputReference" }, "@cdktf/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 14 }, "name": "SecurityMonitoringDefaultRuleConfig", "namespace": "securityMonitoringDefaultRule", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_default_rule#case SecurityMonitoringDefaultRule#case}", "stability": "stable", "summary": "case block." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 51 }, "name": "case", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleCase" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_default_rule#custom_message SecurityMonitoringDefaultRule#custom_message}", "stability": "stable", "summary": "Custom Message (will override default message) for generated signals." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 20 }, "name": "customMessage", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_default_rule#custom_name SecurityMonitoringDefaultRule#custom_name}", "stability": "stable", "summary": "The name (will override default name) of the rule." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 26 }, "name": "customName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_default_rule#custom_tags SecurityMonitoringDefaultRule#custom_tags}", "stability": "stable", "summary": "Custom tags for generated signals." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 32 }, "name": "customTags", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_default_rule#enabled SecurityMonitoringDefaultRule#enabled}", "stability": "stable", "summary": "Enable the rule. Defaults to `true`." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 38 }, "name": "enabled", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_default_rule#filter SecurityMonitoringDefaultRule#filter}", "stability": "stable", "summary": "filter block." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 57 }, "name": "filter", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleFilter" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_default_rule#id SecurityMonitoringDefaultRule#id}." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 45 }, "name": "id", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_default_rule#options SecurityMonitoringDefaultRule#options}", "stability": "stable", "summary": "options block." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 63 }, "name": "options", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleOptions" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_default_rule#query SecurityMonitoringDefaultRule#query}", "stability": "stable", "summary": "query block." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 69 }, "name": "query", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleQuery" }, "kind": "array" } } ] } } } ], "symbolId": "src/security-monitoring-default-rule/index:SecurityMonitoringDefaultRuleConfig" }, "@cdktf/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleFilter": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleFilter", "kind": "interface", "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 256 }, "name": "SecurityMonitoringDefaultRuleFilter", "namespace": "securityMonitoringDefaultRule", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_default_rule#action SecurityMonitoringDefaultRule#action}", "stability": "stable", "summary": "The type of filtering action. Allowed enum values: require, suppress Valid values are `require`, `suppress`." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 262 }, "name": "action", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_default_rule#query SecurityMonitoringDefaultRule#query}", "stability": "stable", "summary": "Query for selecting logs to apply the filtering action." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 268 }, "name": "query", "type": { "primitive": "string" } } ], "symbolId": "src/security-monitoring-default-rule/index:SecurityMonitoringDefaultRuleFilter" }, "@cdktf/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleFilterList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleFilterList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 392 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 384 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 399 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleFilterOutputReference" } } } ], "name": "SecurityMonitoringDefaultRuleFilterList", "namespace": "securityMonitoringDefaultRule", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 392 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 392 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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/index.ts", "line": 392 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 385 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleFilter" }, "kind": "array" } } ] } } } ], "symbolId": "src/security-monitoring-default-rule/index:SecurityMonitoringDefaultRuleFilterList" }, "@cdktf/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleFilterOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleFilterOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 317 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 307 }, "name": "SecurityMonitoringDefaultRuleFilterOutputReference", "namespace": "securityMonitoringDefaultRule", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 366 }, "name": "actionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 379 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 359 }, "name": "action", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 372 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 321 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleFilter" } ] } } } ], "symbolId": "src/security-monitoring-default-rule/index:SecurityMonitoringDefaultRuleFilterOutputReference" }, "@cdktf/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleOptions": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleOptions", "kind": "interface", "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 403 }, "name": "SecurityMonitoringDefaultRuleOptions", "namespace": "securityMonitoringDefaultRule", "properties": [ { "abstract": true, "docs": { "remarks": "The decrement is applied when the environment tag of the signal starts with `staging`, `test`, or `dev`. Only available when the rule type is `log_detection`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_default_rule#decrease_criticality_based_on_env SecurityMonitoringDefaultRule#decrease_criticality_based_on_env}", "stability": "stable", "summary": "If true, signals in non-production environments have a lower severity than what is defined by the rule case, which can reduce noise." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 409 }, "name": "decreaseCriticalityBasedOnEnv", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } } ], "symbolId": "src/security-monitoring-default-rule/index:SecurityMonitoringDefaultRuleOptions" }, "@cdktf/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleOptionsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleOptionsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 448 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 441 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 481 }, "name": "resetDecreaseCriticalityBasedOnEnv" } ], "name": "SecurityMonitoringDefaultRuleOptionsOutputReference", "namespace": "securityMonitoringDefaultRule", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 485 }, "name": "decreaseCriticalityBasedOnEnvInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 475 }, "name": "decreaseCriticalityBasedOnEnv", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 452 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleOptions" } } ], "symbolId": "src/security-monitoring-default-rule/index:SecurityMonitoringDefaultRuleOptionsOutputReference" }, "@cdktf/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleQuery", "kind": "interface", "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 636 }, "name": "SecurityMonitoringDefaultRuleQuery", "namespace": "securityMonitoringDefaultRule", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_default_rule#agent_rule SecurityMonitoringDefaultRule#agent_rule}", "stability": "stable", "summary": "agent_rule block." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 702 }, "name": "agentRule", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleQueryAgentRule" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "For Signal Correlation rules, it must be event_count. Valid values are `count`, `cardinality`, `sum`, `max`, `new_value`, `geo_data`, `event_count`, `none`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_default_rule#aggregation SecurityMonitoringDefaultRule#aggregation}", "stability": "stable", "summary": "The aggregation type." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 642 }, "name": "aggregation", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_default_rule#custom_query_extension SecurityMonitoringDefaultRule#custom_query_extension}", "stability": "stable", "summary": "Query extension to append to the logs query." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 648 }, "name": "customQueryExtension", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_default_rule#data_source SecurityMonitoringDefaultRule#data_source}", "stability": "stable", "summary": "Source of events. Valid values are `logs`, `audit`, `app_sec_spans`, `spans`, `security_runtime`, `network`, `events`." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 654 }, "name": "dataSource", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_default_rule#distinct_fields SecurityMonitoringDefaultRule#distinct_fields}", "stability": "stable", "summary": "Field for which the cardinality is measured. Sent as an array." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 660 }, "name": "distinctFields", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_default_rule#group_by_fields SecurityMonitoringDefaultRule#group_by_fields}", "stability": "stable", "summary": "Fields to group by." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 666 }, "name": "groupByFields", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "When true, events with missing group-by fields are processed with `N/A`, replacing the missing values.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_default_rule#has_optional_group_by_fields SecurityMonitoringDefaultRule#has_optional_group_by_fields}", "stability": "stable", "summary": "When false, events without a group-by value are ignored by the rule." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 672 }, "name": "hasOptionalGroupByFields", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "**Deprecated.** Configure `metrics` instead. This attribute will be removed in the next major version of the provider.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_default_rule#metric SecurityMonitoringDefaultRule#metric}", "stability": "stable", "summary": "The target field to aggregate over when using the `sum`, `max`, or `geo_data` aggregations." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 678 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "The `sum`, `max`, and `geo_data` aggregations only accept one value in this list, whereas the `new_value` aggregation accepts up to five values.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_default_rule#metrics SecurityMonitoringDefaultRule#metrics}", "stability": "stable", "summary": "Group of target fields to aggregate over when using the `sum`, `max`, `geo_data`, or `new_value` aggregations." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 684 }, "name": "metrics", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_default_rule#name SecurityMonitoringDefaultRule#name}", "stability": "stable", "summary": "Name of the query. Not compatible with `new_value` aggregations." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 690 }, "name": "name", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_default_rule#query SecurityMonitoringDefaultRule#query}", "stability": "stable", "summary": "Query to run on logs." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 696 }, "name": "query", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/security-monitoring-default-rule/index:SecurityMonitoringDefaultRuleQuery" }, "@cdktf/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleQueryAgentRule": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleQueryAgentRule", "kind": "interface", "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 489 }, "name": "SecurityMonitoringDefaultRuleQueryAgentRule", "namespace": "securityMonitoringDefaultRule", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_default_rule#agent_rule_id SecurityMonitoringDefaultRule#agent_rule_id}", "stability": "stable", "summary": "**Deprecated**. It won't be applied anymore." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 495 }, "name": "agentRuleId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_default_rule#expression SecurityMonitoringDefaultRule#expression}", "stability": "stable", "summary": "**Deprecated**. It won't be applied anymore." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 501 }, "name": "expression", "type": { "primitive": "string" } } ], "symbolId": "src/security-monitoring-default-rule/index:SecurityMonitoringDefaultRuleQueryAgentRule" }, "@cdktf/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleQueryAgentRuleList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleQueryAgentRuleList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 625 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 617 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 632 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleQueryAgentRuleOutputReference" } } } ], "name": "SecurityMonitoringDefaultRuleQueryAgentRuleList", "namespace": "securityMonitoringDefaultRule", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 625 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 625 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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/index.ts", "line": 625 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 618 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleQueryAgentRule" }, "kind": "array" } } ] } } } ], "symbolId": "src/security-monitoring-default-rule/index:SecurityMonitoringDefaultRuleQueryAgentRuleList" }, "@cdktf/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleQueryAgentRuleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleQueryAgentRuleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 550 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 540 }, "name": "SecurityMonitoringDefaultRuleQueryAgentRuleOutputReference", "namespace": "securityMonitoringDefaultRule", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 599 }, "name": "agentRuleIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 612 }, "name": "expressionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 592 }, "name": "agentRuleId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 605 }, "name": "expression", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 554 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleQueryAgentRule" } ] } } } ], "symbolId": "src/security-monitoring-default-rule/index:SecurityMonitoringDefaultRuleQueryAgentRuleOutputReference" }, "@cdktf/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleQueryList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleQueryList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 1093 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 1085 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 1100 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleQueryOutputReference" } } } ], "name": "SecurityMonitoringDefaultRuleQueryList", "namespace": "securityMonitoringDefaultRule", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 1093 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 1093 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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/index.ts", "line": 1093 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 1086 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleQuery" }, "kind": "array" } } ] } } } ], "symbolId": "src/security-monitoring-default-rule/index:SecurityMonitoringDefaultRuleQueryList" }, "@cdktf/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 814 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 804 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 1073 }, "name": "putAgentRule", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleQueryAgentRule" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 1076 }, "name": "resetAgentRule" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 916 }, "name": "resetAggregation" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 932 }, "name": "resetCustomQueryExtension" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 948 }, "name": "resetDataSource" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 964 }, "name": "resetDistinctFields" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 980 }, "name": "resetGroupByFields" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 996 }, "name": "resetHasOptionalGroupByFields" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 1012 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 1028 }, "name": "resetMetrics" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 1044 }, "name": "resetName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 1060 }, "name": "resetQuery" } ], "name": "SecurityMonitoringDefaultRuleQueryOutputReference", "namespace": "securityMonitoringDefaultRule", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 1070 }, "name": "agentRule", "type": { "fqn": "@cdktf/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleQueryAgentRuleList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 1080 }, "name": "agentRuleInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleQueryAgentRule" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 920 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 936 }, "name": "customQueryExtensionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 952 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 968 }, "name": "distinctFieldsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 984 }, "name": "groupByFieldsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 1000 }, "name": "hasOptionalGroupByFieldsInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 1016 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 1032 }, "name": "metricsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 1048 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 1064 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 910 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 926 }, "name": "customQueryExtension", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 942 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 958 }, "name": "distinctFields", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 974 }, "name": "groupByFields", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 990 }, "name": "hasOptionalGroupByFields", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 1006 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 1022 }, "name": "metrics", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 1038 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 1054 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-default-rule/index.ts", "line": 818 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleQuery" } ] } } } ], "symbolId": "src/security-monitoring-default-rule/index:SecurityMonitoringDefaultRuleQueryOutputReference" }, "@cdktf/provider-datadog.securityMonitoringFilter.SecurityMonitoringFilter": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_filter datadog_security_monitoring_filter}." }, "fqn": "@cdktf/provider-datadog.securityMonitoringFilter.SecurityMonitoringFilter", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_filter datadog_security_monitoring_filter} Resource." }, "locationInModule": { "filename": "src/security-monitoring-filter/index.ts", "line": 236 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.securityMonitoringFilter.SecurityMonitoringFilterConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/security-monitoring-filter/index.ts", "line": 204 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a SecurityMonitoringFilter resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/security-monitoring-filter/index.ts", "line": 221 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the SecurityMonitoringFilter to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_filter#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing SecurityMonitoringFilter that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the SecurityMonitoringFilter to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-filter/index.ts", "line": 345 }, "name": "putExclusionFilter", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.securityMonitoringFilter.SecurityMonitoringFilterExclusionFilter" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-filter/index.ts", "line": 348 }, "name": "resetExclusionFilter" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-filter/index.ts", "line": 272 }, "name": "resetFilteredDataType" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-filter/index.ts", "line": 288 }, "name": "resetId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-filter/index.ts", "line": 360 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-filter/index.ts", "line": 371 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "SecurityMonitoringFilter", "namespace": "securityMonitoringFilter", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-filter/index.ts", "line": 209 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-filter/index.ts", "line": 342 }, "name": "exclusionFilter", "type": { "fqn": "@cdktf/provider-datadog.securityMonitoringFilter.SecurityMonitoringFilterExclusionFilterList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-filter/index.ts", "line": 336 }, "name": "version", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-filter/index.ts", "line": 352 }, "name": "exclusionFilterInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.securityMonitoringFilter.SecurityMonitoringFilterExclusionFilter" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-filter/index.ts", "line": 276 }, "name": "filteredDataTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-filter/index.ts", "line": 292 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-filter/index.ts", "line": 305 }, "name": "isEnabledInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-filter/index.ts", "line": 318 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-filter/index.ts", "line": 331 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-filter/index.ts", "line": 266 }, "name": "filteredDataType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-filter/index.ts", "line": 282 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-filter/index.ts", "line": 298 }, "name": "isEnabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-filter/index.ts", "line": 311 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-filter/index.ts", "line": 324 }, "name": "query", "type": { "primitive": "string" } } ], "symbolId": "src/security-monitoring-filter/index:SecurityMonitoringFilter" }, "@cdktf/provider-datadog.securityMonitoringFilter.SecurityMonitoringFilterConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.securityMonitoringFilter.SecurityMonitoringFilterConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/security-monitoring-filter/index.ts", "line": 14 }, "name": "SecurityMonitoringFilterConfig", "namespace": "securityMonitoringFilter", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_filter#is_enabled SecurityMonitoringFilter#is_enabled}", "stability": "stable", "summary": "Whether the security filter is enabled." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-filter/index.ts", "line": 33 }, "name": "isEnabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_filter#name SecurityMonitoringFilter#name}", "stability": "stable", "summary": "The name of the security filter." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-filter/index.ts", "line": 39 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_filter#query SecurityMonitoringFilter#query}", "stability": "stable", "summary": "The query of the security filter." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-filter/index.ts", "line": 45 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_filter#exclusion_filter SecurityMonitoringFilter#exclusion_filter}", "stability": "stable", "summary": "exclusion_filter block." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-filter/index.ts", "line": 51 }, "name": "exclusionFilter", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.securityMonitoringFilter.SecurityMonitoringFilterExclusionFilter" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_filter#filtered_data_type SecurityMonitoringFilter#filtered_data_type}", "stability": "stable", "summary": "The filtered data type. Valid values are `logs`. Defaults to `\"logs\"`." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-filter/index.ts", "line": 20 }, "name": "filteredDataType", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_filter#id SecurityMonitoringFilter#id}." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-filter/index.ts", "line": 27 }, "name": "id", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/security-monitoring-filter/index:SecurityMonitoringFilterConfig" }, "@cdktf/provider-datadog.securityMonitoringFilter.SecurityMonitoringFilterExclusionFilter": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.securityMonitoringFilter.SecurityMonitoringFilterExclusionFilter", "kind": "interface", "locationInModule": { "filename": "src/security-monitoring-filter/index.ts", "line": 53 }, "name": "SecurityMonitoringFilterExclusionFilter", "namespace": "securityMonitoringFilter", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_filter#name SecurityMonitoringFilter#name}", "stability": "stable", "summary": "Exclusion filter name." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-filter/index.ts", "line": 59 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_filter#query SecurityMonitoringFilter#query}", "stability": "stable", "summary": "Exclusion filter query. Logs that match this query are excluded from the security filter." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-filter/index.ts", "line": 65 }, "name": "query", "type": { "primitive": "string" } } ], "symbolId": "src/security-monitoring-filter/index:SecurityMonitoringFilterExclusionFilter" }, "@cdktf/provider-datadog.securityMonitoringFilter.SecurityMonitoringFilterExclusionFilterList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.securityMonitoringFilter.SecurityMonitoringFilterExclusionFilterList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-filter/index.ts", "line": 189 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/security-monitoring-filter/index.ts", "line": 181 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-filter/index.ts", "line": 196 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.securityMonitoringFilter.SecurityMonitoringFilterExclusionFilterOutputReference" } } } ], "name": "SecurityMonitoringFilterExclusionFilterList", "namespace": "securityMonitoringFilter", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/security-monitoring-filter/index.ts", "line": 189 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/security-monitoring-filter/index.ts", "line": 189 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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/index.ts", "line": 189 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-filter/index.ts", "line": 182 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.securityMonitoringFilter.SecurityMonitoringFilterExclusionFilter" }, "kind": "array" } } ] } } } ], "symbolId": "src/security-monitoring-filter/index:SecurityMonitoringFilterExclusionFilterList" }, "@cdktf/provider-datadog.securityMonitoringFilter.SecurityMonitoringFilterExclusionFilterOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.securityMonitoringFilter.SecurityMonitoringFilterExclusionFilterOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-filter/index.ts", "line": 114 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/security-monitoring-filter/index.ts", "line": 104 }, "name": "SecurityMonitoringFilterExclusionFilterOutputReference", "namespace": "securityMonitoringFilter", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-filter/index.ts", "line": 163 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-filter/index.ts", "line": 176 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-filter/index.ts", "line": 156 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-filter/index.ts", "line": 169 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-filter/index.ts", "line": 118 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.securityMonitoringFilter.SecurityMonitoringFilterExclusionFilter" } ] } } } ], "symbolId": "src/security-monitoring-filter/index:SecurityMonitoringFilterExclusionFilterOutputReference" }, "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRule": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule datadog_security_monitoring_rule}." }, "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRule", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule datadog_security_monitoring_rule} Resource." }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3918 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.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.securityMonitoringRule.SecurityMonitoringRuleConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3886 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a SecurityMonitoringRule resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3903 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the SecurityMonitoringRule to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing SecurityMonitoringRule that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the SecurityMonitoringRule to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 4101 }, "name": "putCalculatedField", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleCalculatedField" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 4117 }, "name": "putCase", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleCase" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 4133 }, "name": "putFilter", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleFilter" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 4149 }, "name": "putOptions", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptions" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 4165 }, "name": "putQuery", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleQuery" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 4181 }, "name": "putReferenceTables", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleReferenceTables" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 4197 }, "name": "putSchedulingOptions", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleSchedulingOptions" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 4213 }, "name": "putSignalQuery", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleSignalQuery" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 4229 }, "name": "putThirdPartyCase", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleThirdPartyCase" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 4104 }, "name": "resetCalculatedField" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 4120 }, "name": "resetCase" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3966 }, "name": "resetEnabled" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 4136 }, "name": "resetFilter" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3982 }, "name": "resetGroupSignalsBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3998 }, "name": "resetHasExtendedTitle" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 4014 }, "name": "resetId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 4152 }, "name": "resetOptions" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 4168 }, "name": "resetQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 4184 }, "name": "resetReferenceTables" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 4200 }, "name": "resetSchedulingOptions" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 4216 }, "name": "resetSignalQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 4056 }, "name": "resetTags" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 4232 }, "name": "resetThirdPartyCase" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 4072 }, "name": "resetType" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 4088 }, "name": "resetValidate" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 4244 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 4267 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "SecurityMonitoringRule", "namespace": "securityMonitoringRule", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3891 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 4098 }, "name": "calculatedField", "type": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleCalculatedFieldList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 4114 }, "name": "case", "type": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleCaseList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 4130 }, "name": "filter", "type": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleFilterList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 4146 }, "name": "options", "type": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 4162 }, "name": "query", "type": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleQueryList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 4178 }, "name": "referenceTables", "type": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleReferenceTablesList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 4194 }, "name": "schedulingOptions", "type": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleSchedulingOptionsOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 4210 }, "name": "signalQuery", "type": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleSignalQueryList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 4226 }, "name": "thirdPartyCase", "type": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleThirdPartyCaseList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 4108 }, "name": "calculatedFieldInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleCalculatedField" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 4124 }, "name": "caseInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleCase" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3970 }, "name": "enabledInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 4140 }, "name": "filterInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleFilter" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3986 }, "name": "groupSignalsByInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 4002 }, "name": "hasExtendedTitleInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 4018 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 4031 }, "name": "messageInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 4044 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 4156 }, "name": "optionsInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptions" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 4172 }, "name": "queryInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleQuery" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 4188 }, "name": "referenceTablesInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleReferenceTables" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 4204 }, "name": "schedulingOptionsInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleSchedulingOptions" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 4220 }, "name": "signalQueryInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleSignalQuery" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 4060 }, "name": "tagsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 4236 }, "name": "thirdPartyCaseInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleThirdPartyCase" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 4076 }, "name": "typeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 4092 }, "name": "validateInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3960 }, "name": "enabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3976 }, "name": "groupSignalsBy", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3992 }, "name": "hasExtendedTitle", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 4008 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 4024 }, "name": "message", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 4037 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 4050 }, "name": "tags", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 4066 }, "name": "type", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 4082 }, "name": "validate", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } } ], "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRule" }, "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleCalculatedField": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleCalculatedField", "kind": "interface", "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 125 }, "name": "SecurityMonitoringRuleCalculatedField", "namespace": "securityMonitoringRule", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule#expression SecurityMonitoringRule#expression}", "stability": "stable", "summary": "Expression." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 131 }, "name": "expression", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule#name SecurityMonitoringRule#name}", "stability": "stable", "summary": "Field name." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 137 }, "name": "name", "type": { "primitive": "string" } } ], "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleCalculatedField" }, "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleCalculatedFieldList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleCalculatedFieldList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 261 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 253 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 268 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleCalculatedFieldOutputReference" } } } ], "name": "SecurityMonitoringRuleCalculatedFieldList", "namespace": "securityMonitoringRule", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 261 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 261 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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/index.ts", "line": 261 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 254 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleCalculatedField" }, "kind": "array" } } ] } } } ], "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleCalculatedFieldList" }, "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleCalculatedFieldOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleCalculatedFieldOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 186 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 176 }, "name": "SecurityMonitoringRuleCalculatedFieldOutputReference", "namespace": "securityMonitoringRule", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 235 }, "name": "expressionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 248 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 228 }, "name": "expression", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 241 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 190 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleCalculatedField" } ] } } } ], "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleCalculatedFieldOutputReference" }, "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleCase": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleCase", "kind": "interface", "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 508 }, "name": "SecurityMonitoringRuleCase", "namespace": "securityMonitoringRule", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule#status SecurityMonitoringRule#status}", "stability": "stable", "summary": "Severity of the Security Signal. Valid values are `info`, `low`, `medium`, `high`, `critical`." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 532 }, "name": "status", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule#action SecurityMonitoringRule#action}", "stability": "stable", "summary": "action block." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 538 }, "name": "action", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleCaseAction" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule#condition SecurityMonitoringRule#condition}", "stability": "stable", "summary": "A rule case contains logical operations (`>`,`>=`, `&&`, `||`) to determine if a signal should be generated based on the event counts in the previously defined queries." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 514 }, "name": "condition", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule#name SecurityMonitoringRule#name}", "stability": "stable", "summary": "Name of the case." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 520 }, "name": "name", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule#notifications SecurityMonitoringRule#notifications}", "stability": "stable", "summary": "Notification targets for each rule case." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 526 }, "name": "notifications", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleCase" }, "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleCaseAction": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleCaseAction", "kind": "interface", "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 358 }, "name": "SecurityMonitoringRuleCaseAction", "namespace": "securityMonitoringRule", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule#type SecurityMonitoringRule#type}", "stability": "stable", "summary": "Type of action to perform when the case triggers. Valid values are `block_ip`, `block_user`, `user_behavior`, `flag_ip`." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 364 }, "name": "type", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule#options SecurityMonitoringRule#options}", "stability": "stable", "summary": "options block." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 370 }, "name": "options", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleCaseActionOptions" } } ], "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleCaseAction" }, "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleCaseActionList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleCaseActionList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 497 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 489 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 504 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleCaseActionOutputReference" } } } ], "name": "SecurityMonitoringRuleCaseActionList", "namespace": "securityMonitoringRule", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 497 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 497 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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/index.ts", "line": 497 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 490 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleCaseAction" }, "kind": "array" } } ] } } } ], "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleCaseActionList" }, "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleCaseActionOptions": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleCaseActionOptions", "kind": "interface", "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 272 }, "name": "SecurityMonitoringRuleCaseActionOptions", "namespace": "securityMonitoringRule", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule#duration SecurityMonitoringRule#duration}", "stability": "stable", "summary": "Duration of the action in seconds." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 278 }, "name": "duration", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleCaseActionOptions" }, "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleCaseActionOptionsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleCaseActionOptionsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 317 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 310 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 350 }, "name": "resetDuration" } ], "name": "SecurityMonitoringRuleCaseActionOptionsOutputReference", "namespace": "securityMonitoringRule", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 354 }, "name": "durationInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 344 }, "name": "duration", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 321 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleCaseActionOptions" } } ], "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleCaseActionOptionsOutputReference" }, "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleCaseActionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleCaseActionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 419 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 409 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 477 }, "name": "putOptions", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleCaseActionOptions" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 480 }, "name": "resetOptions" } ], "name": "SecurityMonitoringRuleCaseActionOutputReference", "namespace": "securityMonitoringRule", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 474 }, "name": "options", "type": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleCaseActionOptionsOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 484 }, "name": "optionsInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleCaseActionOptions" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 468 }, "name": "typeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 461 }, "name": "type", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 423 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleCaseAction" } ] } } } ], "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleCaseActionOutputReference" }, "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleCaseList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleCaseList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 752 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 744 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 759 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleCaseOutputReference" } } } ], "name": "SecurityMonitoringRuleCaseList", "namespace": "securityMonitoringRule", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 752 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/security-monitoring-rule/index.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/security-monitoring-rule/index.ts", "line": 752 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 745 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleCase" }, "kind": "array" } } ] } } } ], "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleCaseList" }, "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleCaseOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleCaseOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 608 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 598 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 732 }, "name": "putAction", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleCaseAction" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 735 }, "name": "resetAction" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 674 }, "name": "resetCondition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 690 }, "name": "resetName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 706 }, "name": "resetNotifications" } ], "name": "SecurityMonitoringRuleCaseOutputReference", "namespace": "securityMonitoringRule", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 729 }, "name": "action", "type": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleCaseActionList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 739 }, "name": "actionInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleCaseAction" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 678 }, "name": "conditionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 694 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 710 }, "name": "notificationsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 723 }, "name": "statusInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 668 }, "name": "condition", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 684 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 700 }, "name": "notifications", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 716 }, "name": "status", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 612 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleCase" } ] } } } ], "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleCaseOutputReference" }, "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 14 }, "name": "SecurityMonitoringRuleConfig", "namespace": "securityMonitoringRule", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule#message SecurityMonitoringRule#message}", "stability": "stable", "summary": "Message for generated signals." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 45 }, "name": "message", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule#name SecurityMonitoringRule#name}", "stability": "stable", "summary": "The name of the rule." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 51 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule#calculated_field SecurityMonitoringRule#calculated_field}", "stability": "stable", "summary": "calculated_field block." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 75 }, "name": "calculatedField", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleCalculatedField" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule#case SecurityMonitoringRule#case}", "stability": "stable", "summary": "case block." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 81 }, "name": "case", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleCase" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule#enabled SecurityMonitoringRule#enabled}", "stability": "stable", "summary": "Whether the rule is enabled. Defaults to `true`." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 20 }, "name": "enabled", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule#filter SecurityMonitoringRule#filter}", "stability": "stable", "summary": "filter block." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 87 }, "name": "filter", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleFilter" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule#group_signals_by SecurityMonitoringRule#group_signals_by}", "stability": "stable", "summary": "Additional grouping to perform on top of the query grouping." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 26 }, "name": "groupSignalsBy", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule#has_extended_title SecurityMonitoringRule#has_extended_title}", "stability": "stable", "summary": "Whether the notifications include the triggering group-by values in their title. Defaults to `false`." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 32 }, "name": "hasExtendedTitle", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "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://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule#id SecurityMonitoringRule#id}." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 39 }, "name": "id", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule#options SecurityMonitoringRule#options}", "stability": "stable", "summary": "options block." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 93 }, "name": "options", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptions" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule#query SecurityMonitoringRule#query}", "stability": "stable", "summary": "query block." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 99 }, "name": "query", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleQuery" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule#reference_tables SecurityMonitoringRule#reference_tables}", "stability": "stable", "summary": "reference_tables block." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 105 }, "name": "referenceTables", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleReferenceTables" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule#scheduling_options SecurityMonitoringRule#scheduling_options}", "stability": "stable", "summary": "scheduling_options block." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 111 }, "name": "schedulingOptions", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleSchedulingOptions" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule#signal_query SecurityMonitoringRule#signal_query}", "stability": "stable", "summary": "signal_query block." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 117 }, "name": "signalQuery", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleSignalQuery" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Note: if default tags are present at provider level, they will be added to this resource.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule#tags SecurityMonitoringRule#tags}", "stability": "stable", "summary": "Tags for generated signals." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 57 }, "name": "tags", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule#third_party_case SecurityMonitoringRule#third_party_case}", "stability": "stable", "summary": "third_party_case block." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 123 }, "name": "thirdPartyCase", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleThirdPartyCase" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule#type SecurityMonitoringRule#type}", "stability": "stable", "summary": "The rule type. Valid values are `application_security`, `log_detection`, `workload_security`, `signal_correlation`. Defaults to `\"log_detection\"`." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 63 }, "name": "type", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule#validate SecurityMonitoringRule#validate}", "stability": "stable", "summary": "Whether or not to validate the Rule." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 69 }, "name": "validate", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } } ], "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleConfig" }, "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleFilter": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleFilter", "kind": "interface", "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 763 }, "name": "SecurityMonitoringRuleFilter", "namespace": "securityMonitoringRule", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule#action SecurityMonitoringRule#action}", "stability": "stable", "summary": "The type of filtering action. Valid values are `require`, `suppress`." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 769 }, "name": "action", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule#query SecurityMonitoringRule#query}", "stability": "stable", "summary": "Query for selecting logs to apply the filtering action." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 775 }, "name": "query", "type": { "primitive": "string" } } ], "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleFilter" }, "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleFilterList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleFilterList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 899 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 891 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 906 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleFilterOutputReference" } } } ], "name": "SecurityMonitoringRuleFilterList", "namespace": "securityMonitoringRule", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 899 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 899 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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/index.ts", "line": 899 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 892 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleFilter" }, "kind": "array" } } ] } } } ], "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleFilterList" }, "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleFilterOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleFilterOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 824 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 814 }, "name": "SecurityMonitoringRuleFilterOutputReference", "namespace": "securityMonitoringRule", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 873 }, "name": "actionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 886 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 866 }, "name": "action", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 879 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 828 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleFilter" } ] } } } ], "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleFilterOutputReference" }, "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptions": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptions", "kind": "interface", "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2004 }, "name": "SecurityMonitoringRuleOptions", "namespace": "securityMonitoringRule", "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`. Defaults to `false`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule#decrease_criticality_based_on_env SecurityMonitoringRule#decrease_criticality_based_on_env}", "stability": "stable", "summary": "If true, signals in non-production environments have a lower severity than what is defined by the rule case, which can reduce noise." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2010 }, "name": "decreaseCriticalityBasedOnEnv", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule#detection_method SecurityMonitoringRule#detection_method}", "stability": "stable", "summary": "The detection method. Valid values are `threshold`, `new_value`, `anomaly_detection`, `impossible_travel`, `hardcoded`, `third_party`, `anomaly_threshold`, `sequence_detection`. Defaults to `\"threshold\"`." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2016 }, "name": "detectionMethod", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "This is a sliding window and evaluates in real time. Valid values are `0`, `60`, `300`, `600`, `900`, `1800`, `3600`, `7200`, `10800`, `21600`, `43200`, `86400`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule#evaluation_window SecurityMonitoringRule#evaluation_window}", "stability": "stable", "summary": "A time window is specified to match when at least one of the cases matches true." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2022 }, "name": "evaluationWindow", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule#impossible_travel_options SecurityMonitoringRule#impossible_travel_options}", "stability": "stable", "summary": "impossible_travel_options block." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2040 }, "name": "impossibleTravelOptions", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsImpossibleTravelOptions" } }, { "abstract": true, "docs": { "remarks": "Valid values are `0`, `60`, `300`, `600`, `900`, `1800`, `3600`, `7200`, `10800`, `21600`, `43200`, `86400`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule#keep_alive SecurityMonitoringRule#keep_alive}", "stability": "stable", "summary": "Once a signal is generated, the signal will remain “open” if a case is matched at least once within this keep alive window (in seconds)." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2028 }, "name": "keepAlive", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "This time is calculated from the first seen timestamp. Valid values are `0`, `60`, `300`, `600`, `900`, `1800`, `3600`, `7200`, `10800`, `21600`, `43200`, `86400`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule#max_signal_duration SecurityMonitoringRule#max_signal_duration}", "stability": "stable", "summary": "A signal will “close” regardless of the query being matched once the time exceeds the maximum duration (in seconds)." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2034 }, "name": "maxSignalDuration", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule#new_value_options SecurityMonitoringRule#new_value_options}", "stability": "stable", "summary": "new_value_options block." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2046 }, "name": "newValueOptions", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsNewValueOptions" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule#sequence_detection_options SecurityMonitoringRule#sequence_detection_options}", "stability": "stable", "summary": "sequence_detection_options block." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2052 }, "name": "sequenceDetectionOptions", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsSequenceDetectionOptions" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule#third_party_rule_options SecurityMonitoringRule#third_party_rule_options}", "stability": "stable", "summary": "third_party_rule_options block." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2058 }, "name": "thirdPartyRuleOptions", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsThirdPartyRuleOptions" } } ], "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleOptions" }, "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsImpossibleTravelOptions": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsImpossibleTravelOptions", "kind": "interface", "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 910 }, "name": "SecurityMonitoringRuleOptionsImpossibleTravelOptions", "namespace": "securityMonitoringRule", "properties": [ { "abstract": true, "docs": { "remarks": "During that time, Datadog learns the user's regular access locations. This can be helpful to reduce noise and infer VPN usage or credentialed API access. Defaults to `false`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule#baseline_user_locations SecurityMonitoringRule#baseline_user_locations}", "stability": "stable", "summary": "If true, signals are suppressed for the first 24 hours." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 916 }, "name": "baselineUserLocations", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } } ], "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleOptionsImpossibleTravelOptions" }, "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsImpossibleTravelOptionsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsImpossibleTravelOptionsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 955 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 948 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 988 }, "name": "resetBaselineUserLocations" } ], "name": "SecurityMonitoringRuleOptionsImpossibleTravelOptionsOutputReference", "namespace": "securityMonitoringRule", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 992 }, "name": "baselineUserLocationsInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 982 }, "name": "baselineUserLocations", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 959 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsImpossibleTravelOptions" } } ], "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleOptionsImpossibleTravelOptionsOutputReference" }, "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsNewValueOptions": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsNewValueOptions", "kind": "interface", "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 996 }, "name": "SecurityMonitoringRuleOptionsNewValueOptions", "namespace": "securityMonitoringRule", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `1`, `2`, `7`, `14`, `21`, `28`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule#forget_after SecurityMonitoringRule#forget_after}", "stability": "stable", "summary": "The duration in days after which a learned value is forgotten." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1002 }, "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`. Defaults to `1`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule#learning_duration SecurityMonitoringRule#learning_duration}", "stability": "stable", "summary": "The duration in days during which values are learned, and after which signals will be generated for values that weren't learned." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1008 }, "name": "learningDuration", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Valid values are `duration`, `threshold`. Defaults to `\"duration\"`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule#learning_method SecurityMonitoringRule#learning_method}", "stability": "stable", "summary": "The learning method used to determine when signals should be generated for values that weren't learned." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1014 }, "name": "learningMethod", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Valid values are `0`, `1`. Defaults to `0`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule#learning_threshold SecurityMonitoringRule#learning_threshold}", "stability": "stable", "summary": "A number of occurrences after which signals are generated for values that weren't learned." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1020 }, "name": "learningThreshold", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleOptionsNewValueOptions" }, "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsNewValueOptionsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsNewValueOptionsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.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" } } ] }, "kind": "class", "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1073 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1144 }, "name": "resetLearningDuration" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1160 }, "name": "resetLearningMethod" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1176 }, "name": "resetLearningThreshold" } ], "name": "SecurityMonitoringRuleOptionsNewValueOptionsOutputReference", "namespace": "securityMonitoringRule", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1132 }, "name": "forgetAfterInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1148 }, "name": "learningDurationInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1164 }, "name": "learningMethodInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1180 }, "name": "learningThresholdInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1125 }, "name": "forgetAfter", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1138 }, "name": "learningDuration", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1154 }, "name": "learningMethod", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1170 }, "name": "learningThreshold", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1084 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsNewValueOptions" } } ], "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleOptionsNewValueOptionsOutputReference" }, "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2153 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 2146 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2311 }, "name": "putImpossibleTravelOptions", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsImpossibleTravelOptions" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2327 }, "name": "putNewValueOptions", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsNewValueOptions" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2343 }, "name": "putSequenceDetectionOptions", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsSequenceDetectionOptions" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2359 }, "name": "putThirdPartyRuleOptions", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsThirdPartyRuleOptions" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2234 }, "name": "resetDecreaseCriticalityBasedOnEnv" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2250 }, "name": "resetDetectionMethod" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2266 }, "name": "resetEvaluationWindow" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2314 }, "name": "resetImpossibleTravelOptions" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2282 }, "name": "resetKeepAlive" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2298 }, "name": "resetMaxSignalDuration" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2330 }, "name": "resetNewValueOptions" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2346 }, "name": "resetSequenceDetectionOptions" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2362 }, "name": "resetThirdPartyRuleOptions" } ], "name": "SecurityMonitoringRuleOptionsOutputReference", "namespace": "securityMonitoringRule", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2308 }, "name": "impossibleTravelOptions", "type": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsImpossibleTravelOptionsOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2324 }, "name": "newValueOptions", "type": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsNewValueOptionsOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2340 }, "name": "sequenceDetectionOptions", "type": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsSequenceDetectionOptionsOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2356 }, "name": "thirdPartyRuleOptions", "type": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsThirdPartyRuleOptionsOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2238 }, "name": "decreaseCriticalityBasedOnEnvInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2254 }, "name": "detectionMethodInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2270 }, "name": "evaluationWindowInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2318 }, "name": "impossibleTravelOptionsInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsImpossibleTravelOptions" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2286 }, "name": "keepAliveInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2302 }, "name": "maxSignalDurationInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2334 }, "name": "newValueOptionsInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsNewValueOptions" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2350 }, "name": "sequenceDetectionOptionsInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsSequenceDetectionOptions" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2366 }, "name": "thirdPartyRuleOptionsInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsThirdPartyRuleOptions" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2228 }, "name": "decreaseCriticalityBasedOnEnv", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2244 }, "name": "detectionMethod", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2260 }, "name": "evaluationWindow", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2276 }, "name": "keepAlive", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2292 }, "name": "maxSignalDuration", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2157 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptions" } } ], "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleOptionsOutputReference" }, "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsSequenceDetectionOptions": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsSequenceDetectionOptions", "kind": "interface", "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1548 }, "name": "SecurityMonitoringRuleOptionsSequenceDetectionOptions", "namespace": "securityMonitoringRule", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule#steps SecurityMonitoringRule#steps}", "stability": "stable", "summary": "steps block." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1560 }, "name": "steps", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsSequenceDetectionOptionsSteps" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule#step_transitions SecurityMonitoringRule#step_transitions}", "stability": "stable", "summary": "step_transitions block." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1554 }, "name": "stepTransitions", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsSequenceDetectionOptionsStepTransitions" }, "kind": "array" } } ] } } } ], "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleOptionsSequenceDetectionOptions" }, "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsSequenceDetectionOptionsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsSequenceDetectionOptionsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1606 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 1599 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1658 }, "name": "putSteps", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsSequenceDetectionOptionsSteps" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1642 }, "name": "putStepTransitions", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsSequenceDetectionOptionsStepTransitions" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1661 }, "name": "resetSteps" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1645 }, "name": "resetStepTransitions" } ], "name": "SecurityMonitoringRuleOptionsSequenceDetectionOptionsOutputReference", "namespace": "securityMonitoringRule", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1655 }, "name": "steps", "type": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsSequenceDetectionOptionsStepsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1639 }, "name": "stepTransitions", "type": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsSequenceDetectionOptionsStepTransitionsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1665 }, "name": "stepsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsSequenceDetectionOptionsSteps" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1649 }, "name": "stepTransitionsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsSequenceDetectionOptionsStepTransitions" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1610 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsSequenceDetectionOptions" } } ], "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleOptionsSequenceDetectionOptionsOutputReference" }, "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsSequenceDetectionOptionsStepTransitions": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsSequenceDetectionOptionsStepTransitions", "kind": "interface", "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1184 }, "name": "SecurityMonitoringRuleOptionsSequenceDetectionOptionsStepTransitions", "namespace": "securityMonitoringRule", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule#child SecurityMonitoringRule#child}", "stability": "stable", "summary": "Child step name." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1190 }, "name": "child", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule#parent SecurityMonitoringRule#parent}", "stability": "stable", "summary": "Parent step name." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1202 }, "name": "parent", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Valid values are `0`, `60`, `300`, `600`, `900`, `1800`, `3600`, `7200`, `10800`, `21600`, `43200`, `86400`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule#evaluation_window SecurityMonitoringRule#evaluation_window}", "stability": "stable", "summary": "Maximum time allowed to transition from parent to child." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1196 }, "name": "evaluationWindow", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleOptionsSequenceDetectionOptionsStepTransitions" }, "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsSequenceDetectionOptionsStepTransitionsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsSequenceDetectionOptionsStepTransitionsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.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": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1347 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1362 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsSequenceDetectionOptionsStepTransitionsOutputReference" } } } ], "name": "SecurityMonitoringRuleOptionsSequenceDetectionOptionsStepTransitionsList", "namespace": "securityMonitoringRule", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1355 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1355 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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/index.ts", "line": 1355 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1348 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsSequenceDetectionOptionsStepTransitions" }, "kind": "array" } } ] } } } ], "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleOptionsSequenceDetectionOptionsStepTransitionsList" }, "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsSequenceDetectionOptionsStepTransitionsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsSequenceDetectionOptionsStepTransitionsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1258 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1248 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1325 }, "name": "resetEvaluationWindow" } ], "name": "SecurityMonitoringRuleOptionsSequenceDetectionOptionsStepTransitionsOutputReference", "namespace": "securityMonitoringRule", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1313 }, "name": "childInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1329 }, "name": "evaluationWindowInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1342 }, "name": "parentInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1306 }, "name": "child", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1319 }, "name": "evaluationWindow", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1335 }, "name": "parent", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1262 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsSequenceDetectionOptionsStepTransitions" } ] } } } ], "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleOptionsSequenceDetectionOptionsStepTransitionsOutputReference" }, "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsSequenceDetectionOptionsSteps": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsSequenceDetectionOptionsSteps", "kind": "interface", "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1366 }, "name": "SecurityMonitoringRuleOptionsSequenceDetectionOptionsSteps", "namespace": "securityMonitoringRule", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule#condition SecurityMonitoringRule#condition}", "stability": "stable", "summary": "Condition for the step to match." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1372 }, "name": "condition", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule#name SecurityMonitoringRule#name}", "stability": "stable", "summary": "Unique name of the step." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1384 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Valid values are `0`, `60`, `300`, `600`, `900`, `1800`, `3600`, `7200`, `10800`, `21600`, `43200`, `86400`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule#evaluation_window SecurityMonitoringRule#evaluation_window}", "stability": "stable", "summary": "Evaluation window for the step." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1378 }, "name": "evaluationWindow", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleOptionsSequenceDetectionOptionsSteps" }, "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsSequenceDetectionOptionsStepsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsSequenceDetectionOptionsStepsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.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" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1529 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1544 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsSequenceDetectionOptionsStepsOutputReference" } } } ], "name": "SecurityMonitoringRuleOptionsSequenceDetectionOptionsStepsList", "namespace": "securityMonitoringRule", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1537 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1537 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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/index.ts", "line": 1537 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1530 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsSequenceDetectionOptionsSteps" }, "kind": "array" } } ] } } } ], "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleOptionsSequenceDetectionOptionsStepsList" }, "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsSequenceDetectionOptionsStepsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsSequenceDetectionOptionsStepsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1440 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1430 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1507 }, "name": "resetEvaluationWindow" } ], "name": "SecurityMonitoringRuleOptionsSequenceDetectionOptionsStepsOutputReference", "namespace": "securityMonitoringRule", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1495 }, "name": "conditionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1511 }, "name": "evaluationWindowInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1524 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1488 }, "name": "condition", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1501 }, "name": "evaluationWindow", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1517 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1444 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsSequenceDetectionOptionsSteps" } ] } } } ], "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleOptionsSequenceDetectionOptionsStepsOutputReference" }, "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsThirdPartyRuleOptions": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsThirdPartyRuleOptions", "kind": "interface", "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1819 }, "name": "SecurityMonitoringRuleOptionsThirdPartyRuleOptions", "namespace": "securityMonitoringRule", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `info`, `low`, `medium`, `high`, `critical`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule#default_status SecurityMonitoringRule#default_status}", "stability": "stable", "summary": "Severity of the default rule case, when none of the third-party cases match." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1831 }, "name": "defaultStatus", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule#root_query SecurityMonitoringRule#root_query}", "stability": "stable", "summary": "root_query block." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1843 }, "name": "rootQuery", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsThirdPartyRuleOptionsRootQuery" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule#default_notifications SecurityMonitoringRule#default_notifications}", "stability": "stable", "summary": "Notification targets for the default rule case, when none of the third-party cases match." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1825 }, "name": "defaultNotifications", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule#signal_title_template SecurityMonitoringRule#signal_title_template}", "stability": "stable", "summary": "A template for the signal title; if omitted, the title is generated based on the case name." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1837 }, "name": "signalTitleTemplate", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleOptionsThirdPartyRuleOptions" }, "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsThirdPartyRuleOptionsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsThirdPartyRuleOptionsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1903 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 1896 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1996 }, "name": "putRootQuery", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsThirdPartyRuleOptionsRootQuery" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1954 }, "name": "resetDefaultNotifications" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1983 }, "name": "resetSignalTitleTemplate" } ], "name": "SecurityMonitoringRuleOptionsThirdPartyRuleOptionsOutputReference", "namespace": "securityMonitoringRule", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1993 }, "name": "rootQuery", "type": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsThirdPartyRuleOptionsRootQueryList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1958 }, "name": "defaultNotificationsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1971 }, "name": "defaultStatusInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2000 }, "name": "rootQueryInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsThirdPartyRuleOptionsRootQuery" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1987 }, "name": "signalTitleTemplateInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1948 }, "name": "defaultNotifications", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1964 }, "name": "defaultStatus", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1977 }, "name": "signalTitleTemplate", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1907 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsThirdPartyRuleOptions" } } ], "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleOptionsThirdPartyRuleOptionsOutputReference" }, "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsThirdPartyRuleOptionsRootQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsThirdPartyRuleOptionsRootQuery", "kind": "interface", "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1669 }, "name": "SecurityMonitoringRuleOptionsThirdPartyRuleOptionsRootQuery", "namespace": "securityMonitoringRule", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule#query SecurityMonitoringRule#query}", "stability": "stable", "summary": "Query to filter logs." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1681 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule#group_by_fields SecurityMonitoringRule#group_by_fields}", "stability": "stable", "summary": "Fields to group by. If empty, each log triggers a signal." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1675 }, "name": "groupByFields", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleOptionsThirdPartyRuleOptionsRootQuery" }, "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsThirdPartyRuleOptionsRootQueryList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsThirdPartyRuleOptionsRootQueryList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1808 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1800 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1815 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsThirdPartyRuleOptionsRootQueryOutputReference" } } } ], "name": "SecurityMonitoringRuleOptionsThirdPartyRuleOptionsRootQueryList", "namespace": "securityMonitoringRule", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1808 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1808 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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/index.ts", "line": 1808 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1801 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsThirdPartyRuleOptionsRootQuery" }, "kind": "array" } } ] } } } ], "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleOptionsThirdPartyRuleOptionsRootQueryList" }, "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsThirdPartyRuleOptionsRootQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsThirdPartyRuleOptionsRootQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1730 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1720 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1778 }, "name": "resetGroupByFields" } ], "name": "SecurityMonitoringRuleOptionsThirdPartyRuleOptionsRootQueryOutputReference", "namespace": "securityMonitoringRule", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1782 }, "name": "groupByFieldsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1795 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1772 }, "name": "groupByFields", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1788 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 1734 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsThirdPartyRuleOptionsRootQuery" } ] } } } ], "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleOptionsThirdPartyRuleOptionsRootQueryOutputReference" }, "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleQuery", "kind": "interface", "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2517 }, "name": "SecurityMonitoringRuleQuery", "namespace": "securityMonitoringRule", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule#query SecurityMonitoringRule#query}", "stability": "stable", "summary": "Query to run on logs." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2577 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule#agent_rule SecurityMonitoringRule#agent_rule}", "stability": "stable", "summary": "agent_rule block." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2583 }, "name": "agentRule", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleQueryAgentRule" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "For Signal Correlation rules, it must be event_count. Valid values are `count`, `cardinality`, `sum`, `max`, `new_value`, `geo_data`, `event_count`, `none`. Defaults to `\"count\"`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule#aggregation SecurityMonitoringRule#aggregation}", "stability": "stable", "summary": "The aggregation type." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2523 }, "name": "aggregation", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule#data_source SecurityMonitoringRule#data_source}", "stability": "stable", "summary": "Source of events. Valid values are `logs`, `audit`, `app_sec_spans`, `spans`, `security_runtime`, `network`, `events`. Defaults to `\"logs\"`." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2529 }, "name": "dataSource", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule#distinct_fields SecurityMonitoringRule#distinct_fields}", "stability": "stable", "summary": "Field for which the cardinality is measured. Sent as an array." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2535 }, "name": "distinctFields", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule#group_by_fields SecurityMonitoringRule#group_by_fields}", "stability": "stable", "summary": "Fields to group by." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2541 }, "name": "groupByFields", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "When true, events with missing group-by fields are processed with `N/A`, replacing the missing values. Defaults to `false`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule#has_optional_group_by_fields SecurityMonitoringRule#has_optional_group_by_fields}", "stability": "stable", "summary": "When false, events without a group-by value are ignored by the rule." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2547 }, "name": "hasOptionalGroupByFields", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Supports only one element. Used only for scheduled rules (in other words, when `scheduling_options` is defined).\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule#indexes SecurityMonitoringRule#indexes}", "stability": "stable", "summary": "List of indexes to run the query on when the data source is `logs`." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2553 }, "name": "indexes", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "**Deprecated.** Configure `metrics` instead. This attribute will be removed in the next major version of the provider.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule#metric SecurityMonitoringRule#metric}", "stability": "stable", "summary": "The target field to aggregate over when using the `sum`, `max`, or `geo_data` aggregations." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2559 }, "name": "metric", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "The `sum`, `max`, and `geo_data` aggregations only accept one value in this list, whereas the `new_value` aggregation accepts up to five values.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule#metrics SecurityMonitoringRule#metrics}", "stability": "stable", "summary": "Group of target fields to aggregate over when using the `sum`, `max`, `geo_data`, or `new_value` aggregations." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2565 }, "name": "metrics", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule#name SecurityMonitoringRule#name}", "stability": "stable", "summary": "Name of the query. Not compatible with `new_value` aggregations." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2571 }, "name": "name", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleQuery" }, "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleQueryAgentRule": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleQueryAgentRule", "kind": "interface", "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2370 }, "name": "SecurityMonitoringRuleQueryAgentRule", "namespace": "securityMonitoringRule", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule#agent_rule_id SecurityMonitoringRule#agent_rule_id}", "stability": "stable", "summary": "**Deprecated**. It won't be applied anymore." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2376 }, "name": "agentRuleId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule#expression SecurityMonitoringRule#expression}", "stability": "stable", "summary": "**Deprecated**. It won't be applied anymore." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2382 }, "name": "expression", "type": { "primitive": "string" } } ], "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleQueryAgentRule" }, "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleQueryAgentRuleList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleQueryAgentRuleList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2506 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2498 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2513 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleQueryAgentRuleOutputReference" } } } ], "name": "SecurityMonitoringRuleQueryAgentRuleList", "namespace": "securityMonitoringRule", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2506 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2506 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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/index.ts", "line": 2506 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2499 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleQueryAgentRule" }, "kind": "array" } } ] } } } ], "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleQueryAgentRuleList" }, "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleQueryAgentRuleOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleQueryAgentRuleOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2431 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2421 }, "name": "SecurityMonitoringRuleQueryAgentRuleOutputReference", "namespace": "securityMonitoringRule", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2480 }, "name": "agentRuleIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2493 }, "name": "expressionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2473 }, "name": "agentRuleId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2486 }, "name": "expression", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2435 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleQueryAgentRule" } ] } } } ], "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleQueryAgentRuleOutputReference" }, "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleQueryList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleQueryList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.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" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2963 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2978 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleQueryOutputReference" } } } ], "name": "SecurityMonitoringRuleQueryList", "namespace": "securityMonitoringRule", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2971 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2971 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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/index.ts", "line": 2971 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2964 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleQuery" }, "kind": "array" } } ] } } } ], "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleQueryList" }, "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2695 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2685 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2951 }, "name": "putAgentRule", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleQueryAgentRule" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2954 }, "name": "resetAgentRule" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2797 }, "name": "resetAggregation" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2813 }, "name": "resetDataSource" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2829 }, "name": "resetDistinctFields" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2845 }, "name": "resetGroupByFields" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2861 }, "name": "resetHasOptionalGroupByFields" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2877 }, "name": "resetIndexes" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2893 }, "name": "resetMetric" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2909 }, "name": "resetMetrics" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2925 }, "name": "resetName" } ], "name": "SecurityMonitoringRuleQueryOutputReference", "namespace": "securityMonitoringRule", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2948 }, "name": "agentRule", "type": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleQueryAgentRuleList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2958 }, "name": "agentRuleInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleQueryAgentRule" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2801 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2817 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2833 }, "name": "distinctFieldsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2849 }, "name": "groupByFieldsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2865 }, "name": "hasOptionalGroupByFieldsInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2881 }, "name": "indexesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2897 }, "name": "metricInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2913 }, "name": "metricsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2929 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2942 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2791 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2807 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2823 }, "name": "distinctFields", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2839 }, "name": "groupByFields", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2855 }, "name": "hasOptionalGroupByFields", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2871 }, "name": "indexes", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2887 }, "name": "metric", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2903 }, "name": "metrics", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2919 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2935 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2699 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleQuery" } ] } } } ], "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleQueryOutputReference" }, "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleReferenceTables": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleReferenceTables", "kind": "interface", "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2982 }, "name": "SecurityMonitoringRuleReferenceTables", "namespace": "securityMonitoringRule", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule#check_presence SecurityMonitoringRule#check_presence}", "stability": "stable", "summary": "Whether to include or exclude logs that match the reference table." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2988 }, "name": "checkPresence", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule#column_name SecurityMonitoringRule#column_name}", "stability": "stable", "summary": "The name of the column in the reference table." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 2994 }, "name": "columnName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule#log_field_path SecurityMonitoringRule#log_field_path}", "stability": "stable", "summary": "The field in the log that should be matched against the reference table." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3000 }, "name": "logFieldPath", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule#rule_query_name SecurityMonitoringRule#rule_query_name}", "stability": "stable", "summary": "The name of the query to filter." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3006 }, "name": "ruleQueryName", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule#table_name SecurityMonitoringRule#table_name}", "stability": "stable", "summary": "The name of the reference table." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3012 }, "name": "tableName", "type": { "primitive": "string" } } ], "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleReferenceTables" }, "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleReferenceTablesList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleReferenceTablesList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3214 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3206 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3221 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleReferenceTablesOutputReference" } } } ], "name": "SecurityMonitoringRuleReferenceTablesList", "namespace": "securityMonitoringRule", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3214 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3214 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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/index.ts", "line": 3214 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3207 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleReferenceTables" }, "kind": "array" } } ] } } } ], "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleReferenceTablesList" }, "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleReferenceTablesOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleReferenceTablesOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3082 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3072 }, "name": "SecurityMonitoringRuleReferenceTablesOutputReference", "namespace": "securityMonitoringRule", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3149 }, "name": "checkPresenceInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3162 }, "name": "columnNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3175 }, "name": "logFieldPathInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3188 }, "name": "ruleQueryNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3201 }, "name": "tableNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3142 }, "name": "checkPresence", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3155 }, "name": "columnName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3168 }, "name": "logFieldPath", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3181 }, "name": "ruleQueryName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3194 }, "name": "tableName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3086 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleReferenceTables" } ] } } } ], "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleReferenceTablesOutputReference" }, "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleSchedulingOptions": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleSchedulingOptions", "kind": "interface", "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3225 }, "name": "SecurityMonitoringRuleSchedulingOptions", "namespace": "securityMonitoringRule", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule#rrule SecurityMonitoringRule#rrule}", "stability": "stable", "summary": "Schedule for the rule queries, written in RRULE syntax. See [RFC](https://icalendar.org/iCalendar-RFC-5545/3-8-5-3-recurrence-rule.html) for syntax reference." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3231 }, "name": "rrule", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule#start SecurityMonitoringRule#start}", "stability": "stable", "summary": "Start date for the schedule, in ISO 8601 format without timezone." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3237 }, "name": "start", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule#timezone SecurityMonitoringRule#timezone}", "stability": "stable", "summary": "Time zone of the start date, in the [tz database](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones) format." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3243 }, "name": "timezone", "type": { "primitive": "string" } } ], "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleSchedulingOptions" }, "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleSchedulingOptionsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleSchedulingOptionsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3296 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 3289 }, "name": "SecurityMonitoringRuleSchedulingOptionsOutputReference", "namespace": "securityMonitoringRule", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3342 }, "name": "rruleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3355 }, "name": "startInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3368 }, "name": "timezoneInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3335 }, "name": "rrule", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3348 }, "name": "start", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3361 }, "name": "timezone", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3300 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleSchedulingOptions" } } ], "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleSchedulingOptionsOutputReference" }, "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleSignalQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleSignalQuery", "kind": "interface", "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3372 }, "name": "SecurityMonitoringRuleSignalQuery", "namespace": "securityMonitoringRule", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule#rule_id SecurityMonitoringRule#rule_id}", "stability": "stable", "summary": "Rule ID of the signal to correlate." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3408 }, "name": "ruleId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "For Signal Correlation rules, it must be event_count. Valid values are `count`, `cardinality`, `sum`, `max`, `new_value`, `geo_data`, `event_count`, `none`. Defaults to `\"event_count\"`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule#aggregation SecurityMonitoringRule#aggregation}", "stability": "stable", "summary": "The aggregation type." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3378 }, "name": "aggregation", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule#correlated_by_fields SecurityMonitoringRule#correlated_by_fields}", "stability": "stable", "summary": "Fields to correlate by." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3384 }, "name": "correlatedByFields", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "An empty string applies correlation on the non-projected per query attributes of the rule. Defaults to `\"\"`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule#correlated_query_index SecurityMonitoringRule#correlated_query_index}", "stability": "stable", "summary": "Index of the rule query used to retrieve the correlated field." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3390 }, "name": "correlatedQueryIndex", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule#default_rule_id SecurityMonitoringRule#default_rule_id}", "stability": "stable", "summary": "Default Rule ID of the signal to correlate. This value is READ-ONLY." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3396 }, "name": "defaultRuleId", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule#name SecurityMonitoringRule#name}", "stability": "stable", "summary": "Name of the query. Not compatible with `new_value` aggregations." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3402 }, "name": "name", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleSignalQuery" }, "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleSignalQueryList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleSignalQueryList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3651 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3643 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3658 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleSignalQueryOutputReference" } } } ], "name": "SecurityMonitoringRuleSignalQueryList", "namespace": "securityMonitoringRule", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3651 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3651 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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/index.ts", "line": 3651 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3644 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleSignalQuery" }, "kind": "array" } } ] } } } ], "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleSignalQueryList" }, "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleSignalQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleSignalQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3485 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3475 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3557 }, "name": "resetAggregation" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3573 }, "name": "resetCorrelatedByFields" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3589 }, "name": "resetCorrelatedQueryIndex" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3605 }, "name": "resetDefaultRuleId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3621 }, "name": "resetName" } ], "name": "SecurityMonitoringRuleSignalQueryOutputReference", "namespace": "securityMonitoringRule", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3561 }, "name": "aggregationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3577 }, "name": "correlatedByFieldsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3593 }, "name": "correlatedQueryIndexInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3609 }, "name": "defaultRuleIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3625 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3638 }, "name": "ruleIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3551 }, "name": "aggregation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3567 }, "name": "correlatedByFields", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3583 }, "name": "correlatedQueryIndex", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3599 }, "name": "defaultRuleId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3615 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3631 }, "name": "ruleId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3489 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleSignalQuery" } ] } } } ], "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleSignalQueryOutputReference" }, "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleThirdPartyCase": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleThirdPartyCase", "kind": "interface", "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3662 }, "name": "SecurityMonitoringRuleThirdPartyCase", "namespace": "securityMonitoringRule", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule#status SecurityMonitoringRule#status}", "stability": "stable", "summary": "Severity of the Security Signal. Valid values are `info`, `low`, `medium`, `high`, `critical`." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3686 }, "name": "status", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule#name SecurityMonitoringRule#name}", "stability": "stable", "summary": "Name of the case." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3668 }, "name": "name", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule#notifications SecurityMonitoringRule#notifications}", "stability": "stable", "summary": "Notification targets for each rule case." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3674 }, "name": "notifications", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule#query SecurityMonitoringRule#query}", "stability": "stable", "summary": "A query to associate a third-party event to this case." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3680 }, "name": "query", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleThirdPartyCase" }, "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleThirdPartyCaseList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleThirdPartyCaseList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3871 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3863 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3878 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleThirdPartyCaseOutputReference" } } } ], "name": "SecurityMonitoringRuleThirdPartyCaseList", "namespace": "securityMonitoringRule", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3871 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3871 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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/index.ts", "line": 3871 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3864 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleThirdPartyCase" }, "kind": "array" } } ] } } } ], "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleThirdPartyCaseList" }, "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleThirdPartyCaseOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleThirdPartyCaseOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3749 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3739 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3809 }, "name": "resetName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3825 }, "name": "resetNotifications" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3841 }, "name": "resetQuery" } ], "name": "SecurityMonitoringRuleThirdPartyCaseOutputReference", "namespace": "securityMonitoringRule", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3813 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3829 }, "name": "notificationsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3845 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3858 }, "name": "statusInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3803 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3819 }, "name": "notifications", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3835 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3851 }, "name": "status", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule/index.ts", "line": 3753 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleThirdPartyCase" } ] } } } ], "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleThirdPartyCaseOutputReference" }, "@cdktf/provider-datadog.securityMonitoringRuleJson.SecurityMonitoringRuleJson": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule_json datadog_security_monitoring_rule_json}." }, "fqn": "@cdktf/provider-datadog.securityMonitoringRuleJson.SecurityMonitoringRuleJson", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule_json datadog_security_monitoring_rule_json} Resource." }, "locationInModule": { "filename": "src/security-monitoring-rule-json/index.ts", "line": 58 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.securityMonitoringRuleJson.SecurityMonitoringRuleJsonConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/security-monitoring-rule-json/index.ts", "line": 26 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a SecurityMonitoringRuleJson resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/security-monitoring-rule-json/index.ts", "line": 43 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the SecurityMonitoringRuleJson to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule_json#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing SecurityMonitoringRuleJson that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the SecurityMonitoringRuleJson to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule-json/index.ts", "line": 103 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule-json/index.ts", "line": 109 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "SecurityMonitoringRuleJson", "namespace": "securityMonitoringRuleJson", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule-json/index.ts", "line": 31 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule-json/index.ts", "line": 82 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule-json/index.ts", "line": 95 }, "name": "jsonInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-rule-json/index.ts", "line": 88 }, "name": "json", "type": { "primitive": "string" } } ], "symbolId": "src/security-monitoring-rule-json/index:SecurityMonitoringRuleJson" }, "@cdktf/provider-datadog.securityMonitoringRuleJson.SecurityMonitoringRuleJsonConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.securityMonitoringRuleJson.SecurityMonitoringRuleJsonConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/security-monitoring-rule-json/index.ts", "line": 14 }, "name": "SecurityMonitoringRuleJsonConfig", "namespace": "securityMonitoringRuleJson", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_rule_json#json SecurityMonitoringRuleJson#json}", "stability": "stable", "summary": "The JSON definition of the Security Monitoring Rule." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-rule-json/index.ts", "line": 20 }, "name": "json", "type": { "primitive": "string" } } ], "symbolId": "src/security-monitoring-rule-json/index:SecurityMonitoringRuleJsonConfig" }, "@cdktf/provider-datadog.securityMonitoringSuppression.SecurityMonitoringSuppression": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_suppression datadog_security_monitoring_suppression}." }, "fqn": "@cdktf/provider-datadog.securityMonitoringSuppression.SecurityMonitoringSuppression", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_suppression datadog_security_monitoring_suppression} Resource." }, "locationInModule": { "filename": "src/security-monitoring-suppression/index.ts", "line": 112 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.securityMonitoringSuppression.SecurityMonitoringSuppressionConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/security-monitoring-suppression/index.ts", "line": 80 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a SecurityMonitoringSuppression resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/security-monitoring-suppression/index.ts", "line": 97 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the SecurityMonitoringSuppression to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_suppression#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing SecurityMonitoringSuppression that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the SecurityMonitoringSuppression to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-suppression/index.ts", "line": 152 }, "name": "resetDataExclusionQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-suppression/index.ts", "line": 168 }, "name": "resetDescription" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-suppression/index.ts", "line": 197 }, "name": "resetExpirationDate" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-suppression/index.ts", "line": 244 }, "name": "resetStartDate" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-suppression/index.ts", "line": 260 }, "name": "resetSuppressionQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-suppression/index.ts", "line": 276 }, "name": "resetTags" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-suppression/index.ts", "line": 292 }, "name": "resetValidate" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-suppression/index.ts", "line": 304 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-suppression/index.ts", "line": 319 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "SecurityMonitoringSuppression", "namespace": "securityMonitoringSuppression", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-suppression/index.ts", "line": 85 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-suppression/index.ts", "line": 206 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-suppression/index.ts", "line": 156 }, "name": "dataExclusionQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-suppression/index.ts", "line": 172 }, "name": "descriptionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-suppression/index.ts", "line": 185 }, "name": "enabledInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-suppression/index.ts", "line": 201 }, "name": "expirationDateInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-suppression/index.ts", "line": 219 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-suppression/index.ts", "line": 232 }, "name": "ruleQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-suppression/index.ts", "line": 248 }, "name": "startDateInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-suppression/index.ts", "line": 264 }, "name": "suppressionQueryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-suppression/index.ts", "line": 280 }, "name": "tagsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-suppression/index.ts", "line": 296 }, "name": "validateInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-suppression/index.ts", "line": 146 }, "name": "dataExclusionQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-suppression/index.ts", "line": 162 }, "name": "description", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-suppression/index.ts", "line": 178 }, "name": "enabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-suppression/index.ts", "line": 191 }, "name": "expirationDate", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-suppression/index.ts", "line": 212 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-suppression/index.ts", "line": 225 }, "name": "ruleQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-suppression/index.ts", "line": 238 }, "name": "startDate", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-suppression/index.ts", "line": 254 }, "name": "suppressionQuery", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-suppression/index.ts", "line": 270 }, "name": "tags", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-monitoring-suppression/index.ts", "line": 286 }, "name": "validate", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } } ], "symbolId": "src/security-monitoring-suppression/index:SecurityMonitoringSuppression" }, "@cdktf/provider-datadog.securityMonitoringSuppression.SecurityMonitoringSuppressionConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.securityMonitoringSuppression.SecurityMonitoringSuppressionConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/security-monitoring-suppression/index.ts", "line": 14 }, "name": "SecurityMonitoringSuppressionConfig", "namespace": "securityMonitoringSuppression", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_suppression#enabled SecurityMonitoringSuppression#enabled}", "stability": "stable", "summary": "Whether the suppression rule is enabled." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-suppression/index.ts", "line": 32 }, "name": "enabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_suppression#name SecurityMonitoringSuppression#name}", "stability": "stable", "summary": "The name of the suppression rule." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-suppression/index.ts", "line": 44 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_suppression#rule_query SecurityMonitoringSuppression#rule_query}", "stability": "stable", "summary": "The rule query of the suppression rule, with the same syntax as the search bar for detection rules." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-suppression/index.ts", "line": 50 }, "name": "ruleQuery", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Events matching this query are ignored by any detection rules referenced in the suppression rule.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_suppression#data_exclusion_query SecurityMonitoringSuppression#data_exclusion_query}", "stability": "stable", "summary": "An exclusion query on the input data of the security rules, which could be logs, Agent events, or other types of data based on the security rule." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-suppression/index.ts", "line": 20 }, "name": "dataExclusionQuery", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_suppression#description SecurityMonitoringSuppression#description}", "stability": "stable", "summary": "A description for the suppression rule." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-suppression/index.ts", "line": 26 }, "name": "description", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_suppression#expiration_date SecurityMonitoringSuppression#expiration_date}", "stability": "stable", "summary": "A RFC3339 timestamp giving an expiration date for the suppression rule. After this date, it won't suppress signals anymore." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-suppression/index.ts", "line": 38 }, "name": "expirationDate", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_suppression#start_date SecurityMonitoringSuppression#start_date}", "stability": "stable", "summary": "A RFC3339 timestamp giving a start date for the suppression rule. Before this date, it doesn't suppress signals." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-suppression/index.ts", "line": 56 }, "name": "startDate", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "If a signal matches this query, it is suppressed and is not triggered. It uses the same syntax as the queries to search signals in the Signals Explorer.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_suppression#suppression_query SecurityMonitoringSuppression#suppression_query}", "stability": "stable", "summary": "The suppression query of the suppression rule." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-suppression/index.ts", "line": 62 }, "name": "suppressionQuery", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_suppression#tags SecurityMonitoringSuppression#tags}", "stability": "stable", "summary": "A list of tags associated with the suppression rule." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-suppression/index.ts", "line": 68 }, "name": "tags", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "When set to `true`, the rule is validated against Datadog's suppression validation endpoint. Defaults to `true`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_monitoring_suppression#validate SecurityMonitoringSuppression#validate}", "stability": "stable", "summary": "Whether to validate the suppression rule during `terraform plan`." }, "immutable": true, "locationInModule": { "filename": "src/security-monitoring-suppression/index.ts", "line": 74 }, "name": "validate", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } } ], "symbolId": "src/security-monitoring-suppression/index:SecurityMonitoringSuppressionConfig" }, "@cdktf/provider-datadog.securityNotificationRule.SecurityNotificationRule": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_notification_rule datadog_security_notification_rule}." }, "fqn": "@cdktf/provider-datadog.securityNotificationRule.SecurityNotificationRule", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_notification_rule datadog_security_notification_rule} Resource." }, "locationInModule": { "filename": "src/security-notification-rule/index.ts", "line": 277 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.securityNotificationRule.SecurityNotificationRuleConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/security-notification-rule/index.ts", "line": 245 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a SecurityNotificationRule resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/security-notification-rule/index.ts", "line": 262 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the SecurityNotificationRule to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_notification_rule#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing SecurityNotificationRule that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the SecurityNotificationRule to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-notification-rule/index.ts", "line": 407 }, "name": "putSelectors", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.securityNotificationRule.SecurityNotificationRuleSelectors" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-notification-rule/index.ts", "line": 327 }, "name": "resetEnabled" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-notification-rule/index.ts", "line": 410 }, "name": "resetSelectors" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-notification-rule/index.ts", "line": 389 }, "name": "resetTimeAggregation" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-notification-rule/index.ts", "line": 422 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-notification-rule/index.ts", "line": 432 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "SecurityNotificationRule", "namespace": "securityNotificationRule", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-notification-rule/index.ts", "line": 250 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-notification-rule/index.ts", "line": 305 }, "name": "createdAt", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-notification-rule/index.ts", "line": 310 }, "name": "createdByHandle", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-notification-rule/index.ts", "line": 315 }, "name": "createdByName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-notification-rule/index.ts", "line": 336 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-notification-rule/index.ts", "line": 341 }, "name": "modifiedAt", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-notification-rule/index.ts", "line": 346 }, "name": "modifiedByHandle", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-notification-rule/index.ts", "line": 351 }, "name": "modifiedByName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-notification-rule/index.ts", "line": 404 }, "name": "selectors", "type": { "fqn": "@cdktf/provider-datadog.securityNotificationRule.SecurityNotificationRuleSelectorsOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-notification-rule/index.ts", "line": 398 }, "name": "version", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-notification-rule/index.ts", "line": 331 }, "name": "enabledInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-notification-rule/index.ts", "line": 364 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-notification-rule/index.ts", "line": 414 }, "name": "selectorsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.securityNotificationRule.SecurityNotificationRuleSelectors" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-notification-rule/index.ts", "line": 377 }, "name": "targetsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-notification-rule/index.ts", "line": 393 }, "name": "timeAggregationInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-notification-rule/index.ts", "line": 321 }, "name": "enabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-notification-rule/index.ts", "line": 357 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-notification-rule/index.ts", "line": 370 }, "name": "targets", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-notification-rule/index.ts", "line": 383 }, "name": "timeAggregation", "type": { "primitive": "number" } } ], "symbolId": "src/security-notification-rule/index:SecurityNotificationRule" }, "@cdktf/provider-datadog.securityNotificationRule.SecurityNotificationRuleConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.securityNotificationRule.SecurityNotificationRuleConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/security-notification-rule/index.ts", "line": 14 }, "name": "SecurityNotificationRuleConfig", "namespace": "securityNotificationRule", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_notification_rule#name SecurityNotificationRule#name}", "stability": "stable", "summary": "The name of the rule (must be unique)." }, "immutable": true, "locationInModule": { "filename": "src/security-notification-rule/index.ts", "line": 26 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "custom": { "": ". It can be an email address (@bob@email.com), or any installed integration. For example, a Slack recipient (@slack-ops), or a Teams recipient (@teams-ops).\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_notification_rule#targets SecurityNotificationRule#targets}" }, "remarks": "A target must be prefixed with an", "stability": "stable", "summary": "The list of handle targets for the notifications." }, "immutable": true, "locationInModule": { "filename": "src/security-notification-rule/index.ts", "line": 32 }, "name": "targets", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_notification_rule#enabled SecurityNotificationRule#enabled}", "stability": "stable", "summary": "Indicates whether the rule is enabled. Defaults to `true`." }, "immutable": true, "locationInModule": { "filename": "src/security-notification-rule/index.ts", "line": 20 }, "name": "enabled", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_notification_rule#selectors SecurityNotificationRule#selectors}", "stability": "stable", "summary": "selectors block." }, "immutable": true, "locationInModule": { "filename": "src/security-notification-rule/index.ts", "line": 44 }, "name": "selectors", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.securityNotificationRule.SecurityNotificationRuleSelectors" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_notification_rule#time_aggregation SecurityNotificationRule#time_aggregation}", "stability": "stable", "summary": "Specifies the time period, in seconds, used to aggregate the notification. Defaults to `0`." }, "immutable": true, "locationInModule": { "filename": "src/security-notification-rule/index.ts", "line": 38 }, "name": "timeAggregation", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/security-notification-rule/index:SecurityNotificationRuleConfig" }, "@cdktf/provider-datadog.securityNotificationRule.SecurityNotificationRuleSelectors": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.securityNotificationRule.SecurityNotificationRuleSelectors", "kind": "interface", "locationInModule": { "filename": "src/security-notification-rule/index.ts", "line": 46 }, "name": "SecurityNotificationRuleSelectors", "namespace": "securityNotificationRule", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_notification_rule#rule_types SecurityNotificationRule#rule_types}", "stability": "stable", "summary": "Specifies security rule types for filtering signals and vulnerabilities that generate notifications." }, "immutable": true, "locationInModule": { "filename": "src/security-notification-rule/index.ts", "line": 58 }, "name": "ruleTypes", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Use `security_signals` for rules based on security signals and `security_findings` for those based on vulnerabilities.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_notification_rule#trigger_source SecurityNotificationRule#trigger_source}", "stability": "stable", "summary": "The type of security issues the rule applies to." }, "immutable": true, "locationInModule": { "filename": "src/security-notification-rule/index.ts", "line": 70 }, "name": "triggerSource", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_notification_rule#query SecurityNotificationRule#query}", "stability": "stable", "summary": "Comprises one or several key:value pairs for filtering security issues based on tags and attributes. Defaults to `\"\"`." }, "immutable": true, "locationInModule": { "filename": "src/security-notification-rule/index.ts", "line": 52 }, "name": "query", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/security_notification_rule#severities SecurityNotificationRule#severities}", "stability": "stable", "summary": "The security rules severities to consider." }, "immutable": true, "locationInModule": { "filename": "src/security-notification-rule/index.ts", "line": 64 }, "name": "severities", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/security-notification-rule/index:SecurityNotificationRuleSelectors" }, "@cdktf/provider-datadog.securityNotificationRule.SecurityNotificationRuleSelectorsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.securityNotificationRule.SecurityNotificationRuleSelectorsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-notification-rule/index.ts", "line": 131 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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-notification-rule/index.ts", "line": 123 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-notification-rule/index.ts", "line": 191 }, "name": "resetQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-notification-rule/index.ts", "line": 220 }, "name": "resetSeverities" } ], "name": "SecurityNotificationRuleSelectorsOutputReference", "namespace": "securityNotificationRule", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-notification-rule/index.ts", "line": 195 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-notification-rule/index.ts", "line": 208 }, "name": "ruleTypesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-notification-rule/index.ts", "line": 224 }, "name": "severitiesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/security-notification-rule/index.ts", "line": 237 }, "name": "triggerSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-notification-rule/index.ts", "line": 185 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-notification-rule/index.ts", "line": 201 }, "name": "ruleTypes", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-notification-rule/index.ts", "line": 214 }, "name": "severities", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-notification-rule/index.ts", "line": 230 }, "name": "triggerSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/security-notification-rule/index.ts", "line": 135 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.securityNotificationRule.SecurityNotificationRuleSelectors" } ] } } } ], "symbolId": "src/security-notification-rule/index:SecurityNotificationRuleSelectorsOutputReference" }, "@cdktf/provider-datadog.sensitiveDataScannerGroup.SensitiveDataScannerGroup": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/sensitive_data_scanner_group datadog_sensitive_data_scanner_group}." }, "fqn": "@cdktf/provider-datadog.sensitiveDataScannerGroup.SensitiveDataScannerGroup", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/sensitive_data_scanner_group datadog_sensitive_data_scanner_group} Resource." }, "locationInModule": { "filename": "src/sensitive-data-scanner-group/index.ts", "line": 325 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.sensitiveDataScannerGroup.SensitiveDataScannerGroupConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/sensitive-data-scanner-group/index.ts", "line": 293 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a SensitiveDataScannerGroup resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/sensitive-data-scanner-group/index.ts", "line": 310 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the SensitiveDataScannerGroup to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/sensitive_data_scanner_group#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing SensitiveDataScannerGroup that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the SensitiveDataScannerGroup to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/sensitive-data-scanner-group/index.ts", "line": 430 }, "name": "putFilter", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.sensitiveDataScannerGroup.SensitiveDataScannerGroupFilter" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/sensitive-data-scanner-group/index.ts", "line": 443 }, "name": "putSamplings", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.sensitiveDataScannerGroup.SensitiveDataScannerGroupSamplings" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/sensitive-data-scanner-group/index.ts", "line": 362 }, "name": "resetDescription" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/sensitive-data-scanner-group/index.ts", "line": 378 }, "name": "resetId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/sensitive-data-scanner-group/index.ts", "line": 446 }, "name": "resetSamplings" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/sensitive-data-scanner-group/index.ts", "line": 458 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/sensitive-data-scanner-group/index.ts", "line": 470 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "SensitiveDataScannerGroup", "namespace": "sensitiveDataScannerGroup", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/sensitive-data-scanner-group/index.ts", "line": 298 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/sensitive-data-scanner-group/index.ts", "line": 427 }, "name": "filter", "type": { "fqn": "@cdktf/provider-datadog.sensitiveDataScannerGroup.SensitiveDataScannerGroupFilterOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/sensitive-data-scanner-group/index.ts", "line": 440 }, "name": "samplings", "type": { "fqn": "@cdktf/provider-datadog.sensitiveDataScannerGroup.SensitiveDataScannerGroupSamplingsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/sensitive-data-scanner-group/index.ts", "line": 366 }, "name": "descriptionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/sensitive-data-scanner-group/index.ts", "line": 434 }, "name": "filterInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.sensitiveDataScannerGroup.SensitiveDataScannerGroupFilter" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/sensitive-data-scanner-group/index.ts", "line": 382 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/sensitive-data-scanner-group/index.ts", "line": 395 }, "name": "isEnabledInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/sensitive-data-scanner-group/index.ts", "line": 408 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/sensitive-data-scanner-group/index.ts", "line": 421 }, "name": "productListInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/sensitive-data-scanner-group/index.ts", "line": 450 }, "name": "samplingsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.sensitiveDataScannerGroup.SensitiveDataScannerGroupSamplings" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/sensitive-data-scanner-group/index.ts", "line": 356 }, "name": "description", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/sensitive-data-scanner-group/index.ts", "line": 372 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/sensitive-data-scanner-group/index.ts", "line": 388 }, "name": "isEnabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/sensitive-data-scanner-group/index.ts", "line": 401 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/sensitive-data-scanner-group/index.ts", "line": 414 }, "name": "productList", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/sensitive-data-scanner-group/index:SensitiveDataScannerGroup" }, "@cdktf/provider-datadog.sensitiveDataScannerGroup.SensitiveDataScannerGroupConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.sensitiveDataScannerGroup.SensitiveDataScannerGroupConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/sensitive-data-scanner-group/index.ts", "line": 14 }, "name": "SensitiveDataScannerGroupConfig", "namespace": "sensitiveDataScannerGroup", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/sensitive_data_scanner_group#filter SensitiveDataScannerGroup#filter}", "stability": "stable", "summary": "filter block." }, "immutable": true, "locationInModule": { "filename": "src/sensitive-data-scanner-group/index.ts", "line": 51 }, "name": "filter", "type": { "fqn": "@cdktf/provider-datadog.sensitiveDataScannerGroup.SensitiveDataScannerGroupFilter" } }, { "abstract": true, "docs": { "remarks": "If the group doesn't contain any rule or if all the rules in it are disabled, the group is force-disabled by our backend\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/sensitive_data_scanner_group#is_enabled SensitiveDataScannerGroup#is_enabled}", "stability": "stable", "summary": "Whether or not the scanning group is enabled." }, "immutable": true, "locationInModule": { "filename": "src/sensitive-data-scanner-group/index.ts", "line": 33 }, "name": "isEnabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/sensitive_data_scanner_group#name SensitiveDataScannerGroup#name}", "stability": "stable", "summary": "Name of the Datadog scanning group." }, "immutable": true, "locationInModule": { "filename": "src/sensitive-data-scanner-group/index.ts", "line": 39 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/sensitive_data_scanner_group#product_list SensitiveDataScannerGroup#product_list}", "stability": "stable", "summary": "List of products the scanning group applies. Valid values are `logs`, `rum`, `events`, `apm`." }, "immutable": true, "locationInModule": { "filename": "src/sensitive-data-scanner-group/index.ts", "line": 45 }, "name": "productList", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/sensitive_data_scanner_group#description SensitiveDataScannerGroup#description}", "stability": "stable", "summary": "Description of the Datadog scanning group." }, "immutable": true, "locationInModule": { "filename": "src/sensitive-data-scanner-group/index.ts", "line": 20 }, "name": "description", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/sensitive_data_scanner_group#id SensitiveDataScannerGroup#id}." }, "immutable": true, "locationInModule": { "filename": "src/sensitive-data-scanner-group/index.ts", "line": 27 }, "name": "id", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/sensitive_data_scanner_group#samplings SensitiveDataScannerGroup#samplings}", "stability": "stable", "summary": "samplings block." }, "immutable": true, "locationInModule": { "filename": "src/sensitive-data-scanner-group/index.ts", "line": 57 }, "name": "samplings", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.sensitiveDataScannerGroup.SensitiveDataScannerGroupSamplings" }, "kind": "array" } } ] } } } ], "symbolId": "src/sensitive-data-scanner-group/index:SensitiveDataScannerGroupConfig" }, "@cdktf/provider-datadog.sensitiveDataScannerGroup.SensitiveDataScannerGroupFilter": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.sensitiveDataScannerGroup.SensitiveDataScannerGroupFilter", "kind": "interface", "locationInModule": { "filename": "src/sensitive-data-scanner-group/index.ts", "line": 59 }, "name": "SensitiveDataScannerGroupFilter", "namespace": "sensitiveDataScannerGroup", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/sensitive_data_scanner_group#query SensitiveDataScannerGroup#query}", "stability": "stable", "summary": "Query to filter the events." }, "immutable": true, "locationInModule": { "filename": "src/sensitive-data-scanner-group/index.ts", "line": 65 }, "name": "query", "type": { "primitive": "string" } } ], "symbolId": "src/sensitive-data-scanner-group/index:SensitiveDataScannerGroupFilter" }, "@cdktf/provider-datadog.sensitiveDataScannerGroup.SensitiveDataScannerGroupFilterOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.sensitiveDataScannerGroup.SensitiveDataScannerGroupFilterOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/sensitive-data-scanner-group/index.ts", "line": 104 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/sensitive-data-scanner-group/index.ts", "line": 97 }, "name": "SensitiveDataScannerGroupFilterOutputReference", "namespace": "sensitiveDataScannerGroup", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/sensitive-data-scanner-group/index.ts", "line": 138 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/sensitive-data-scanner-group/index.ts", "line": 131 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/sensitive-data-scanner-group/index.ts", "line": 108 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.sensitiveDataScannerGroup.SensitiveDataScannerGroupFilter" } } ], "symbolId": "src/sensitive-data-scanner-group/index:SensitiveDataScannerGroupFilterOutputReference" }, "@cdktf/provider-datadog.sensitiveDataScannerGroup.SensitiveDataScannerGroupSamplings": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.sensitiveDataScannerGroup.SensitiveDataScannerGroupSamplings", "kind": "interface", "locationInModule": { "filename": "src/sensitive-data-scanner-group/index.ts", "line": 142 }, "name": "SensitiveDataScannerGroupSamplings", "namespace": "sensitiveDataScannerGroup", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/sensitive_data_scanner_group#product SensitiveDataScannerGroup#product}", "stability": "stable", "summary": "Product that the sampling rate applies to. Valid values are `logs`, `rum`, `events`, `apm`." }, "immutable": true, "locationInModule": { "filename": "src/sensitive-data-scanner-group/index.ts", "line": 148 }, "name": "product", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/sensitive_data_scanner_group#rate SensitiveDataScannerGroup#rate}", "stability": "stable", "summary": "Percentage rate at which data for the product type is scanned." }, "immutable": true, "locationInModule": { "filename": "src/sensitive-data-scanner-group/index.ts", "line": 154 }, "name": "rate", "type": { "primitive": "number" } } ], "symbolId": "src/sensitive-data-scanner-group/index:SensitiveDataScannerGroupSamplings" }, "@cdktf/provider-datadog.sensitiveDataScannerGroup.SensitiveDataScannerGroupSamplingsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.sensitiveDataScannerGroup.SensitiveDataScannerGroupSamplingsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/sensitive-data-scanner-group/index.ts", "line": 278 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/sensitive-data-scanner-group/index.ts", "line": 270 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/sensitive-data-scanner-group/index.ts", "line": 285 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.sensitiveDataScannerGroup.SensitiveDataScannerGroupSamplingsOutputReference" } } } ], "name": "SensitiveDataScannerGroupSamplingsList", "namespace": "sensitiveDataScannerGroup", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/sensitive-data-scanner-group/index.ts", "line": 278 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/sensitive-data-scanner-group/index.ts", "line": 278 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/sensitive-data-scanner-group/index.ts", "line": 278 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/sensitive-data-scanner-group/index.ts", "line": 271 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.sensitiveDataScannerGroup.SensitiveDataScannerGroupSamplings" }, "kind": "array" } } ] } } } ], "symbolId": "src/sensitive-data-scanner-group/index:SensitiveDataScannerGroupSamplingsList" }, "@cdktf/provider-datadog.sensitiveDataScannerGroup.SensitiveDataScannerGroupSamplingsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.sensitiveDataScannerGroup.SensitiveDataScannerGroupSamplingsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/sensitive-data-scanner-group/index.ts", "line": 203 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/sensitive-data-scanner-group/index.ts", "line": 193 }, "name": "SensitiveDataScannerGroupSamplingsOutputReference", "namespace": "sensitiveDataScannerGroup", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/sensitive-data-scanner-group/index.ts", "line": 252 }, "name": "productInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/sensitive-data-scanner-group/index.ts", "line": 265 }, "name": "rateInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/sensitive-data-scanner-group/index.ts", "line": 245 }, "name": "product", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/sensitive-data-scanner-group/index.ts", "line": 258 }, "name": "rate", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/sensitive-data-scanner-group/index.ts", "line": 207 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.sensitiveDataScannerGroup.SensitiveDataScannerGroupSamplings" } ] } } } ], "symbolId": "src/sensitive-data-scanner-group/index:SensitiveDataScannerGroupSamplingsOutputReference" }, "@cdktf/provider-datadog.sensitiveDataScannerGroupOrder.SensitiveDataScannerGroupOrder": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/sensitive_data_scanner_group_order datadog_sensitive_data_scanner_group_order}." }, "fqn": "@cdktf/provider-datadog.sensitiveDataScannerGroupOrder.SensitiveDataScannerGroupOrder", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/sensitive_data_scanner_group_order datadog_sensitive_data_scanner_group_order} Resource." }, "locationInModule": { "filename": "src/sensitive-data-scanner-group-order/index.ts", "line": 58 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.sensitiveDataScannerGroupOrder.SensitiveDataScannerGroupOrderConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/sensitive-data-scanner-group-order/index.ts", "line": 26 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a SensitiveDataScannerGroupOrder resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/sensitive-data-scanner-group-order/index.ts", "line": 43 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the SensitiveDataScannerGroupOrder to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/sensitive_data_scanner_group_order#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing SensitiveDataScannerGroupOrder that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the SensitiveDataScannerGroupOrder to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/sensitive-data-scanner-group-order/index.ts", "line": 103 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/sensitive-data-scanner-group-order/index.ts", "line": 109 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "SensitiveDataScannerGroupOrder", "namespace": "sensitiveDataScannerGroupOrder", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/sensitive-data-scanner-group-order/index.ts", "line": 31 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/sensitive-data-scanner-group-order/index.ts", "line": 95 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/sensitive-data-scanner-group-order/index.ts", "line": 90 }, "name": "groupIdsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/sensitive-data-scanner-group-order/index.ts", "line": 83 }, "name": "groupIds", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/sensitive-data-scanner-group-order/index:SensitiveDataScannerGroupOrder" }, "@cdktf/provider-datadog.sensitiveDataScannerGroupOrder.SensitiveDataScannerGroupOrderConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.sensitiveDataScannerGroupOrder.SensitiveDataScannerGroupOrderConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/sensitive-data-scanner-group-order/index.ts", "line": 14 }, "name": "SensitiveDataScannerGroupOrderConfig", "namespace": "sensitiveDataScannerGroupOrder", "properties": [ { "abstract": true, "docs": { "remarks": "Logs are tested against the query filter of each index one by one following the order of the list.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/sensitive_data_scanner_group_order#group_ids SensitiveDataScannerGroupOrder#group_ids}", "stability": "stable", "summary": "The list of Sensitive Data Scanner group IDs, in order." }, "immutable": true, "locationInModule": { "filename": "src/sensitive-data-scanner-group-order/index.ts", "line": 20 }, "name": "groupIds", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/sensitive-data-scanner-group-order/index:SensitiveDataScannerGroupOrderConfig" }, "@cdktf/provider-datadog.sensitiveDataScannerRule.SensitiveDataScannerRule": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/sensitive_data_scanner_rule datadog_sensitive_data_scanner_rule}." }, "fqn": "@cdktf/provider-datadog.sensitiveDataScannerRule.SensitiveDataScannerRule", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/sensitive_data_scanner_rule datadog_sensitive_data_scanner_rule} Resource." }, "locationInModule": { "filename": "src/sensitive-data-scanner-rule/index.ts", "line": 434 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.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.sensitiveDataScannerRule.SensitiveDataScannerRuleConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/sensitive-data-scanner-rule/index.ts", "line": 402 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a SensitiveDataScannerRule resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/sensitive-data-scanner-rule/index.ts", "line": 419 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the SensitiveDataScannerRule to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/sensitive_data_scanner_rule#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing SensitiveDataScannerRule that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the SensitiveDataScannerRule to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/sensitive-data-scanner-rule/index.ts", "line": 647 }, "name": "putIncludedKeywordConfiguration", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.sensitiveDataScannerRule.SensitiveDataScannerRuleIncludedKeywordConfiguration" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/sensitive-data-scanner-rule/index.ts", "line": 663 }, "name": "putTextReplacement", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.sensitiveDataScannerRule.SensitiveDataScannerRuleTextReplacement" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/sensitive-data-scanner-rule/index.ts", "line": 477 }, "name": "resetDescription" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/sensitive-data-scanner-rule/index.ts", "line": 493 }, "name": "resetExcludedNamespaces" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/sensitive-data-scanner-rule/index.ts", "line": 522 }, "name": "resetId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/sensitive-data-scanner-rule/index.ts", "line": 650 }, "name": "resetIncludedKeywordConfiguration" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/sensitive-data-scanner-rule/index.ts", "line": 538 }, "name": "resetIsEnabled" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/sensitive-data-scanner-rule/index.ts", "line": 554 }, "name": "resetName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/sensitive-data-scanner-rule/index.ts", "line": 570 }, "name": "resetNamespaces" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/sensitive-data-scanner-rule/index.ts", "line": 586 }, "name": "resetPattern" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/sensitive-data-scanner-rule/index.ts", "line": 602 }, "name": "resetPriority" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/sensitive-data-scanner-rule/index.ts", "line": 618 }, "name": "resetStandardPatternId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/sensitive-data-scanner-rule/index.ts", "line": 634 }, "name": "resetTags" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/sensitive-data-scanner-rule/index.ts", "line": 666 }, "name": "resetTextReplacement" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/sensitive-data-scanner-rule/index.ts", "line": 678 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/sensitive-data-scanner-rule/index.ts", "line": 696 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "SensitiveDataScannerRule", "namespace": "sensitiveDataScannerRule", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/sensitive-data-scanner-rule/index.ts", "line": 407 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/sensitive-data-scanner-rule/index.ts", "line": 644 }, "name": "includedKeywordConfiguration", "type": { "fqn": "@cdktf/provider-datadog.sensitiveDataScannerRule.SensitiveDataScannerRuleIncludedKeywordConfigurationOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/sensitive-data-scanner-rule/index.ts", "line": 660 }, "name": "textReplacement", "type": { "fqn": "@cdktf/provider-datadog.sensitiveDataScannerRule.SensitiveDataScannerRuleTextReplacementOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/sensitive-data-scanner-rule/index.ts", "line": 481 }, "name": "descriptionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/sensitive-data-scanner-rule/index.ts", "line": 497 }, "name": "excludedNamespacesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/sensitive-data-scanner-rule/index.ts", "line": 510 }, "name": "groupIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/sensitive-data-scanner-rule/index.ts", "line": 526 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/sensitive-data-scanner-rule/index.ts", "line": 654 }, "name": "includedKeywordConfigurationInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.sensitiveDataScannerRule.SensitiveDataScannerRuleIncludedKeywordConfiguration" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/sensitive-data-scanner-rule/index.ts", "line": 542 }, "name": "isEnabledInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/sensitive-data-scanner-rule/index.ts", "line": 558 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/sensitive-data-scanner-rule/index.ts", "line": 574 }, "name": "namespacesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/sensitive-data-scanner-rule/index.ts", "line": 590 }, "name": "patternInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/sensitive-data-scanner-rule/index.ts", "line": 606 }, "name": "priorityInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/sensitive-data-scanner-rule/index.ts", "line": 622 }, "name": "standardPatternIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/sensitive-data-scanner-rule/index.ts", "line": 638 }, "name": "tagsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/sensitive-data-scanner-rule/index.ts", "line": 670 }, "name": "textReplacementInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.sensitiveDataScannerRule.SensitiveDataScannerRuleTextReplacement" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/sensitive-data-scanner-rule/index.ts", "line": 471 }, "name": "description", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/sensitive-data-scanner-rule/index.ts", "line": 487 }, "name": "excludedNamespaces", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/sensitive-data-scanner-rule/index.ts", "line": 503 }, "name": "groupId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/sensitive-data-scanner-rule/index.ts", "line": 516 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/sensitive-data-scanner-rule/index.ts", "line": 532 }, "name": "isEnabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/sensitive-data-scanner-rule/index.ts", "line": 548 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/sensitive-data-scanner-rule/index.ts", "line": 564 }, "name": "namespaces", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/sensitive-data-scanner-rule/index.ts", "line": 580 }, "name": "pattern", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/sensitive-data-scanner-rule/index.ts", "line": 596 }, "name": "priority", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/sensitive-data-scanner-rule/index.ts", "line": 612 }, "name": "standardPatternId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/sensitive-data-scanner-rule/index.ts", "line": 628 }, "name": "tags", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/sensitive-data-scanner-rule/index:SensitiveDataScannerRule" }, "@cdktf/provider-datadog.sensitiveDataScannerRule.SensitiveDataScannerRuleConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.sensitiveDataScannerRule.SensitiveDataScannerRuleConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/sensitive-data-scanner-rule/index.ts", "line": 14 }, "name": "SensitiveDataScannerRuleConfig", "namespace": "sensitiveDataScannerRule", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/sensitive_data_scanner_rule#group_id SensitiveDataScannerRule#group_id}", "stability": "stable", "summary": "Id of the scanning group the rule belongs to." }, "immutable": true, "locationInModule": { "filename": "src/sensitive-data-scanner-rule/index.ts", "line": 32 }, "name": "groupId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/sensitive_data_scanner_rule#description SensitiveDataScannerRule#description}", "stability": "stable", "summary": "Description of the rule." }, "immutable": true, "locationInModule": { "filename": "src/sensitive-data-scanner-rule/index.ts", "line": 20 }, "name": "description", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/sensitive_data_scanner_rule#excluded_namespaces SensitiveDataScannerRule#excluded_namespaces}", "stability": "stable", "summary": "Attributes excluded from the scan. If namespaces is provided, it has to be a sub-path of the namespaces array." }, "immutable": true, "locationInModule": { "filename": "src/sensitive-data-scanner-rule/index.ts", "line": 26 }, "name": "excludedNamespaces", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/sensitive_data_scanner_rule#id SensitiveDataScannerRule#id}." }, "immutable": true, "locationInModule": { "filename": "src/sensitive-data-scanner-rule/index.ts", "line": 39 }, "name": "id", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/sensitive_data_scanner_rule#included_keyword_configuration SensitiveDataScannerRule#included_keyword_configuration}", "stability": "stable", "summary": "included_keyword_configuration block." }, "immutable": true, "locationInModule": { "filename": "src/sensitive-data-scanner-rule/index.ts", "line": 87 }, "name": "includedKeywordConfiguration", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.sensitiveDataScannerRule.SensitiveDataScannerRuleIncludedKeywordConfiguration" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/sensitive_data_scanner_rule#is_enabled SensitiveDataScannerRule#is_enabled}", "stability": "stable", "summary": "Whether or not the rule is enabled." }, "immutable": true, "locationInModule": { "filename": "src/sensitive-data-scanner-rule/index.ts", "line": 45 }, "name": "isEnabled", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/sensitive_data_scanner_rule#name SensitiveDataScannerRule#name}", "stability": "stable", "summary": "Name of the rule." }, "immutable": true, "locationInModule": { "filename": "src/sensitive-data-scanner-rule/index.ts", "line": 51 }, "name": "name", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "If namespaces is empty or missing, all attributes except excluded_namespaces are scanned. If both are missing the whole event is scanned.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/sensitive_data_scanner_rule#namespaces SensitiveDataScannerRule#namespaces}", "stability": "stable", "summary": "Attributes included in the scan." }, "immutable": true, "locationInModule": { "filename": "src/sensitive-data-scanner-rule/index.ts", "line": 57 }, "name": "namespaces", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/sensitive_data_scanner_rule#pattern SensitiveDataScannerRule#pattern}", "stability": "stable", "summary": "Not included if there is a relationship to a standard pattern." }, "immutable": true, "locationInModule": { "filename": "src/sensitive-data-scanner-rule/index.ts", "line": 63 }, "name": "pattern", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Used to order sensitive data discovered in the sds summary page. It must be between 1 and 5 (1 being the most important).\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/sensitive_data_scanner_rule#priority SensitiveDataScannerRule#priority}", "stability": "stable", "summary": "Priority level of the rule (optional)." }, "immutable": true, "locationInModule": { "filename": "src/sensitive-data-scanner-rule/index.ts", "line": 69 }, "name": "priority", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/sensitive_data_scanner_rule#standard_pattern_id SensitiveDataScannerRule#standard_pattern_id}", "stability": "stable", "summary": "Id of the standard pattern the rule refers to. If provided, then pattern must not be provided." }, "immutable": true, "locationInModule": { "filename": "src/sensitive-data-scanner-rule/index.ts", "line": 75 }, "name": "standardPatternId", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/sensitive_data_scanner_rule#tags SensitiveDataScannerRule#tags}", "stability": "stable", "summary": "List of tags." }, "immutable": true, "locationInModule": { "filename": "src/sensitive-data-scanner-rule/index.ts", "line": 81 }, "name": "tags", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/sensitive_data_scanner_rule#text_replacement SensitiveDataScannerRule#text_replacement}", "stability": "stable", "summary": "text_replacement block." }, "immutable": true, "locationInModule": { "filename": "src/sensitive-data-scanner-rule/index.ts", "line": 93 }, "name": "textReplacement", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.sensitiveDataScannerRule.SensitiveDataScannerRuleTextReplacement" } } ], "symbolId": "src/sensitive-data-scanner-rule/index:SensitiveDataScannerRuleConfig" }, "@cdktf/provider-datadog.sensitiveDataScannerRule.SensitiveDataScannerRuleIncludedKeywordConfiguration": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.sensitiveDataScannerRule.SensitiveDataScannerRuleIncludedKeywordConfiguration", "kind": "interface", "locationInModule": { "filename": "src/sensitive-data-scanner-rule/index.ts", "line": 95 }, "name": "SensitiveDataScannerRuleIncludedKeywordConfiguration", "namespace": "sensitiveDataScannerRule", "properties": [ { "abstract": true, "docs": { "remarks": "It must be between 1 and 50 (inclusive).\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/sensitive_data_scanner_rule#character_count SensitiveDataScannerRule#character_count}", "stability": "stable", "summary": "Number of characters before the match to find a keyword validating the match." }, "immutable": true, "locationInModule": { "filename": "src/sensitive-data-scanner-rule/index.ts", "line": 101 }, "name": "characterCount", "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "The number of keywords in the list must be lower than or equal to 30.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/sensitive_data_scanner_rule#keywords SensitiveDataScannerRule#keywords}", "stability": "stable", "summary": "Keyword list that is checked during scanning in order to validate a match." }, "immutable": true, "locationInModule": { "filename": "src/sensitive-data-scanner-rule/index.ts", "line": 107 }, "name": "keywords", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/sensitive-data-scanner-rule/index:SensitiveDataScannerRuleIncludedKeywordConfiguration" }, "@cdktf/provider-datadog.sensitiveDataScannerRule.SensitiveDataScannerRuleIncludedKeywordConfigurationOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.sensitiveDataScannerRule.SensitiveDataScannerRuleIncludedKeywordConfigurationOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/sensitive-data-scanner-rule/index.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" } } ] }, "kind": "class", "locationInModule": { "filename": "src/sensitive-data-scanner-rule/index.ts", "line": 146 }, "name": "SensitiveDataScannerRuleIncludedKeywordConfigurationOutputReference", "namespace": "sensitiveDataScannerRule", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/sensitive-data-scanner-rule/index.ts", "line": 193 }, "name": "characterCountInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/sensitive-data-scanner-rule/index.ts", "line": 206 }, "name": "keywordsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/sensitive-data-scanner-rule/index.ts", "line": 186 }, "name": "characterCount", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/sensitive-data-scanner-rule/index.ts", "line": 199 }, "name": "keywords", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/sensitive-data-scanner-rule/index.ts", "line": 157 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.sensitiveDataScannerRule.SensitiveDataScannerRuleIncludedKeywordConfiguration" } } ], "symbolId": "src/sensitive-data-scanner-rule/index:SensitiveDataScannerRuleIncludedKeywordConfigurationOutputReference" }, "@cdktf/provider-datadog.sensitiveDataScannerRule.SensitiveDataScannerRuleTextReplacement": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.sensitiveDataScannerRule.SensitiveDataScannerRuleTextReplacement", "kind": "interface", "locationInModule": { "filename": "src/sensitive-data-scanner-rule/index.ts", "line": 210 }, "name": "SensitiveDataScannerRuleTextReplacement", "namespace": "sensitiveDataScannerRule", "properties": [ { "abstract": true, "docs": { "remarks": "None means no replacement. hash means the data will be stubbed. replacement_string means that one can chose a text to replace the data. partial_replacement_from_beginning allows a user to partially replace the data from the beginning, and partial_replacement_from_end on the other hand, allows to replace data from the end. Valid values are `none`, `hash`, `replacement_string`, `partial_replacement_from_beginning`, `partial_replacement_from_end`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/sensitive_data_scanner_rule#type SensitiveDataScannerRule#type}", "stability": "stable", "summary": "Type of the replacement text." }, "immutable": true, "locationInModule": { "filename": "src/sensitive-data-scanner-rule/index.ts", "line": 234 }, "name": "type", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/sensitive_data_scanner_rule#number_of_chars SensitiveDataScannerRule#number_of_chars}", "stability": "stable", "summary": "Required if type == 'partial_replacement_from_beginning' or 'partial_replacement_from_end'. It must be > 0." }, "immutable": true, "locationInModule": { "filename": "src/sensitive-data-scanner-rule/index.ts", "line": 216 }, "name": "numberOfChars", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/sensitive_data_scanner_rule#replacement_string SensitiveDataScannerRule#replacement_string}", "stability": "stable", "summary": "Required if type == 'replacement_string'." }, "immutable": true, "locationInModule": { "filename": "src/sensitive-data-scanner-rule/index.ts", "line": 222 }, "name": "replacementString", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "When enabled, matches can be unmasked in logs by users with ‘Data Scanner Unmask’ permission. As a security best practice, avoid masking for highly-sensitive, long-lived data.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/sensitive_data_scanner_rule#should_save_match SensitiveDataScannerRule#should_save_match}", "stability": "stable", "summary": "Only valid when type == `replacement_string`." }, "immutable": true, "locationInModule": { "filename": "src/sensitive-data-scanner-rule/index.ts", "line": 228 }, "name": "shouldSaveMatch", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } } ], "symbolId": "src/sensitive-data-scanner-rule/index:SensitiveDataScannerRuleTextReplacement" }, "@cdktf/provider-datadog.sensitiveDataScannerRule.SensitiveDataScannerRuleTextReplacementOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.sensitiveDataScannerRule.SensitiveDataScannerRuleTextReplacementOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/sensitive-data-scanner-rule/index.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" } } ] }, "kind": "class", "locationInModule": { "filename": "src/sensitive-data-scanner-rule/index.ts", "line": 287 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/sensitive-data-scanner-rule/index.ts", "line": 345 }, "name": "resetNumberOfChars" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/sensitive-data-scanner-rule/index.ts", "line": 361 }, "name": "resetReplacementString" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/sensitive-data-scanner-rule/index.ts", "line": 377 }, "name": "resetShouldSaveMatch" } ], "name": "SensitiveDataScannerRuleTextReplacementOutputReference", "namespace": "sensitiveDataScannerRule", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/sensitive-data-scanner-rule/index.ts", "line": 349 }, "name": "numberOfCharsInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/sensitive-data-scanner-rule/index.ts", "line": 365 }, "name": "replacementStringInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/sensitive-data-scanner-rule/index.ts", "line": 381 }, "name": "shouldSaveMatchInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/sensitive-data-scanner-rule/index.ts", "line": 394 }, "name": "typeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/sensitive-data-scanner-rule/index.ts", "line": 339 }, "name": "numberOfChars", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/sensitive-data-scanner-rule/index.ts", "line": 355 }, "name": "replacementString", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/sensitive-data-scanner-rule/index.ts", "line": 371 }, "name": "shouldSaveMatch", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/sensitive-data-scanner-rule/index.ts", "line": 387 }, "name": "type", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/sensitive-data-scanner-rule/index.ts", "line": 298 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.sensitiveDataScannerRule.SensitiveDataScannerRuleTextReplacement" } } ], "symbolId": "src/sensitive-data-scanner-rule/index:SensitiveDataScannerRuleTextReplacementOutputReference" }, "@cdktf/provider-datadog.serviceAccount.ServiceAccount": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/service_account datadog_service_account}." }, "fqn": "@cdktf/provider-datadog.serviceAccount.ServiceAccount", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/service_account datadog_service_account} Resource." }, "locationInModule": { "filename": "src/service-account/index.ts", "line": 76 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.serviceAccount.ServiceAccountConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/service-account/index.ts", "line": 44 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a ServiceAccount resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/service-account/index.ts", "line": 61 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the ServiceAccount to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/service_account#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing ServiceAccount that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the ServiceAccount to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/service-account/index.ts", "line": 110 }, "name": "resetDisabled" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/service-account/index.ts", "line": 144 }, "name": "resetName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/service-account/index.ts", "line": 160 }, "name": "resetRoles" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/service-account/index.ts", "line": 172 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/service-account/index.ts", "line": 181 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "ServiceAccount", "namespace": "serviceAccount", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/service-account/index.ts", "line": 49 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/service-account/index.ts", "line": 132 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/service-account/index.ts", "line": 114 }, "name": "disabledInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/service-account/index.ts", "line": 127 }, "name": "emailInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/service-account/index.ts", "line": 148 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/service-account/index.ts", "line": 164 }, "name": "rolesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/service-account/index.ts", "line": 104 }, "name": "disabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/service-account/index.ts", "line": 120 }, "name": "email", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/service-account/index.ts", "line": 138 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/service-account/index.ts", "line": 154 }, "name": "roles", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/service-account/index:ServiceAccount" }, "@cdktf/provider-datadog.serviceAccount.ServiceAccountConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.serviceAccount.ServiceAccountConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/service-account/index.ts", "line": 14 }, "name": "ServiceAccountConfig", "namespace": "serviceAccount", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/service_account#email ServiceAccount#email}", "stability": "stable", "summary": "Email of the associated user." }, "immutable": true, "locationInModule": { "filename": "src/service-account/index.ts", "line": 26 }, "name": "email", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/service_account#disabled ServiceAccount#disabled}", "stability": "stable", "summary": "Whether the service account is disabled. Defaults to `false`." }, "immutable": true, "locationInModule": { "filename": "src/service-account/index.ts", "line": 20 }, "name": "disabled", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/service_account#name ServiceAccount#name}", "stability": "stable", "summary": "Name for the service account." }, "immutable": true, "locationInModule": { "filename": "src/service-account/index.ts", "line": 32 }, "name": "name", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/service_account#roles ServiceAccount#roles}", "stability": "stable", "summary": "A list of role IDs to assign to the service account." }, "immutable": true, "locationInModule": { "filename": "src/service-account/index.ts", "line": 38 }, "name": "roles", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/service-account/index:ServiceAccountConfig" }, "@cdktf/provider-datadog.serviceAccountApplicationKey.ServiceAccountApplicationKey": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/service_account_application_key datadog_service_account_application_key}." }, "fqn": "@cdktf/provider-datadog.serviceAccountApplicationKey.ServiceAccountApplicationKey", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/service_account_application_key datadog_service_account_application_key} Resource." }, "locationInModule": { "filename": "src/service-account-application-key/index.ts", "line": 70 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.serviceAccountApplicationKey.ServiceAccountApplicationKeyConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/service-account-application-key/index.ts", "line": 38 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a ServiceAccountApplicationKey resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/service-account-application-key/index.ts", "line": 55 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the ServiceAccountApplicationKey to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/service_account_application_key#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing ServiceAccountApplicationKey that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the ServiceAccountApplicationKey to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/service-account-application-key/index.ts", "line": 136 }, "name": "resetScopes" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/service-account-application-key/index.ts", "line": 161 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/service-account-application-key/index.ts", "line": 169 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "ServiceAccountApplicationKey", "namespace": "serviceAccountApplicationKey", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/service-account-application-key/index.ts", "line": 43 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/service-account-application-key/index.ts", "line": 96 }, "name": "createdAt", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/service-account-application-key/index.ts", "line": 101 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/service-account-application-key/index.ts", "line": 106 }, "name": "key", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/service-account-application-key/index.ts", "line": 111 }, "name": "last4", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/service-account-application-key/index.ts", "line": 124 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/service-account-application-key/index.ts", "line": 140 }, "name": "scopesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/service-account-application-key/index.ts", "line": 153 }, "name": "serviceAccountIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/service-account-application-key/index.ts", "line": 117 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/service-account-application-key/index.ts", "line": 130 }, "name": "scopes", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/service-account-application-key/index.ts", "line": 146 }, "name": "serviceAccountId", "type": { "primitive": "string" } } ], "symbolId": "src/service-account-application-key/index:ServiceAccountApplicationKey" }, "@cdktf/provider-datadog.serviceAccountApplicationKey.ServiceAccountApplicationKeyConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.serviceAccountApplicationKey.ServiceAccountApplicationKeyConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/service-account-application-key/index.ts", "line": 14 }, "name": "ServiceAccountApplicationKeyConfig", "namespace": "serviceAccountApplicationKey", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/service_account_application_key#name ServiceAccountApplicationKey#name}", "stability": "stable", "summary": "Name of the application key." }, "immutable": true, "locationInModule": { "filename": "src/service-account-application-key/index.ts", "line": 20 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/service_account_application_key#service_account_id ServiceAccountApplicationKey#service_account_id}", "stability": "stable", "summary": "ID of the service account that owns this key." }, "immutable": true, "locationInModule": { "filename": "src/service-account-application-key/index.ts", "line": 32 }, "name": "serviceAccountId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/service_account_application_key#scopes ServiceAccountApplicationKey#scopes}", "stability": "stable", "summary": "Authorization scopes for the Application Key. Application Keys configured with no scopes have full access." }, "immutable": true, "locationInModule": { "filename": "src/service-account-application-key/index.ts", "line": 26 }, "name": "scopes", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/service-account-application-key/index:ServiceAccountApplicationKeyConfig" }, "@cdktf/provider-datadog.serviceDefinitionYaml.ServiceDefinitionYaml": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/service_definition_yaml datadog_service_definition_yaml}." }, "fqn": "@cdktf/provider-datadog.serviceDefinitionYaml.ServiceDefinitionYaml", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/service_definition_yaml datadog_service_definition_yaml} Resource." }, "locationInModule": { "filename": "src/service-definition-yaml/index.ts", "line": 65 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.serviceDefinitionYaml.ServiceDefinitionYamlConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/service-definition-yaml/index.ts", "line": 33 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a ServiceDefinitionYaml resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/service-definition-yaml/index.ts", "line": 50 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the ServiceDefinitionYaml to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/service_definition_yaml#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing ServiceDefinitionYaml that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the ServiceDefinitionYaml to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/service-definition-yaml/index.ts", "line": 97 }, "name": "resetId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/service-definition-yaml/index.ts", "line": 122 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/service-definition-yaml/index.ts", "line": 129 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "ServiceDefinitionYaml", "namespace": "serviceDefinitionYaml", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/service-definition-yaml/index.ts", "line": 38 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/service-definition-yaml/index.ts", "line": 101 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/service-definition-yaml/index.ts", "line": 114 }, "name": "serviceDefinitionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/service-definition-yaml/index.ts", "line": 91 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/service-definition-yaml/index.ts", "line": 107 }, "name": "serviceDefinition", "type": { "primitive": "string" } } ], "symbolId": "src/service-definition-yaml/index:ServiceDefinitionYaml" }, "@cdktf/provider-datadog.serviceDefinitionYaml.ServiceDefinitionYamlConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.serviceDefinitionYaml.ServiceDefinitionYamlConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/service-definition-yaml/index.ts", "line": 14 }, "name": "ServiceDefinitionYamlConfig", "namespace": "serviceDefinitionYaml", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/service_definition_yaml#service_definition ServiceDefinitionYaml#service_definition}", "stability": "stable", "summary": "The YAML/JSON formatted definition of the service." }, "immutable": true, "locationInModule": { "filename": "src/service-definition-yaml/index.ts", "line": 27 }, "name": "serviceDefinition", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/service_definition_yaml#id ServiceDefinitionYaml#id}." }, "immutable": true, "locationInModule": { "filename": "src/service-definition-yaml/index.ts", "line": 21 }, "name": "id", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/service-definition-yaml/index:ServiceDefinitionYamlConfig" }, "@cdktf/provider-datadog.serviceLevelObjective.ServiceLevelObjective": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/service_level_objective datadog_service_level_objective}." }, "fqn": "@cdktf/provider-datadog.serviceLevelObjective.ServiceLevelObjective", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/service_level_objective datadog_service_level_objective} Resource." }, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 1181 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.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.serviceLevelObjective.ServiceLevelObjectiveConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 1149 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a ServiceLevelObjective resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 1166 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the ServiceLevelObjective to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/service_level_objective#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing ServiceLevelObjective that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the ServiceLevelObjective to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 1409 }, "name": "putQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 1425 }, "name": "putSliSpecification", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecification" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 1441 }, "name": "putThresholds", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveThresholds" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 1226 }, "name": "resetDescription" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 1242 }, "name": "resetForceDelete" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 1258 }, "name": "resetGroups" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 1274 }, "name": "resetId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 1290 }, "name": "resetMonitorIds" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 1412 }, "name": "resetQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 1428 }, "name": "resetSliSpecification" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 1319 }, "name": "resetTags" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 1335 }, "name": "resetTargetThreshold" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 1351 }, "name": "resetTimeframe" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 1380 }, "name": "resetValidate" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 1396 }, "name": "resetWarningThreshold" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 1453 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 1473 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "ServiceLevelObjective", "namespace": "serviceLevelObjective", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 1154 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 1406 }, "name": "query", "type": { "fqn": "@cdktf/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 1422 }, "name": "sliSpecification", "type": { "fqn": "@cdktf/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 1438 }, "name": "thresholds", "type": { "fqn": "@cdktf/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveThresholdsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 1230 }, "name": "descriptionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 1246 }, "name": "forceDeleteInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 1262 }, "name": "groupsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 1278 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 1294 }, "name": "monitorIdsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "number" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 1307 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 1416 }, "name": "queryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 1432 }, "name": "sliSpecificationInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecification" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 1323 }, "name": "tagsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 1339 }, "name": "targetThresholdInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 1445 }, "name": "thresholdsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveThresholds" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 1355 }, "name": "timeframeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 1368 }, "name": "typeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 1384 }, "name": "validateInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 1400 }, "name": "warningThresholdInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 1220 }, "name": "description", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 1236 }, "name": "forceDelete", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 1252 }, "name": "groups", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 1268 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 1284 }, "name": "monitorIds", "type": { "collection": { "elementtype": { "primitive": "number" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 1300 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 1313 }, "name": "tags", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 1329 }, "name": "targetThreshold", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 1345 }, "name": "timeframe", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 1361 }, "name": "type", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 1374 }, "name": "validate", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 1390 }, "name": "warningThreshold", "type": { "primitive": "number" } } ], "symbolId": "src/service-level-objective/index:ServiceLevelObjective" }, "@cdktf/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 14 }, "name": "ServiceLevelObjectiveConfig", "namespace": "serviceLevelObjective", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/service_level_objective#name ServiceLevelObjective#name}", "stability": "stable", "summary": "Name of Datadog service level objective." }, "immutable": true, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 51 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/service_level_objective#thresholds ServiceLevelObjective#thresholds}", "stability": "stable", "summary": "thresholds block." }, "immutable": true, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 105 }, "name": "thresholds", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveThresholds" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "The mapping from these types to the types found in the Datadog Web UI can be found in the Datadog API [documentation page](https://docs.datadoghq.com/api/v1/service-level-objectives/#create-a-slo-object). Valid values are `metric`, `monitor`, `time_slice`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/service_level_objective#type ServiceLevelObjective#type}", "stability": "stable", "summary": "The type of the service level objective." }, "immutable": true, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 75 }, "name": "type", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/service_level_objective#description ServiceLevelObjective#description}", "stability": "stable", "summary": "A description of this service level objective." }, "immutable": true, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 20 }, "name": "description", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/service_level_objective#force_delete ServiceLevelObjective#force_delete}", "stability": "stable", "summary": "A boolean indicating whether this monitor can be deleted even if it's referenced by other resources (for example, dashboards)." }, "immutable": true, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 26 }, "name": "forceDelete", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/service_level_objective#groups ServiceLevelObjective#groups}", "stability": "stable", "summary": "A static set of groups to filter monitor-based SLOs." }, "immutable": true, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 32 }, "name": "groups", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/service_level_objective#id ServiceLevelObjective#id}." }, "immutable": true, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 39 }, "name": "id", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/service_level_objective#monitor_ids ServiceLevelObjective#monitor_ids}", "stability": "stable", "summary": "A static set of monitor IDs to use as part of the SLO." }, "immutable": true, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 45 }, "name": "monitorIds", "optional": true, "type": { "collection": { "elementtype": { "primitive": "number" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/service_level_objective#query ServiceLevelObjective#query}", "stability": "stable", "summary": "query block." }, "immutable": true, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 93 }, "name": "query", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/service_level_objective#sli_specification ServiceLevelObjective#sli_specification}", "stability": "stable", "summary": "sli_specification block." }, "immutable": true, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 99 }, "name": "sliSpecification", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecification" } }, { "abstract": true, "docs": { "remarks": "This can help you categorize and filter service level objectives in the service level objectives page of the UI. **Note**: it's not currently possible to filter by these tags when querying via the API. If default tags are present at the provider level, they will be added to this resource.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/service_level_objective#tags ServiceLevelObjective#tags}", "stability": "stable", "summary": "A list of tags to associate with your service level objective." }, "immutable": true, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 57 }, "name": "tags", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/service_level_objective#target_threshold ServiceLevelObjective#target_threshold}", "stability": "stable", "summary": "The objective's target in `(0,100)`. This must match the corresponding thresholds of the primary time frame." }, "immutable": true, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 63 }, "name": "targetThreshold", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "The mapping from these types to the types found in the Datadog Web UI can be found in the Datadog API documentation page. Valid values are `7d`, `30d`, `90d`, `custom`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/service_level_objective#timeframe ServiceLevelObjective#timeframe}", "stability": "stable", "summary": "The primary time frame for the objective." }, "immutable": true, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 69 }, "name": "timeframe", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/service_level_objective#validate ServiceLevelObjective#validate}", "stability": "stable", "summary": "Whether or not to validate the SLO. It checks if monitors added to a monitor SLO already exist." }, "immutable": true, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 81 }, "name": "validate", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "This must be greater than the target value and match the corresponding thresholds of the primary time frame.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/service_level_objective#warning_threshold ServiceLevelObjective#warning_threshold}", "stability": "stable", "summary": "The objective's warning value in `(0,100)`." }, "immutable": true, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 87 }, "name": "warningThreshold", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/service-level-objective/index:ServiceLevelObjectiveConfig" }, "@cdktf/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveQuery", "kind": "interface", "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 107 }, "name": "ServiceLevelObjectiveQuery", "namespace": "serviceLevelObjective", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/service_level_objective#denominator ServiceLevelObjective#denominator}", "stability": "stable", "summary": "The sum of the `total` events." }, "immutable": true, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 113 }, "name": "denominator", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/service_level_objective#numerator ServiceLevelObjective#numerator}", "stability": "stable", "summary": "The sum of all the `good` events." }, "immutable": true, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 119 }, "name": "numerator", "type": { "primitive": "string" } } ], "symbolId": "src/service-level-objective/index:ServiceLevelObjectiveQuery" }, "@cdktf/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 165 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 158 }, "name": "ServiceLevelObjectiveQueryOutputReference", "namespace": "serviceLevelObjective", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 205 }, "name": "denominatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 218 }, "name": "numeratorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 198 }, "name": "denominator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 211 }, "name": "numerator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 169 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveQuery" } } ], "symbolId": "src/service-level-objective/index:ServiceLevelObjectiveQueryOutputReference" }, "@cdktf/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecification": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecification", "kind": "interface", "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 870 }, "name": "ServiceLevelObjectiveSliSpecification", "namespace": "serviceLevelObjective", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/service_level_objective#time_slice ServiceLevelObjective#time_slice}", "stability": "stable", "summary": "time_slice block." }, "immutable": true, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 876 }, "name": "timeSlice", "type": { "fqn": "@cdktf/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSlice" } } ], "symbolId": "src/service-level-objective/index:ServiceLevelObjectiveSliSpecification" }, "@cdktf/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 915 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 908 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 945 }, "name": "putTimeSlice", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSlice" } } ] } ], "name": "ServiceLevelObjectiveSliSpecificationOutputReference", "namespace": "serviceLevelObjective", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 942 }, "name": "timeSlice", "type": { "fqn": "@cdktf/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSliceOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 949 }, "name": "timeSliceInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSlice" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 919 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecification" } } ], "symbolId": "src/service-level-objective/index:ServiceLevelObjectiveSliSpecificationOutputReference" }, "@cdktf/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSlice": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSlice", "kind": "interface", "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 688 }, "name": "ServiceLevelObjectiveSliSpecificationTimeSlice", "namespace": "serviceLevelObjective", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/service_level_objective#comparator ServiceLevelObjective#comparator}", "stability": "stable", "summary": "The comparator used to compare the SLI value to the threshold. Valid values are `>`, `>=`, `<`, `<=`." }, "immutable": true, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 694 }, "name": "comparator", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/service_level_objective#query ServiceLevelObjective#query}", "stability": "stable", "summary": "query block." }, "immutable": true, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 712 }, "name": "query", "type": { "fqn": "@cdktf/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSliceQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/service_level_objective#threshold ServiceLevelObjective#threshold}", "stability": "stable", "summary": "The threshold value to which each SLI value will be compared." }, "immutable": true, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 706 }, "name": "threshold", "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Valid values are `60`, `300`. Defaults to `300`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/service_level_objective#query_interval_seconds ServiceLevelObjective#query_interval_seconds}", "stability": "stable", "summary": "The interval used when querying data, which defines the size of a time slice." }, "immutable": true, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 700 }, "name": "queryIntervalSeconds", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/service-level-objective/index:ServiceLevelObjectiveSliSpecificationTimeSlice" }, "@cdktf/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSliceOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSliceOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 772 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 765 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 862 }, "name": "putQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSliceQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 836 }, "name": "resetQueryIntervalSeconds" } ], "name": "ServiceLevelObjectiveSliSpecificationTimeSliceOutputReference", "namespace": "serviceLevelObjective", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 859 }, "name": "query", "type": { "fqn": "@cdktf/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSliceQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 824 }, "name": "comparatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 866 }, "name": "queryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSliceQuery" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 840 }, "name": "queryIntervalSecondsInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 853 }, "name": "thresholdInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 817 }, "name": "comparator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 830 }, "name": "queryIntervalSeconds", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 846 }, "name": "threshold", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 776 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSlice" } } ], "symbolId": "src/service-level-objective/index:ServiceLevelObjectiveSliSpecificationTimeSliceOutputReference" }, "@cdktf/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSliceQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSliceQuery", "kind": "interface", "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 573 }, "name": "ServiceLevelObjectiveSliSpecificationTimeSliceQuery", "namespace": "serviceLevelObjective", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/service_level_objective#formula ServiceLevelObjective#formula}", "stability": "stable", "summary": "formula block." }, "immutable": true, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 579 }, "name": "formula", "type": { "fqn": "@cdktf/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSliceQueryFormula" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/service_level_objective#query ServiceLevelObjective#query}", "stability": "stable", "summary": "query block." }, "immutable": true, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 585 }, "name": "query", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSliceQueryQuery" }, "kind": "array" } } ] } } } ], "symbolId": "src/service-level-objective/index:ServiceLevelObjectiveSliSpecificationTimeSliceQuery" }, "@cdktf/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSliceQueryFormula": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSliceQueryFormula", "kind": "interface", "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 222 }, "name": "ServiceLevelObjectiveSliSpecificationTimeSliceQueryFormula", "namespace": "serviceLevelObjective", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/service_level_objective#formula_expression ServiceLevelObjective#formula_expression}", "stability": "stable", "summary": "The formula string, which is an expression involving named queries." }, "immutable": true, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 228 }, "name": "formulaExpression", "type": { "primitive": "string" } } ], "symbolId": "src/service-level-objective/index:ServiceLevelObjectiveSliSpecificationTimeSliceQueryFormula" }, "@cdktf/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSliceQueryFormulaOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSliceQueryFormulaOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 267 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 260 }, "name": "ServiceLevelObjectiveSliSpecificationTimeSliceQueryFormulaOutputReference", "namespace": "serviceLevelObjective", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 301 }, "name": "formulaExpressionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 294 }, "name": "formulaExpression", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 271 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSliceQueryFormula" } } ], "symbolId": "src/service-level-objective/index:ServiceLevelObjectiveSliSpecificationTimeSliceQueryFormulaOutputReference" }, "@cdktf/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSliceQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSliceQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 631 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 624 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 667 }, "name": "putFormula", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSliceQueryFormula" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 680 }, "name": "putQuery", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSliceQueryQuery" }, "kind": "array" } } ] } } } ] } ], "name": "ServiceLevelObjectiveSliSpecificationTimeSliceQueryOutputReference", "namespace": "serviceLevelObjective", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 664 }, "name": "formula", "type": { "fqn": "@cdktf/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSliceQueryFormulaOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 677 }, "name": "query", "type": { "fqn": "@cdktf/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSliceQueryQueryList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 671 }, "name": "formulaInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSliceQueryFormula" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 684 }, "name": "queryInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSliceQueryQuery" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 635 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSliceQuery" } } ], "symbolId": "src/service-level-objective/index:ServiceLevelObjectiveSliSpecificationTimeSliceQueryOutputReference" }, "@cdktf/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSliceQueryQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSliceQueryQuery", "kind": "interface", "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 455 }, "name": "ServiceLevelObjectiveSliSpecificationTimeSliceQueryQuery", "namespace": "serviceLevelObjective", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/service_level_objective#metric_query ServiceLevelObjective#metric_query}", "stability": "stable", "summary": "metric_query block." }, "immutable": true, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 461 }, "name": "metricQuery", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSliceQueryQueryMetricQuery" } } ], "symbolId": "src/service-level-objective/index:ServiceLevelObjectiveSliSpecificationTimeSliceQueryQuery" }, "@cdktf/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSliceQueryQueryList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSliceQueryQueryList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/service-level-objective/index.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": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 554 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 569 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSliceQueryQueryOutputReference" } } } ], "name": "ServiceLevelObjectiveSliSpecificationTimeSliceQueryQueryList", "namespace": "serviceLevelObjective", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 562 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 562 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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/index.ts", "line": 562 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 555 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSliceQueryQuery" }, "kind": "array" } } ] } } } ], "symbolId": "src/service-level-objective/index:ServiceLevelObjectiveSliSpecificationTimeSliceQueryQueryList" }, "@cdktf/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSliceQueryQueryMetricQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSliceQueryQueryMetricQuery", "kind": "interface", "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 305 }, "name": "ServiceLevelObjectiveSliSpecificationTimeSliceQueryQueryMetricQuery", "namespace": "serviceLevelObjective", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/service_level_objective#name ServiceLevelObjective#name}", "stability": "stable", "summary": "The name of the query for use in formulas." }, "immutable": true, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 317 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/service_level_objective#query ServiceLevelObjective#query}", "stability": "stable", "summary": "The metrics query definition." }, "immutable": true, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 323 }, "name": "query", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/service_level_objective#data_source ServiceLevelObjective#data_source}", "stability": "stable", "summary": "The data source for metrics queries. Defaults to `\"metrics\"`." }, "immutable": true, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 311 }, "name": "dataSource", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/service-level-objective/index:ServiceLevelObjectiveSliSpecificationTimeSliceQueryQueryMetricQuery" }, "@cdktf/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSliceQueryQueryMetricQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSliceQueryQueryMetricQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/service-level-objective/index.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" } } ] }, "kind": "class", "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 369 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 421 }, "name": "resetDataSource" } ], "name": "ServiceLevelObjectiveSliSpecificationTimeSliceQueryQueryMetricQueryOutputReference", "namespace": "serviceLevelObjective", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 425 }, "name": "dataSourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 438 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 451 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 415 }, "name": "dataSource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 431 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 444 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 380 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSliceQueryQueryMetricQuery" } } ], "symbolId": "src/service-level-objective/index:ServiceLevelObjectiveSliSpecificationTimeSliceQueryQueryMetricQueryOutputReference" }, "@cdktf/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSliceQueryQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSliceQueryQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 503 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 493 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 542 }, "name": "putMetricQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSliceQueryQueryMetricQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 545 }, "name": "resetMetricQuery" } ], "name": "ServiceLevelObjectiveSliSpecificationTimeSliceQueryQueryOutputReference", "namespace": "serviceLevelObjective", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 539 }, "name": "metricQuery", "type": { "fqn": "@cdktf/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSliceQueryQueryMetricQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 549 }, "name": "metricQueryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSliceQueryQueryMetricQuery" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 507 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSliceQueryQuery" } ] } } } ], "symbolId": "src/service-level-objective/index:ServiceLevelObjectiveSliSpecificationTimeSliceQueryQueryOutputReference" }, "@cdktf/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveThresholds": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveThresholds", "kind": "interface", "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 953 }, "name": "ServiceLevelObjectiveThresholds", "namespace": "serviceLevelObjective", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/service_level_objective#target ServiceLevelObjective#target}", "stability": "stable", "summary": "The objective's target in `(0,100)`." }, "immutable": true, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 959 }, "name": "target", "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "The mapping from these types to the types found in the Datadog Web UI can be found in the Datadog API documentation page. Valid values are `7d`, `30d`, `90d`, `custom`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/service_level_objective#timeframe ServiceLevelObjective#timeframe}", "stability": "stable", "summary": "The time frame for the objective." }, "immutable": true, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 965 }, "name": "timeframe", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/service_level_objective#warning ServiceLevelObjective#warning}", "stability": "stable", "summary": "The objective's warning value in `(0,100)`. This must be greater than the target value." }, "immutable": true, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 971 }, "name": "warning", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/service-level-objective/index:ServiceLevelObjectiveThresholds" }, "@cdktf/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveThresholdsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveThresholdsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 1134 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 1126 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 1141 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveThresholdsOutputReference" } } } ], "name": "ServiceLevelObjectiveThresholdsList", "namespace": "serviceLevelObjective", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 1134 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 1134 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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/index.ts", "line": 1134 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 1127 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveThresholds" }, "kind": "array" } } ] } } } ], "symbolId": "src/service-level-objective/index:ServiceLevelObjectiveThresholdsList" }, "@cdktf/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveThresholdsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveThresholdsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 1027 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 1017 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 1112 }, "name": "resetWarning" } ], "name": "ServiceLevelObjectiveThresholdsOutputReference", "namespace": "serviceLevelObjective", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 1087 }, "name": "targetDisplay", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 1121 }, "name": "warningDisplay", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 1082 }, "name": "targetInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 1100 }, "name": "timeframeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 1116 }, "name": "warningInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 1075 }, "name": "target", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 1093 }, "name": "timeframe", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 1106 }, "name": "warning", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/service-level-objective/index.ts", "line": 1031 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveThresholds" } ] } } } ], "symbolId": "src/service-level-objective/index:ServiceLevelObjectiveThresholdsOutputReference" }, "@cdktf/provider-datadog.sloCorrection.SloCorrection": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/slo_correction datadog_slo_correction}." }, "fqn": "@cdktf/provider-datadog.sloCorrection.SloCorrection", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/slo_correction datadog_slo_correction} Resource." }, "locationInModule": { "filename": "src/slo-correction/index.ts", "line": 107 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.sloCorrection.SloCorrectionConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/slo-correction/index.ts", "line": 75 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a SloCorrection resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/slo-correction/index.ts", "line": 92 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the SloCorrection to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/slo_correction#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing SloCorrection that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the SloCorrection to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/slo-correction/index.ts", "line": 159 }, "name": "resetDescription" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/slo-correction/index.ts", "line": 175 }, "name": "resetDuration" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/slo-correction/index.ts", "line": 191 }, "name": "resetEnd" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/slo-correction/index.ts", "line": 207 }, "name": "resetId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/slo-correction/index.ts", "line": 223 }, "name": "resetRrule" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/slo-correction/index.ts", "line": 265 }, "name": "resetTimezone" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/slo-correction/index.ts", "line": 277 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/slo-correction/index.ts", "line": 291 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "SloCorrection", "namespace": "sloCorrection", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/slo-correction/index.ts", "line": 80 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/slo-correction/index.ts", "line": 147 }, "name": "categoryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/slo-correction/index.ts", "line": 163 }, "name": "descriptionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/slo-correction/index.ts", "line": 179 }, "name": "durationInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/slo-correction/index.ts", "line": 195 }, "name": "endInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/slo-correction/index.ts", "line": 211 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/slo-correction/index.ts", "line": 227 }, "name": "rruleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/slo-correction/index.ts", "line": 240 }, "name": "sloIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/slo-correction/index.ts", "line": 253 }, "name": "startInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/slo-correction/index.ts", "line": 269 }, "name": "timezoneInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/slo-correction/index.ts", "line": 140 }, "name": "category", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/slo-correction/index.ts", "line": 153 }, "name": "description", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/slo-correction/index.ts", "line": 169 }, "name": "duration", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/slo-correction/index.ts", "line": 185 }, "name": "end", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/slo-correction/index.ts", "line": 201 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/slo-correction/index.ts", "line": 217 }, "name": "rrule", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/slo-correction/index.ts", "line": 233 }, "name": "sloId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/slo-correction/index.ts", "line": 246 }, "name": "start", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/slo-correction/index.ts", "line": 259 }, "name": "timezone", "type": { "primitive": "string" } } ], "symbolId": "src/slo-correction/index:SloCorrection" }, "@cdktf/provider-datadog.sloCorrection.SloCorrectionConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.sloCorrection.SloCorrectionConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/slo-correction/index.ts", "line": 14 }, "name": "SloCorrectionConfig", "namespace": "sloCorrection", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/slo_correction#category SloCorrection#category}", "stability": "stable", "summary": "Category the SLO correction belongs to. Valid values are `Scheduled Maintenance`, `Outside Business Hours`, `Deployment`, `Other`." }, "immutable": true, "locationInModule": { "filename": "src/slo-correction/index.ts", "line": 20 }, "name": "category", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/slo_correction#slo_id SloCorrection#slo_id}", "stability": "stable", "summary": "ID of the SLO that this correction will be applied to." }, "immutable": true, "locationInModule": { "filename": "src/slo-correction/index.ts", "line": 57 }, "name": "sloId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/slo_correction#start SloCorrection#start}", "stability": "stable", "summary": "Starting time of the correction in epoch seconds." }, "immutable": true, "locationInModule": { "filename": "src/slo-correction/index.ts", "line": 63 }, "name": "start", "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/slo_correction#description SloCorrection#description}", "stability": "stable", "summary": "Description of the correction being made." }, "immutable": true, "locationInModule": { "filename": "src/slo-correction/index.ts", "line": 26 }, "name": "description", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/slo_correction#duration SloCorrection#duration}", "stability": "stable", "summary": "Length of time in seconds for a specified `rrule` recurring SLO correction (required if specifying `rrule`)." }, "immutable": true, "locationInModule": { "filename": "src/slo-correction/index.ts", "line": 32 }, "name": "duration", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/slo_correction#end SloCorrection#end}", "stability": "stable", "summary": "Ending time of the correction in epoch seconds. Required for one time corrections, but optional if `rrule` is specified." }, "immutable": true, "locationInModule": { "filename": "src/slo-correction/index.ts", "line": 38 }, "name": "end", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/slo_correction#id SloCorrection#id}." }, "immutable": true, "locationInModule": { "filename": "src/slo-correction/index.ts", "line": 45 }, "name": "id", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Supported rules for SLO corrections are `FREQ`, `INTERVAL`, `COUNT` and `UNTIL`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/slo_correction#rrule SloCorrection#rrule}", "stability": "stable", "summary": "Recurrence rules as defined in the iCalendar RFC 5545." }, "immutable": true, "locationInModule": { "filename": "src/slo-correction/index.ts", "line": 51 }, "name": "rrule", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Prefers IANA timezone name format (for example, 'America/Los_Angeles', 'Europe/Paris'), but some common standard abbreviations are supported. Defaults to 'UTC'.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/slo_correction#timezone SloCorrection#timezone}", "stability": "stable", "summary": "The timezone to display in the UI for the correction times." }, "immutable": true, "locationInModule": { "filename": "src/slo-correction/index.ts", "line": 69 }, "name": "timezone", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/slo-correction/index:SloCorrectionConfig" }, "@cdktf/provider-datadog.softwareCatalog.SoftwareCatalog": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/software_catalog datadog_software_catalog}." }, "fqn": "@cdktf/provider-datadog.softwareCatalog.SoftwareCatalog", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/software_catalog datadog_software_catalog} Resource." }, "locationInModule": { "filename": "src/software-catalog/index.ts", "line": 58 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.softwareCatalog.SoftwareCatalogConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/software-catalog/index.ts", "line": 26 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a SoftwareCatalog resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/software-catalog/index.ts", "line": 43 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the SoftwareCatalog to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/software_catalog#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing SoftwareCatalog that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the SoftwareCatalog to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/software-catalog/index.ts", "line": 103 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/software-catalog/index.ts", "line": 109 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "SoftwareCatalog", "namespace": "softwareCatalog", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/software-catalog/index.ts", "line": 31 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/software-catalog/index.ts", "line": 95 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/software-catalog/index.ts", "line": 90 }, "name": "entityInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/software-catalog/index.ts", "line": 83 }, "name": "entity", "type": { "primitive": "string" } } ], "symbolId": "src/software-catalog/index:SoftwareCatalog" }, "@cdktf/provider-datadog.softwareCatalog.SoftwareCatalogConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.softwareCatalog.SoftwareCatalogConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/software-catalog/index.ts", "line": 14 }, "name": "SoftwareCatalogConfig", "namespace": "softwareCatalog", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/software_catalog#entity SoftwareCatalog#entity}", "stability": "stable", "summary": "The catalog entity definition. Entity must be a valid entity YAML/JSON structure." }, "immutable": true, "locationInModule": { "filename": "src/software-catalog/index.ts", "line": 20 }, "name": "entity", "type": { "primitive": "string" } } ], "symbolId": "src/software-catalog/index:SoftwareCatalogConfig" }, "@cdktf/provider-datadog.spansMetric.SpansMetric": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/spans_metric datadog_spans_metric}." }, "fqn": "@cdktf/provider-datadog.spansMetric.SpansMetric", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/spans_metric datadog_spans_metric} Resource." }, "locationInModule": { "filename": "src/spans-metric/index.ts", "line": 485 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.spansMetric.SpansMetricConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/spans-metric/index.ts", "line": 453 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a SpansMetric resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/spans-metric/index.ts", "line": 470 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the SpansMetric to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/spans_metric#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing SpansMetric that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the SpansMetric to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/spans-metric/index.ts", "line": 534 }, "name": "putCompute", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.spansMetric.SpansMetricCompute" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/spans-metric/index.ts", "line": 550 }, "name": "putFilter", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.spansMetric.SpansMetricFilter" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/spans-metric/index.ts", "line": 566 }, "name": "putGroupBy", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.spansMetric.SpansMetricGroupBy" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/spans-metric/index.ts", "line": 537 }, "name": "resetCompute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/spans-metric/index.ts", "line": 553 }, "name": "resetFilter" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/spans-metric/index.ts", "line": 569 }, "name": "resetGroupBy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/spans-metric/index.ts", "line": 581 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/spans-metric/index.ts", "line": 590 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "SpansMetric", "namespace": "spansMetric", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/spans-metric/index.ts", "line": 458 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/spans-metric/index.ts", "line": 531 }, "name": "compute", "type": { "fqn": "@cdktf/provider-datadog.spansMetric.SpansMetricComputeOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/spans-metric/index.ts", "line": 547 }, "name": "filter", "type": { "fqn": "@cdktf/provider-datadog.spansMetric.SpansMetricFilterOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/spans-metric/index.ts", "line": 563 }, "name": "groupBy", "type": { "fqn": "@cdktf/provider-datadog.spansMetric.SpansMetricGroupByList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/spans-metric/index.ts", "line": 512 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/spans-metric/index.ts", "line": 541 }, "name": "computeInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.spansMetric.SpansMetricCompute" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/spans-metric/index.ts", "line": 557 }, "name": "filterInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.spansMetric.SpansMetricFilter" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/spans-metric/index.ts", "line": 573 }, "name": "groupByInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.spansMetric.SpansMetricGroupBy" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/spans-metric/index.ts", "line": 525 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/spans-metric/index.ts", "line": 518 }, "name": "name", "type": { "primitive": "string" } } ], "symbolId": "src/spans-metric/index:SpansMetric" }, "@cdktf/provider-datadog.spansMetric.SpansMetricCompute": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.spansMetric.SpansMetricCompute", "kind": "interface", "locationInModule": { "filename": "src/spans-metric/index.ts", "line": 40 }, "name": "SpansMetricCompute", "namespace": "spansMetric", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/spans_metric#aggregation_type SpansMetric#aggregation_type}", "stability": "stable", "summary": "The type of aggregation to use. This field can't be updated after creation." }, "immutable": true, "locationInModule": { "filename": "src/spans-metric/index.ts", "line": 46 }, "name": "aggregationType", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/spans_metric#include_percentiles SpansMetric#include_percentiles}", "stability": "stable", "summary": "Toggle to include or exclude percentile aggregations for distribution metrics. Only present when the `aggregation_type` is `distribution`." }, "immutable": true, "locationInModule": { "filename": "src/spans-metric/index.ts", "line": 52 }, "name": "includePercentiles", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "This field can't be updated after creation.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/spans_metric#path SpansMetric#path}", "stability": "stable", "summary": "The path to the value the span-based metric will aggregate on (only used if the aggregation type is a \"distribution\")." }, "immutable": true, "locationInModule": { "filename": "src/spans-metric/index.ts", "line": 58 }, "name": "path", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/spans-metric/index:SpansMetricCompute" }, "@cdktf/provider-datadog.spansMetric.SpansMetricComputeOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.spansMetric.SpansMetricComputeOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/spans-metric/index.ts", "line": 112 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/spans-metric/index.ts", "line": 104 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/spans-metric/index.ts", "line": 179 }, "name": "resetIncludePercentiles" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/spans-metric/index.ts", "line": 195 }, "name": "resetPath" } ], "name": "SpansMetricComputeOutputReference", "namespace": "spansMetric", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/spans-metric/index.ts", "line": 167 }, "name": "aggregationTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/spans-metric/index.ts", "line": 183 }, "name": "includePercentilesInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/spans-metric/index.ts", "line": 199 }, "name": "pathInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/spans-metric/index.ts", "line": 160 }, "name": "aggregationType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/spans-metric/index.ts", "line": 173 }, "name": "includePercentiles", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/spans-metric/index.ts", "line": 189 }, "name": "path", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/spans-metric/index.ts", "line": 116 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.spansMetric.SpansMetricCompute" } ] } } } ], "symbolId": "src/spans-metric/index:SpansMetricComputeOutputReference" }, "@cdktf/provider-datadog.spansMetric.SpansMetricConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.spansMetric.SpansMetricConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/spans-metric/index.ts", "line": 14 }, "name": "SpansMetricConfig", "namespace": "spansMetric", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/spans_metric#name SpansMetric#name}", "stability": "stable", "summary": "The name of the span-based metric. This field can't be updated after creation." }, "immutable": true, "locationInModule": { "filename": "src/spans-metric/index.ts", "line": 20 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/spans_metric#compute SpansMetric#compute}", "stability": "stable", "summary": "compute block." }, "immutable": true, "locationInModule": { "filename": "src/spans-metric/index.ts", "line": 26 }, "name": "compute", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.spansMetric.SpansMetricCompute" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/spans_metric#filter SpansMetric#filter}", "stability": "stable", "summary": "filter block." }, "immutable": true, "locationInModule": { "filename": "src/spans-metric/index.ts", "line": 32 }, "name": "filter", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.spansMetric.SpansMetricFilter" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/spans_metric#group_by SpansMetric#group_by}", "stability": "stable", "summary": "group_by block." }, "immutable": true, "locationInModule": { "filename": "src/spans-metric/index.ts", "line": 38 }, "name": "groupBy", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.spansMetric.SpansMetricGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/spans-metric/index:SpansMetricConfig" }, "@cdktf/provider-datadog.spansMetric.SpansMetricFilter": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.spansMetric.SpansMetricFilter", "kind": "interface", "locationInModule": { "filename": "src/spans-metric/index.ts", "line": 203 }, "name": "SpansMetricFilter", "namespace": "spansMetric", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/spans_metric#query SpansMetric#query}", "stability": "stable", "summary": "The search query - following the span search syntax. Defaults to `\"*\"`." }, "immutable": true, "locationInModule": { "filename": "src/spans-metric/index.ts", "line": 209 }, "name": "query", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/spans-metric/index:SpansMetricFilter" }, "@cdktf/provider-datadog.spansMetric.SpansMetricFilterOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.spansMetric.SpansMetricFilterOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/spans-metric/index.ts", "line": 249 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/spans-metric/index.ts", "line": 241 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/spans-metric/index.ts", "line": 291 }, "name": "resetQuery" } ], "name": "SpansMetricFilterOutputReference", "namespace": "spansMetric", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/spans-metric/index.ts", "line": 295 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/spans-metric/index.ts", "line": 285 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/spans-metric/index.ts", "line": 253 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.spansMetric.SpansMetricFilter" } ] } } } ], "symbolId": "src/spans-metric/index:SpansMetricFilterOutputReference" }, "@cdktf/provider-datadog.spansMetric.SpansMetricGroupBy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.spansMetric.SpansMetricGroupBy", "kind": "interface", "locationInModule": { "filename": "src/spans-metric/index.ts", "line": 299 }, "name": "SpansMetricGroupBy", "namespace": "spansMetric", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/spans_metric#path SpansMetric#path}", "stability": "stable", "summary": "The path to the value the span-based metric will be aggregated over." }, "immutable": true, "locationInModule": { "filename": "src/spans-metric/index.ts", "line": 305 }, "name": "path", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/spans_metric#tag_name SpansMetric#tag_name}", "stability": "stable", "summary": "Eventual name of the tag that gets created. By default, the path attribute is used as the tag name." }, "immutable": true, "locationInModule": { "filename": "src/spans-metric/index.ts", "line": 311 }, "name": "tagName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/spans-metric/index:SpansMetricGroupBy" }, "@cdktf/provider-datadog.spansMetric.SpansMetricGroupByList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.spansMetric.SpansMetricGroupByList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/spans-metric/index.ts", "line": 438 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/spans-metric/index.ts", "line": 430 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/spans-metric/index.ts", "line": 445 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.spansMetric.SpansMetricGroupByOutputReference" } } } ], "name": "SpansMetricGroupByList", "namespace": "spansMetric", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/spans-metric/index.ts", "line": 438 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/spans-metric/index.ts", "line": 438 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/spans-metric/index.ts", "line": 438 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/spans-metric/index.ts", "line": 431 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.spansMetric.SpansMetricGroupBy" }, "kind": "array" } } ] } } } ], "symbolId": "src/spans-metric/index:SpansMetricGroupByList" }, "@cdktf/provider-datadog.spansMetric.SpansMetricGroupByOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.spansMetric.SpansMetricGroupByOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/spans-metric/index.ts", "line": 360 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/spans-metric/index.ts", "line": 350 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/spans-metric/index.ts", "line": 421 }, "name": "resetTagName" } ], "name": "SpansMetricGroupByOutputReference", "namespace": "spansMetric", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/spans-metric/index.ts", "line": 409 }, "name": "pathInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/spans-metric/index.ts", "line": 425 }, "name": "tagNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/spans-metric/index.ts", "line": 402 }, "name": "path", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/spans-metric/index.ts", "line": 415 }, "name": "tagName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/spans-metric/index.ts", "line": 364 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.spansMetric.SpansMetricGroupBy" } ] } } } ], "symbolId": "src/spans-metric/index:SpansMetricGroupByOutputReference" }, "@cdktf/provider-datadog.syntheticsConcurrencyCap.SyntheticsConcurrencyCap": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_concurrency_cap datadog_synthetics_concurrency_cap}." }, "fqn": "@cdktf/provider-datadog.syntheticsConcurrencyCap.SyntheticsConcurrencyCap", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_concurrency_cap datadog_synthetics_concurrency_cap} Resource." }, "locationInModule": { "filename": "src/synthetics-concurrency-cap/index.ts", "line": 58 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.syntheticsConcurrencyCap.SyntheticsConcurrencyCapConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/synthetics-concurrency-cap/index.ts", "line": 26 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a SyntheticsConcurrencyCap resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/synthetics-concurrency-cap/index.ts", "line": 43 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the SyntheticsConcurrencyCap to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_concurrency_cap#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing SyntheticsConcurrencyCap that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the SyntheticsConcurrencyCap to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-concurrency-cap/index.ts", "line": 103 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-concurrency-cap/index.ts", "line": 109 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "SyntheticsConcurrencyCap", "namespace": "syntheticsConcurrencyCap", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-concurrency-cap/index.ts", "line": 31 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-concurrency-cap/index.ts", "line": 82 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-concurrency-cap/index.ts", "line": 95 }, "name": "onDemandConcurrencyCapInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-concurrency-cap/index.ts", "line": 88 }, "name": "onDemandConcurrencyCap", "type": { "primitive": "number" } } ], "symbolId": "src/synthetics-concurrency-cap/index:SyntheticsConcurrencyCap" }, "@cdktf/provider-datadog.syntheticsConcurrencyCap.SyntheticsConcurrencyCapConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsConcurrencyCap.SyntheticsConcurrencyCapConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/synthetics-concurrency-cap/index.ts", "line": 14 }, "name": "SyntheticsConcurrencyCapConfig", "namespace": "syntheticsConcurrencyCap", "properties": [ { "abstract": true, "docs": { "remarks": "Value must be at least 1.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_concurrency_cap#on_demand_concurrency_cap SyntheticsConcurrencyCap#on_demand_concurrency_cap}", "stability": "stable", "summary": "Value of the on-demand concurrency cap, customizing the number of Synthetic tests run in parallel." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-concurrency-cap/index.ts", "line": 20 }, "name": "onDemandConcurrencyCap", "type": { "primitive": "number" } } ], "symbolId": "src/synthetics-concurrency-cap/index:SyntheticsConcurrencyCapConfig" }, "@cdktf/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariable": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_global_variable datadog_synthetics_global_variable}." }, "fqn": "@cdktf/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariable", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_global_variable datadog_synthetics_global_variable} Resource." }, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 753 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.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.syntheticsGlobalVariable.SyntheticsGlobalVariableConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 721 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a SyntheticsGlobalVariable resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 738 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the SyntheticsGlobalVariable to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_global_variable#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing SyntheticsGlobalVariable that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the SyntheticsGlobalVariable to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 937 }, "name": "putOptions", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableOptions" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 953 }, "name": "putParseTestOptions", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableParseTestOptions" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 794 }, "name": "resetDescription" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 815 }, "name": "resetIsFido" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 831 }, "name": "resetIsTotp" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 940 }, "name": "resetOptions" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 860 }, "name": "resetParseTestId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 956 }, "name": "resetParseTestOptions" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 876 }, "name": "resetRestrictedRoles" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 892 }, "name": "resetSecure" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 908 }, "name": "resetTags" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 924 }, "name": "resetValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 968 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 984 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "SyntheticsGlobalVariable", "namespace": "syntheticsGlobalVariable", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 726 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 803 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 934 }, "name": "options", "type": { "fqn": "@cdktf/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableOptionsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 950 }, "name": "parseTestOptions", "type": { "fqn": "@cdktf/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableParseTestOptionsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 798 }, "name": "descriptionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 819 }, "name": "isFidoInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 835 }, "name": "isTotpInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 848 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 944 }, "name": "optionsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableOptions" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 864 }, "name": "parseTestIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 960 }, "name": "parseTestOptionsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableParseTestOptions" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 880 }, "name": "restrictedRolesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 896 }, "name": "secureInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 912 }, "name": "tagsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 928 }, "name": "valueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 788 }, "name": "description", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 809 }, "name": "isFido", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 825 }, "name": "isTotp", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 841 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 854 }, "name": "parseTestId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 870 }, "name": "restrictedRoles", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 886 }, "name": "secure", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 902 }, "name": "tags", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 918 }, "name": "value", "type": { "primitive": "string" } } ], "symbolId": "src/synthetics-global-variable/index:SyntheticsGlobalVariable" }, "@cdktf/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 14 }, "name": "SyntheticsGlobalVariableConfig", "namespace": "syntheticsGlobalVariable", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_global_variable#name SyntheticsGlobalVariable#name}", "stability": "stable", "summary": "Synthetics global variable name. Must be all uppercase with underscores." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 38 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_global_variable#description SyntheticsGlobalVariable#description}", "stability": "stable", "summary": "Description of the global variable. Defaults to `\"\"`." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 20 }, "name": "description", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_global_variable#is_fido SyntheticsGlobalVariable#is_fido}", "stability": "stable", "summary": "If set to true, the global variable is a FIDO variable. Defaults to `false`." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 26 }, "name": "isFido", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_global_variable#is_totp SyntheticsGlobalVariable#is_totp}", "stability": "stable", "summary": "If set to true, the global variable is a TOTP variable. Defaults to `false`." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 32 }, "name": "isTotp", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_global_variable#options SyntheticsGlobalVariable#options}", "stability": "stable", "summary": "options block." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 74 }, "name": "options", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableOptions" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_global_variable#parse_test_id SyntheticsGlobalVariable#parse_test_id}", "stability": "stable", "summary": "Id of the Synthetics test to use for a variable from test." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 44 }, "name": "parseTestId", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_global_variable#parse_test_options SyntheticsGlobalVariable#parse_test_options}", "stability": "stable", "summary": "parse_test_options block." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 80 }, "name": "parseTestOptions", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableParseTestOptions" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "**Deprecated.** This field is no longer supported by the Datadog API. Please use `datadog_restriction_policy` instead.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_global_variable#restricted_roles SyntheticsGlobalVariable#restricted_roles}", "stability": "stable", "summary": "A list of role identifiers to associate with the Synthetics global variable." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 50 }, "name": "restrictedRoles", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "This setting is automatically set to `true` if `is_totp` or `is_fido` is set to `true`. Defaults to `false`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_global_variable#secure SyntheticsGlobalVariable#secure}", "stability": "stable", "summary": "If set to true, the value of the global variable is hidden." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 56 }, "name": "secure", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_global_variable#tags SyntheticsGlobalVariable#tags}", "stability": "stable", "summary": "A list of tags to associate with your synthetics global variable." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 62 }, "name": "tags", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_global_variable#value SyntheticsGlobalVariable#value}", "stability": "stable", "summary": "The value of the global variable. Required unless `is_fido` is set to `true`." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 68 }, "name": "value", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/synthetics-global-variable/index:SyntheticsGlobalVariableConfig" }, "@cdktf/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableOptions": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableOptions", "kind": "interface", "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 229 }, "name": "SyntheticsGlobalVariableOptions", "namespace": "syntheticsGlobalVariable", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_global_variable#totp_parameters SyntheticsGlobalVariable#totp_parameters}", "stability": "stable", "summary": "totp_parameters block." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 235 }, "name": "totpParameters", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableOptionsTotpParameters" }, "kind": "array" } } ] } } } ], "symbolId": "src/synthetics-global-variable/index:SyntheticsGlobalVariableOptions" }, "@cdktf/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableOptionsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableOptionsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 336 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 328 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 343 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableOptionsOutputReference" } } } ], "name": "SyntheticsGlobalVariableOptionsList", "namespace": "syntheticsGlobalVariable", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 336 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 336 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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-global-variable/index.ts", "line": 336 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 329 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableOptions" }, "kind": "array" } } ] } } } ], "symbolId": "src/synthetics-global-variable/index:SyntheticsGlobalVariableOptionsList" }, "@cdktf/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableOptionsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableOptionsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 277 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 267 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 316 }, "name": "putTotpParameters", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableOptionsTotpParameters" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 319 }, "name": "resetTotpParameters" } ], "name": "SyntheticsGlobalVariableOptionsOutputReference", "namespace": "syntheticsGlobalVariable", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 313 }, "name": "totpParameters", "type": { "fqn": "@cdktf/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableOptionsTotpParametersList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 323 }, "name": "totpParametersInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableOptionsTotpParameters" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 281 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableOptions" } ] } } } ], "symbolId": "src/synthetics-global-variable/index:SyntheticsGlobalVariableOptionsOutputReference" }, "@cdktf/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableOptionsTotpParameters": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableOptionsTotpParameters", "kind": "interface", "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 82 }, "name": "SyntheticsGlobalVariableOptionsTotpParameters", "namespace": "syntheticsGlobalVariable", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_global_variable#digits SyntheticsGlobalVariable#digits}", "stability": "stable", "summary": "Number of digits for the OTP. Value must be between 4 and 10." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 88 }, "name": "digits", "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_global_variable#refresh_interval SyntheticsGlobalVariable#refresh_interval}", "stability": "stable", "summary": "Interval for which to refresh the token (in seconds). Value must be between 0 and 999." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 94 }, "name": "refreshInterval", "type": { "primitive": "number" } } ], "symbolId": "src/synthetics-global-variable/index:SyntheticsGlobalVariableOptionsTotpParameters" }, "@cdktf/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableOptionsTotpParametersList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableOptionsTotpParametersList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 218 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 210 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 225 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableOptionsTotpParametersOutputReference" } } } ], "name": "SyntheticsGlobalVariableOptionsTotpParametersList", "namespace": "syntheticsGlobalVariable", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 218 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 218 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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-global-variable/index.ts", "line": 218 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 211 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableOptionsTotpParameters" }, "kind": "array" } } ] } } } ], "symbolId": "src/synthetics-global-variable/index:SyntheticsGlobalVariableOptionsTotpParametersList" }, "@cdktf/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableOptionsTotpParametersOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableOptionsTotpParametersOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 143 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 133 }, "name": "SyntheticsGlobalVariableOptionsTotpParametersOutputReference", "namespace": "syntheticsGlobalVariable", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 192 }, "name": "digitsInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 205 }, "name": "refreshIntervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 185 }, "name": "digits", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 198 }, "name": "refreshInterval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 147 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableOptionsTotpParameters" } ] } } } ], "symbolId": "src/synthetics-global-variable/index:SyntheticsGlobalVariableOptionsTotpParametersOutputReference" }, "@cdktf/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableParseTestOptions": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableParseTestOptions", "kind": "interface", "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 497 }, "name": "SyntheticsGlobalVariableParseTestOptions", "namespace": "syntheticsGlobalVariable", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_global_variable#type SyntheticsGlobalVariable#type}", "stability": "stable", "summary": "Defines the source to use to extract the value. Valid values are `http_body`, `http_header`, `http_status_code`, `local_variable`." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 515 }, "name": "type", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_global_variable#field SyntheticsGlobalVariable#field}", "stability": "stable", "summary": "Required when type = `http_header`. Defines the header to use to extract the value." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 503 }, "name": "field", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_global_variable#local_variable_name SyntheticsGlobalVariable#local_variable_name}", "stability": "stable", "summary": "When type is `local_variable`, name of the local variable to use to extract the value." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 509 }, "name": "localVariableName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_global_variable#parser SyntheticsGlobalVariable#parser}", "stability": "stable", "summary": "parser block." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 521 }, "name": "parser", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableParseTestOptionsParser" }, "kind": "array" } } ] } } } ], "symbolId": "src/synthetics-global-variable/index:SyntheticsGlobalVariableParseTestOptions" }, "@cdktf/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableParseTestOptionsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableParseTestOptionsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 706 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 698 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 713 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableParseTestOptionsOutputReference" } } } ], "name": "SyntheticsGlobalVariableParseTestOptionsList", "namespace": "syntheticsGlobalVariable", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 706 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 706 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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-global-variable/index.ts", "line": 706 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 699 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableParseTestOptions" }, "kind": "array" } } ] } } } ], "symbolId": "src/synthetics-global-variable/index:SyntheticsGlobalVariableParseTestOptionsList" }, "@cdktf/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableParseTestOptionsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableParseTestOptionsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 584 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 574 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 686 }, "name": "putParser", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableParseTestOptionsParser" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 644 }, "name": "resetField" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 660 }, "name": "resetLocalVariableName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 689 }, "name": "resetParser" } ], "name": "SyntheticsGlobalVariableParseTestOptionsOutputReference", "namespace": "syntheticsGlobalVariable", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 683 }, "name": "parser", "type": { "fqn": "@cdktf/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableParseTestOptionsParserList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 648 }, "name": "fieldInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 664 }, "name": "localVariableNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 693 }, "name": "parserInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableParseTestOptionsParser" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 677 }, "name": "typeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 638 }, "name": "field", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 654 }, "name": "localVariableName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 670 }, "name": "type", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 588 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableParseTestOptions" } ] } } } ], "symbolId": "src/synthetics-global-variable/index:SyntheticsGlobalVariableParseTestOptionsOutputReference" }, "@cdktf/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableParseTestOptionsParser": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableParseTestOptionsParser", "kind": "interface", "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 347 }, "name": "SyntheticsGlobalVariableParseTestOptionsParser", "namespace": "syntheticsGlobalVariable", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_global_variable#type SyntheticsGlobalVariable#type}", "stability": "stable", "summary": "Type of parser to extract the value. Valid values are `raw`, `json_path`, `regex`, `x_path`." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 353 }, "name": "type", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_global_variable#value SyntheticsGlobalVariable#value}", "stability": "stable", "summary": "Value for the parser to use, required for type `json_path` or `regex`." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 359 }, "name": "value", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/synthetics-global-variable/index:SyntheticsGlobalVariableParseTestOptionsParser" }, "@cdktf/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableParseTestOptionsParserList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableParseTestOptionsParserList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 486 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 478 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 493 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableParseTestOptionsParserOutputReference" } } } ], "name": "SyntheticsGlobalVariableParseTestOptionsParserList", "namespace": "syntheticsGlobalVariable", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 486 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 486 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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-global-variable/index.ts", "line": 486 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 479 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableParseTestOptionsParser" }, "kind": "array" } } ] } } } ], "symbolId": "src/synthetics-global-variable/index:SyntheticsGlobalVariableParseTestOptionsParserList" }, "@cdktf/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableParseTestOptionsParserOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableParseTestOptionsParserOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 408 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 398 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 469 }, "name": "resetValue" } ], "name": "SyntheticsGlobalVariableParseTestOptionsParserOutputReference", "namespace": "syntheticsGlobalVariable", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 457 }, "name": "typeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 473 }, "name": "valueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 450 }, "name": "type", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 463 }, "name": "value", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-global-variable/index.ts", "line": 412 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableParseTestOptionsParser" } ] } } } ], "symbolId": "src/synthetics-global-variable/index:SyntheticsGlobalVariableParseTestOptionsParserOutputReference" }, "@cdktf/provider-datadog.syntheticsPrivateLocation.SyntheticsPrivateLocation": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_private_location datadog_synthetics_private_location}." }, "fqn": "@cdktf/provider-datadog.syntheticsPrivateLocation.SyntheticsPrivateLocation", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_private_location datadog_synthetics_private_location} Resource." }, "locationInModule": { "filename": "src/synthetics-private-location/index.ts", "line": 200 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.syntheticsPrivateLocation.SyntheticsPrivateLocationConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/synthetics-private-location/index.ts", "line": 168 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a SyntheticsPrivateLocation resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/synthetics-private-location/index.ts", "line": 185 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the SyntheticsPrivateLocation to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_private_location#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing SyntheticsPrivateLocation that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the SyntheticsPrivateLocation to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-private-location/index.ts", "line": 308 }, "name": "putMetadata", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.syntheticsPrivateLocation.SyntheticsPrivateLocationMetadata" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-private-location/index.ts", "line": 235 }, "name": "resetApiKey" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-private-location/index.ts", "line": 256 }, "name": "resetDescription" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-private-location/index.ts", "line": 311 }, "name": "resetMetadata" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-private-location/index.ts", "line": 295 }, "name": "resetTags" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-private-location/index.ts", "line": 323 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-private-location/index.ts", "line": 333 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "SyntheticsPrivateLocation", "namespace": "syntheticsPrivateLocation", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-private-location/index.ts", "line": 173 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-private-location/index.ts", "line": 244 }, "name": "config", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-private-location/index.ts", "line": 265 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-private-location/index.ts", "line": 305 }, "name": "metadata", "type": { "fqn": "@cdktf/provider-datadog.syntheticsPrivateLocation.SyntheticsPrivateLocationMetadataList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-private-location/index.ts", "line": 283 }, "name": "restrictionPolicyResourceId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-private-location/index.ts", "line": 239 }, "name": "apiKeyInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-private-location/index.ts", "line": 260 }, "name": "descriptionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-private-location/index.ts", "line": 315 }, "name": "metadataInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.syntheticsPrivateLocation.SyntheticsPrivateLocationMetadata" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-private-location/index.ts", "line": 278 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-private-location/index.ts", "line": 299 }, "name": "tagsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-private-location/index.ts", "line": 229 }, "name": "apiKey", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-private-location/index.ts", "line": 250 }, "name": "description", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-private-location/index.ts", "line": 271 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-private-location/index.ts", "line": 289 }, "name": "tags", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/synthetics-private-location/index:SyntheticsPrivateLocation" }, "@cdktf/provider-datadog.syntheticsPrivateLocation.SyntheticsPrivateLocationConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsPrivateLocation.SyntheticsPrivateLocationConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/synthetics-private-location/index.ts", "line": 14 }, "name": "SyntheticsPrivateLocationConfig", "namespace": "syntheticsPrivateLocation", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_private_location#name SyntheticsPrivateLocation#name}", "stability": "stable", "summary": "Synthetics private location name." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-private-location/index.ts", "line": 32 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_private_location#api_key SyntheticsPrivateLocation#api_key}", "stability": "stable", "summary": "API key used to generate the private location configuration." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-private-location/index.ts", "line": 20 }, "name": "apiKey", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_private_location#description SyntheticsPrivateLocation#description}", "stability": "stable", "summary": "Description of the private location. Defaults to `\"\"`." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-private-location/index.ts", "line": 26 }, "name": "description", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_private_location#metadata SyntheticsPrivateLocation#metadata}", "stability": "stable", "summary": "metadata block." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-private-location/index.ts", "line": 44 }, "name": "metadata", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.syntheticsPrivateLocation.SyntheticsPrivateLocationMetadata" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_private_location#tags SyntheticsPrivateLocation#tags}", "stability": "stable", "summary": "A list of tags to associate with your synthetics private location." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-private-location/index.ts", "line": 38 }, "name": "tags", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/synthetics-private-location/index:SyntheticsPrivateLocationConfig" }, "@cdktf/provider-datadog.syntheticsPrivateLocation.SyntheticsPrivateLocationMetadata": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsPrivateLocation.SyntheticsPrivateLocationMetadata", "kind": "interface", "locationInModule": { "filename": "src/synthetics-private-location/index.ts", "line": 46 }, "name": "SyntheticsPrivateLocationMetadata", "namespace": "syntheticsPrivateLocation", "properties": [ { "abstract": true, "docs": { "remarks": "**Deprecated.** This field is no longer supported by the Datadog API. Please use `datadog_restriction_policy` instead.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_private_location#restricted_roles SyntheticsPrivateLocation#restricted_roles}", "stability": "stable", "summary": "A set of role identifiers pulled from the Roles API to restrict read and write access." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-private-location/index.ts", "line": 52 }, "name": "restrictedRoles", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/synthetics-private-location/index:SyntheticsPrivateLocationMetadata" }, "@cdktf/provider-datadog.syntheticsPrivateLocation.SyntheticsPrivateLocationMetadataList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsPrivateLocation.SyntheticsPrivateLocationMetadataList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-private-location/index.ts", "line": 153 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/synthetics-private-location/index.ts", "line": 145 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-private-location/index.ts", "line": 160 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.syntheticsPrivateLocation.SyntheticsPrivateLocationMetadataOutputReference" } } } ], "name": "SyntheticsPrivateLocationMetadataList", "namespace": "syntheticsPrivateLocation", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/synthetics-private-location/index.ts", "line": 153 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/synthetics-private-location/index.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/synthetics-private-location/index.ts", "line": 153 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-private-location/index.ts", "line": 146 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.syntheticsPrivateLocation.SyntheticsPrivateLocationMetadata" }, "kind": "array" } } ] } } } ], "symbolId": "src/synthetics-private-location/index:SyntheticsPrivateLocationMetadataList" }, "@cdktf/provider-datadog.syntheticsPrivateLocation.SyntheticsPrivateLocationMetadataOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsPrivateLocation.SyntheticsPrivateLocationMetadataOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-private-location/index.ts", "line": 94 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/synthetics-private-location/index.ts", "line": 84 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-private-location/index.ts", "line": 136 }, "name": "resetRestrictedRoles" } ], "name": "SyntheticsPrivateLocationMetadataOutputReference", "namespace": "syntheticsPrivateLocation", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-private-location/index.ts", "line": 140 }, "name": "restrictedRolesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-private-location/index.ts", "line": 130 }, "name": "restrictedRoles", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-private-location/index.ts", "line": 98 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.syntheticsPrivateLocation.SyntheticsPrivateLocationMetadata" } ] } } } ], "symbolId": "src/synthetics-private-location/index:SyntheticsPrivateLocationMetadataOutputReference" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTest": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test datadog_synthetics_test}." }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTest", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test datadog_synthetics_test} Resource." }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15340 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.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.syntheticsTest.SyntheticsTestConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15308 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a SyntheticsTest resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15325 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the SyntheticsTest to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing SyntheticsTest that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the SyntheticsTest to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15645 }, "name": "putApiStep", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStep" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15661 }, "name": "putAssertion", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestAssertion" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15677 }, "name": "putBrowserStep", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestBrowserStep" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15693 }, "name": "putBrowserVariable", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestBrowserVariable" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15709 }, "name": "putConfigVariable", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestConfigVariable" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15725 }, "name": "putMobileOptionsList", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListStruct" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15741 }, "name": "putMobileStep", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileStep" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15757 }, "name": "putOptionsList", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestOptionsListStruct" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15773 }, "name": "putRequestBasicauth", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestRequestBasicauth" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15789 }, "name": "putRequestClientCertificate", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestRequestClientCertificate" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15805 }, "name": "putRequestDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestRequestDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15821 }, "name": "putRequestFile", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestRequestFile" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15837 }, "name": "putRequestProxy", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestRequestProxy" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15648 }, "name": "resetApiStep" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15664 }, "name": "resetAssertion" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15680 }, "name": "resetBrowserStep" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15696 }, "name": "resetBrowserVariable" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15399 }, "name": "resetConfigInitialApplicationArguments" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15712 }, "name": "resetConfigVariable" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15415 }, "name": "resetDeviceIds" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15431 }, "name": "resetForceDeleteDependencies" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15447 }, "name": "resetId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15476 }, "name": "resetMessage" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15728 }, "name": "resetMobileOptionsList" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15744 }, "name": "resetMobileStep" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15760 }, "name": "resetOptionsList" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15776 }, "name": "resetRequestBasicauth" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15792 }, "name": "resetRequestClientCertificate" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15808 }, "name": "resetRequestDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15824 }, "name": "resetRequestFile" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15510 }, "name": "resetRequestHeaders" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15526 }, "name": "resetRequestMetadata" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15840 }, "name": "resetRequestProxy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15542 }, "name": "resetRequestQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15558 }, "name": "resetSetCookie" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15587 }, "name": "resetSubtype" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15603 }, "name": "resetTags" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15632 }, "name": "resetVariablesFromScript" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15852 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15886 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "SyntheticsTest", "namespace": "syntheticsTest", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15313 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15642 }, "name": "apiStep", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15658 }, "name": "assertion", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestAssertionList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15674 }, "name": "browserStep", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15690 }, "name": "browserVariable", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestBrowserVariableList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15706 }, "name": "configVariable", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestConfigVariableList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15722 }, "name": "mobileOptionsList", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListStructOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15738 }, "name": "mobileStep", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileStepList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15485 }, "name": "monitorId", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15754 }, "name": "optionsList", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestOptionsListStructOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15770 }, "name": "requestBasicauth", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestRequestBasicauthOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15786 }, "name": "requestClientCertificate", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestRequestClientCertificateOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15802 }, "name": "requestDefinition", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestRequestDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15818 }, "name": "requestFile", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestRequestFileList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15834 }, "name": "requestProxy", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestRequestProxyOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15652 }, "name": "apiStepInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStep" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15668 }, "name": "assertionInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestAssertion" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15684 }, "name": "browserStepInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestBrowserStep" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15700 }, "name": "browserVariableInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestBrowserVariable" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15403 }, "name": "configInitialApplicationArgumentsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "map" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15716 }, "name": "configVariableInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestConfigVariable" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15419 }, "name": "deviceIdsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15435 }, "name": "forceDeleteDependenciesInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15451 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15464 }, "name": "locationsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15480 }, "name": "messageInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15732 }, "name": "mobileOptionsListInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListStruct" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15748 }, "name": "mobileStepInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileStep" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15498 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15764 }, "name": "optionsListInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestOptionsListStruct" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15780 }, "name": "requestBasicauthInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestRequestBasicauth" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15796 }, "name": "requestClientCertificateInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestRequestClientCertificate" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15812 }, "name": "requestDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestRequestDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15828 }, "name": "requestFileInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestRequestFile" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15514 }, "name": "requestHeadersInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "map" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15530 }, "name": "requestMetadataInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "map" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15844 }, "name": "requestProxyInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestRequestProxy" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15546 }, "name": "requestQueryInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "map" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15562 }, "name": "setCookieInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15575 }, "name": "statusInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15591 }, "name": "subtypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15607 }, "name": "tagsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15620 }, "name": "typeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15636 }, "name": "variablesFromScriptInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15393 }, "name": "configInitialApplicationArguments", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "map" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15409 }, "name": "deviceIds", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15425 }, "name": "forceDeleteDependencies", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15441 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15457 }, "name": "locations", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15470 }, "name": "message", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15491 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15504 }, "name": "requestHeaders", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "map" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15520 }, "name": "requestMetadata", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "map" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15536 }, "name": "requestQuery", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "map" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15552 }, "name": "setCookie", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15568 }, "name": "status", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15581 }, "name": "subtype", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15597 }, "name": "tags", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15613 }, "name": "type", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15626 }, "name": "variablesFromScript", "type": { "primitive": "string" } } ], "symbolId": "src/synthetics-test/index:SyntheticsTest" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStep": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStep", "kind": "interface", "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3931 }, "name": "SyntheticsTestApiStep", "namespace": "syntheticsTest", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#name SyntheticsTest#name}", "stability": "stable", "summary": "The name of the step." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3961 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#allow_failure SyntheticsTest#allow_failure}", "stability": "stable", "summary": "Determines whether or not to continue with test if this step fails." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3937 }, "name": "allowFailure", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#assertion SyntheticsTest#assertion}", "stability": "stable", "summary": "assertion block." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3997 }, "name": "assertion", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepAssertion" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#exit_if_succeed SyntheticsTest#exit_if_succeed}", "stability": "stable", "summary": "Determines whether or not to exit the test if the step succeeds." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3943 }, "name": "exitIfSucceed", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#extracted_value SyntheticsTest#extracted_value}", "stability": "stable", "summary": "extracted_value block." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4003 }, "name": "extractedValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepExtractedValue" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#extracted_values_from_script SyntheticsTest#extracted_values_from_script}", "stability": "stable", "summary": "Generate variables using JavaScript." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3949 }, "name": "extractedValuesFromScript", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Can be used only if `allow_failure` is `true`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#is_critical SyntheticsTest#is_critical}", "stability": "stable", "summary": "Determines whether or not to consider the entire test as failed if this step fails." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3955 }, "name": "isCritical", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#request_basicauth SyntheticsTest#request_basicauth}", "stability": "stable", "summary": "request_basicauth block." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4009 }, "name": "requestBasicauth", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestBasicauth" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#request_client_certificate SyntheticsTest#request_client_certificate}", "stability": "stable", "summary": "request_client_certificate block." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4015 }, "name": "requestClientCertificate", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestClientCertificate" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#request_definition SyntheticsTest#request_definition}", "stability": "stable", "summary": "request_definition block." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4021 }, "name": "requestDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#request_file SyntheticsTest#request_file}", "stability": "stable", "summary": "request_file block." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4027 }, "name": "requestFile", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestFile" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#request_headers SyntheticsTest#request_headers}", "stability": "stable", "summary": "Header name and value map." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3967 }, "name": "requestHeaders", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "map" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#request_metadata SyntheticsTest#request_metadata}", "stability": "stable", "summary": "Metadata to include when performing the gRPC request." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3973 }, "name": "requestMetadata", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "map" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#request_proxy SyntheticsTest#request_proxy}", "stability": "stable", "summary": "request_proxy block." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4033 }, "name": "requestProxy", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestProxy" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#request_query SyntheticsTest#request_query}", "stability": "stable", "summary": "Query arguments name and value map." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3979 }, "name": "requestQuery", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "map" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#retry SyntheticsTest#retry}", "stability": "stable", "summary": "retry block." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4039 }, "name": "retry", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepRetry" } }, { "abstract": true, "docs": { "remarks": "Valid values are `http`, `grpc`, `ssl`, `dns`, `tcp`, `udp`, `icmp`, `websocket`, `wait`. Defaults to `\"http\"`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#subtype SyntheticsTest#subtype}", "stability": "stable", "summary": "The subtype of the Synthetic multistep API test step." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3985 }, "name": "subtype", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#value SyntheticsTest#value}", "stability": "stable", "summary": "The time to wait in seconds. Minimum value: 0. Maximum value: 180." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3991 }, "name": "value", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestApiStep" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepAssertion": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepAssertion", "kind": "interface", "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 644 }, "name": "SyntheticsTestApiStepAssertion", "namespace": "syntheticsTest", "properties": [ { "abstract": true, "docs": { "remarks": "**Note:** Only some combinations of `type` and `operator` are valid. Refer to `config.assertions` in the [Datadog API reference](https://docs.datadoghq.com/api/latest/synthetics/#create-an-api-test). Valid values are `body`, `header`, `statusCode`, `certificate`, `responseTime`, `property`, `recordEvery`, `recordSome`, `tlsVersion`, `minTlsVersion`, `latency`, `packetLossPercentage`, `packetsReceived`, `networkHop`, `receivedMessage`, `grpcHealthcheckStatus`, `grpcMetadata`, `grpcProto`, `connection`, `bodyHash`, `javascript`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#type SyntheticsTest#type}", "stability": "stable", "summary": "Type of assertion." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 680 }, "name": "type", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#code SyntheticsTest#code}", "stability": "stable", "summary": "If assertion type is `javascript`, this is the JavaScript code that performs the assertions." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 650 }, "name": "code", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "**Note:** Only some combinations of `type` and `operator` are valid. Refer to `config.assertions` in the [Datadog API reference](https://docs.datadoghq.com/api/latest/synthetics/#create-an-api-test).\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#operator SyntheticsTest#operator}", "stability": "stable", "summary": "Assertion operator." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 656 }, "name": "operator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/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/index.ts", "line": 662 }, "name": "property", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#target SyntheticsTest#target}", "stability": "stable", "summary": "Expected value. **Note:** Depends on the assertion type. Refer to `config.assertions` in the [Datadog API reference](https://docs.datadoghq.com/api/latest/synthetics/#create-an-api-test)." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 668 }, "name": "target", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#targetjsonpath SyntheticsTest#targetjsonpath}", "stability": "stable", "summary": "targetjsonpath block." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 686 }, "name": "targetjsonpath", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepAssertionTargetjsonpath" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#targetjsonschema SyntheticsTest#targetjsonschema}", "stability": "stable", "summary": "targetjsonschema block." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 692 }, "name": "targetjsonschema", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepAssertionTargetjsonschema" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#targetxpath SyntheticsTest#targetxpath}", "stability": "stable", "summary": "targetxpath block." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 698 }, "name": "targetxpath", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepAssertionTargetxpath" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#timings_scope SyntheticsTest#timings_scope}", "stability": "stable", "summary": "Timings scope for response time assertions. Valid values are `all`, `withoutDNS`." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 674 }, "name": "timingsScope", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestApiStepAssertion" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepAssertionList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepAssertionList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1028 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1020 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1035 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepAssertionOutputReference" } } } ], "name": "SyntheticsTestApiStepAssertionList", "namespace": "syntheticsTest", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1028 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1028 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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/index.ts", "line": 1028 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1021 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepAssertion" }, "kind": "array" } } ] } } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestApiStepAssertionList" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepAssertionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepAssertionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 796 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 786 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 976 }, "name": "putTargetjsonpath", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepAssertionTargetjsonpath" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 992 }, "name": "putTargetjsonschema", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepAssertionTargetjsonschema" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1008 }, "name": "putTargetxpath", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepAssertionTargetxpath" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 886 }, "name": "resetCode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 902 }, "name": "resetOperator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 918 }, "name": "resetProperty" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 934 }, "name": "resetTarget" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 979 }, "name": "resetTargetjsonpath" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 995 }, "name": "resetTargetjsonschema" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1011 }, "name": "resetTargetxpath" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 950 }, "name": "resetTimingsScope" } ], "name": "SyntheticsTestApiStepAssertionOutputReference", "namespace": "syntheticsTest", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 973 }, "name": "targetjsonpath", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepAssertionTargetjsonpathOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 989 }, "name": "targetjsonschema", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepAssertionTargetjsonschemaOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1005 }, "name": "targetxpath", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepAssertionTargetxpathOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 890 }, "name": "codeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 906 }, "name": "operatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 922 }, "name": "propertyInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 938 }, "name": "targetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 983 }, "name": "targetjsonpathInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepAssertionTargetjsonpath" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 999 }, "name": "targetjsonschemaInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepAssertionTargetjsonschema" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1015 }, "name": "targetxpathInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepAssertionTargetxpath" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 954 }, "name": "timingsScopeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 967 }, "name": "typeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 880 }, "name": "code", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 896 }, "name": "operator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 912 }, "name": "property", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 928 }, "name": "target", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 944 }, "name": "timingsScope", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 960 }, "name": "type", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 800 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepAssertion" } ] } } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestApiStepAssertionOutputReference" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepAssertionTargetjsonpath": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepAssertionTargetjsonpath", "kind": "interface", "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 191 }, "name": "SyntheticsTestApiStepAssertionTargetjsonpath", "namespace": "syntheticsTest", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#jsonpath SyntheticsTest#jsonpath}", "stability": "stable", "summary": "The JSON path to assert." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 203 }, "name": "jsonpath", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#operator SyntheticsTest#operator}", "stability": "stable", "summary": "The specific operator to use on the path." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 209 }, "name": "operator", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Select from `firstElementMatches` (the first element in the list), `everyElementMatches` (every element in the list), `atLeastOneElementMatches` (at least one element in the list), or `serializationMatches` (the serialized value of the list). Defaults to `\"firstElementMatches\"`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#elementsoperator SyntheticsTest#elementsoperator}", "stability": "stable", "summary": "The element from the list of results to assert on." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 197 }, "name": "elementsoperator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#targetvalue SyntheticsTest#targetvalue}", "stability": "stable", "summary": "Expected matching value." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 215 }, "name": "targetvalue", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestApiStepAssertionTargetjsonpath" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepAssertionTargetjsonpathOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepAssertionTargetjsonpathOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 275 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 268 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 326 }, "name": "resetElementsoperator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 368 }, "name": "resetTargetvalue" } ], "name": "SyntheticsTestApiStepAssertionTargetjsonpathOutputReference", "namespace": "syntheticsTest", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 330 }, "name": "elementsoperatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 343 }, "name": "jsonpathInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 356 }, "name": "operatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 372 }, "name": "targetvalueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 320 }, "name": "elementsoperator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 336 }, "name": "jsonpath", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 349 }, "name": "operator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 362 }, "name": "targetvalue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 279 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepAssertionTargetjsonpath" } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestApiStepAssertionTargetjsonpathOutputReference" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepAssertionTargetjsonschema": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepAssertionTargetjsonschema", "kind": "interface", "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 376 }, "name": "SyntheticsTestApiStepAssertionTargetjsonschema", "namespace": "syntheticsTest", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#jsonschema SyntheticsTest#jsonschema}", "stability": "stable", "summary": "The JSON Schema to validate the body against." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 382 }, "name": "jsonschema", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#metaschema SyntheticsTest#metaschema}", "stability": "stable", "summary": "The meta schema to use for the JSON Schema. Defaults to `\"draft-07\"`." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 388 }, "name": "metaschema", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestApiStepAssertionTargetjsonschema" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepAssertionTargetjsonschemaOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepAssertionTargetjsonschemaOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 434 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 427 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 486 }, "name": "resetMetaschema" } ], "name": "SyntheticsTestApiStepAssertionTargetjsonschemaOutputReference", "namespace": "syntheticsTest", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 474 }, "name": "jsonschemaInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 490 }, "name": "metaschemaInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 467 }, "name": "jsonschema", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 480 }, "name": "metaschema", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 438 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepAssertionTargetjsonschema" } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestApiStepAssertionTargetjsonschemaOutputReference" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepAssertionTargetxpath": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepAssertionTargetxpath", "kind": "interface", "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 494 }, "name": "SyntheticsTestApiStepAssertionTargetxpath", "namespace": "syntheticsTest", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#operator SyntheticsTest#operator}", "stability": "stable", "summary": "The specific operator to use on the path." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 500 }, "name": "operator", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#xpath SyntheticsTest#xpath}", "stability": "stable", "summary": "The xpath to assert." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 512 }, "name": "xpath", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#targetvalue SyntheticsTest#targetvalue}", "stability": "stable", "summary": "Expected matching value." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 506 }, "name": "targetvalue", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestApiStepAssertionTargetxpath" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepAssertionTargetxpathOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepAssertionTargetxpathOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 565 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 558 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 623 }, "name": "resetTargetvalue" } ], "name": "SyntheticsTestApiStepAssertionTargetxpathOutputReference", "namespace": "syntheticsTest", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 611 }, "name": "operatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 627 }, "name": "targetvalueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 640 }, "name": "xpathInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 604 }, "name": "operator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 617 }, "name": "targetvalue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 633 }, "name": "xpath", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 569 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepAssertionTargetxpath" } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestApiStepAssertionTargetxpathOutputReference" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepExtractedValue": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepExtractedValue", "kind": "interface", "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1157 }, "name": "SyntheticsTestApiStepExtractedValue", "namespace": "syntheticsTest", "properties": [ { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#name SyntheticsTest#name}." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1167 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#parser SyntheticsTest#parser}", "stability": "stable", "summary": "parser block." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1185 }, "name": "parser", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepExtractedValueParser" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#type SyntheticsTest#type}", "stability": "stable", "summary": "Property of the Synthetics Test Response to use for the variable. Valid values are `grpc_message`, `grpc_metadata`, `http_body`, `http_header`, `http_status_code`." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1179 }, "name": "type", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#field SyntheticsTest#field}", "stability": "stable", "summary": "When type is `http_header` or `grpc_metadata`, name of the header or metadatum to extract." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1163 }, "name": "field", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#secure SyntheticsTest#secure}", "stability": "stable", "summary": "Determines whether or not the extracted value will be obfuscated." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1173 }, "name": "secure", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestApiStepExtractedValue" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepExtractedValueList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepExtractedValueList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1393 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1385 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1400 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepExtractedValueOutputReference" } } } ], "name": "SyntheticsTestApiStepExtractedValueList", "namespace": "syntheticsTest", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1393 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1393 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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/index.ts", "line": 1393 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1386 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepExtractedValue" }, "kind": "array" } } ] } } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestApiStepExtractedValueList" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepExtractedValueOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepExtractedValueOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1255 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1245 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1376 }, "name": "putParser", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepExtractedValueParser" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1321 }, "name": "resetField" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1350 }, "name": "resetSecure" } ], "name": "SyntheticsTestApiStepExtractedValueOutputReference", "namespace": "syntheticsTest", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1373 }, "name": "parser", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepExtractedValueParserOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1325 }, "name": "fieldInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1338 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1380 }, "name": "parserInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepExtractedValueParser" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1354 }, "name": "secureInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1367 }, "name": "typeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1315 }, "name": "field", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1331 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1344 }, "name": "secure", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1360 }, "name": "type", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1259 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepExtractedValue" } ] } } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestApiStepExtractedValueOutputReference" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepExtractedValueParser": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepExtractedValueParser", "kind": "interface", "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1039 }, "name": "SyntheticsTestApiStepExtractedValueParser", "namespace": "syntheticsTest", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#type SyntheticsTest#type}", "stability": "stable", "summary": "Type of parser for a Synthetics global variable from a synthetics test. Valid values are `raw`, `json_path`, `regex`, `x_path`." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1045 }, "name": "type", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#value SyntheticsTest#value}", "stability": "stable", "summary": "Regex or JSON path used for the parser. Not used with type `raw`." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1051 }, "name": "value", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestApiStepExtractedValueParser" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepExtractedValueParserOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepExtractedValueParserOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1097 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 1090 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1149 }, "name": "resetValue" } ], "name": "SyntheticsTestApiStepExtractedValueParserOutputReference", "namespace": "syntheticsTest", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1137 }, "name": "typeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1153 }, "name": "valueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1130 }, "name": "type", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1143 }, "name": "value", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1101 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepExtractedValueParser" } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestApiStepExtractedValueParserOutputReference" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4635 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4627 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4642 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepOutputReference" } } } ], "name": "SyntheticsTestApiStepList", "namespace": "syntheticsTest", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4635 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4635 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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/index.ts", "line": 4635 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4628 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStep" }, "kind": "array" } } ] } } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestApiStepList" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4200 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4190 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4503 }, "name": "putAssertion", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepAssertion" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4519 }, "name": "putExtractedValue", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepExtractedValue" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4535 }, "name": "putRequestBasicauth", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestBasicauth" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4551 }, "name": "putRequestClientCertificate", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestClientCertificate" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4567 }, "name": "putRequestDefinition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestDefinition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4583 }, "name": "putRequestFile", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestFile" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4599 }, "name": "putRequestProxy", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestProxy" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4615 }, "name": "putRetry", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepRetry" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4344 }, "name": "resetAllowFailure" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4506 }, "name": "resetAssertion" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4360 }, "name": "resetExitIfSucceed" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4522 }, "name": "resetExtractedValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4376 }, "name": "resetExtractedValuesFromScript" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4397 }, "name": "resetIsCritical" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4538 }, "name": "resetRequestBasicauth" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4554 }, "name": "resetRequestClientCertificate" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4570 }, "name": "resetRequestDefinition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4586 }, "name": "resetRequestFile" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4426 }, "name": "resetRequestHeaders" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4442 }, "name": "resetRequestMetadata" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4602 }, "name": "resetRequestProxy" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4458 }, "name": "resetRequestQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4618 }, "name": "resetRetry" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4474 }, "name": "resetSubtype" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4490 }, "name": "resetValue" } ], "name": "SyntheticsTestApiStepOutputReference", "namespace": "syntheticsTest", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4500 }, "name": "assertion", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepAssertionList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4516 }, "name": "extractedValue", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepExtractedValueList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4385 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4532 }, "name": "requestBasicauth", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestBasicauthOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4548 }, "name": "requestClientCertificate", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestClientCertificateOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4564 }, "name": "requestDefinition", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestDefinitionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4580 }, "name": "requestFile", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestFileList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4596 }, "name": "requestProxy", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestProxyOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4612 }, "name": "retry", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepRetryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4348 }, "name": "allowFailureInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4510 }, "name": "assertionInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepAssertion" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4364 }, "name": "exitIfSucceedInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4526 }, "name": "extractedValueInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepExtractedValue" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4380 }, "name": "extractedValuesFromScriptInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4401 }, "name": "isCriticalInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4414 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4542 }, "name": "requestBasicauthInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestBasicauth" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4558 }, "name": "requestClientCertificateInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestClientCertificate" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4574 }, "name": "requestDefinitionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestDefinition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4590 }, "name": "requestFileInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestFile" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4430 }, "name": "requestHeadersInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "map" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4446 }, "name": "requestMetadataInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "map" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4606 }, "name": "requestProxyInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestProxy" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4462 }, "name": "requestQueryInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "map" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4622 }, "name": "retryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepRetry" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4478 }, "name": "subtypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4494 }, "name": "valueInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4338 }, "name": "allowFailure", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4354 }, "name": "exitIfSucceed", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4370 }, "name": "extractedValuesFromScript", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4391 }, "name": "isCritical", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4407 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4420 }, "name": "requestHeaders", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "map" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4436 }, "name": "requestMetadata", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "map" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4452 }, "name": "requestQuery", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "map" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4468 }, "name": "subtype", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4484 }, "name": "value", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4204 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStep" } ] } } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestApiStepOutputReference" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestBasicauth": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestBasicauth", "kind": "interface", "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1404 }, "name": "SyntheticsTestApiStepRequestBasicauth", "namespace": "syntheticsTest", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#access_key SyntheticsTest#access_key}", "stability": "stable", "summary": "Access key for `SIGV4` authentication." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1410 }, "name": "accessKey", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#access_token_url SyntheticsTest#access_token_url}", "stability": "stable", "summary": "Access token url for `oauth-client` or `oauth-rop` authentication." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1416 }, "name": "accessTokenUrl", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#audience SyntheticsTest#audience}", "stability": "stable", "summary": "Audience for `oauth-client` or `oauth-rop` authentication. Defaults to `\"\"`." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1422 }, "name": "audience", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#client_id SyntheticsTest#client_id}", "stability": "stable", "summary": "Client ID for `oauth-client` or `oauth-rop` authentication." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1428 }, "name": "clientId", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#client_secret SyntheticsTest#client_secret}", "stability": "stable", "summary": "Client secret for `oauth-client` or `oauth-rop` authentication." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1434 }, "name": "clientSecret", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#domain SyntheticsTest#domain}", "stability": "stable", "summary": "Domain for `ntlm` authentication." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1440 }, "name": "domain", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#password SyntheticsTest#password}", "stability": "stable", "summary": "Password for authentication." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1446 }, "name": "password", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#region SyntheticsTest#region}", "stability": "stable", "summary": "Region for `SIGV4` authentication." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1452 }, "name": "region", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#resource SyntheticsTest#resource}", "stability": "stable", "summary": "Resource for `oauth-client` or `oauth-rop` authentication. Defaults to `\"\"`." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1458 }, "name": "resource", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#scope SyntheticsTest#scope}", "stability": "stable", "summary": "Scope for `oauth-client` or `oauth-rop` authentication. Defaults to `\"\"`." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1464 }, "name": "scope", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#secret_key SyntheticsTest#secret_key}", "stability": "stable", "summary": "Secret key for `SIGV4` authentication." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1470 }, "name": "secretKey", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#service_name SyntheticsTest#service_name}", "stability": "stable", "summary": "Service name for `SIGV4` authentication." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1476 }, "name": "serviceName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#session_token SyntheticsTest#session_token}", "stability": "stable", "summary": "Session token for `SIGV4` authentication." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1482 }, "name": "sessionToken", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#token_api_authentication SyntheticsTest#token_api_authentication}", "stability": "stable", "summary": "Token API Authentication for `oauth-client` or `oauth-rop` authentication. Valid values are `header`, `body`." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1488 }, "name": "tokenApiAuthentication", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#type SyntheticsTest#type}", "stability": "stable", "summary": "Type of basic authentication to use when performing the test. Defaults to `\"web\"`." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1494 }, "name": "type", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#username SyntheticsTest#username}", "stability": "stable", "summary": "Username for authentication." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1500 }, "name": "username", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#workstation SyntheticsTest#workstation}", "stability": "stable", "summary": "Workstation for `ntlm` authentication." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1506 }, "name": "workstation", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestApiStepRequestBasicauth" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestBasicauthOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestBasicauthOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1657 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 1650 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1786 }, "name": "resetAccessKey" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1802 }, "name": "resetAccessTokenUrl" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1818 }, "name": "resetAudience" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1834 }, "name": "resetClientId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1850 }, "name": "resetClientSecret" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1866 }, "name": "resetDomain" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1882 }, "name": "resetPassword" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1898 }, "name": "resetRegion" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1914 }, "name": "resetResource" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1930 }, "name": "resetScope" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1946 }, "name": "resetSecretKey" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1962 }, "name": "resetServiceName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1978 }, "name": "resetSessionToken" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1994 }, "name": "resetTokenApiAuthentication" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 2010 }, "name": "resetType" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 2026 }, "name": "resetUsername" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 2042 }, "name": "resetWorkstation" } ], "name": "SyntheticsTestApiStepRequestBasicauthOutputReference", "namespace": "syntheticsTest", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1790 }, "name": "accessKeyInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1806 }, "name": "accessTokenUrlInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1822 }, "name": "audienceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1838 }, "name": "clientIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1854 }, "name": "clientSecretInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1870 }, "name": "domainInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1886 }, "name": "passwordInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1902 }, "name": "regionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1918 }, "name": "resourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1934 }, "name": "scopeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1950 }, "name": "secretKeyInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1966 }, "name": "serviceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1982 }, "name": "sessionTokenInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1998 }, "name": "tokenApiAuthenticationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 2014 }, "name": "typeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 2030 }, "name": "usernameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 2046 }, "name": "workstationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1780 }, "name": "accessKey", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1796 }, "name": "accessTokenUrl", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1812 }, "name": "audience", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1828 }, "name": "clientId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1844 }, "name": "clientSecret", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1860 }, "name": "domain", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1876 }, "name": "password", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1892 }, "name": "region", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1908 }, "name": "resource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1924 }, "name": "scope", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1940 }, "name": "secretKey", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1956 }, "name": "serviceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1972 }, "name": "sessionToken", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1988 }, "name": "tokenApiAuthentication", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 2004 }, "name": "type", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 2020 }, "name": "username", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 2036 }, "name": "workstation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 1661 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestBasicauth" } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestApiStepRequestBasicauthOutputReference" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestClientCertificate": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestClientCertificate", "kind": "interface", "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 2292 }, "name": "SyntheticsTestApiStepRequestClientCertificate", "namespace": "syntheticsTest", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#cert SyntheticsTest#cert}", "stability": "stable", "summary": "cert block." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 2298 }, "name": "cert", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestClientCertificateCert" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#key SyntheticsTest#key}", "stability": "stable", "summary": "key block." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 2304 }, "name": "key", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestClientCertificateKey" } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestApiStepRequestClientCertificate" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestClientCertificateCert": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestClientCertificateCert", "kind": "interface", "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 2050 }, "name": "SyntheticsTestApiStepRequestClientCertificateCert", "namespace": "syntheticsTest", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#content SyntheticsTest#content}", "stability": "stable", "summary": "Content of the certificate." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 2056 }, "name": "content", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#filename SyntheticsTest#filename}", "stability": "stable", "summary": "File name for the certificate. Defaults to `\"Provided in Terraform config\"`." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 2062 }, "name": "filename", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestApiStepRequestClientCertificateCert" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestClientCertificateCertOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestClientCertificateCertOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 2108 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 2101 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 2147 }, "name": "resetContent" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 2163 }, "name": "resetFilename" } ], "name": "SyntheticsTestApiStepRequestClientCertificateCertOutputReference", "namespace": "syntheticsTest", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 2151 }, "name": "contentInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 2167 }, "name": "filenameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 2141 }, "name": "content", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 2157 }, "name": "filename", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 2112 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestClientCertificateCert" } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestApiStepRequestClientCertificateCertOutputReference" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestClientCertificateKey": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestClientCertificateKey", "kind": "interface", "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 2171 }, "name": "SyntheticsTestApiStepRequestClientCertificateKey", "namespace": "syntheticsTest", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#content SyntheticsTest#content}", "stability": "stable", "summary": "Content of the certificate." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 2177 }, "name": "content", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#filename SyntheticsTest#filename}", "stability": "stable", "summary": "File name for the certificate. Defaults to `\"Provided in Terraform config\"`." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 2183 }, "name": "filename", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestApiStepRequestClientCertificateKey" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestClientCertificateKeyOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestClientCertificateKeyOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 2229 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 2222 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 2268 }, "name": "resetContent" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 2284 }, "name": "resetFilename" } ], "name": "SyntheticsTestApiStepRequestClientCertificateKeyOutputReference", "namespace": "syntheticsTest", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 2272 }, "name": "contentInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 2288 }, "name": "filenameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 2262 }, "name": "content", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 2278 }, "name": "filename", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 2233 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestClientCertificateKey" } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestApiStepRequestClientCertificateKeyOutputReference" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestClientCertificateOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestClientCertificateOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 2350 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 2343 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 2386 }, "name": "putCert", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestClientCertificateCert" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 2399 }, "name": "putKey", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestClientCertificateKey" } } ] } ], "name": "SyntheticsTestApiStepRequestClientCertificateOutputReference", "namespace": "syntheticsTest", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 2383 }, "name": "cert", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestClientCertificateCertOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 2396 }, "name": "key", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestClientCertificateKeyOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 2390 }, "name": "certInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestClientCertificateCert" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 2403 }, "name": "keyInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestClientCertificateKey" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 2354 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestClientCertificate" } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestApiStepRequestClientCertificateOutputReference" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestDefinition", "kind": "interface", "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 2407 }, "name": "SyntheticsTestApiStepRequestDefinition", "namespace": "syntheticsTest", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#accept_self_signed SyntheticsTest#accept_self_signed}", "stability": "stable", "summary": "For SSL tests, whether or not the test should allow self signed certificates." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 2413 }, "name": "acceptSelfSigned", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#allow_insecure SyntheticsTest#allow_insecure}", "stability": "stable", "summary": "Allows loading insecure content for a request in an API test or in a multistep API test step." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 2419 }, "name": "allowInsecure", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#body SyntheticsTest#body}", "stability": "stable", "summary": "The request body." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 2425 }, "name": "body", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#body_type SyntheticsTest#body_type}", "stability": "stable", "summary": "Type of the request body. Valid values are `text/plain`, `application/json`, `text/xml`, `text/html`, `application/x-www-form-urlencoded`, `graphql`, `application/octet-stream`, `multipart/form-data`." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 2431 }, "name": "bodyType", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#call_type SyntheticsTest#call_type}", "stability": "stable", "summary": "The type of gRPC call to perform. Valid values are `healthcheck`, `unary`." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 2437 }, "name": "callType", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "If you want your client certificate to be applied on other domains instead, add them in `certificate_domains`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#certificate_domains SyntheticsTest#certificate_domains}", "stability": "stable", "summary": "By default, the client certificate is applied on the domain of the starting URL for browser tests." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 2443 }, "name": "certificateDomains", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#check_certificate_revocation SyntheticsTest#check_certificate_revocation}", "stability": "stable", "summary": "For SSL tests, whether or not the test should fail on revoked certificate in stapled OCSP." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 2449 }, "name": "checkCertificateRevocation", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#disable_aia_intermediate_fetching SyntheticsTest#disable_aia_intermediate_fetching}", "stability": "stable", "summary": "For SSL tests, whether or not the test should disable fetching intermediate certificates from AIA." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 2455 }, "name": "disableAiaIntermediateFetching", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#dns_server SyntheticsTest#dns_server}", "stability": "stable", "summary": "DNS server to use for DNS tests (`subtype = \"dns\"`)." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 2461 }, "name": "dnsServer", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#dns_server_port SyntheticsTest#dns_server_port}", "stability": "stable", "summary": "DNS server port to use for DNS tests." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 2467 }, "name": "dnsServerPort", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#follow_redirects SyntheticsTest#follow_redirects}", "stability": "stable", "summary": "Determines whether or not the API HTTP test should follow redirects." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 2473 }, "name": "followRedirects", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#form SyntheticsTest#form}", "stability": "stable", "summary": "Form data to be sent when `body_type` is `multipart/form-data`." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 2479 }, "name": "form", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "map" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#host SyntheticsTest#host}", "stability": "stable", "summary": "Host name to perform the test with." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 2485 }, "name": "host", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Valid values are `http1`, `http2`, `any`. Defaults to `\"any\"`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#http_version SyntheticsTest#http_version}", "stability": "stable", "summary": "HTTP version to use for an HTTP request in an API test or step." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 2491 }, "name": "httpVersion", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#is_message_base64_encoded SyntheticsTest#is_message_base64_encoded}", "stability": "stable", "summary": "Whether the message is base64-encoded." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 2497 }, "name": "isMessageBase64Encoded", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#message SyntheticsTest#message}", "stability": "stable", "summary": "For gRPC, UDP and websocket tests, message to send with the request." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 2503 }, "name": "message", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Required if `subtype` is `HTTP` or if `subtype` is `grpc` and `callType` is `unary`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#method SyntheticsTest#method}", "stability": "stable", "summary": "Either the HTTP method/verb to use or a gRPC method available on the service set in the `service` field." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 2509 }, "name": "method", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#no_saving_response_body SyntheticsTest#no_saving_response_body}", "stability": "stable", "summary": "Determines whether or not to save the response body." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 2515 }, "name": "noSavingResponseBody", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#number_of_packets SyntheticsTest#number_of_packets}", "stability": "stable", "summary": "Number of pings to use per test for ICMP tests (`subtype = \"icmp\"`) between 0 and 10." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 2521 }, "name": "numberOfPackets", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#persist_cookies SyntheticsTest#persist_cookies}", "stability": "stable", "summary": "Persist cookies across redirects." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 2527 }, "name": "persistCookies", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#plain_proto_file SyntheticsTest#plain_proto_file}", "stability": "stable", "summary": "The content of a proto file as a string." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 2533 }, "name": "plainProtoFile", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#port SyntheticsTest#port}", "stability": "stable", "summary": "Port to use when performing the test." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 2539 }, "name": "port", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#proto_json_descriptor SyntheticsTest#proto_json_descriptor}", "stability": "stable", "summary": "A protobuf JSON descriptor. **Deprecated.** Use `plain_proto_file` instead." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 2545 }, "name": "protoJsonDescriptor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#servername SyntheticsTest#servername}", "stability": "stable", "summary": "For SSL tests, it specifies on which server you want to initiate the TLS handshake, allowing the server to present one of multiple possible certificates on the same IP address and TCP port number." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 2551 }, "name": "servername", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#service SyntheticsTest#service}", "stability": "stable", "summary": "The gRPC service on which you want to perform the gRPC call." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 2557 }, "name": "service", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "For ICMP tests (`subtype = \"icmp\"`).\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#should_track_hops SyntheticsTest#should_track_hops}", "stability": "stable", "summary": "This will turn on a traceroute probe to discover all gateways along the path to the host destination." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 2563 }, "name": "shouldTrackHops", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#timeout SyntheticsTest#timeout}", "stability": "stable", "summary": "Timeout in seconds for the test." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 2569 }, "name": "timeout", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#url SyntheticsTest#url}", "stability": "stable", "summary": "The URL to send the request to." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 2575 }, "name": "url", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestApiStepRequestDefinition" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 2803 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 2796 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 2998 }, "name": "resetAcceptSelfSigned" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3014 }, "name": "resetAllowInsecure" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3030 }, "name": "resetBody" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3046 }, "name": "resetBodyType" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3062 }, "name": "resetCallType" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3078 }, "name": "resetCertificateDomains" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3094 }, "name": "resetCheckCertificateRevocation" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3110 }, "name": "resetDisableAiaIntermediateFetching" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3126 }, "name": "resetDnsServer" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3142 }, "name": "resetDnsServerPort" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3158 }, "name": "resetFollowRedirects" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3174 }, "name": "resetForm" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3190 }, "name": "resetHost" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3206 }, "name": "resetHttpVersion" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3222 }, "name": "resetIsMessageBase64Encoded" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3238 }, "name": "resetMessage" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3254 }, "name": "resetMethod" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3270 }, "name": "resetNoSavingResponseBody" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3286 }, "name": "resetNumberOfPackets" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3302 }, "name": "resetPersistCookies" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3318 }, "name": "resetPlainProtoFile" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3334 }, "name": "resetPort" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3350 }, "name": "resetProtoJsonDescriptor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3366 }, "name": "resetServername" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3382 }, "name": "resetService" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3398 }, "name": "resetShouldTrackHops" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3414 }, "name": "resetTimeout" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3430 }, "name": "resetUrl" } ], "name": "SyntheticsTestApiStepRequestDefinitionOutputReference", "namespace": "syntheticsTest", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3002 }, "name": "acceptSelfSignedInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3018 }, "name": "allowInsecureInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3034 }, "name": "bodyInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3050 }, "name": "bodyTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3066 }, "name": "callTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3082 }, "name": "certificateDomainsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3098 }, "name": "checkCertificateRevocationInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3114 }, "name": "disableAiaIntermediateFetchingInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3130 }, "name": "dnsServerInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3146 }, "name": "dnsServerPortInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3162 }, "name": "followRedirectsInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3178 }, "name": "formInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "map" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3194 }, "name": "hostInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3210 }, "name": "httpVersionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3226 }, "name": "isMessageBase64EncodedInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3242 }, "name": "messageInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3258 }, "name": "methodInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3274 }, "name": "noSavingResponseBodyInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3290 }, "name": "numberOfPacketsInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3306 }, "name": "persistCookiesInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3322 }, "name": "plainProtoFileInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3338 }, "name": "portInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3354 }, "name": "protoJsonDescriptorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3370 }, "name": "servernameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3386 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3402 }, "name": "shouldTrackHopsInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3418 }, "name": "timeoutInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3434 }, "name": "urlInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 2992 }, "name": "acceptSelfSigned", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3008 }, "name": "allowInsecure", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3024 }, "name": "body", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3040 }, "name": "bodyType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3056 }, "name": "callType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3072 }, "name": "certificateDomains", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3088 }, "name": "checkCertificateRevocation", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3104 }, "name": "disableAiaIntermediateFetching", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3120 }, "name": "dnsServer", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3136 }, "name": "dnsServerPort", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3152 }, "name": "followRedirects", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3168 }, "name": "form", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "map" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3184 }, "name": "host", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3200 }, "name": "httpVersion", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3216 }, "name": "isMessageBase64Encoded", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3232 }, "name": "message", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3248 }, "name": "method", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3264 }, "name": "noSavingResponseBody", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3280 }, "name": "numberOfPackets", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3296 }, "name": "persistCookies", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3312 }, "name": "plainProtoFile", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3328 }, "name": "port", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3344 }, "name": "protoJsonDescriptor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3360 }, "name": "servername", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3376 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3392 }, "name": "shouldTrackHops", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3408 }, "name": "timeout", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3424 }, "name": "url", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 2807 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestDefinition" } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestApiStepRequestDefinitionOutputReference" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestFile": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestFile", "kind": "interface", "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3438 }, "name": "SyntheticsTestApiStepRequestFile", "namespace": "syntheticsTest", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#name SyntheticsTest#name}", "stability": "stable", "summary": "Name of the file." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3450 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#size SyntheticsTest#size}", "stability": "stable", "summary": "Size of the file." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3462 }, "name": "size", "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#type SyntheticsTest#type}", "stability": "stable", "summary": "Type of the file." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3468 }, "name": "type", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#content SyntheticsTest#content}", "stability": "stable", "summary": "Content of the file." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3444 }, "name": "content", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#original_file_name SyntheticsTest#original_file_name}", "stability": "stable", "summary": "Original name of the file." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3456 }, "name": "originalFileName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestApiStepRequestFile" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestFileList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestFileList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3681 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3673 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3688 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestFileOutputReference" } } } ], "name": "SyntheticsTestApiStepRequestFileList", "namespace": "syntheticsTest", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3681 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3681 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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/index.ts", "line": 3681 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3674 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestFile" }, "kind": "array" } } ] } } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestApiStepRequestFileList" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestFileOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestFileOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3538 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3528 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3609 }, "name": "resetContent" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3638 }, "name": "resetOriginalFileName" } ], "name": "SyntheticsTestApiStepRequestFileOutputReference", "namespace": "syntheticsTest", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3597 }, "name": "bucketKey", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3613 }, "name": "contentInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3626 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3642 }, "name": "originalFileNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3655 }, "name": "sizeInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3668 }, "name": "typeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3603 }, "name": "content", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3619 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3632 }, "name": "originalFileName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3648 }, "name": "size", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3661 }, "name": "type", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3542 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestFile" } ] } } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestApiStepRequestFileOutputReference" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestProxy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestProxy", "kind": "interface", "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3692 }, "name": "SyntheticsTestApiStepRequestProxy", "namespace": "syntheticsTest", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#url SyntheticsTest#url}", "stability": "stable", "summary": "URL of the proxy to perform the test." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3704 }, "name": "url", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#headers SyntheticsTest#headers}", "stability": "stable", "summary": "Header name and value map." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3698 }, "name": "headers", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "map" } } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestApiStepRequestProxy" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestProxyOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestProxyOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3750 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 3743 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3789 }, "name": "resetHeaders" } ], "name": "SyntheticsTestApiStepRequestProxyOutputReference", "namespace": "syntheticsTest", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3793 }, "name": "headersInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "map" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3806 }, "name": "urlInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3783 }, "name": "headers", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "map" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3799 }, "name": "url", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3754 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestProxy" } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestApiStepRequestProxyOutputReference" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepRetry": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepRetry", "kind": "interface", "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3810 }, "name": "SyntheticsTestApiStepRetry", "namespace": "syntheticsTest", "properties": [ { "abstract": true, "docs": { "remarks": "Maximum value: `3` for `api` tests, `2` for `browser` and `mobile` tests. Defaults to `0`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#count SyntheticsTest#count}", "stability": "stable", "summary": "Number of retries needed to consider a location as failed before sending a notification alert." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3816 }, "name": "count", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#interval SyntheticsTest#interval}", "stability": "stable", "summary": "Interval between a failed test and the next retry in milliseconds. Maximum value: `5000`. Defaults to `300`." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3822 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestApiStepRetry" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepRetryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepRetryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3868 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 3861 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3907 }, "name": "resetCount" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3923 }, "name": "resetInterval" } ], "name": "SyntheticsTestApiStepRetryOutputReference", "namespace": "syntheticsTest", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3911 }, "name": "countInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3927 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3901 }, "name": "count", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3917 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 3872 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStepRetry" } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestApiStepRetryOutputReference" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestAssertion": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestAssertion", "kind": "interface", "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5099 }, "name": "SyntheticsTestAssertion", "namespace": "syntheticsTest", "properties": [ { "abstract": true, "docs": { "remarks": "**Note:** Only some combinations of `type` and `operator` are valid. Refer to `config.assertions` in the [Datadog API reference](https://docs.datadoghq.com/api/latest/synthetics/#create-an-api-test). Valid values are `body`, `header`, `statusCode`, `certificate`, `responseTime`, `property`, `recordEvery`, `recordSome`, `tlsVersion`, `minTlsVersion`, `latency`, `packetLossPercentage`, `packetsReceived`, `networkHop`, `receivedMessage`, `grpcHealthcheckStatus`, `grpcMetadata`, `grpcProto`, `connection`, `bodyHash`, `javascript`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#type SyntheticsTest#type}", "stability": "stable", "summary": "Type of assertion." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5135 }, "name": "type", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#code SyntheticsTest#code}", "stability": "stable", "summary": "If assertion type is `javascript`, this is the JavaScript code that performs the assertions." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5105 }, "name": "code", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "**Note:** Only some combinations of `type` and `operator` are valid. Refer to `config.assertions` in the [Datadog API reference](https://docs.datadoghq.com/api/latest/synthetics/#create-an-api-test).\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#operator SyntheticsTest#operator}", "stability": "stable", "summary": "Assertion operator." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5111 }, "name": "operator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/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/index.ts", "line": 5117 }, "name": "property", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#target SyntheticsTest#target}", "stability": "stable", "summary": "Expected value. **Note:** Depends on the assertion type. Refer to `config.assertions` in the [Datadog API reference](https://docs.datadoghq.com/api/latest/synthetics/#create-an-api-test)." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5123 }, "name": "target", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#targetjsonpath SyntheticsTest#targetjsonpath}", "stability": "stable", "summary": "targetjsonpath block." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5141 }, "name": "targetjsonpath", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestAssertionTargetjsonpath" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#targetjsonschema SyntheticsTest#targetjsonschema}", "stability": "stable", "summary": "targetjsonschema block." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5147 }, "name": "targetjsonschema", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestAssertionTargetjsonschema" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#targetxpath SyntheticsTest#targetxpath}", "stability": "stable", "summary": "targetxpath block." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5153 }, "name": "targetxpath", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestAssertionTargetxpath" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#timings_scope SyntheticsTest#timings_scope}", "stability": "stable", "summary": "Timings scope for response time assertions. Valid values are `all`, `withoutDNS`." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5129 }, "name": "timingsScope", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestAssertion" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestAssertionList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestAssertionList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5483 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5475 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5490 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestAssertionOutputReference" } } } ], "name": "SyntheticsTestAssertionList", "namespace": "syntheticsTest", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5483 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5483 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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/index.ts", "line": 5483 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5476 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestAssertion" }, "kind": "array" } } ] } } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestAssertionList" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestAssertionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestAssertionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5251 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5241 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5431 }, "name": "putTargetjsonpath", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestAssertionTargetjsonpath" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5447 }, "name": "putTargetjsonschema", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestAssertionTargetjsonschema" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5463 }, "name": "putTargetxpath", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestAssertionTargetxpath" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5341 }, "name": "resetCode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5357 }, "name": "resetOperator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5373 }, "name": "resetProperty" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5389 }, "name": "resetTarget" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5434 }, "name": "resetTargetjsonpath" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5450 }, "name": "resetTargetjsonschema" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5466 }, "name": "resetTargetxpath" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5405 }, "name": "resetTimingsScope" } ], "name": "SyntheticsTestAssertionOutputReference", "namespace": "syntheticsTest", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5428 }, "name": "targetjsonpath", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestAssertionTargetjsonpathOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5444 }, "name": "targetjsonschema", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestAssertionTargetjsonschemaOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5460 }, "name": "targetxpath", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestAssertionTargetxpathOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5345 }, "name": "codeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5361 }, "name": "operatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5377 }, "name": "propertyInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5393 }, "name": "targetInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5438 }, "name": "targetjsonpathInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestAssertionTargetjsonpath" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5454 }, "name": "targetjsonschemaInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestAssertionTargetjsonschema" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5470 }, "name": "targetxpathInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestAssertionTargetxpath" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5409 }, "name": "timingsScopeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5422 }, "name": "typeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5335 }, "name": "code", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5351 }, "name": "operator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5367 }, "name": "property", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5383 }, "name": "target", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5399 }, "name": "timingsScope", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5415 }, "name": "type", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5255 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestAssertion" } ] } } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestAssertionOutputReference" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestAssertionTargetjsonpath": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestAssertionTargetjsonpath", "kind": "interface", "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4646 }, "name": "SyntheticsTestAssertionTargetjsonpath", "namespace": "syntheticsTest", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#jsonpath SyntheticsTest#jsonpath}", "stability": "stable", "summary": "The JSON path to assert." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4658 }, "name": "jsonpath", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#operator SyntheticsTest#operator}", "stability": "stable", "summary": "The specific operator to use on the path." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4664 }, "name": "operator", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Select from `firstElementMatches` (the first element in the list), `everyElementMatches` (every element in the list), `atLeastOneElementMatches` (at least one element in the list), or `serializationMatches` (the serialized value of the list). Defaults to `\"firstElementMatches\"`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#elementsoperator SyntheticsTest#elementsoperator}", "stability": "stable", "summary": "The element from the list of results to assert on." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4652 }, "name": "elementsoperator", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#targetvalue SyntheticsTest#targetvalue}", "stability": "stable", "summary": "Expected matching value." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4670 }, "name": "targetvalue", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestAssertionTargetjsonpath" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestAssertionTargetjsonpathOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestAssertionTargetjsonpathOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4730 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 4723 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4781 }, "name": "resetElementsoperator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4823 }, "name": "resetTargetvalue" } ], "name": "SyntheticsTestAssertionTargetjsonpathOutputReference", "namespace": "syntheticsTest", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4785 }, "name": "elementsoperatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4798 }, "name": "jsonpathInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4811 }, "name": "operatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4827 }, "name": "targetvalueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4775 }, "name": "elementsoperator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4791 }, "name": "jsonpath", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4804 }, "name": "operator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4817 }, "name": "targetvalue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4734 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestAssertionTargetjsonpath" } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestAssertionTargetjsonpathOutputReference" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestAssertionTargetjsonschema": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestAssertionTargetjsonschema", "kind": "interface", "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4831 }, "name": "SyntheticsTestAssertionTargetjsonschema", "namespace": "syntheticsTest", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#jsonschema SyntheticsTest#jsonschema}", "stability": "stable", "summary": "The JSON Schema to validate the body against." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4837 }, "name": "jsonschema", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#metaschema SyntheticsTest#metaschema}", "stability": "stable", "summary": "The meta schema to use for the JSON Schema. Defaults to `\"draft-07\"`." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4843 }, "name": "metaschema", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestAssertionTargetjsonschema" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestAssertionTargetjsonschemaOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestAssertionTargetjsonschemaOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4889 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 4882 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4941 }, "name": "resetMetaschema" } ], "name": "SyntheticsTestAssertionTargetjsonschemaOutputReference", "namespace": "syntheticsTest", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4929 }, "name": "jsonschemaInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4945 }, "name": "metaschemaInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4922 }, "name": "jsonschema", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4935 }, "name": "metaschema", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4893 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestAssertionTargetjsonschema" } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestAssertionTargetjsonschemaOutputReference" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestAssertionTargetxpath": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestAssertionTargetxpath", "kind": "interface", "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4949 }, "name": "SyntheticsTestAssertionTargetxpath", "namespace": "syntheticsTest", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#operator SyntheticsTest#operator}", "stability": "stable", "summary": "The specific operator to use on the path." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4955 }, "name": "operator", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#xpath SyntheticsTest#xpath}", "stability": "stable", "summary": "The xpath to assert." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4967 }, "name": "xpath", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#targetvalue SyntheticsTest#targetvalue}", "stability": "stable", "summary": "Expected matching value." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 4961 }, "name": "targetvalue", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestAssertionTargetxpath" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestAssertionTargetxpathOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestAssertionTargetxpathOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5020 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 5013 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5078 }, "name": "resetTargetvalue" } ], "name": "SyntheticsTestAssertionTargetxpathOutputReference", "namespace": "syntheticsTest", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5066 }, "name": "operatorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5082 }, "name": "targetvalueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5095 }, "name": "xpathInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5059 }, "name": "operator", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5072 }, "name": "targetvalue", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5088 }, "name": "xpath", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5024 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestAssertionTargetxpath" } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestAssertionTargetxpathOutputReference" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestBrowserStep": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestBrowserStep", "kind": "interface", "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6861 }, "name": "SyntheticsTestBrowserStep", "namespace": "syntheticsTest", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#name SyntheticsTest#name}", "stability": "stable", "summary": "Name of the step." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6903 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#params SyntheticsTest#params}", "stability": "stable", "summary": "params block." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6927 }, "name": "params", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParams" } }, { "abstract": true, "docs": { "remarks": "Valid values are `assertCurrentUrl`, `assertElementAttribute`, `assertElementContent`, `assertElementPresent`, `assertEmail`, `assertFileDownload`, `assertFromJavascript`, `assertPageContains`, `assertPageLacks`, `assertRequests`, `click`, `extractFromJavascript`, `extractFromEmailBody`, `extractVariable`, `goToEmailLink`, `goToUrl`, `goToUrlAndMeasureTti`, `hover`, `playSubTest`, `pressKey`, `refresh`, `runApiTest`, `scroll`, `selectOption`, `typeText`, `uploadFiles`, `wait`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#type SyntheticsTest#type}", "stability": "stable", "summary": "Type of the step." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6921 }, "name": "type", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#allow_failure SyntheticsTest#allow_failure}", "stability": "stable", "summary": "Determines if the step should be allowed to fail." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6867 }, "name": "allowFailure", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#always_execute SyntheticsTest#always_execute}", "stability": "stable", "summary": "Determines whether or not to always execute this step even if the previous step failed or was skipped." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6873 }, "name": "alwaysExecute", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#exit_if_succeed SyntheticsTest#exit_if_succeed}", "stability": "stable", "summary": "Determines whether or not to exit the test if the step succeeds." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6879 }, "name": "exitIfSucceed", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#force_element_update SyntheticsTest#force_element_update}", "stability": "stable", "summary": "Force update of the \"element\" parameter for the step." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6885 }, "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://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#is_critical SyntheticsTest#is_critical}", "stability": "stable", "summary": "Determines whether or not to consider the entire test as failed if this step fails." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6891 }, "name": "isCritical", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#local_key SyntheticsTest#local_key}", "stability": "stable", "summary": "A unique identifier used to track steps after reordering." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6897 }, "name": "localKey", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#no_screenshot SyntheticsTest#no_screenshot}", "stability": "stable", "summary": "Prevents saving screenshots of the step." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6909 }, "name": "noScreenshot", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#timeout SyntheticsTest#timeout}", "stability": "stable", "summary": "Used to override the default timeout of a step." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6915 }, "name": "timeout", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestBrowserStep" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7314 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7306 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7321 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepOutputReference" } } } ], "name": "SyntheticsTestBrowserStepList", "namespace": "syntheticsTest", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7314 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7314 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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/index.ts", "line": 7314 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7307 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestBrowserStep" }, "kind": "array" } } ] } } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestBrowserStepList" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7039 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7029 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7297 }, "name": "putParams", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParams" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7141 }, "name": "resetAllowFailure" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7157 }, "name": "resetAlwaysExecute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7173 }, "name": "resetExitIfSucceed" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7189 }, "name": "resetForceElementUpdate" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7205 }, "name": "resetIsCritical" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7221 }, "name": "resetLocalKey" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7250 }, "name": "resetNoScreenshot" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7271 }, "name": "resetTimeout" } ], "name": "SyntheticsTestBrowserStepOutputReference", "namespace": "syntheticsTest", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7294 }, "name": "params", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParamsOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7259 }, "name": "publicId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7145 }, "name": "allowFailureInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7161 }, "name": "alwaysExecuteInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7177 }, "name": "exitIfSucceedInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7193 }, "name": "forceElementUpdateInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7209 }, "name": "isCriticalInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7225 }, "name": "localKeyInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7238 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7254 }, "name": "noScreenshotInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7301 }, "name": "paramsInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParams" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7275 }, "name": "timeoutInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7288 }, "name": "typeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7135 }, "name": "allowFailure", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7151 }, "name": "alwaysExecute", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7167 }, "name": "exitIfSucceed", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7183 }, "name": "forceElementUpdate", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7199 }, "name": "isCritical", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7215 }, "name": "localKey", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7231 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7244 }, "name": "noScreenshot", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7265 }, "name": "timeout", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7281 }, "name": "type", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7043 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestBrowserStep" } ] } } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestBrowserStepOutputReference" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParams": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParams", "kind": "interface", "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6005 }, "name": "SyntheticsTestBrowserStepParams", "namespace": "syntheticsTest", "properties": [ { "abstract": true, "docs": { "remarks": "By default, content is cleared before text input.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#append_to_content SyntheticsTest#append_to_content}", "stability": "stable", "summary": "Whether to append the `value` to existing text input content for a \"typeText\" step." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6011 }, "name": "appendToContent", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#attribute SyntheticsTest#attribute}", "stability": "stable", "summary": "Name of the attribute to use for an \"assert attribute\" step." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6017 }, "name": "attribute", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Valid values are `equals`, `notEquals`, `contains`, `notContains`, `startsWith`, `notStartsWith`, `greater`, `lower`, `greaterEquals`, `lowerEquals`, `matchRegex`, `between`, `isEmpty`, `notIsEmpty`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#check SyntheticsTest#check}", "stability": "stable", "summary": "Check type to use for an assertion step." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6023 }, "name": "check", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#click_type SyntheticsTest#click_type}", "stability": "stable", "summary": "Type of click to use for a \"click\" step." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6029 }, "name": "clickType", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#click_with_javascript SyntheticsTest#click_with_javascript}", "stability": "stable", "summary": "Whether to use `element.click()` for a \"click\" step. This is a more reliable way to interact with elements but does not emulate a real user interaction." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6035 }, "name": "clickWithJavascript", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#code SyntheticsTest#code}", "stability": "stable", "summary": "Javascript code to use for the step." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6041 }, "name": "code", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#delay SyntheticsTest#delay}", "stability": "stable", "summary": "Delay between each key stroke for a \"type test\" step." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6047 }, "name": "delay", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Refer to the examples for a usage example showing the schema.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#element SyntheticsTest#element}", "stability": "stable", "summary": "Element to use for the step, JSON encoded string." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6053 }, "name": "element", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#element_user_locator SyntheticsTest#element_user_locator}", "stability": "stable", "summary": "element_user_locator block." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6131 }, "name": "elementUserLocator", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParamsElementUserLocator" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#email SyntheticsTest#email}", "stability": "stable", "summary": "Details of the email for an \"assert email\" step, JSON encoded string." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6059 }, "name": "email", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Refer to the examples for a usage example showing the schema.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#file SyntheticsTest#file}", "stability": "stable", "summary": "JSON encoded string used for an \"assert download\" step." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6065 }, "name": "file", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Refer to the examples for a usage example showing the schema.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#files SyntheticsTest#files}", "stability": "stable", "summary": "Details of the files for an \"upload files\" step, JSON encoded string." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6071 }, "name": "files", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#modifiers SyntheticsTest#modifiers}", "stability": "stable", "summary": "Modifier to use for a \"press key\" step." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6077 }, "name": "modifiers", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#pattern SyntheticsTest#pattern}", "stability": "stable", "summary": "pattern block." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6137 }, "name": "pattern", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParamsPattern" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#playing_tab_id SyntheticsTest#playing_tab_id}", "stability": "stable", "summary": "ID of the tab to play the subtest." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6083 }, "name": "playingTabId", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#request SyntheticsTest#request}", "stability": "stable", "summary": "Request for an API step." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6089 }, "name": "request", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Refer to the examples for a usage example showing the schema.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#requests SyntheticsTest#requests}", "stability": "stable", "summary": "Details of the requests for an \"assert request\" step, JSON encoded string." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6095 }, "name": "requests", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#subtest_public_id SyntheticsTest#subtest_public_id}", "stability": "stable", "summary": "ID of the Synthetics test to use as subtest." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6101 }, "name": "subtestPublicId", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#value SyntheticsTest#value}", "stability": "stable", "summary": "Value of the step." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6107 }, "name": "value", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#variable SyntheticsTest#variable}", "stability": "stable", "summary": "variable block." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6143 }, "name": "variable", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParamsVariable" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#with_click SyntheticsTest#with_click}", "stability": "stable", "summary": "For \"file upload\" steps." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6113 }, "name": "withClick", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#x SyntheticsTest#x}", "stability": "stable", "summary": "X coordinates for a \"scroll step\"." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6119 }, "name": "x", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#y SyntheticsTest#y}", "stability": "stable", "summary": "Y coordinates for a \"scroll step\"." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6125 }, "name": "y", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestBrowserStepParams" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParamsElementUserLocator": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParamsElementUserLocator", "kind": "interface", "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5610 }, "name": "SyntheticsTestBrowserStepParamsElementUserLocator", "namespace": "syntheticsTest", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#value SyntheticsTest#value}", "stability": "stable", "summary": "value block." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5622 }, "name": "value", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParamsElementUserLocatorValue" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#fail_test_on_cannot_locate SyntheticsTest#fail_test_on_cannot_locate}", "stability": "stable", "summary": "Defaults to `false`." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5616 }, "name": "failTestOnCannotLocate", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestBrowserStepParamsElementUserLocator" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParamsElementUserLocatorOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParamsElementUserLocatorOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5668 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 5661 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5720 }, "name": "putValue", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParamsElementUserLocatorValue" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5707 }, "name": "resetFailTestOnCannotLocate" } ], "name": "SyntheticsTestBrowserStepParamsElementUserLocatorOutputReference", "namespace": "syntheticsTest", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5717 }, "name": "value", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParamsElementUserLocatorValueOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5711 }, "name": "failTestOnCannotLocateInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5724 }, "name": "valueInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParamsElementUserLocatorValue" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5701 }, "name": "failTestOnCannotLocate", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5672 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParamsElementUserLocator" } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestBrowserStepParamsElementUserLocatorOutputReference" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParamsElementUserLocatorValue": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParamsElementUserLocatorValue", "kind": "interface", "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5494 }, "name": "SyntheticsTestBrowserStepParamsElementUserLocatorValue", "namespace": "syntheticsTest", "properties": [ { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#value SyntheticsTest#value}." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5504 }, "name": "value", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#type SyntheticsTest#type}", "stability": "stable", "summary": "Defaults to `\"css\"`." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5500 }, "name": "type", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestBrowserStepParamsElementUserLocatorValue" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParamsElementUserLocatorValueOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParamsElementUserLocatorValueOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5550 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 5543 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5589 }, "name": "resetType" } ], "name": "SyntheticsTestBrowserStepParamsElementUserLocatorValueOutputReference", "namespace": "syntheticsTest", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5593 }, "name": "typeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5606 }, "name": "valueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5583 }, "name": "type", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5599 }, "name": "value", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5554 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParamsElementUserLocatorValue" } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestBrowserStepParamsElementUserLocatorValueOutputReference" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParamsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParamsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6336 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 6329 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6818 }, "name": "putElementUserLocator", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParamsElementUserLocator" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6834 }, "name": "putPattern", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParamsPattern" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6850 }, "name": "putVariable", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParamsVariable" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6501 }, "name": "resetAppendToContent" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6517 }, "name": "resetAttribute" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6533 }, "name": "resetCheck" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6549 }, "name": "resetClickType" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6565 }, "name": "resetClickWithJavascript" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6581 }, "name": "resetCode" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6597 }, "name": "resetDelay" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6613 }, "name": "resetElement" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6821 }, "name": "resetElementUserLocator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6629 }, "name": "resetEmail" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6645 }, "name": "resetFile" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6661 }, "name": "resetFiles" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6677 }, "name": "resetModifiers" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6837 }, "name": "resetPattern" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6693 }, "name": "resetPlayingTabId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6709 }, "name": "resetRequest" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6725 }, "name": "resetRequests" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6741 }, "name": "resetSubtestPublicId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6757 }, "name": "resetValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6853 }, "name": "resetVariable" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6773 }, "name": "resetWithClick" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6789 }, "name": "resetX" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6805 }, "name": "resetY" } ], "name": "SyntheticsTestBrowserStepParamsOutputReference", "namespace": "syntheticsTest", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6815 }, "name": "elementUserLocator", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParamsElementUserLocatorOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6831 }, "name": "pattern", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParamsPatternOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6847 }, "name": "variable", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParamsVariableOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6505 }, "name": "appendToContentInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6521 }, "name": "attributeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6537 }, "name": "checkInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6553 }, "name": "clickTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6569 }, "name": "clickWithJavascriptInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6585 }, "name": "codeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6601 }, "name": "delayInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6617 }, "name": "elementInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6825 }, "name": "elementUserLocatorInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParamsElementUserLocator" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6633 }, "name": "emailInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6649 }, "name": "fileInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6665 }, "name": "filesInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6681 }, "name": "modifiersInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6841 }, "name": "patternInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParamsPattern" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6697 }, "name": "playingTabIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6713 }, "name": "requestInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6729 }, "name": "requestsInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6745 }, "name": "subtestPublicIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6761 }, "name": "valueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6857 }, "name": "variableInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParamsVariable" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6777 }, "name": "withClickInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6793 }, "name": "xInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6809 }, "name": "yInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6495 }, "name": "appendToContent", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6511 }, "name": "attribute", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6527 }, "name": "check", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6543 }, "name": "clickType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6559 }, "name": "clickWithJavascript", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6575 }, "name": "code", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6591 }, "name": "delay", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6607 }, "name": "element", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6623 }, "name": "email", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6639 }, "name": "file", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6655 }, "name": "files", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6671 }, "name": "modifiers", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6687 }, "name": "playingTabId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6703 }, "name": "request", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6719 }, "name": "requests", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6735 }, "name": "subtestPublicId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6751 }, "name": "value", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6767 }, "name": "withClick", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6783 }, "name": "x", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6799 }, "name": "y", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6340 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParams" } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestBrowserStepParamsOutputReference" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParamsPattern": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParamsPattern", "kind": "interface", "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5728 }, "name": "SyntheticsTestBrowserStepParamsPattern", "namespace": "syntheticsTest", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#type SyntheticsTest#type}", "stability": "stable", "summary": "Type of pattern to use for the step. Valid values are `regex`, `x_path`." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5734 }, "name": "type", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#value SyntheticsTest#value}", "stability": "stable", "summary": "Pattern to use for the step." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5740 }, "name": "value", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestBrowserStepParamsPattern" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParamsPatternOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParamsPatternOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5786 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 5779 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5825 }, "name": "resetType" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5841 }, "name": "resetValue" } ], "name": "SyntheticsTestBrowserStepParamsPatternOutputReference", "namespace": "syntheticsTest", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5829 }, "name": "typeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5845 }, "name": "valueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5819 }, "name": "type", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5835 }, "name": "value", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5790 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParamsPattern" } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestBrowserStepParamsPatternOutputReference" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParamsVariable": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParamsVariable", "kind": "interface", "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5849 }, "name": "SyntheticsTestBrowserStepParamsVariable", "namespace": "syntheticsTest", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#example SyntheticsTest#example}", "stability": "stable", "summary": "Example of the extracted variable. Defaults to `\"\"`." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5855 }, "name": "example", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#name SyntheticsTest#name}", "stability": "stable", "summary": "Name of the extracted variable." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5861 }, "name": "name", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#secure SyntheticsTest#secure}", "stability": "stable", "summary": "Whether the value of this variable will be obfuscated in test results. Defaults to `false`." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5867 }, "name": "secure", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestBrowserStepParamsVariable" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParamsVariableOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParamsVariableOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5920 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 5913 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5965 }, "name": "resetExample" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5981 }, "name": "resetName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5997 }, "name": "resetSecure" } ], "name": "SyntheticsTestBrowserStepParamsVariableOutputReference", "namespace": "syntheticsTest", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5969 }, "name": "exampleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5985 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 6001 }, "name": "secureInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5959 }, "name": "example", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5975 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5991 }, "name": "secure", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 5924 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParamsVariable" } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestBrowserStepParamsVariableOutputReference" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestBrowserVariable": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestBrowserVariable", "kind": "interface", "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7325 }, "name": "SyntheticsTestBrowserVariable", "namespace": "syntheticsTest", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#name SyntheticsTest#name}", "stability": "stable", "summary": "Name of the variable." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7346 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#type SyntheticsTest#type}", "stability": "stable", "summary": "Type of browser test variable. Valid values are `element`, `email`, `global`, `text`." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7364 }, "name": "type", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#example SyntheticsTest#example}", "stability": "stable", "summary": "Example for the variable. Defaults to `\"\"`." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7331 }, "name": "example", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "This is actually only used (and required) in the case of using a variable of type `global`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#id SyntheticsTest#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "ID of the global variable to use." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7340 }, "name": "id", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#pattern SyntheticsTest#pattern}", "stability": "stable", "summary": "Pattern of the variable. Defaults to `\"\"`." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7352 }, "name": "pattern", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Can only be used with a browser variable of type `text`\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#secure SyntheticsTest#secure}", "stability": "stable", "summary": "Determines whether or not the browser test variable is obfuscated." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7358 }, "name": "secure", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestBrowserVariable" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestBrowserVariableList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestBrowserVariableList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7604 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7596 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7611 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestBrowserVariableOutputReference" } } } ], "name": "SyntheticsTestBrowserVariableList", "namespace": "syntheticsTest", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7604 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7604 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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/index.ts", "line": 7604 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7597 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestBrowserVariable" }, "kind": "array" } } ] } } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestBrowserVariableList" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestBrowserVariableOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestBrowserVariableOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7441 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7431 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7513 }, "name": "resetExample" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7529 }, "name": "resetId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7558 }, "name": "resetPattern" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7574 }, "name": "resetSecure" } ], "name": "SyntheticsTestBrowserVariableOutputReference", "namespace": "syntheticsTest", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7517 }, "name": "exampleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7533 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7546 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7562 }, "name": "patternInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7578 }, "name": "secureInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7591 }, "name": "typeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7507 }, "name": "example", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7523 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7539 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7552 }, "name": "pattern", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7568 }, "name": "secure", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7584 }, "name": "type", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7445 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestBrowserVariable" } ] } } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestBrowserVariableOutputReference" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14 }, "name": "SyntheticsTestConfig", "namespace": "syntheticsTest", "properties": [ { "abstract": true, "docs": { "remarks": "Refer to [the Datadog Synthetics location data source](https://registry.terraform.io/providers/DataDog/datadog/latest/docs/data-sources/synthetics_locations) to retrieve the list of locations or find the possible values listed in [this API response](https://app.datadoghq.com/api/v1/synthetics/locations?only_public=true).\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#locations SyntheticsTest#locations}", "stability": "stable", "summary": "Array of locations used to run the test." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 45 }, "name": "locations", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#name SyntheticsTest#name}", "stability": "stable", "summary": "Name of Datadog synthetics test." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 57 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#status SyntheticsTest#status}", "stability": "stable", "summary": "Define whether you want to start (`live`) or pause (`paused`) a Synthetic test. Valid values are `live`, `paused`." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 87 }, "name": "status", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#type SyntheticsTest#type}", "stability": "stable", "summary": "Synthetics test type. Valid values are `api`, `browser`, `mobile`." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 105 }, "name": "type", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#api_step SyntheticsTest#api_step}", "stability": "stable", "summary": "api_step block." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 117 }, "name": "apiStep", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestApiStep" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#assertion SyntheticsTest#assertion}", "stability": "stable", "summary": "assertion block." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 123 }, "name": "assertion", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestAssertion" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#browser_step SyntheticsTest#browser_step}", "stability": "stable", "summary": "browser_step block." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 129 }, "name": "browserStep", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestBrowserStep" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#browser_variable SyntheticsTest#browser_variable}", "stability": "stable", "summary": "browser_variable block." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 135 }, "name": "browserVariable", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestBrowserVariable" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#config_initial_application_arguments SyntheticsTest#config_initial_application_arguments}", "stability": "stable", "summary": "Initial application arguments for the mobile test." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 20 }, "name": "configInitialApplicationArguments", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "map" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#config_variable SyntheticsTest#config_variable}", "stability": "stable", "summary": "config_variable block." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 141 }, "name": "configVariable", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestConfigVariable" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#device_ids SyntheticsTest#device_ids}", "stability": "stable", "summary": "Required if `type = \"browser\"`. Array with the different device IDs used to run the test." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 26 }, "name": "deviceIds", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#force_delete_dependencies SyntheticsTest#force_delete_dependencies}", "stability": "stable", "summary": "A boolean indicating whether this synthetics test can be deleted even if it's referenced by other resources (for example, SLOs and composite monitors)." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 32 }, "name": "forceDeleteDependencies", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "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://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#id SyntheticsTest#id}." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 39 }, "name": "id", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Email notifications can be sent to specific users by using the same `@username` notation as events. Defaults to `\"\"`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#message SyntheticsTest#message}", "stability": "stable", "summary": "A message to include with notifications for this synthetics test." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 51 }, "name": "message", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#mobile_options_list SyntheticsTest#mobile_options_list}", "stability": "stable", "summary": "mobile_options_list block." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 147 }, "name": "mobileOptionsList", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListStruct" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#mobile_step SyntheticsTest#mobile_step}", "stability": "stable", "summary": "mobile_step block." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 153 }, "name": "mobileStep", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileStep" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#options_list SyntheticsTest#options_list}", "stability": "stable", "summary": "options_list block." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 159 }, "name": "optionsList", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestOptionsListStruct" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#request_basicauth SyntheticsTest#request_basicauth}", "stability": "stable", "summary": "request_basicauth block." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 165 }, "name": "requestBasicauth", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestRequestBasicauth" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#request_client_certificate SyntheticsTest#request_client_certificate}", "stability": "stable", "summary": "request_client_certificate block." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 171 }, "name": "requestClientCertificate", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestRequestClientCertificate" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#request_definition SyntheticsTest#request_definition}", "stability": "stable", "summary": "request_definition block." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 177 }, "name": "requestDefinition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestRequestDefinition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#request_file SyntheticsTest#request_file}", "stability": "stable", "summary": "request_file block." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 183 }, "name": "requestFile", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestRequestFile" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#request_headers SyntheticsTest#request_headers}", "stability": "stable", "summary": "Header name and value map." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 63 }, "name": "requestHeaders", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "map" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#request_metadata SyntheticsTest#request_metadata}", "stability": "stable", "summary": "Metadata to include when performing the gRPC request." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 69 }, "name": "requestMetadata", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "map" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#request_proxy SyntheticsTest#request_proxy}", "stability": "stable", "summary": "request_proxy block." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 189 }, "name": "requestProxy", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestRequestProxy" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#request_query SyntheticsTest#request_query}", "stability": "stable", "summary": "Query arguments name and value map." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 75 }, "name": "requestQuery", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "map" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#set_cookie SyntheticsTest#set_cookie}", "stability": "stable", "summary": "Cookies to be used for a browser test request, using the [Set-Cookie](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie) syntax." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 81 }, "name": "setCookie", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Defaults to `http`. Valid values are `http`, `ssl`, `tcp`, `dns`, `multi`, `icmp`, `udp`, `websocket`, `grpc`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#subtype SyntheticsTest#subtype}", "stability": "stable", "summary": "The subtype of the Synthetic API test." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 93 }, "name": "subtype", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "This can help you categorize and filter tests in the manage synthetics page of the UI. Default is an empty list (`[]`).\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#tags SyntheticsTest#tags}", "stability": "stable", "summary": "A list of tags to associate with your synthetics test." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 99 }, "name": "tags", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#variables_from_script SyntheticsTest#variables_from_script}", "stability": "stable", "summary": "Variables defined from JavaScript code for API HTTP tests." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 111 }, "name": "variablesFromScript", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestConfig" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestConfigVariable": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestConfigVariable", "kind": "interface", "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7615 }, "name": "SyntheticsTestConfigVariable", "namespace": "syntheticsTest", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#name SyntheticsTest#name}", "stability": "stable", "summary": "Name of the variable." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7636 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#type SyntheticsTest#type}", "stability": "stable", "summary": "Type of test configuration variable. Valid values are `global`, `text`, `email`." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7654 }, "name": "type", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "This value is not returned by the API when `secure = true`. Avoid drift by only making updates to this value from within Terraform.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#example SyntheticsTest#example}", "stability": "stable", "summary": "Example for the variable." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7621 }, "name": "example", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#id SyntheticsTest#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.", "stability": "stable", "summary": "When type = `global`, ID of the global variable to use." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7630 }, "name": "id", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "This value is not returned by the API when `secure = true`. Avoid drift by only making updates to this value from within Terraform.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#pattern SyntheticsTest#pattern}", "stability": "stable", "summary": "Pattern of the variable." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7642 }, "name": "pattern", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#secure SyntheticsTest#secure}", "stability": "stable", "summary": "Whether the value of this variable will be obfuscated in test results. Defaults to `false`." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7648 }, "name": "secure", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestConfigVariable" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestConfigVariableList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestConfigVariableList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7894 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7886 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7901 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestConfigVariableOutputReference" } } } ], "name": "SyntheticsTestConfigVariableList", "namespace": "syntheticsTest", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7894 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7894 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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/index.ts", "line": 7894 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7887 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestConfigVariable" }, "kind": "array" } } ] } } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestConfigVariableList" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestConfigVariableOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestConfigVariableOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7731 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7721 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7803 }, "name": "resetExample" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7819 }, "name": "resetId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7848 }, "name": "resetPattern" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7864 }, "name": "resetSecure" } ], "name": "SyntheticsTestConfigVariableOutputReference", "namespace": "syntheticsTest", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7807 }, "name": "exampleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7823 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7836 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7852 }, "name": "patternInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7868 }, "name": "secureInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7881 }, "name": "typeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7797 }, "name": "example", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7813 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7829 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7842 }, "name": "pattern", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7858 }, "name": "secure", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7874 }, "name": "type", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7735 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestConfigVariable" } ] } } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestConfigVariableOutputReference" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListBindings": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListBindings", "kind": "interface", "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7905 }, "name": "SyntheticsTestMobileOptionsListBindings", "namespace": "syntheticsTest", "properties": [ { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#principals SyntheticsTest#principals}." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7909 }, "name": "principals", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#relation SyntheticsTest#relation}", "stability": "stable", "summary": "Valid values are `editor`, `viewer`." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7915 }, "name": "relation", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestMobileOptionsListBindings" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListBindingsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListBindingsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8045 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8037 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8052 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListBindingsOutputReference" } } } ], "name": "SyntheticsTestMobileOptionsListBindingsList", "namespace": "syntheticsTest", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8045 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8045 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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/index.ts", "line": 8045 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8038 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListBindings" }, "kind": "array" } } ] } } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestMobileOptionsListBindingsList" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListBindingsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListBindingsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7964 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7954 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8012 }, "name": "resetPrincipals" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8028 }, "name": "resetRelation" } ], "name": "SyntheticsTestMobileOptionsListBindingsOutputReference", "namespace": "syntheticsTest", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8016 }, "name": "principalsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8032 }, "name": "relationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8006 }, "name": "principals", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8022 }, "name": "relation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 7968 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListBindings" } ] } } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestMobileOptionsListBindingsOutputReference" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListCi": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListCi", "kind": "interface", "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8056 }, "name": "SyntheticsTestMobileOptionsListCi", "namespace": "syntheticsTest", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#execution_rule SyntheticsTest#execution_rule}", "stability": "stable", "summary": "Execution rule for a Synthetics test. Valid values are `blocking`, `non_blocking`, `skipped`." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8062 }, "name": "executionRule", "type": { "primitive": "string" } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestMobileOptionsListCi" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListCiOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListCiOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8101 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 8094 }, "name": "SyntheticsTestMobileOptionsListCiOutputReference", "namespace": "syntheticsTest", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8135 }, "name": "executionRuleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8128 }, "name": "executionRule", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8105 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListCi" } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestMobileOptionsListCiOutputReference" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListMobileApplication": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListMobileApplication", "kind": "interface", "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8139 }, "name": "SyntheticsTestMobileOptionsListMobileApplication", "namespace": "syntheticsTest", "properties": [ { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#application_id SyntheticsTest#application_id}." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8143 }, "name": "applicationId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#reference_id SyntheticsTest#reference_id}." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8147 }, "name": "referenceId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#reference_type SyntheticsTest#reference_type}", "stability": "stable", "summary": "Valid values are `latest`, `version`." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8153 }, "name": "referenceType", "type": { "primitive": "string" } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestMobileOptionsListMobileApplication" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListMobileApplicationOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListMobileApplicationOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8206 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 8199 }, "name": "SyntheticsTestMobileOptionsListMobileApplicationOutputReference", "namespace": "syntheticsTest", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8252 }, "name": "applicationIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8265 }, "name": "referenceIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8278 }, "name": "referenceTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8245 }, "name": "applicationId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8258 }, "name": "referenceId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8271 }, "name": "referenceType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8210 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListMobileApplication" } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestMobileOptionsListMobileApplicationOutputReference" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListMonitorOptions": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListMonitorOptions", "kind": "interface", "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8282 }, "name": "SyntheticsTestMobileOptionsListMonitorOptions", "namespace": "syntheticsTest", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#escalation_message SyntheticsTest#escalation_message}", "stability": "stable", "summary": "A message to include with a re-notification." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8288 }, "name": "escalationMessage", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#notification_preset_name SyntheticsTest#notification_preset_name}", "stability": "stable", "summary": "The name of the preset for the notification for the monitor. Valid values are `show_all`, `hide_all`, `hide_query`, `hide_handles`." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8294 }, "name": "notificationPresetName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Values available by default are `0`, `10`, `20`, `30`, `40`, `50`, `60`, `90`, `120`, `180`, `240`, `300`, `360`, `720`, `1440`. Defaults to `0`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#renotify_interval SyntheticsTest#renotify_interval}", "stability": "stable", "summary": "Specify a renotification frequency in minutes." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8300 }, "name": "renotifyInterval", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#renotify_occurrences SyntheticsTest#renotify_occurrences}", "stability": "stable", "summary": "The number of times a monitor renotifies. It can only be set if `renotify_interval` is set." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8306 }, "name": "renotifyOccurrences", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestMobileOptionsListMonitorOptions" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListMonitorOptionsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListMonitorOptionsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8366 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 8359 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8417 }, "name": "resetEscalationMessage" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8433 }, "name": "resetNotificationPresetName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8449 }, "name": "resetRenotifyInterval" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8465 }, "name": "resetRenotifyOccurrences" } ], "name": "SyntheticsTestMobileOptionsListMonitorOptionsOutputReference", "namespace": "syntheticsTest", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8421 }, "name": "escalationMessageInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8437 }, "name": "notificationPresetNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8453 }, "name": "renotifyIntervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8469 }, "name": "renotifyOccurrencesInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8411 }, "name": "escalationMessage", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8427 }, "name": "notificationPresetName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8443 }, "name": "renotifyInterval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8459 }, "name": "renotifyOccurrences", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8370 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListMonitorOptions" } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestMobileOptionsListMonitorOptionsOutputReference" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListRetry": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListRetry", "kind": "interface", "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8473 }, "name": "SyntheticsTestMobileOptionsListRetry", "namespace": "syntheticsTest", "properties": [ { "abstract": true, "docs": { "remarks": "Maximum value: `3` for `api` tests, `2` for `browser` and `mobile` tests. Defaults to `0`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#count SyntheticsTest#count}", "stability": "stable", "summary": "Number of retries needed to consider a location as failed before sending a notification alert." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8479 }, "name": "count", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#interval SyntheticsTest#interval}", "stability": "stable", "summary": "Interval between a failed test and the next retry in milliseconds. Maximum value: `5000`. Defaults to `300`." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8485 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestMobileOptionsListRetry" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListRetryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListRetryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8531 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 8524 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8570 }, "name": "resetCount" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8586 }, "name": "resetInterval" } ], "name": "SyntheticsTestMobileOptionsListRetryOutputReference", "namespace": "syntheticsTest", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8574 }, "name": "countInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8590 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8564 }, "name": "count", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8580 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8535 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListRetry" } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestMobileOptionsListRetryOutputReference" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListScheduling": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListScheduling", "kind": "interface", "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8773 }, "name": "SyntheticsTestMobileOptionsListScheduling", "namespace": "syntheticsTest", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#timeframes SyntheticsTest#timeframes}", "stability": "stable", "summary": "timeframes block." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8785 }, "name": "timeframes", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListSchedulingTimeframes" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#timezone SyntheticsTest#timezone}", "stability": "stable", "summary": "Timezone in which the timeframe is based." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8779 }, "name": "timezone", "type": { "primitive": "string" } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestMobileOptionsListScheduling" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListSchedulingOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListSchedulingOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8831 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 8824 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8880 }, "name": "putTimeframes", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListSchedulingTimeframes" }, "kind": "array" } } ] } } } ] } ], "name": "SyntheticsTestMobileOptionsListSchedulingOutputReference", "namespace": "syntheticsTest", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8877 }, "name": "timeframes", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListSchedulingTimeframesList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8884 }, "name": "timeframesInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListSchedulingTimeframes" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8871 }, "name": "timezoneInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8864 }, "name": "timezone", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8835 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListScheduling" } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestMobileOptionsListSchedulingOutputReference" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListSchedulingTimeframes": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListSchedulingTimeframes", "kind": "interface", "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8594 }, "name": "SyntheticsTestMobileOptionsListSchedulingTimeframes", "namespace": "syntheticsTest", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#day SyntheticsTest#day}", "stability": "stable", "summary": "Number representing the day of the week." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8600 }, "name": "day", "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#from SyntheticsTest#from}", "stability": "stable", "summary": "The hour of the day on which scheduling starts." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8606 }, "name": "from", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#to SyntheticsTest#to}", "stability": "stable", "summary": "The hour of the day on which scheduling ends." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8612 }, "name": "to", "type": { "primitive": "string" } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestMobileOptionsListSchedulingTimeframes" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListSchedulingTimeframesList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListSchedulingTimeframesList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8762 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8754 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8769 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListSchedulingTimeframesOutputReference" } } } ], "name": "SyntheticsTestMobileOptionsListSchedulingTimeframesList", "namespace": "syntheticsTest", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8762 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8762 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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/index.ts", "line": 8762 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8755 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListSchedulingTimeframes" }, "kind": "array" } } ] } } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestMobileOptionsListSchedulingTimeframesList" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListSchedulingTimeframesOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListSchedulingTimeframesOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8668 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8658 }, "name": "SyntheticsTestMobileOptionsListSchedulingTimeframesOutputReference", "namespace": "syntheticsTest", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8723 }, "name": "dayInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8736 }, "name": "fromInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8749 }, "name": "toInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8716 }, "name": "day", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8729 }, "name": "from", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8742 }, "name": "to", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8672 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListSchedulingTimeframes" } ] } } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestMobileOptionsListSchedulingTimeframesOutputReference" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListStruct": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListStruct", "kind": "interface", "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8888 }, "name": "SyntheticsTestMobileOptionsListStruct", "namespace": "syntheticsTest", "properties": [ { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#device_ids SyntheticsTest#device_ids}." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8900 }, "name": "deviceIds", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#mobile_application SyntheticsTest#mobile_application}", "stability": "stable", "summary": "mobile_application block." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8960 }, "name": "mobileApplication", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListMobileApplication" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#tick_every SyntheticsTest#tick_every}", "stability": "stable", "summary": "How often the test should run (in seconds). Valid range is `300-604800` for mobile tests." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8938 }, "name": "tickEvery", "type": { "primitive": "number" } }, { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#allow_application_crash SyntheticsTest#allow_application_crash}." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8892 }, "name": "allowApplicationCrash", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#bindings SyntheticsTest#bindings}", "stability": "stable", "summary": "bindings block." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8948 }, "name": "bindings", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListBindings" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#ci SyntheticsTest#ci}", "stability": "stable", "summary": "ci block." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8954 }, "name": "ci", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListCi" } }, { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#default_step_timeout SyntheticsTest#default_step_timeout}." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8896 }, "name": "defaultStepTimeout", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#disable_auto_accept_alert SyntheticsTest#disable_auto_accept_alert}." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8904 }, "name": "disableAutoAcceptAlert", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#min_failure_duration SyntheticsTest#min_failure_duration}", "stability": "stable", "summary": "Minimum amount of time in failure required to trigger an alert (in seconds). Default is `0`." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8910 }, "name": "minFailureDuration", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#monitor_name SyntheticsTest#monitor_name}", "stability": "stable", "summary": "The monitor name is used for the alert title as well as for all monitor dashboard widgets and SLOs." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8916 }, "name": "monitorName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#monitor_options SyntheticsTest#monitor_options}", "stability": "stable", "summary": "monitor_options block." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8966 }, "name": "monitorOptions", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListMonitorOptions" } }, { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#monitor_priority SyntheticsTest#monitor_priority}." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8920 }, "name": "monitorPriority", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#no_screenshot SyntheticsTest#no_screenshot}", "stability": "stable", "summary": "Prevents saving screenshots of the steps." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8926 }, "name": "noScreenshot", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "**Deprecated.** This field is no longer supported by the Datadog API. Please use `datadog_restriction_policy` instead.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#restricted_roles SyntheticsTest#restricted_roles}", "stability": "stable", "summary": "A list of role identifiers pulled from the Roles API to restrict read and write access." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8932 }, "name": "restrictedRoles", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#retry SyntheticsTest#retry}", "stability": "stable", "summary": "retry block." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8972 }, "name": "retry", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListRetry" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#scheduling SyntheticsTest#scheduling}", "stability": "stable", "summary": "scheduling block." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8978 }, "name": "scheduling", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListScheduling" } }, { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#verbosity SyntheticsTest#verbosity}." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 8942 }, "name": "verbosity", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestMobileOptionsListStruct" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListStructOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListStructOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9129 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 9122 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9425 }, "name": "putBindings", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListBindings" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9441 }, "name": "putCi", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListCi" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9457 }, "name": "putMobileApplication", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListMobileApplication" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9470 }, "name": "putMonitorOptions", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListMonitorOptions" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9486 }, "name": "putRetry", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListRetry" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9502 }, "name": "putScheduling", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListScheduling" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9258 }, "name": "resetAllowApplicationCrash" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9428 }, "name": "resetBindings" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9444 }, "name": "resetCi" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9274 }, "name": "resetDefaultStepTimeout" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9303 }, "name": "resetDisableAutoAcceptAlert" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9319 }, "name": "resetMinFailureDuration" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9335 }, "name": "resetMonitorName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9473 }, "name": "resetMonitorOptions" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9351 }, "name": "resetMonitorPriority" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9367 }, "name": "resetNoScreenshot" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9383 }, "name": "resetRestrictedRoles" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9489 }, "name": "resetRetry" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9505 }, "name": "resetScheduling" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9412 }, "name": "resetVerbosity" } ], "name": "SyntheticsTestMobileOptionsListStructOutputReference", "namespace": "syntheticsTest", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9422 }, "name": "bindings", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListBindingsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9438 }, "name": "ci", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListCiOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9454 }, "name": "mobileApplication", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListMobileApplicationOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9467 }, "name": "monitorOptions", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListMonitorOptionsOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9483 }, "name": "retry", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListRetryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9499 }, "name": "scheduling", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListSchedulingOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9262 }, "name": "allowApplicationCrashInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9432 }, "name": "bindingsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListBindings" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9448 }, "name": "ciInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListCi" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9278 }, "name": "defaultStepTimeoutInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9291 }, "name": "deviceIdsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9307 }, "name": "disableAutoAcceptAlertInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9323 }, "name": "minFailureDurationInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9461 }, "name": "mobileApplicationInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListMobileApplication" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9339 }, "name": "monitorNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9477 }, "name": "monitorOptionsInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListMonitorOptions" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9355 }, "name": "monitorPriorityInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9371 }, "name": "noScreenshotInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9387 }, "name": "restrictedRolesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9493 }, "name": "retryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListRetry" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9509 }, "name": "schedulingInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListScheduling" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9400 }, "name": "tickEveryInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9416 }, "name": "verbosityInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9252 }, "name": "allowApplicationCrash", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9268 }, "name": "defaultStepTimeout", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9284 }, "name": "deviceIds", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9297 }, "name": "disableAutoAcceptAlert", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9313 }, "name": "minFailureDuration", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9329 }, "name": "monitorName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9345 }, "name": "monitorPriority", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9361 }, "name": "noScreenshot", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9377 }, "name": "restrictedRoles", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9393 }, "name": "tickEvery", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9406 }, "name": "verbosity", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9133 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListStruct" } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestMobileOptionsListStructOutputReference" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileStep": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileStep", "kind": "interface", "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10988 }, "name": "SyntheticsTestMobileStep", "namespace": "syntheticsTest", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#name SyntheticsTest#name}", "stability": "stable", "summary": "The name of the step." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 11012 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#params SyntheticsTest#params}", "stability": "stable", "summary": "params block." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 11042 }, "name": "params", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParams" } }, { "abstract": true, "docs": { "remarks": "Valid values are `assertElementContent`, `assertScreenContains`, `assertScreenLacks`, `doubleTap`, `extractVariable`, `flick`, `openDeeplink`, `playSubTest`, `pressBack`, `restartApplication`, `rotate`, `scroll`, `scrollToElement`, `tap`, `toggleWiFi`, `typeText`, `wait`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#type SyntheticsTest#type}", "stability": "stable", "summary": "The type of the step." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 11036 }, "name": "type", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#allow_failure SyntheticsTest#allow_failure}", "stability": "stable", "summary": "A boolean set to allow this step to fail." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10994 }, "name": "allowFailure", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#has_new_step_element SyntheticsTest#has_new_step_element}", "stability": "stable", "summary": "A boolean set to determine if the step has a new step element." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 11000 }, "name": "hasNewStepElement", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#is_critical SyntheticsTest#is_critical}", "stability": "stable", "summary": "A boolean to use in addition to `allowFailure` to determine if the test should be marked as failed when the step fails." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 11006 }, "name": "isCritical", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#no_screenshot SyntheticsTest#no_screenshot}", "stability": "stable", "summary": "A boolean set to not take a screenshot for the step." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 11018 }, "name": "noScreenshot", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#public_id SyntheticsTest#public_id}", "stability": "stable", "summary": "The public ID of the step." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 11024 }, "name": "publicId", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#timeout SyntheticsTest#timeout}", "stability": "stable", "summary": "The time before declaring a step failed." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 11030 }, "name": "timeout", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestMobileStep" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileStepList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileStepList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 11366 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 11358 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 11373 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileStepOutputReference" } } } ], "name": "SyntheticsTestMobileStepList", "namespace": "syntheticsTest", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 11366 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 11366 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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/index.ts", "line": 11366 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 11359 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileStep" }, "kind": "array" } } ] } } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestMobileStepList" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileStepOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileStepOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 11140 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 11130 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 11349 }, "name": "putParams", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParams" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 11230 }, "name": "resetAllowFailure" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 11246 }, "name": "resetHasNewStepElement" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 11262 }, "name": "resetIsCritical" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 11291 }, "name": "resetNoScreenshot" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 11307 }, "name": "resetPublicId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 11323 }, "name": "resetTimeout" } ], "name": "SyntheticsTestMobileStepOutputReference", "namespace": "syntheticsTest", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 11346 }, "name": "params", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 11234 }, "name": "allowFailureInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 11250 }, "name": "hasNewStepElementInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 11266 }, "name": "isCriticalInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 11279 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 11295 }, "name": "noScreenshotInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 11353 }, "name": "paramsInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParams" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 11311 }, "name": "publicIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 11327 }, "name": "timeoutInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 11340 }, "name": "typeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 11224 }, "name": "allowFailure", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 11240 }, "name": "hasNewStepElement", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 11256 }, "name": "isCritical", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 11272 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 11285 }, "name": "noScreenshot", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 11301 }, "name": "publicId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 11317 }, "name": "timeout", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 11333 }, "name": "type", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 11144 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileStep" } ] } } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestMobileStepOutputReference" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParams": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParams", "kind": "interface", "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10488 }, "name": "SyntheticsTestMobileStepParams", "namespace": "syntheticsTest", "properties": [ { "abstract": true, "docs": { "remarks": "Valid values are `equals`, `notEquals`, `contains`, `notContains`, `startsWith`, `notStartsWith`, `greater`, `lower`, `greaterEquals`, `lowerEquals`, `matchRegex`, `between`, `isEmpty`, `notIsEmpty`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#check SyntheticsTest#check}", "stability": "stable", "summary": "Check type to use for an assertion step." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10494 }, "name": "check", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#delay SyntheticsTest#delay}", "stability": "stable", "summary": "Delay between each key stroke for a \"type test\" step." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10500 }, "name": "delay", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#direction SyntheticsTest#direction}", "stability": "stable", "summary": "Valid values are `up`, `down`, `left`, `right`." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10506 }, "name": "direction", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#element SyntheticsTest#element}", "stability": "stable", "summary": "element block." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10548 }, "name": "element", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsElement" } }, { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#enable SyntheticsTest#enable}." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10510 }, "name": "enable", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#max_scrolls SyntheticsTest#max_scrolls}." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10514 }, "name": "maxScrolls", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#positions SyntheticsTest#positions}", "stability": "stable", "summary": "positions block." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10554 }, "name": "positions", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsPositions" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#subtest_public_id SyntheticsTest#subtest_public_id}", "stability": "stable", "summary": "ID of the Synthetics test to use as subtest." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10520 }, "name": "subtestPublicId", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#value SyntheticsTest#value}", "stability": "stable", "summary": "Value of the step." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10526 }, "name": "value", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#variable SyntheticsTest#variable}", "stability": "stable", "summary": "variable block." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10560 }, "name": "variable", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsVariable" } }, { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#with_enter SyntheticsTest#with_enter}." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10530 }, "name": "withEnter", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#x SyntheticsTest#x}", "stability": "stable", "summary": "X coordinates for a \"scroll step\"." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10536 }, "name": "x", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#y SyntheticsTest#y}", "stability": "stable", "summary": "Y coordinates for a \"scroll step\"." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10542 }, "name": "y", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestMobileStepParams" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsElement": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsElement", "kind": "interface", "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9900 }, "name": "SyntheticsTestMobileStepParamsElement", "namespace": "syntheticsTest", "properties": [ { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#context SyntheticsTest#context}." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9904 }, "name": "context", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#context_type SyntheticsTest#context_type}", "stability": "stable", "summary": "Valid values are `native`, `web`." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9910 }, "name": "contextType", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#element_description SyntheticsTest#element_description}." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9914 }, "name": "elementDescription", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#multi_locator SyntheticsTest#multi_locator}." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9918 }, "name": "multiLocator", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "map" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#relative_position SyntheticsTest#relative_position}", "stability": "stable", "summary": "relative_position block." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9932 }, "name": "relativePosition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsElementRelativePosition" } }, { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#text_content SyntheticsTest#text_content}." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9922 }, "name": "textContent", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#user_locator SyntheticsTest#user_locator}", "stability": "stable", "summary": "user_locator block." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9938 }, "name": "userLocator", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsElementUserLocator" } }, { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#view_name SyntheticsTest#view_name}." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9926 }, "name": "viewName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestMobileStepParamsElement" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsElementOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsElementOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10026 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 10019 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10194 }, "name": "putRelativePosition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsElementRelativePosition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10210 }, "name": "putUserLocator", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsElementUserLocator" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10101 }, "name": "resetContext" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10117 }, "name": "resetContextType" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10133 }, "name": "resetElementDescription" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10149 }, "name": "resetMultiLocator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10197 }, "name": "resetRelativePosition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10165 }, "name": "resetTextContent" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10213 }, "name": "resetUserLocator" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10181 }, "name": "resetViewName" } ], "name": "SyntheticsTestMobileStepParamsElementOutputReference", "namespace": "syntheticsTest", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10191 }, "name": "relativePosition", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsElementRelativePositionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10207 }, "name": "userLocator", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsElementUserLocatorOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10105 }, "name": "contextInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10121 }, "name": "contextTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10137 }, "name": "elementDescriptionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10153 }, "name": "multiLocatorInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "map" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10201 }, "name": "relativePositionInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsElementRelativePosition" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10169 }, "name": "textContentInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10217 }, "name": "userLocatorInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsElementUserLocator" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10185 }, "name": "viewNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10095 }, "name": "context", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10111 }, "name": "contextType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10127 }, "name": "elementDescription", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10143 }, "name": "multiLocator", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "map" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10159 }, "name": "textContent", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10175 }, "name": "viewName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10030 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsElement" } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestMobileStepParamsElementOutputReference" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsElementRelativePosition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsElementRelativePosition", "kind": "interface", "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9513 }, "name": "SyntheticsTestMobileStepParamsElementRelativePosition", "namespace": "syntheticsTest", "properties": [ { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#x SyntheticsTest#x}." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9517 }, "name": "x", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#y SyntheticsTest#y}." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9521 }, "name": "y", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestMobileStepParamsElementRelativePosition" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsElementRelativePositionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsElementRelativePositionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9567 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 9560 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9606 }, "name": "resetX" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9622 }, "name": "resetY" } ], "name": "SyntheticsTestMobileStepParamsElementRelativePositionOutputReference", "namespace": "syntheticsTest", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9610 }, "name": "xInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9626 }, "name": "yInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9600 }, "name": "x", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9616 }, "name": "y", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9571 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsElementRelativePosition" } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestMobileStepParamsElementRelativePositionOutputReference" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsElementUserLocator": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsElementUserLocator", "kind": "interface", "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9781 }, "name": "SyntheticsTestMobileStepParamsElementUserLocator", "namespace": "syntheticsTest", "properties": [ { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#fail_test_on_cannot_locate SyntheticsTest#fail_test_on_cannot_locate}." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9785 }, "name": "failTestOnCannotLocate", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#values SyntheticsTest#values}", "stability": "stable", "summary": "values block." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9791 }, "name": "values", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsElementUserLocatorValues" }, "kind": "array" } } ] } } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestMobileStepParamsElementUserLocator" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsElementUserLocatorOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsElementUserLocatorOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9837 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 9830 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9889 }, "name": "putValues", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsElementUserLocatorValues" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9876 }, "name": "resetFailTestOnCannotLocate" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9892 }, "name": "resetValues" } ], "name": "SyntheticsTestMobileStepParamsElementUserLocatorOutputReference", "namespace": "syntheticsTest", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9886 }, "name": "values", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsElementUserLocatorValuesList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9880 }, "name": "failTestOnCannotLocateInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9896 }, "name": "valuesInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsElementUserLocatorValues" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9870 }, "name": "failTestOnCannotLocate", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9841 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsElementUserLocator" } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestMobileStepParamsElementUserLocatorOutputReference" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsElementUserLocatorValues": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsElementUserLocatorValues", "kind": "interface", "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9630 }, "name": "SyntheticsTestMobileStepParamsElementUserLocatorValues", "namespace": "syntheticsTest", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#type SyntheticsTest#type}", "stability": "stable", "summary": "Valid values are `accessibility-id`, `id`, `ios-predicate-string`, `ios-class-chain`, `xpath`." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9636 }, "name": "type", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#value SyntheticsTest#value}." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9640 }, "name": "value", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestMobileStepParamsElementUserLocatorValues" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsElementUserLocatorValuesList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsElementUserLocatorValuesList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9770 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9762 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9777 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsElementUserLocatorValuesOutputReference" } } } ], "name": "SyntheticsTestMobileStepParamsElementUserLocatorValuesList", "namespace": "syntheticsTest", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9770 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9770 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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/index.ts", "line": 9770 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9763 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsElementUserLocatorValues" }, "kind": "array" } } ] } } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestMobileStepParamsElementUserLocatorValuesList" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsElementUserLocatorValuesOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsElementUserLocatorValuesOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9689 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9679 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9737 }, "name": "resetType" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9753 }, "name": "resetValue" } ], "name": "SyntheticsTestMobileStepParamsElementUserLocatorValuesOutputReference", "namespace": "syntheticsTest", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9741 }, "name": "typeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9757 }, "name": "valueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9731 }, "name": "type", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9747 }, "name": "value", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 9693 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsElementUserLocatorValues" } ] } } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestMobileStepParamsElementUserLocatorValuesOutputReference" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10683 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 10676 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10945 }, "name": "putElement", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsElement" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10961 }, "name": "putPositions", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsPositions" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10977 }, "name": "putVariable", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsVariable" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10788 }, "name": "resetCheck" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10804 }, "name": "resetDelay" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10820 }, "name": "resetDirection" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10948 }, "name": "resetElement" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10836 }, "name": "resetEnable" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10852 }, "name": "resetMaxScrolls" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10964 }, "name": "resetPositions" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10868 }, "name": "resetSubtestPublicId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10884 }, "name": "resetValue" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10980 }, "name": "resetVariable" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10900 }, "name": "resetWithEnter" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10916 }, "name": "resetX" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10932 }, "name": "resetY" } ], "name": "SyntheticsTestMobileStepParamsOutputReference", "namespace": "syntheticsTest", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10942 }, "name": "element", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsElementOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10958 }, "name": "positions", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsPositionsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10974 }, "name": "variable", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsVariableOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10792 }, "name": "checkInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10808 }, "name": "delayInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10824 }, "name": "directionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10952 }, "name": "elementInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsElement" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10840 }, "name": "enableInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10856 }, "name": "maxScrollsInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10968 }, "name": "positionsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsPositions" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10872 }, "name": "subtestPublicIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10888 }, "name": "valueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10984 }, "name": "variableInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsVariable" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10904 }, "name": "withEnterInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10920 }, "name": "xInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10936 }, "name": "yInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10782 }, "name": "check", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10798 }, "name": "delay", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10814 }, "name": "direction", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10830 }, "name": "enable", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10846 }, "name": "maxScrolls", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10862 }, "name": "subtestPublicId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10878 }, "name": "value", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10894 }, "name": "withEnter", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10910 }, "name": "x", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10926 }, "name": "y", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10687 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParams" } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestMobileStepParamsOutputReference" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsPositions": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsPositions", "kind": "interface", "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10221 }, "name": "SyntheticsTestMobileStepParamsPositions", "namespace": "syntheticsTest", "properties": [ { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#x SyntheticsTest#x}." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10225 }, "name": "x", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#y SyntheticsTest#y}." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10229 }, "name": "y", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestMobileStepParamsPositions" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsPositionsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsPositionsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10359 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10351 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10366 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsPositionsOutputReference" } } } ], "name": "SyntheticsTestMobileStepParamsPositionsList", "namespace": "syntheticsTest", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10359 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10359 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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/index.ts", "line": 10359 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10352 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsPositions" }, "kind": "array" } } ] } } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestMobileStepParamsPositionsList" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsPositionsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsPositionsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10278 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10268 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10326 }, "name": "resetX" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10342 }, "name": "resetY" } ], "name": "SyntheticsTestMobileStepParamsPositionsOutputReference", "namespace": "syntheticsTest", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10330 }, "name": "xInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10346 }, "name": "yInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10320 }, "name": "x", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10336 }, "name": "y", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10282 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsPositions" } ] } } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestMobileStepParamsPositionsOutputReference" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsVariable": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsVariable", "kind": "interface", "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10370 }, "name": "SyntheticsTestMobileStepParamsVariable", "namespace": "syntheticsTest", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#name SyntheticsTest#name}", "stability": "stable", "summary": "Name of the extracted variable." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10382 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#example SyntheticsTest#example}", "stability": "stable", "summary": "Example of the extracted variable. Defaults to `\"\"`." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10376 }, "name": "example", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestMobileStepParamsVariable" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsVariableOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsVariableOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10428 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 10421 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10467 }, "name": "resetExample" } ], "name": "SyntheticsTestMobileStepParamsVariableOutputReference", "namespace": "syntheticsTest", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10471 }, "name": "exampleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10484 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10461 }, "name": "example", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10477 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 10432 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsVariable" } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestMobileStepParamsVariableOutputReference" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestOptionsListCi": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestOptionsListCi", "kind": "interface", "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 11377 }, "name": "SyntheticsTestOptionsListCi", "namespace": "syntheticsTest", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#execution_rule SyntheticsTest#execution_rule}", "stability": "stable", "summary": "Execution rule for a Synthetics test. Valid values are `blocking`, `non_blocking`, `skipped`." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 11383 }, "name": "executionRule", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestOptionsListCi" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestOptionsListCiOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestOptionsListCiOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 11422 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 11415 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 11455 }, "name": "resetExecutionRule" } ], "name": "SyntheticsTestOptionsListCiOutputReference", "namespace": "syntheticsTest", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 11459 }, "name": "executionRuleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 11449 }, "name": "executionRule", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 11426 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestOptionsListCi" } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestOptionsListCiOutputReference" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestOptionsListMonitorOptions": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestOptionsListMonitorOptions", "kind": "interface", "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 11463 }, "name": "SyntheticsTestOptionsListMonitorOptions", "namespace": "syntheticsTest", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#escalation_message SyntheticsTest#escalation_message}", "stability": "stable", "summary": "A message to include with a re-notification." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 11469 }, "name": "escalationMessage", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#notification_preset_name SyntheticsTest#notification_preset_name}", "stability": "stable", "summary": "The name of the preset for the notification for the monitor. Valid values are `show_all`, `hide_all`, `hide_query`, `hide_handles`." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 11475 }, "name": "notificationPresetName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Values available by default are `0`, `10`, `20`, `30`, `40`, `50`, `60`, `90`, `120`, `180`, `240`, `300`, `360`, `720`, `1440`. Defaults to `0`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#renotify_interval SyntheticsTest#renotify_interval}", "stability": "stable", "summary": "Specify a renotification frequency in minutes." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 11481 }, "name": "renotifyInterval", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#renotify_occurrences SyntheticsTest#renotify_occurrences}", "stability": "stable", "summary": "The number of times a monitor renotifies. It can only be set if `renotify_interval` is set." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 11487 }, "name": "renotifyOccurrences", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestOptionsListMonitorOptions" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestOptionsListMonitorOptionsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestOptionsListMonitorOptionsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.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/synthetics-test/index.ts", "line": 11540 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 11598 }, "name": "resetEscalationMessage" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 11614 }, "name": "resetNotificationPresetName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 11630 }, "name": "resetRenotifyInterval" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 11646 }, "name": "resetRenotifyOccurrences" } ], "name": "SyntheticsTestOptionsListMonitorOptionsOutputReference", "namespace": "syntheticsTest", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 11602 }, "name": "escalationMessageInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 11618 }, "name": "notificationPresetNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 11634 }, "name": "renotifyIntervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 11650 }, "name": "renotifyOccurrencesInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 11592 }, "name": "escalationMessage", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 11608 }, "name": "notificationPresetName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 11624 }, "name": "renotifyInterval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 11640 }, "name": "renotifyOccurrences", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 11551 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestOptionsListMonitorOptions" } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestOptionsListMonitorOptionsOutputReference" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestOptionsListRetry": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestOptionsListRetry", "kind": "interface", "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 11654 }, "name": "SyntheticsTestOptionsListRetry", "namespace": "syntheticsTest", "properties": [ { "abstract": true, "docs": { "remarks": "Maximum value: `3` for `api` tests, `2` for `browser` and `mobile` tests. Defaults to `0`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#count SyntheticsTest#count}", "stability": "stable", "summary": "Number of retries needed to consider a location as failed before sending a notification alert." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 11660 }, "name": "count", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#interval SyntheticsTest#interval}", "stability": "stable", "summary": "Interval between a failed test and the next retry in milliseconds. Maximum value: `5000`. Defaults to `300`." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 11666 }, "name": "interval", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestOptionsListRetry" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestOptionsListRetryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestOptionsListRetryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 11712 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 11705 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 11751 }, "name": "resetCount" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 11767 }, "name": "resetInterval" } ], "name": "SyntheticsTestOptionsListRetryOutputReference", "namespace": "syntheticsTest", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 11755 }, "name": "countInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 11771 }, "name": "intervalInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 11745 }, "name": "count", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 11761 }, "name": "interval", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 11716 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestOptionsListRetry" } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestOptionsListRetryOutputReference" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestOptionsListRumSettings": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestOptionsListRumSettings", "kind": "interface", "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 11775 }, "name": "SyntheticsTestOptionsListRumSettings", "namespace": "syntheticsTest", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#is_enabled SyntheticsTest#is_enabled}", "stability": "stable", "summary": "Determines whether RUM data is collected during test runs." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 11793 }, "name": "isEnabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#application_id SyntheticsTest#application_id}", "stability": "stable", "summary": "RUM application ID used to collect RUM data for the browser test." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 11781 }, "name": "applicationId", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#client_token_id SyntheticsTest#client_token_id}", "stability": "stable", "summary": "RUM application API key ID used to collect RUM data for the browser test." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 11787 }, "name": "clientTokenId", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestOptionsListRumSettings" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestOptionsListRumSettingsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestOptionsListRumSettingsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 11846 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 11839 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 11891 }, "name": "resetApplicationId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 11907 }, "name": "resetClientTokenId" } ], "name": "SyntheticsTestOptionsListRumSettingsOutputReference", "namespace": "syntheticsTest", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 11895 }, "name": "applicationIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 11911 }, "name": "clientTokenIdInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 11924 }, "name": "isEnabledInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 11885 }, "name": "applicationId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 11901 }, "name": "clientTokenId", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 11917 }, "name": "isEnabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 11850 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestOptionsListRumSettings" } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestOptionsListRumSettingsOutputReference" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestOptionsListScheduling": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestOptionsListScheduling", "kind": "interface", "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12107 }, "name": "SyntheticsTestOptionsListScheduling", "namespace": "syntheticsTest", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#timeframes SyntheticsTest#timeframes}", "stability": "stable", "summary": "timeframes block." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12119 }, "name": "timeframes", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestOptionsListSchedulingTimeframes" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#timezone SyntheticsTest#timezone}", "stability": "stable", "summary": "Timezone in which the timeframe is based." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12113 }, "name": "timezone", "type": { "primitive": "string" } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestOptionsListScheduling" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestOptionsListSchedulingOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestOptionsListSchedulingOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12165 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 12158 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12214 }, "name": "putTimeframes", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestOptionsListSchedulingTimeframes" }, "kind": "array" } } ] } } } ] } ], "name": "SyntheticsTestOptionsListSchedulingOutputReference", "namespace": "syntheticsTest", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12211 }, "name": "timeframes", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestOptionsListSchedulingTimeframesList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12218 }, "name": "timeframesInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestOptionsListSchedulingTimeframes" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12205 }, "name": "timezoneInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12198 }, "name": "timezone", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12169 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestOptionsListScheduling" } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestOptionsListSchedulingOutputReference" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestOptionsListSchedulingTimeframes": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestOptionsListSchedulingTimeframes", "kind": "interface", "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 11928 }, "name": "SyntheticsTestOptionsListSchedulingTimeframes", "namespace": "syntheticsTest", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#day SyntheticsTest#day}", "stability": "stable", "summary": "Number representing the day of the week." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 11934 }, "name": "day", "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#from SyntheticsTest#from}", "stability": "stable", "summary": "The hour of the day on which scheduling starts." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 11940 }, "name": "from", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#to SyntheticsTest#to}", "stability": "stable", "summary": "The hour of the day on which scheduling ends." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 11946 }, "name": "to", "type": { "primitive": "string" } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestOptionsListSchedulingTimeframes" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestOptionsListSchedulingTimeframesList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestOptionsListSchedulingTimeframesList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12096 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12088 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12103 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestOptionsListSchedulingTimeframesOutputReference" } } } ], "name": "SyntheticsTestOptionsListSchedulingTimeframesList", "namespace": "syntheticsTest", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12096 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12096 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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/index.ts", "line": 12096 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12089 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestOptionsListSchedulingTimeframes" }, "kind": "array" } } ] } } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestOptionsListSchedulingTimeframesList" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestOptionsListSchedulingTimeframesOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestOptionsListSchedulingTimeframesOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12002 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 11992 }, "name": "SyntheticsTestOptionsListSchedulingTimeframesOutputReference", "namespace": "syntheticsTest", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12057 }, "name": "dayInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12070 }, "name": "fromInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12083 }, "name": "toInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12050 }, "name": "day", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12063 }, "name": "from", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12076 }, "name": "to", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12006 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestOptionsListSchedulingTimeframes" } ] } } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestOptionsListSchedulingTimeframesOutputReference" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestOptionsListStruct": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestOptionsListStruct", "kind": "interface", "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12222 }, "name": "SyntheticsTestOptionsListStruct", "namespace": "syntheticsTest", "properties": [ { "abstract": true, "docs": { "remarks": "Valid range is `30-604800` for API tests and `60-604800` for browser tests.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#tick_every SyntheticsTest#tick_every}", "stability": "stable", "summary": "How often the test should run (in seconds)." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12328 }, "name": "tickEvery", "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#accept_self_signed SyntheticsTest#accept_self_signed}", "stability": "stable", "summary": "For SSL tests, whether or not the test should allow self signed certificates." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12228 }, "name": "acceptSelfSigned", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#allow_insecure SyntheticsTest#allow_insecure}", "stability": "stable", "summary": "Allows loading insecure content for a request in an API test or in a multistep API test step." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12234 }, "name": "allowInsecure", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#blocked_request_patterns SyntheticsTest#blocked_request_patterns}", "stability": "stable", "summary": "Blocked URL patterns. Requests made to URLs matching any of the patterns listed here will be blocked." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12240 }, "name": "blockedRequestPatterns", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#check_certificate_revocation SyntheticsTest#check_certificate_revocation}", "stability": "stable", "summary": "For SSL tests, whether or not the test should fail on revoked certificate in stapled OCSP." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12246 }, "name": "checkCertificateRevocation", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#ci SyntheticsTest#ci}", "stability": "stable", "summary": "ci block." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12334 }, "name": "ci", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestOptionsListCi" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#disable_aia_intermediate_fetching SyntheticsTest#disable_aia_intermediate_fetching}", "stability": "stable", "summary": "For SSL tests, whether or not the test should disable fetching intermediate certificates from AIA." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12252 }, "name": "disableAiaIntermediateFetching", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#disable_cors SyntheticsTest#disable_cors}", "stability": "stable", "summary": "Disable Cross-Origin Resource Sharing for browser tests." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12258 }, "name": "disableCors", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#disable_csp SyntheticsTest#disable_csp}", "stability": "stable", "summary": "Disable Content Security Policy for browser tests." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12264 }, "name": "disableCsp", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#follow_redirects SyntheticsTest#follow_redirects}", "stability": "stable", "summary": "Determines whether or not the API HTTP test should follow redirects." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12270 }, "name": "followRedirects", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Valid values are `http1`, `http2`, `any`. Defaults to `\"any\"`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#http_version SyntheticsTest#http_version}", "stability": "stable", "summary": "HTTP version to use for an HTTP request in an API test or step." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12276 }, "name": "httpVersion", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#ignore_server_certificate_error SyntheticsTest#ignore_server_certificate_error}", "stability": "stable", "summary": "Ignore server certificate error for browser tests." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12282 }, "name": "ignoreServerCertificateError", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#initial_navigation_timeout SyntheticsTest#initial_navigation_timeout}", "stability": "stable", "summary": "Timeout before declaring the initial step as failed (in seconds) for browser tests." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12288 }, "name": "initialNavigationTimeout", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#min_failure_duration SyntheticsTest#min_failure_duration}", "stability": "stable", "summary": "Minimum amount of time in failure required to trigger an alert (in seconds). Default is `0`." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12294 }, "name": "minFailureDuration", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#min_location_failed SyntheticsTest#min_location_failed}", "stability": "stable", "summary": "Minimum number of locations in failure required to trigger an alert. Defaults to `1`." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12300 }, "name": "minLocationFailed", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#monitor_name SyntheticsTest#monitor_name}", "stability": "stable", "summary": "The monitor name is used for the alert title as well as for all monitor dashboard widgets and SLOs." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12306 }, "name": "monitorName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#monitor_options SyntheticsTest#monitor_options}", "stability": "stable", "summary": "monitor_options block." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12340 }, "name": "monitorOptions", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestOptionsListMonitorOptions" } }, { "abstract": true, "docs": { "stability": "stable", "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#monitor_priority SyntheticsTest#monitor_priority}." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12310 }, "name": "monitorPriority", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#no_screenshot SyntheticsTest#no_screenshot}", "stability": "stable", "summary": "Prevents saving screenshots of the steps." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12316 }, "name": "noScreenshot", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "**Deprecated.** This field is no longer supported by the Datadog API. Please use `datadog_restriction_policy` instead.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#restricted_roles SyntheticsTest#restricted_roles}", "stability": "stable", "summary": "A list of role identifiers pulled from the Roles API to restrict read and write access." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12322 }, "name": "restrictedRoles", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#retry SyntheticsTest#retry}", "stability": "stable", "summary": "retry block." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12346 }, "name": "retry", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestOptionsListRetry" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#rum_settings SyntheticsTest#rum_settings}", "stability": "stable", "summary": "rum_settings block." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12352 }, "name": "rumSettings", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestOptionsListRumSettings" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#scheduling SyntheticsTest#scheduling}", "stability": "stable", "summary": "scheduling block." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12358 }, "name": "scheduling", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestOptionsListScheduling" } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestOptionsListStruct" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestOptionsListStructOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestOptionsListStructOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12551 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 12544 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12998 }, "name": "putCi", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestOptionsListCi" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13014 }, "name": "putMonitorOptions", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestOptionsListMonitorOptions" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13030 }, "name": "putRetry", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestOptionsListRetry" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13046 }, "name": "putRumSettings", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestOptionsListRumSettings" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13062 }, "name": "putScheduling", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestOptionsListScheduling" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12716 }, "name": "resetAcceptSelfSigned" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12732 }, "name": "resetAllowInsecure" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12748 }, "name": "resetBlockedRequestPatterns" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12764 }, "name": "resetCheckCertificateRevocation" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13001 }, "name": "resetCi" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12780 }, "name": "resetDisableAiaIntermediateFetching" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12796 }, "name": "resetDisableCors" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12812 }, "name": "resetDisableCsp" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12828 }, "name": "resetFollowRedirects" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12844 }, "name": "resetHttpVersion" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12860 }, "name": "resetIgnoreServerCertificateError" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12876 }, "name": "resetInitialNavigationTimeout" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12892 }, "name": "resetMinFailureDuration" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12908 }, "name": "resetMinLocationFailed" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12924 }, "name": "resetMonitorName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13017 }, "name": "resetMonitorOptions" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12940 }, "name": "resetMonitorPriority" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12956 }, "name": "resetNoScreenshot" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12972 }, "name": "resetRestrictedRoles" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13033 }, "name": "resetRetry" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13049 }, "name": "resetRumSettings" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13065 }, "name": "resetScheduling" } ], "name": "SyntheticsTestOptionsListStructOutputReference", "namespace": "syntheticsTest", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12995 }, "name": "ci", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestOptionsListCiOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13011 }, "name": "monitorOptions", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestOptionsListMonitorOptionsOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13027 }, "name": "retry", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestOptionsListRetryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13043 }, "name": "rumSettings", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestOptionsListRumSettingsOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13059 }, "name": "scheduling", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestOptionsListSchedulingOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12720 }, "name": "acceptSelfSignedInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12736 }, "name": "allowInsecureInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12752 }, "name": "blockedRequestPatternsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12768 }, "name": "checkCertificateRevocationInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13005 }, "name": "ciInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestOptionsListCi" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12784 }, "name": "disableAiaIntermediateFetchingInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12800 }, "name": "disableCorsInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12816 }, "name": "disableCspInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12832 }, "name": "followRedirectsInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12848 }, "name": "httpVersionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12864 }, "name": "ignoreServerCertificateErrorInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12880 }, "name": "initialNavigationTimeoutInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12896 }, "name": "minFailureDurationInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12912 }, "name": "minLocationFailedInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12928 }, "name": "monitorNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13021 }, "name": "monitorOptionsInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestOptionsListMonitorOptions" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12944 }, "name": "monitorPriorityInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12960 }, "name": "noScreenshotInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12976 }, "name": "restrictedRolesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13037 }, "name": "retryInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestOptionsListRetry" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13053 }, "name": "rumSettingsInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestOptionsListRumSettings" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13069 }, "name": "schedulingInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestOptionsListScheduling" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12989 }, "name": "tickEveryInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12710 }, "name": "acceptSelfSigned", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12726 }, "name": "allowInsecure", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12742 }, "name": "blockedRequestPatterns", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12758 }, "name": "checkCertificateRevocation", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12774 }, "name": "disableAiaIntermediateFetching", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12790 }, "name": "disableCors", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12806 }, "name": "disableCsp", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12822 }, "name": "followRedirects", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12838 }, "name": "httpVersion", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12854 }, "name": "ignoreServerCertificateError", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12870 }, "name": "initialNavigationTimeout", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12886 }, "name": "minFailureDuration", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12902 }, "name": "minLocationFailed", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12918 }, "name": "monitorName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12934 }, "name": "monitorPriority", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12950 }, "name": "noScreenshot", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12966 }, "name": "restrictedRoles", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12982 }, "name": "tickEvery", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 12555 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestOptionsListStruct" } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestOptionsListStructOutputReference" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestRequestBasicauth": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestRequestBasicauth", "kind": "interface", "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13073 }, "name": "SyntheticsTestRequestBasicauth", "namespace": "syntheticsTest", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#access_key SyntheticsTest#access_key}", "stability": "stable", "summary": "Access key for `SIGV4` authentication." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13079 }, "name": "accessKey", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#access_token_url SyntheticsTest#access_token_url}", "stability": "stable", "summary": "Access token url for `oauth-client` or `oauth-rop` authentication." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13085 }, "name": "accessTokenUrl", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#audience SyntheticsTest#audience}", "stability": "stable", "summary": "Audience for `oauth-client` or `oauth-rop` authentication. Defaults to `\"\"`." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13091 }, "name": "audience", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#client_id SyntheticsTest#client_id}", "stability": "stable", "summary": "Client ID for `oauth-client` or `oauth-rop` authentication." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13097 }, "name": "clientId", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#client_secret SyntheticsTest#client_secret}", "stability": "stable", "summary": "Client secret for `oauth-client` or `oauth-rop` authentication." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13103 }, "name": "clientSecret", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#domain SyntheticsTest#domain}", "stability": "stable", "summary": "Domain for `ntlm` authentication." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13109 }, "name": "domain", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#password SyntheticsTest#password}", "stability": "stable", "summary": "Password for authentication." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13115 }, "name": "password", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#region SyntheticsTest#region}", "stability": "stable", "summary": "Region for `SIGV4` authentication." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13121 }, "name": "region", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#resource SyntheticsTest#resource}", "stability": "stable", "summary": "Resource for `oauth-client` or `oauth-rop` authentication. Defaults to `\"\"`." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13127 }, "name": "resource", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#scope SyntheticsTest#scope}", "stability": "stable", "summary": "Scope for `oauth-client` or `oauth-rop` authentication. Defaults to `\"\"`." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13133 }, "name": "scope", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#secret_key SyntheticsTest#secret_key}", "stability": "stable", "summary": "Secret key for `SIGV4` authentication." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13139 }, "name": "secretKey", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#service_name SyntheticsTest#service_name}", "stability": "stable", "summary": "Service name for `SIGV4` authentication." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13145 }, "name": "serviceName", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#session_token SyntheticsTest#session_token}", "stability": "stable", "summary": "Session token for `SIGV4` authentication." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13151 }, "name": "sessionToken", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#token_api_authentication SyntheticsTest#token_api_authentication}", "stability": "stable", "summary": "Token API Authentication for `oauth-client` or `oauth-rop` authentication. Valid values are `header`, `body`." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13157 }, "name": "tokenApiAuthentication", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#type SyntheticsTest#type}", "stability": "stable", "summary": "Type of basic authentication to use when performing the test. Defaults to `\"web\"`." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13163 }, "name": "type", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#username SyntheticsTest#username}", "stability": "stable", "summary": "Username for authentication." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13169 }, "name": "username", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#workstation SyntheticsTest#workstation}", "stability": "stable", "summary": "Workstation for `ntlm` authentication." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13175 }, "name": "workstation", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestRequestBasicauth" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestRequestBasicauthOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestRequestBasicauthOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13326 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 13319 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13455 }, "name": "resetAccessKey" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13471 }, "name": "resetAccessTokenUrl" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13487 }, "name": "resetAudience" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13503 }, "name": "resetClientId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13519 }, "name": "resetClientSecret" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13535 }, "name": "resetDomain" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13551 }, "name": "resetPassword" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13567 }, "name": "resetRegion" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13583 }, "name": "resetResource" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13599 }, "name": "resetScope" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13615 }, "name": "resetSecretKey" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13631 }, "name": "resetServiceName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13647 }, "name": "resetSessionToken" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13663 }, "name": "resetTokenApiAuthentication" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13679 }, "name": "resetType" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13695 }, "name": "resetUsername" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13711 }, "name": "resetWorkstation" } ], "name": "SyntheticsTestRequestBasicauthOutputReference", "namespace": "syntheticsTest", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13459 }, "name": "accessKeyInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13475 }, "name": "accessTokenUrlInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13491 }, "name": "audienceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13507 }, "name": "clientIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13523 }, "name": "clientSecretInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13539 }, "name": "domainInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13555 }, "name": "passwordInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13571 }, "name": "regionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13587 }, "name": "resourceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13603 }, "name": "scopeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13619 }, "name": "secretKeyInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13635 }, "name": "serviceNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13651 }, "name": "sessionTokenInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13667 }, "name": "tokenApiAuthenticationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13683 }, "name": "typeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13699 }, "name": "usernameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13715 }, "name": "workstationInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13449 }, "name": "accessKey", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13465 }, "name": "accessTokenUrl", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13481 }, "name": "audience", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13497 }, "name": "clientId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13513 }, "name": "clientSecret", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13529 }, "name": "domain", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13545 }, "name": "password", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13561 }, "name": "region", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13577 }, "name": "resource", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13593 }, "name": "scope", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13609 }, "name": "secretKey", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13625 }, "name": "serviceName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13641 }, "name": "sessionToken", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13657 }, "name": "tokenApiAuthentication", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13673 }, "name": "type", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13689 }, "name": "username", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13705 }, "name": "workstation", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13330 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestRequestBasicauth" } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestRequestBasicauthOutputReference" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestRequestClientCertificate": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestRequestClientCertificate", "kind": "interface", "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13961 }, "name": "SyntheticsTestRequestClientCertificate", "namespace": "syntheticsTest", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#cert SyntheticsTest#cert}", "stability": "stable", "summary": "cert block." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13967 }, "name": "cert", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestRequestClientCertificateCert" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#key SyntheticsTest#key}", "stability": "stable", "summary": "key block." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13973 }, "name": "key", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestRequestClientCertificateKey" } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestRequestClientCertificate" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestRequestClientCertificateCert": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestRequestClientCertificateCert", "kind": "interface", "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13719 }, "name": "SyntheticsTestRequestClientCertificateCert", "namespace": "syntheticsTest", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#content SyntheticsTest#content}", "stability": "stable", "summary": "Content of the certificate." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13725 }, "name": "content", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#filename SyntheticsTest#filename}", "stability": "stable", "summary": "File name for the certificate. Defaults to `\"Provided in Terraform config\"`." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13731 }, "name": "filename", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestRequestClientCertificateCert" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestRequestClientCertificateCertOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestRequestClientCertificateCertOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13777 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 13770 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13816 }, "name": "resetContent" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13832 }, "name": "resetFilename" } ], "name": "SyntheticsTestRequestClientCertificateCertOutputReference", "namespace": "syntheticsTest", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13820 }, "name": "contentInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13836 }, "name": "filenameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13810 }, "name": "content", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13826 }, "name": "filename", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13781 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestRequestClientCertificateCert" } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestRequestClientCertificateCertOutputReference" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestRequestClientCertificateKey": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestRequestClientCertificateKey", "kind": "interface", "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13840 }, "name": "SyntheticsTestRequestClientCertificateKey", "namespace": "syntheticsTest", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#content SyntheticsTest#content}", "stability": "stable", "summary": "Content of the certificate." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13846 }, "name": "content", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#filename SyntheticsTest#filename}", "stability": "stable", "summary": "File name for the certificate. Defaults to `\"Provided in Terraform config\"`." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13852 }, "name": "filename", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestRequestClientCertificateKey" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestRequestClientCertificateKeyOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestRequestClientCertificateKeyOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.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/synthetics-test/index.ts", "line": 13891 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13937 }, "name": "resetContent" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13953 }, "name": "resetFilename" } ], "name": "SyntheticsTestRequestClientCertificateKeyOutputReference", "namespace": "syntheticsTest", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13941 }, "name": "contentInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13957 }, "name": "filenameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13931 }, "name": "content", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13947 }, "name": "filename", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 13902 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestRequestClientCertificateKey" } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestRequestClientCertificateKeyOutputReference" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestRequestClientCertificateOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestRequestClientCertificateOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14019 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 14012 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14055 }, "name": "putCert", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestRequestClientCertificateCert" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14068 }, "name": "putKey", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestRequestClientCertificateKey" } } ] } ], "name": "SyntheticsTestRequestClientCertificateOutputReference", "namespace": "syntheticsTest", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14052 }, "name": "cert", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestRequestClientCertificateCertOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14065 }, "name": "key", "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestRequestClientCertificateKeyOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14059 }, "name": "certInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestRequestClientCertificateCert" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14072 }, "name": "keyInput", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestRequestClientCertificateKey" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14023 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestRequestClientCertificate" } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestRequestClientCertificateOutputReference" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestRequestDefinition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestRequestDefinition", "kind": "interface", "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14076 }, "name": "SyntheticsTestRequestDefinition", "namespace": "syntheticsTest", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#body SyntheticsTest#body}", "stability": "stable", "summary": "The request body." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14082 }, "name": "body", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#body_type SyntheticsTest#body_type}", "stability": "stable", "summary": "Type of the request body. Valid values are `text/plain`, `application/json`, `text/xml`, `text/html`, `application/x-www-form-urlencoded`, `graphql`, `application/octet-stream`, `multipart/form-data`." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14088 }, "name": "bodyType", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#call_type SyntheticsTest#call_type}", "stability": "stable", "summary": "The type of gRPC call to perform. Valid values are `healthcheck`, `unary`." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14094 }, "name": "callType", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "If you want your client certificate to be applied on other domains instead, add them in `certificate_domains`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#certificate_domains SyntheticsTest#certificate_domains}", "stability": "stable", "summary": "By default, the client certificate is applied on the domain of the starting URL for browser tests." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14100 }, "name": "certificateDomains", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#dns_server SyntheticsTest#dns_server}", "stability": "stable", "summary": "DNS server to use for DNS tests (`subtype = \"dns\"`)." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14106 }, "name": "dnsServer", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#dns_server_port SyntheticsTest#dns_server_port}", "stability": "stable", "summary": "DNS server port to use for DNS tests." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14112 }, "name": "dnsServerPort", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#form SyntheticsTest#form}", "stability": "stable", "summary": "Form data to be sent when `body_type` is `multipart/form-data`." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14118 }, "name": "form", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "map" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#host SyntheticsTest#host}", "stability": "stable", "summary": "Host name to perform the test with." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14124 }, "name": "host", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "**Deprecated.** Use `http_version` in the `options_list` field instead.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#http_version SyntheticsTest#http_version}", "stability": "stable", "summary": "HTTP version to use for an HTTP request in an API test or step." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14130 }, "name": "httpVersion", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#is_message_base64_encoded SyntheticsTest#is_message_base64_encoded}", "stability": "stable", "summary": "Whether the message is base64-encoded." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14136 }, "name": "isMessageBase64Encoded", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#message SyntheticsTest#message}", "stability": "stable", "summary": "For gRPC, UDP and websocket tests, message to send with the request." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14142 }, "name": "message", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Required if `subtype` is `HTTP` or if `subtype` is `grpc` and `callType` is `unary`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#method SyntheticsTest#method}", "stability": "stable", "summary": "Either the HTTP method/verb to use or a gRPC method available on the service set in the `service` field." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14148 }, "name": "method", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#no_saving_response_body SyntheticsTest#no_saving_response_body}", "stability": "stable", "summary": "Determines whether or not to save the response body." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14154 }, "name": "noSavingResponseBody", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#number_of_packets SyntheticsTest#number_of_packets}", "stability": "stable", "summary": "Number of pings to use per test for ICMP tests (`subtype = \"icmp\"`) between 0 and 10." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14160 }, "name": "numberOfPackets", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#persist_cookies SyntheticsTest#persist_cookies}", "stability": "stable", "summary": "Persist cookies across redirects." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14166 }, "name": "persistCookies", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#plain_proto_file SyntheticsTest#plain_proto_file}", "stability": "stable", "summary": "The content of a proto file as a string." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14172 }, "name": "plainProtoFile", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#port SyntheticsTest#port}", "stability": "stable", "summary": "Port to use when performing the test." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14178 }, "name": "port", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#proto_json_descriptor SyntheticsTest#proto_json_descriptor}", "stability": "stable", "summary": "A protobuf JSON descriptor. **Deprecated.** Use `plain_proto_file` instead." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14184 }, "name": "protoJsonDescriptor", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#servername SyntheticsTest#servername}", "stability": "stable", "summary": "For SSL tests, it specifies on which server you want to initiate the TLS handshake, allowing the server to present one of multiple possible certificates on the same IP address and TCP port number." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14190 }, "name": "servername", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#service SyntheticsTest#service}", "stability": "stable", "summary": "The gRPC service on which you want to perform the gRPC call." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14196 }, "name": "service", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "For ICMP tests (`subtype = \"icmp\"`).\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#should_track_hops SyntheticsTest#should_track_hops}", "stability": "stable", "summary": "This will turn on a traceroute probe to discover all gateways along the path to the host destination." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14202 }, "name": "shouldTrackHops", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#timeout SyntheticsTest#timeout}", "stability": "stable", "summary": "Timeout in seconds for the test." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14208 }, "name": "timeout", "optional": true, "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#url SyntheticsTest#url}", "stability": "stable", "summary": "The URL to send the request to." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14214 }, "name": "url", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestRequestDefinition" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestRequestDefinitionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestRequestDefinitionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14407 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 14400 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14572 }, "name": "resetBody" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14588 }, "name": "resetBodyType" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14604 }, "name": "resetCallType" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14620 }, "name": "resetCertificateDomains" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14636 }, "name": "resetDnsServer" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14652 }, "name": "resetDnsServerPort" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14668 }, "name": "resetForm" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14684 }, "name": "resetHost" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14700 }, "name": "resetHttpVersion" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14716 }, "name": "resetIsMessageBase64Encoded" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14732 }, "name": "resetMessage" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14748 }, "name": "resetMethod" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14764 }, "name": "resetNoSavingResponseBody" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14780 }, "name": "resetNumberOfPackets" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14796 }, "name": "resetPersistCookies" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14812 }, "name": "resetPlainProtoFile" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14828 }, "name": "resetPort" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14844 }, "name": "resetProtoJsonDescriptor" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14860 }, "name": "resetServername" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14876 }, "name": "resetService" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14892 }, "name": "resetShouldTrackHops" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14908 }, "name": "resetTimeout" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14924 }, "name": "resetUrl" } ], "name": "SyntheticsTestRequestDefinitionOutputReference", "namespace": "syntheticsTest", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14576 }, "name": "bodyInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14592 }, "name": "bodyTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14608 }, "name": "callTypeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14624 }, "name": "certificateDomainsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14640 }, "name": "dnsServerInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14656 }, "name": "dnsServerPortInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14672 }, "name": "formInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "map" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14688 }, "name": "hostInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14704 }, "name": "httpVersionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14720 }, "name": "isMessageBase64EncodedInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14736 }, "name": "messageInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14752 }, "name": "methodInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14768 }, "name": "noSavingResponseBodyInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14784 }, "name": "numberOfPacketsInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14800 }, "name": "persistCookiesInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14816 }, "name": "plainProtoFileInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14832 }, "name": "portInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14848 }, "name": "protoJsonDescriptorInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14864 }, "name": "servernameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14880 }, "name": "serviceInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14896 }, "name": "shouldTrackHopsInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14912 }, "name": "timeoutInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14928 }, "name": "urlInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14566 }, "name": "body", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14582 }, "name": "bodyType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14598 }, "name": "callType", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14614 }, "name": "certificateDomains", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14630 }, "name": "dnsServer", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14646 }, "name": "dnsServerPort", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14662 }, "name": "form", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "map" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14678 }, "name": "host", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14694 }, "name": "httpVersion", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14710 }, "name": "isMessageBase64Encoded", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14726 }, "name": "message", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14742 }, "name": "method", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14758 }, "name": "noSavingResponseBody", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14774 }, "name": "numberOfPackets", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14790 }, "name": "persistCookies", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14806 }, "name": "plainProtoFile", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14822 }, "name": "port", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14838 }, "name": "protoJsonDescriptor", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14854 }, "name": "servername", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14870 }, "name": "service", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14886 }, "name": "shouldTrackHops", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14902 }, "name": "timeout", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14918 }, "name": "url", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14411 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestRequestDefinition" } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestRequestDefinitionOutputReference" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestRequestFile": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestRequestFile", "kind": "interface", "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14932 }, "name": "SyntheticsTestRequestFile", "namespace": "syntheticsTest", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#name SyntheticsTest#name}", "stability": "stable", "summary": "Name of the file." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14944 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#size SyntheticsTest#size}", "stability": "stable", "summary": "Size of the file." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14956 }, "name": "size", "type": { "primitive": "number" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#type SyntheticsTest#type}", "stability": "stable", "summary": "Type of the file." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14962 }, "name": "type", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#content SyntheticsTest#content}", "stability": "stable", "summary": "Content of the file." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14938 }, "name": "content", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#original_file_name SyntheticsTest#original_file_name}", "stability": "stable", "summary": "Original name of the file." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 14950 }, "name": "originalFileName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestRequestFile" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestRequestFileList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestRequestFileList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15175 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15167 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15182 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestRequestFileOutputReference" } } } ], "name": "SyntheticsTestRequestFileList", "namespace": "syntheticsTest", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15175 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15175 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "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/index.ts", "line": 15175 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15168 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestRequestFile" }, "kind": "array" } } ] } } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestRequestFileList" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestRequestFileOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestRequestFileOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15032 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15022 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15103 }, "name": "resetContent" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15132 }, "name": "resetOriginalFileName" } ], "name": "SyntheticsTestRequestFileOutputReference", "namespace": "syntheticsTest", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15091 }, "name": "bucketKey", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15107 }, "name": "contentInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15120 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15136 }, "name": "originalFileNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15149 }, "name": "sizeInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15162 }, "name": "typeInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15097 }, "name": "content", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15113 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15126 }, "name": "originalFileName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15142 }, "name": "size", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15155 }, "name": "type", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15036 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestRequestFile" } ] } } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestRequestFileOutputReference" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestRequestProxy": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestRequestProxy", "kind": "interface", "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15186 }, "name": "SyntheticsTestRequestProxy", "namespace": "syntheticsTest", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#url SyntheticsTest#url}", "stability": "stable", "summary": "URL of the proxy to perform the test." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15198 }, "name": "url", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/synthetics_test#headers SyntheticsTest#headers}", "stability": "stable", "summary": "Header name and value map." }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15192 }, "name": "headers", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "map" } } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestRequestProxy" }, "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestRequestProxyOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestRequestProxyOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15244 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "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/index.ts", "line": 15237 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15283 }, "name": "resetHeaders" } ], "name": "SyntheticsTestRequestProxyOutputReference", "namespace": "syntheticsTest", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15287 }, "name": "headersInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "map" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15300 }, "name": "urlInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15277 }, "name": "headers", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "map" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15293 }, "name": "url", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/synthetics-test/index.ts", "line": 15248 }, "name": "internalValue", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.syntheticsTest.SyntheticsTestRequestProxy" } } ], "symbolId": "src/synthetics-test/index:SyntheticsTestRequestProxyOutputReference" }, "@cdktf/provider-datadog.tagPipelineRuleset.TagPipelineRuleset": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/tag_pipeline_ruleset datadog_tag_pipeline_ruleset}." }, "fqn": "@cdktf/provider-datadog.tagPipelineRuleset.TagPipelineRuleset", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/tag_pipeline_ruleset datadog_tag_pipeline_ruleset} Resource." }, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 1215 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.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.tagPipelineRuleset.TagPipelineRulesetConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 1183 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a TagPipelineRuleset resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 1200 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the TagPipelineRuleset to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/tag_pipeline_ruleset#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing TagPipelineRuleset that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the TagPipelineRuleset to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 1289 }, "name": "putRules", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRules" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 1248 }, "name": "resetEnabled" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 1292 }, "name": "resetRules" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 1304 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 1312 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "TagPipelineRuleset", "namespace": "tagPipelineRuleset", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 1188 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 1257 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 1275 }, "name": "position", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 1286 }, "name": "rules", "type": { "fqn": "@cdktf/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 1280 }, "name": "version", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 1252 }, "name": "enabledInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 1270 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 1296 }, "name": "rulesInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRules" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 1242 }, "name": "enabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 1263 }, "name": "name", "type": { "primitive": "string" } } ], "symbolId": "src/tag-pipeline-ruleset/index:TagPipelineRuleset" }, "@cdktf/provider-datadog.tagPipelineRuleset.TagPipelineRulesetConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.tagPipelineRuleset.TagPipelineRulesetConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 14 }, "name": "TagPipelineRulesetConfig", "namespace": "tagPipelineRuleset", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/tag_pipeline_ruleset#name TagPipelineRuleset#name}", "stability": "stable", "summary": "The name of the ruleset." }, "immutable": true, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 26 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/tag_pipeline_ruleset#enabled TagPipelineRuleset#enabled}", "stability": "stable", "summary": "Whether the ruleset is enabled." }, "immutable": true, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 20 }, "name": "enabled", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/tag_pipeline_ruleset#rules TagPipelineRuleset#rules}", "stability": "stable", "summary": "rules block." }, "immutable": true, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 32 }, "name": "rules", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRules" }, "kind": "array" } } ] } } } ], "symbolId": "src/tag-pipeline-ruleset/index:TagPipelineRulesetConfig" }, "@cdktf/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRules": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRules", "kind": "interface", "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 921 }, "name": "TagPipelineRulesetRules", "namespace": "tagPipelineRuleset", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/tag_pipeline_ruleset#enabled TagPipelineRuleset#enabled}", "stability": "stable", "summary": "Whether the rule is enabled." }, "immutable": true, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 927 }, "name": "enabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/tag_pipeline_ruleset#name TagPipelineRuleset#name}", "stability": "stable", "summary": "The name of the rule." }, "immutable": true, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 933 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/tag_pipeline_ruleset#mapping TagPipelineRuleset#mapping}", "stability": "stable", "summary": "mapping block." }, "immutable": true, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 939 }, "name": "mapping", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesMapping" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/tag_pipeline_ruleset#query TagPipelineRuleset#query}", "stability": "stable", "summary": "query block." }, "immutable": true, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 945 }, "name": "query", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesQuery" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/tag_pipeline_ruleset#reference_table TagPipelineRuleset#reference_table}", "stability": "stable", "summary": "reference_table block." }, "immutable": true, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 951 }, "name": "referenceTable", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesReferenceTable" } } ], "symbolId": "src/tag-pipeline-ruleset/index:TagPipelineRulesetRules" }, "@cdktf/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 1168 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 1160 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 1175 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesOutputReference" } } } ], "name": "TagPipelineRulesetRulesList", "namespace": "tagPipelineRuleset", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 1168 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 1168 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 1168 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 1161 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRules" }, "kind": "array" } } ] } } } ], "symbolId": "src/tag-pipeline-ruleset/index:TagPipelineRulesetRulesList" }, "@cdktf/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesMapping": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesMapping", "kind": "interface", "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 34 }, "name": "TagPipelineRulesetRulesMapping", "namespace": "tagPipelineRuleset", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/tag_pipeline_ruleset#destination_key TagPipelineRuleset#destination_key}", "stability": "stable", "summary": "The destination key for the mapping." }, "immutable": true, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 40 }, "name": "destinationKey", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/tag_pipeline_ruleset#if_not_exists TagPipelineRuleset#if_not_exists}", "stability": "stable", "summary": "Whether to apply the mapping only if the destination key doesn't exist." }, "immutable": true, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 46 }, "name": "ifNotExists", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/tag_pipeline_ruleset#source_keys TagPipelineRuleset#source_keys}", "stability": "stable", "summary": "The source keys for the mapping." }, "immutable": true, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 52 }, "name": "sourceKeys", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/tag-pipeline-ruleset/index:TagPipelineRulesetRulesMapping" }, "@cdktf/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesMappingOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesMappingOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 106 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 98 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 160 }, "name": "resetDestinationKey" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 176 }, "name": "resetIfNotExists" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 192 }, "name": "resetSourceKeys" } ], "name": "TagPipelineRulesetRulesMappingOutputReference", "namespace": "tagPipelineRuleset", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 164 }, "name": "destinationKeyInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 180 }, "name": "ifNotExistsInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 196 }, "name": "sourceKeysInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 154 }, "name": "destinationKey", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 170 }, "name": "ifNotExists", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 186 }, "name": "sourceKeys", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 110 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesMapping" } ] } } } ], "symbolId": "src/tag-pipeline-ruleset/index:TagPipelineRulesetRulesMappingOutputReference" }, "@cdktf/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 1021 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 1011 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 1116 }, "name": "putMapping", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesMapping" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 1132 }, "name": "putQuery", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesQuery" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 1148 }, "name": "putReferenceTable", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesReferenceTable" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 1119 }, "name": "resetMapping" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 1135 }, "name": "resetQuery" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 1151 }, "name": "resetReferenceTable" } ], "name": "TagPipelineRulesetRulesOutputReference", "namespace": "tagPipelineRuleset", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 1113 }, "name": "mapping", "type": { "fqn": "@cdktf/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesMappingOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 1094 }, "name": "metadata", "type": { "fqn": "cdktf.StringMap" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 1129 }, "name": "query", "type": { "fqn": "@cdktf/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesQueryOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 1145 }, "name": "referenceTable", "type": { "fqn": "@cdktf/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesReferenceTableOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 1088 }, "name": "enabledInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 1123 }, "name": "mappingInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesMapping" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 1107 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 1139 }, "name": "queryInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesQuery" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 1155 }, "name": "referenceTableInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesReferenceTable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 1081 }, "name": "enabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 1100 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 1025 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRules" } ] } } } ], "symbolId": "src/tag-pipeline-ruleset/index:TagPipelineRulesetRulesOutputReference" }, "@cdktf/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesQuery": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesQuery", "kind": "interface", "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 331 }, "name": "TagPipelineRulesetRulesQuery", "namespace": "tagPipelineRuleset", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/tag_pipeline_ruleset#addition TagPipelineRuleset#addition}", "stability": "stable", "summary": "addition block." }, "immutable": true, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 355 }, "name": "addition", "optional": true, "type": { "fqn": "@cdktf/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesQueryAddition" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/tag_pipeline_ruleset#case_insensitivity TagPipelineRuleset#case_insensitivity}", "stability": "stable", "summary": "Whether the query matching is case insensitive." }, "immutable": true, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 337 }, "name": "caseInsensitivity", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/tag_pipeline_ruleset#if_not_exists TagPipelineRuleset#if_not_exists}", "stability": "stable", "summary": "Whether to apply the query only if the key doesn't exist." }, "immutable": true, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 343 }, "name": "ifNotExists", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/tag_pipeline_ruleset#query TagPipelineRuleset#query}", "stability": "stable", "summary": "The query string." }, "immutable": true, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 349 }, "name": "query", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/tag-pipeline-ruleset/index:TagPipelineRulesetRulesQuery" }, "@cdktf/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesQueryAddition": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesQueryAddition", "kind": "interface", "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 200 }, "name": "TagPipelineRulesetRulesQueryAddition", "namespace": "tagPipelineRuleset", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/tag_pipeline_ruleset#key TagPipelineRuleset#key}", "stability": "stable", "summary": "The key to add." }, "immutable": true, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 206 }, "name": "key", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/tag_pipeline_ruleset#value TagPipelineRuleset#value}", "stability": "stable", "summary": "The value to add." }, "immutable": true, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 212 }, "name": "value", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/tag-pipeline-ruleset/index:TagPipelineRulesetRulesQueryAddition" }, "@cdktf/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesQueryAdditionOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesQueryAdditionOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 259 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 251 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 307 }, "name": "resetKey" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 323 }, "name": "resetValue" } ], "name": "TagPipelineRulesetRulesQueryAdditionOutputReference", "namespace": "tagPipelineRuleset", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 311 }, "name": "keyInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 327 }, "name": "valueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 301 }, "name": "key", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 317 }, "name": "value", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 263 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesQueryAddition" } ] } } } ], "symbolId": "src/tag-pipeline-ruleset/index:TagPipelineRulesetRulesQueryAdditionOutputReference" }, "@cdktf/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesQueryOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesQueryOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 416 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 408 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 521 }, "name": "putAddition", "parameters": [ { "name": "value", "type": { "fqn": "@cdktf/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesQueryAddition" } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 524 }, "name": "resetAddition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 476 }, "name": "resetCaseInsensitivity" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 492 }, "name": "resetIfNotExists" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 508 }, "name": "resetQuery" } ], "name": "TagPipelineRulesetRulesQueryOutputReference", "namespace": "tagPipelineRuleset", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 518 }, "name": "addition", "type": { "fqn": "@cdktf/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesQueryAdditionOutputReference" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 528 }, "name": "additionInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesQueryAddition" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 480 }, "name": "caseInsensitivityInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 496 }, "name": "ifNotExistsInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 512 }, "name": "queryInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 470 }, "name": "caseInsensitivity", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 486 }, "name": "ifNotExists", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 502 }, "name": "query", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 420 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesQuery" } ] } } } ], "symbolId": "src/tag-pipeline-ruleset/index:TagPipelineRulesetRulesQueryOutputReference" }, "@cdktf/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesReferenceTable": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesReferenceTable", "kind": "interface", "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 685 }, "name": "TagPipelineRulesetRulesReferenceTable", "namespace": "tagPipelineRuleset", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/tag_pipeline_ruleset#case_insensitivity TagPipelineRuleset#case_insensitivity}", "stability": "stable", "summary": "Whether the reference table lookup is case insensitive." }, "immutable": true, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 691 }, "name": "caseInsensitivity", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/tag_pipeline_ruleset#field_pairs TagPipelineRuleset#field_pairs}", "stability": "stable", "summary": "field_pairs block." }, "immutable": true, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 715 }, "name": "fieldPairs", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesReferenceTableFieldPairs" }, "kind": "array" } } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/tag_pipeline_ruleset#if_not_exists TagPipelineRuleset#if_not_exists}", "stability": "stable", "summary": "Whether to apply the reference table only if the key doesn't exist." }, "immutable": true, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 697 }, "name": "ifNotExists", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/tag_pipeline_ruleset#source_keys TagPipelineRuleset#source_keys}", "stability": "stable", "summary": "The source keys for the reference table lookup." }, "immutable": true, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 703 }, "name": "sourceKeys", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/tag_pipeline_ruleset#table_name TagPipelineRuleset#table_name}", "stability": "stable", "summary": "The name of the reference table." }, "immutable": true, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 709 }, "name": "tableName", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/tag-pipeline-ruleset/index:TagPipelineRulesetRulesReferenceTable" }, "@cdktf/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesReferenceTableFieldPairs": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesReferenceTableFieldPairs", "kind": "interface", "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 532 }, "name": "TagPipelineRulesetRulesReferenceTableFieldPairs", "namespace": "tagPipelineRuleset", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/tag_pipeline_ruleset#input_column TagPipelineRuleset#input_column}", "stability": "stable", "summary": "The input column name." }, "immutable": true, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 538 }, "name": "inputColumn", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/tag_pipeline_ruleset#output_key TagPipelineRuleset#output_key}", "stability": "stable", "summary": "The output key name." }, "immutable": true, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 544 }, "name": "outputKey", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/tag-pipeline-ruleset/index:TagPipelineRulesetRulesReferenceTableFieldPairs" }, "@cdktf/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesReferenceTableFieldPairsList": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexList", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesReferenceTableFieldPairsList", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 674 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "wrapsSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 666 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 681 }, "name": "get", "parameters": [ { "docs": { "summary": "the index of the item to return." }, "name": "index", "type": { "primitive": "number" } } ], "returns": { "type": { "fqn": "@cdktf/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesReferenceTableFieldPairsOutputReference" } } } ], "name": "TagPipelineRulesetRulesReferenceTableFieldPairsList", "namespace": "tagPipelineRuleset", "properties": [ { "docs": { "stability": "stable", "summary": "The attribute on the parent resource this class is referencing." }, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 674 }, "name": "terraformAttribute", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable", "summary": "The parent resource." }, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 674 }, "name": "terraformResource", "overrides": "cdktf.ComplexList", "protected": true, "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "stability": "stable", "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 674 }, "name": "wrapsSet", "overrides": "cdktf.ComplexList", "protected": true, "type": { "primitive": "boolean" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 667 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesReferenceTableFieldPairs" }, "kind": "array" } } ] } } } ], "symbolId": "src/tag-pipeline-ruleset/index:TagPipelineRulesetRulesReferenceTableFieldPairsList" }, "@cdktf/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesReferenceTableFieldPairsOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesReferenceTableFieldPairsOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 593 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } }, { "docs": { "summary": "the index of this item in the list." }, "name": "complexObjectIndex", "type": { "primitive": "number" } }, { "docs": { "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)." }, "name": "complexObjectIsFromSet", "type": { "primitive": "boolean" } } ] }, "kind": "class", "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 583 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 641 }, "name": "resetInputColumn" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 657 }, "name": "resetOutputKey" } ], "name": "TagPipelineRulesetRulesReferenceTableFieldPairsOutputReference", "namespace": "tagPipelineRuleset", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 645 }, "name": "inputColumnInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 661 }, "name": "outputKeyInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 635 }, "name": "inputColumn", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 651 }, "name": "outputKey", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 597 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesReferenceTableFieldPairs" } ] } } } ], "symbolId": "src/tag-pipeline-ruleset/index:TagPipelineRulesetRulesReferenceTableFieldPairsOutputReference" }, "@cdktf/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesReferenceTableOutputReference": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.ComplexObject", "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesReferenceTableOutputReference", "initializer": { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 783 }, "parameters": [ { "docs": { "summary": "The parent resource." }, "name": "terraformResource", "type": { "fqn": "cdktf.IInterpolatingParent" } }, { "docs": { "summary": "The attribute on the parent resource this class is referencing." }, "name": "terraformAttribute", "type": { "primitive": "string" } } ] }, "kind": "class", "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 775 }, "methods": [ { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 910 }, "name": "putFieldPairs", "parameters": [ { "name": "value", "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesReferenceTableFieldPairs" }, "kind": "array" } } ] } } } ] }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 849 }, "name": "resetCaseInsensitivity" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 913 }, "name": "resetFieldPairs" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 865 }, "name": "resetIfNotExists" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 881 }, "name": "resetSourceKeys" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 897 }, "name": "resetTableName" } ], "name": "TagPipelineRulesetRulesReferenceTableOutputReference", "namespace": "tagPipelineRuleset", "properties": [ { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 907 }, "name": "fieldPairs", "type": { "fqn": "@cdktf/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesReferenceTableFieldPairsList" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 853 }, "name": "caseInsensitivityInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 917 }, "name": "fieldPairsInput", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "collection": { "elementtype": { "fqn": "@cdktf/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesReferenceTableFieldPairs" }, "kind": "array" } } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 869 }, "name": "ifNotExistsInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 885 }, "name": "sourceKeysInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 901 }, "name": "tableNameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 843 }, "name": "caseInsensitivity", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 859 }, "name": "ifNotExists", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 875 }, "name": "sourceKeys", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 891 }, "name": "tableName", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/tag-pipeline-ruleset/index.ts", "line": 787 }, "name": "internalValue", "optional": true, "type": { "union": { "types": [ { "fqn": "cdktf.IResolvable" }, { "fqn": "@cdktf/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesReferenceTable" } ] } } } ], "symbolId": "src/tag-pipeline-ruleset/index:TagPipelineRulesetRulesReferenceTableOutputReference" }, "@cdktf/provider-datadog.tagPipelineRulesets.TagPipelineRulesets": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/tag_pipeline_rulesets datadog_tag_pipeline_rulesets}." }, "fqn": "@cdktf/provider-datadog.tagPipelineRulesets.TagPipelineRulesets", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/tag_pipeline_rulesets datadog_tag_pipeline_rulesets} Resource." }, "locationInModule": { "filename": "src/tag-pipeline-rulesets/index.ts", "line": 64 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.tagPipelineRulesets.TagPipelineRulesetsConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/tag-pipeline-rulesets/index.ts", "line": 32 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a TagPipelineRulesets resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/tag-pipeline-rulesets/index.ts", "line": 49 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the TagPipelineRulesets to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/tag_pipeline_rulesets#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing TagPipelineRulesets that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the TagPipelineRulesets to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/tag-pipeline-rulesets/index.ts", "line": 101 }, "name": "resetOverrideUiDefinedResources" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/tag-pipeline-rulesets/index.ts", "line": 126 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/tag-pipeline-rulesets/index.ts", "line": 133 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "TagPipelineRulesets", "namespace": "tagPipelineRulesets", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/tag-pipeline-rulesets/index.ts", "line": 37 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/tag-pipeline-rulesets/index.ts", "line": 89 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/tag-pipeline-rulesets/index.ts", "line": 105 }, "name": "overrideUiDefinedResourcesInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/tag-pipeline-rulesets/index.ts", "line": 118 }, "name": "rulesetIdsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/tag-pipeline-rulesets/index.ts", "line": 95 }, "name": "overrideUiDefinedResources", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/tag-pipeline-rulesets/index.ts", "line": 111 }, "name": "rulesetIds", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } } ], "symbolId": "src/tag-pipeline-rulesets/index:TagPipelineRulesets" }, "@cdktf/provider-datadog.tagPipelineRulesets.TagPipelineRulesetsConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.tagPipelineRulesets.TagPipelineRulesetsConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/tag-pipeline-rulesets/index.ts", "line": 14 }, "name": "TagPipelineRulesetsConfig", "namespace": "tagPipelineRulesets", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/tag_pipeline_rulesets#ruleset_ids TagPipelineRulesets#ruleset_ids}", "stability": "stable", "summary": "The list of Tag Pipeline Ruleset IDs, in order. Rulesets are executed in the order specified in this list." }, "immutable": true, "locationInModule": { "filename": "src/tag-pipeline-rulesets/index.ts", "line": 26 }, "name": "rulesetIds", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "When set to true, any rulesets created via the UI that are not defined in Terraform will be deleted and Terraform will be used as the source of truth for rules and their ordering. When set to false, any rulesets created via the UI that are at the end of order will be kept but will be warned, otherwise an error will be thrown in terraform plan phase. Default is false\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/tag_pipeline_rulesets#override_ui_defined_resources TagPipelineRulesets#override_ui_defined_resources}", "stability": "stable", "summary": "Whether to override UI-defined rulesets." }, "immutable": true, "locationInModule": { "filename": "src/tag-pipeline-rulesets/index.ts", "line": 20 }, "name": "overrideUiDefinedResources", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } } ], "symbolId": "src/tag-pipeline-rulesets/index:TagPipelineRulesetsConfig" }, "@cdktf/provider-datadog.team.Team": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/team datadog_team}." }, "fqn": "@cdktf/provider-datadog.team.Team", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/team datadog_team} Resource." }, "locationInModule": { "filename": "src/team/index.ts", "line": 70 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.team.TeamConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/team/index.ts", "line": 38 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a Team resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/team/index.ts", "line": 55 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the Team to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/team#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing Team that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the Team to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/team/index.ts", "line": 158 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/team/index.ts", "line": 166 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "Team", "namespace": "team", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/team/index.ts", "line": 43 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/team/index.ts", "line": 122 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/team/index.ts", "line": 127 }, "name": "linkCount", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/team/index.ts", "line": 145 }, "name": "summary", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/team/index.ts", "line": 150 }, "name": "userCount", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/team/index.ts", "line": 104 }, "name": "descriptionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/team/index.ts", "line": 117 }, "name": "handleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/team/index.ts", "line": 140 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/team/index.ts", "line": 97 }, "name": "description", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/team/index.ts", "line": 110 }, "name": "handle", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/team/index.ts", "line": 133 }, "name": "name", "type": { "primitive": "string" } } ], "symbolId": "src/team/index:Team" }, "@cdktf/provider-datadog.team.TeamConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.team.TeamConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/team/index.ts", "line": 14 }, "name": "TeamConfig", "namespace": "team", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/team#description Team#description}", "stability": "stable", "summary": "Free-form markdown description/content for the team's homepage." }, "immutable": true, "locationInModule": { "filename": "src/team/index.ts", "line": 20 }, "name": "description", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/team#handle Team#handle}", "stability": "stable", "summary": "The team's identifier." }, "immutable": true, "locationInModule": { "filename": "src/team/index.ts", "line": 26 }, "name": "handle", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/team#name Team#name}", "stability": "stable", "summary": "The name of the team." }, "immutable": true, "locationInModule": { "filename": "src/team/index.ts", "line": 32 }, "name": "name", "type": { "primitive": "string" } } ], "symbolId": "src/team/index:TeamConfig" }, "@cdktf/provider-datadog.teamHierarchyLinks.TeamHierarchyLinks": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/team_hierarchy_links datadog_team_hierarchy_links}." }, "fqn": "@cdktf/provider-datadog.teamHierarchyLinks.TeamHierarchyLinks", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/team_hierarchy_links datadog_team_hierarchy_links} Resource." }, "locationInModule": { "filename": "src/team-hierarchy-links/index.ts", "line": 64 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.teamHierarchyLinks.TeamHierarchyLinksConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/team-hierarchy-links/index.ts", "line": 32 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a TeamHierarchyLinks resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/team-hierarchy-links/index.ts", "line": 49 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the TeamHierarchyLinks to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/team_hierarchy_links#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing TeamHierarchyLinks that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the TeamHierarchyLinks to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/team-hierarchy-links/index.ts", "line": 133 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/team-hierarchy-links/index.ts", "line": 140 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "TeamHierarchyLinks", "namespace": "teamHierarchyLinks", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/team-hierarchy-links/index.ts", "line": 37 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/team-hierarchy-links/index.ts", "line": 89 }, "name": "createdAt", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/team-hierarchy-links/index.ts", "line": 94 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/team-hierarchy-links/index.ts", "line": 112 }, "name": "provisionedBy", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/team-hierarchy-links/index.ts", "line": 107 }, "name": "parentTeamIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/team-hierarchy-links/index.ts", "line": 125 }, "name": "subTeamIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/team-hierarchy-links/index.ts", "line": 100 }, "name": "parentTeamId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/team-hierarchy-links/index.ts", "line": 118 }, "name": "subTeamId", "type": { "primitive": "string" } } ], "symbolId": "src/team-hierarchy-links/index:TeamHierarchyLinks" }, "@cdktf/provider-datadog.teamHierarchyLinks.TeamHierarchyLinksConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.teamHierarchyLinks.TeamHierarchyLinksConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/team-hierarchy-links/index.ts", "line": 14 }, "name": "TeamHierarchyLinksConfig", "namespace": "teamHierarchyLinks", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/team_hierarchy_links#parent_team_id TeamHierarchyLinks#parent_team_id}", "stability": "stable", "summary": "ID of the parent team the team hierarchy link is associated with." }, "immutable": true, "locationInModule": { "filename": "src/team-hierarchy-links/index.ts", "line": 20 }, "name": "parentTeamId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/team_hierarchy_links#sub_team_id TeamHierarchyLinks#sub_team_id}", "stability": "stable", "summary": "ID of the sub team the team hierarchy link is associated with." }, "immutable": true, "locationInModule": { "filename": "src/team-hierarchy-links/index.ts", "line": 26 }, "name": "subTeamId", "type": { "primitive": "string" } } ], "symbolId": "src/team-hierarchy-links/index:TeamHierarchyLinksConfig" }, "@cdktf/provider-datadog.teamLink.TeamLink": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/team_link datadog_team_link}." }, "fqn": "@cdktf/provider-datadog.teamLink.TeamLink", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/team_link datadog_team_link} Resource." }, "locationInModule": { "filename": "src/team-link/index.ts", "line": 76 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.teamLink.TeamLinkConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/team-link/index.ts", "line": 44 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a TeamLink resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/team-link/index.ts", "line": 61 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the TeamLink to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/team_link#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing TeamLink that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the TeamLink to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/team-link/index.ts", "line": 128 }, "name": "resetPosition" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/team-link/index.ts", "line": 166 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/team-link/index.ts", "line": 175 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "TeamLink", "namespace": "teamLink", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/team-link/index.ts", "line": 49 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/team-link/index.ts", "line": 103 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/team-link/index.ts", "line": 116 }, "name": "labelInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/team-link/index.ts", "line": 132 }, "name": "positionInput", "optional": true, "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/team-link/index.ts", "line": 145 }, "name": "teamIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/team-link/index.ts", "line": 158 }, "name": "urlInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/team-link/index.ts", "line": 109 }, "name": "label", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/team-link/index.ts", "line": 122 }, "name": "position", "type": { "primitive": "number" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/team-link/index.ts", "line": 138 }, "name": "teamId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/team-link/index.ts", "line": 151 }, "name": "url", "type": { "primitive": "string" } } ], "symbolId": "src/team-link/index:TeamLink" }, "@cdktf/provider-datadog.teamLink.TeamLinkConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.teamLink.TeamLinkConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/team-link/index.ts", "line": 14 }, "name": "TeamLinkConfig", "namespace": "teamLink", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/team_link#label TeamLink#label}", "stability": "stable", "summary": "The link's label." }, "immutable": true, "locationInModule": { "filename": "src/team-link/index.ts", "line": 20 }, "name": "label", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/team_link#team_id TeamLink#team_id}", "stability": "stable", "summary": "ID of the team the link is associated with." }, "immutable": true, "locationInModule": { "filename": "src/team-link/index.ts", "line": 32 }, "name": "teamId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/team_link#url TeamLink#url}", "stability": "stable", "summary": "The URL for the link." }, "immutable": true, "locationInModule": { "filename": "src/team-link/index.ts", "line": 38 }, "name": "url", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/team_link#position TeamLink#position}", "stability": "stable", "summary": "The link's position, used to sort links for the team." }, "immutable": true, "locationInModule": { "filename": "src/team-link/index.ts", "line": 26 }, "name": "position", "optional": true, "type": { "primitive": "number" } } ], "symbolId": "src/team-link/index:TeamLinkConfig" }, "@cdktf/provider-datadog.teamMembership.TeamMembership": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/team_membership datadog_team_membership}." }, "fqn": "@cdktf/provider-datadog.teamMembership.TeamMembership", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/team_membership datadog_team_membership} Resource." }, "locationInModule": { "filename": "src/team-membership/index.ts", "line": 70 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.teamMembership.TeamMembershipConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/team-membership/index.ts", "line": 38 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a TeamMembership resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/team-membership/index.ts", "line": 55 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the TeamMembership to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/team_membership#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing TeamMembership that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the TeamMembership to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/team-membership/index.ts", "line": 108 }, "name": "resetRole" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/team-membership/index.ts", "line": 146 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/team-membership/index.ts", "line": 154 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "TeamMembership", "namespace": "teamMembership", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/team-membership/index.ts", "line": 43 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/team-membership/index.ts", "line": 96 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/team-membership/index.ts", "line": 112 }, "name": "roleInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/team-membership/index.ts", "line": 125 }, "name": "teamIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/team-membership/index.ts", "line": 138 }, "name": "userIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/team-membership/index.ts", "line": 102 }, "name": "role", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/team-membership/index.ts", "line": 118 }, "name": "teamId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/team-membership/index.ts", "line": 131 }, "name": "userId", "type": { "primitive": "string" } } ], "symbolId": "src/team-membership/index:TeamMembership" }, "@cdktf/provider-datadog.teamMembership.TeamMembershipConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.teamMembership.TeamMembershipConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/team-membership/index.ts", "line": 14 }, "name": "TeamMembershipConfig", "namespace": "teamMembership", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/team_membership#team_id TeamMembership#team_id}", "stability": "stable", "summary": "ID of the team the team membership is associated with." }, "immutable": true, "locationInModule": { "filename": "src/team-membership/index.ts", "line": 26 }, "name": "teamId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/team_membership#user_id TeamMembership#user_id}", "stability": "stable", "summary": "The ID of the user." }, "immutable": true, "locationInModule": { "filename": "src/team-membership/index.ts", "line": 32 }, "name": "userId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/team_membership#role TeamMembership#role}", "stability": "stable", "summary": "The user's role within the team. Valid values are `admin`." }, "immutable": true, "locationInModule": { "filename": "src/team-membership/index.ts", "line": 20 }, "name": "role", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/team-membership/index:TeamMembershipConfig" }, "@cdktf/provider-datadog.teamPermissionSetting.TeamPermissionSetting": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/team_permission_setting datadog_team_permission_setting}." }, "fqn": "@cdktf/provider-datadog.teamPermissionSetting.TeamPermissionSetting", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/team_permission_setting datadog_team_permission_setting} Resource." }, "locationInModule": { "filename": "src/team-permission-setting/index.ts", "line": 70 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.teamPermissionSetting.TeamPermissionSettingConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/team-permission-setting/index.ts", "line": 38 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a TeamPermissionSetting resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/team-permission-setting/index.ts", "line": 55 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the TeamPermissionSetting to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/team_permission_setting#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing TeamPermissionSetting that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the TeamPermissionSetting to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/team-permission-setting/index.ts", "line": 143 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/team-permission-setting/index.ts", "line": 151 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "TeamPermissionSetting", "namespace": "teamPermissionSetting", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/team-permission-setting/index.ts", "line": 43 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/team-permission-setting/index.ts", "line": 109 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/team-permission-setting/index.ts", "line": 104 }, "name": "actionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/team-permission-setting/index.ts", "line": 122 }, "name": "teamIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/team-permission-setting/index.ts", "line": 135 }, "name": "valueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/team-permission-setting/index.ts", "line": 97 }, "name": "action", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/team-permission-setting/index.ts", "line": 115 }, "name": "teamId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/team-permission-setting/index.ts", "line": 128 }, "name": "value", "type": { "primitive": "string" } } ], "symbolId": "src/team-permission-setting/index:TeamPermissionSetting" }, "@cdktf/provider-datadog.teamPermissionSetting.TeamPermissionSettingConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.teamPermissionSetting.TeamPermissionSettingConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/team-permission-setting/index.ts", "line": 14 }, "name": "TeamPermissionSettingConfig", "namespace": "teamPermissionSetting", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/team_permission_setting#action TeamPermissionSetting#action}", "stability": "stable", "summary": "The identifier for the action. Valid values are `manage_membership`, `edit`." }, "immutable": true, "locationInModule": { "filename": "src/team-permission-setting/index.ts", "line": 20 }, "name": "action", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/team_permission_setting#team_id TeamPermissionSetting#team_id}", "stability": "stable", "summary": "ID of the team the team permission setting is associated with." }, "immutable": true, "locationInModule": { "filename": "src/team-permission-setting/index.ts", "line": 26 }, "name": "teamId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Valid values are dependent on the action. `manage_membership` action allows `admins`, `members`, `organization`, `user_access_manage` values. `edit` action allows `admins`, `members`, `teams_manage` values.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/team_permission_setting#value TeamPermissionSetting#value}", "stability": "stable", "summary": "The action value." }, "immutable": true, "locationInModule": { "filename": "src/team-permission-setting/index.ts", "line": 32 }, "name": "value", "type": { "primitive": "string" } } ], "symbolId": "src/team-permission-setting/index:TeamPermissionSettingConfig" }, "@cdktf/provider-datadog.user.User": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/user datadog_user}." }, "fqn": "@cdktf/provider-datadog.user.User", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/user datadog_user} Resource." }, "locationInModule": { "filename": "src/user/index.ts", "line": 89 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.user.UserConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/user/index.ts", "line": 57 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a User resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/user/index.ts", "line": 74 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the User to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/user#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing User that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the User to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/user/index.ts", "line": 125 }, "name": "resetDisabled" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/user/index.ts", "line": 154 }, "name": "resetId" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/user/index.ts", "line": 170 }, "name": "resetName" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/user/index.ts", "line": 186 }, "name": "resetRoles" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/user/index.ts", "line": 202 }, "name": "resetSendUserInvitation" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/user/index.ts", "line": 224 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/user/index.ts", "line": 235 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "User", "namespace": "user", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/user/index.ts", "line": 62 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/user/index.ts", "line": 211 }, "name": "userInvitationId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/user/index.ts", "line": 216 }, "name": "verified", "type": { "fqn": "cdktf.IResolvable" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/user/index.ts", "line": 129 }, "name": "disabledInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/user/index.ts", "line": 142 }, "name": "emailInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/user/index.ts", "line": 158 }, "name": "idInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/user/index.ts", "line": 174 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/user/index.ts", "line": 190 }, "name": "rolesInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/user/index.ts", "line": 206 }, "name": "sendUserInvitationInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/user/index.ts", "line": 119 }, "name": "disabled", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/user/index.ts", "line": 135 }, "name": "email", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/user/index.ts", "line": 148 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/user/index.ts", "line": 164 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/user/index.ts", "line": 180 }, "name": "roles", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/user/index.ts", "line": 196 }, "name": "sendUserInvitation", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } } ], "symbolId": "src/user/index:User" }, "@cdktf/provider-datadog.user.UserConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.user.UserConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/user/index.ts", "line": 14 }, "name": "UserConfig", "namespace": "user", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/user#email User#email}", "stability": "stable", "summary": "Email address for user." }, "immutable": true, "locationInModule": { "filename": "src/user/index.ts", "line": 26 }, "name": "email", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/user#disabled User#disabled}", "stability": "stable", "summary": "Whether the user is disabled. Defaults to `false`." }, "immutable": true, "locationInModule": { "filename": "src/user/index.ts", "line": 20 }, "name": "disabled", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "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://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/user#id User#id}." }, "immutable": true, "locationInModule": { "filename": "src/user/index.ts", "line": 33 }, "name": "id", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/user#name User#name}", "stability": "stable", "summary": "User's name. Should be set only for password authentication, as it is overridden by Google or SAML authentication." }, "immutable": true, "locationInModule": { "filename": "src/user/index.ts", "line": 39 }, "name": "name", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/user#roles User#roles}", "stability": "stable", "summary": "A list of role IDs to assign to the user." }, "immutable": true, "locationInModule": { "filename": "src/user/index.ts", "line": 45 }, "name": "roles", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/user#send_user_invitation User#send_user_invitation}", "stability": "stable", "summary": "Whether an invitation email should be sent when the user is created. Defaults to `true`." }, "immutable": true, "locationInModule": { "filename": "src/user/index.ts", "line": 51 }, "name": "sendUserInvitation", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } } ], "symbolId": "src/user/index:UserConfig" }, "@cdktf/provider-datadog.userRole.UserRole": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/user_role datadog_user_role}." }, "fqn": "@cdktf/provider-datadog.userRole.UserRole", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/user_role datadog_user_role} Resource." }, "locationInModule": { "filename": "src/user-role/index.ts", "line": 64 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.userRole.UserRoleConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/user-role/index.ts", "line": 32 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a UserRole resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/user-role/index.ts", "line": 49 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the UserRole to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/user_role#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing UserRole that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the UserRole to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/user-role/index.ts", "line": 123 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/user-role/index.ts", "line": 130 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "UserRole", "namespace": "userRole", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/user-role/index.ts", "line": 37 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/user-role/index.ts", "line": 89 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/user-role/index.ts", "line": 102 }, "name": "roleIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/user-role/index.ts", "line": 115 }, "name": "userIdInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/user-role/index.ts", "line": 95 }, "name": "roleId", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/user-role/index.ts", "line": 108 }, "name": "userId", "type": { "primitive": "string" } } ], "symbolId": "src/user-role/index:UserRole" }, "@cdktf/provider-datadog.userRole.UserRoleConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.userRole.UserRoleConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/user-role/index.ts", "line": 14 }, "name": "UserRoleConfig", "namespace": "userRole", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/user_role#role_id UserRole#role_id}", "stability": "stable", "summary": "ID of the role that the user is assigned to." }, "immutable": true, "locationInModule": { "filename": "src/user-role/index.ts", "line": 20 }, "name": "roleId", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/user_role#user_id UserRole#user_id}", "stability": "stable", "summary": "The ID of the user." }, "immutable": true, "locationInModule": { "filename": "src/user-role/index.ts", "line": 26 }, "name": "userId", "type": { "primitive": "string" } } ], "symbolId": "src/user-role/index:UserRoleConfig" }, "@cdktf/provider-datadog.webhook.Webhook": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/webhook datadog_webhook}." }, "fqn": "@cdktf/provider-datadog.webhook.Webhook", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/webhook datadog_webhook} Resource." }, "locationInModule": { "filename": "src/webhook/index.ts", "line": 82 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.webhook.WebhookConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/webhook/index.ts", "line": 50 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a Webhook resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/webhook/index.ts", "line": 67 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the Webhook to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/webhook#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing Webhook that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the Webhook to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/webhook/index.ts", "line": 117 }, "name": "resetCustomHeaders" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/webhook/index.ts", "line": 133 }, "name": "resetEncodeAs" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/webhook/index.ts", "line": 167 }, "name": "resetPayload" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/webhook/index.ts", "line": 192 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/webhook/index.ts", "line": 202 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "Webhook", "namespace": "webhook", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/webhook/index.ts", "line": 55 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/webhook/index.ts", "line": 142 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/webhook/index.ts", "line": 121 }, "name": "customHeadersInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/webhook/index.ts", "line": 137 }, "name": "encodeAsInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/webhook/index.ts", "line": 155 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/webhook/index.ts", "line": 171 }, "name": "payloadInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/webhook/index.ts", "line": 184 }, "name": "urlInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/webhook/index.ts", "line": 111 }, "name": "customHeaders", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/webhook/index.ts", "line": 127 }, "name": "encodeAs", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/webhook/index.ts", "line": 148 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/webhook/index.ts", "line": 161 }, "name": "payload", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/webhook/index.ts", "line": 177 }, "name": "url", "type": { "primitive": "string" } } ], "symbolId": "src/webhook/index:Webhook" }, "@cdktf/provider-datadog.webhook.WebhookConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.webhook.WebhookConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/webhook/index.ts", "line": 14 }, "name": "WebhookConfig", "namespace": "webhook", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/webhook#name Webhook#name}", "stability": "stable", "summary": "The name of the webhook. It corresponds with ``." }, "immutable": true, "locationInModule": { "filename": "src/webhook/index.ts", "line": 32 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/webhook#url Webhook#url}", "stability": "stable", "summary": "The URL of the webhook." }, "immutable": true, "locationInModule": { "filename": "src/webhook/index.ts", "line": 44 }, "name": "url", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/webhook#custom_headers Webhook#custom_headers}", "stability": "stable", "summary": "The headers attached to the webhook." }, "immutable": true, "locationInModule": { "filename": "src/webhook/index.ts", "line": 20 }, "name": "customHeaders", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/webhook#encode_as Webhook#encode_as}", "stability": "stable", "summary": "Encoding type. Valid values are `json`, `form`." }, "immutable": true, "locationInModule": { "filename": "src/webhook/index.ts", "line": 26 }, "name": "encodeAs", "optional": true, "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/webhook#payload Webhook#payload}", "stability": "stable", "summary": "The payload of the webhook." }, "immutable": true, "locationInModule": { "filename": "src/webhook/index.ts", "line": 38 }, "name": "payload", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/webhook/index:WebhookConfig" }, "@cdktf/provider-datadog.webhookCustomVariable.WebhookCustomVariable": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/webhook_custom_variable datadog_webhook_custom_variable}." }, "fqn": "@cdktf/provider-datadog.webhookCustomVariable.WebhookCustomVariable", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/webhook_custom_variable datadog_webhook_custom_variable} Resource." }, "locationInModule": { "filename": "src/webhook-custom-variable/index.ts", "line": 70 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.webhookCustomVariable.WebhookCustomVariableConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/webhook-custom-variable/index.ts", "line": 38 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a WebhookCustomVariable resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/webhook-custom-variable/index.ts", "line": 55 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the WebhookCustomVariable to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/webhook_custom_variable#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing WebhookCustomVariable that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the WebhookCustomVariable to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/webhook-custom-variable/index.ts", "line": 143 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/webhook-custom-variable/index.ts", "line": 151 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "WebhookCustomVariable", "namespace": "webhookCustomVariable", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/webhook-custom-variable/index.ts", "line": 43 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/webhook-custom-variable/index.ts", "line": 96 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/webhook-custom-variable/index.ts", "line": 109 }, "name": "isSecretInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/webhook-custom-variable/index.ts", "line": 122 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/webhook-custom-variable/index.ts", "line": 135 }, "name": "valueInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/webhook-custom-variable/index.ts", "line": 102 }, "name": "isSecret", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/webhook-custom-variable/index.ts", "line": 115 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/webhook-custom-variable/index.ts", "line": 128 }, "name": "value", "type": { "primitive": "string" } } ], "symbolId": "src/webhook-custom-variable/index:WebhookCustomVariable" }, "@cdktf/provider-datadog.webhookCustomVariable.WebhookCustomVariableConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.webhookCustomVariable.WebhookCustomVariableConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/webhook-custom-variable/index.ts", "line": 14 }, "name": "WebhookCustomVariableConfig", "namespace": "webhookCustomVariable", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/webhook_custom_variable#is_secret WebhookCustomVariable#is_secret}", "stability": "stable", "summary": "Whether the custom variable is secret or not." }, "immutable": true, "locationInModule": { "filename": "src/webhook-custom-variable/index.ts", "line": 20 }, "name": "isSecret", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/webhook_custom_variable#name WebhookCustomVariable#name}", "stability": "stable", "summary": "The name of the variable. It corresponds with ``." }, "immutable": true, "locationInModule": { "filename": "src/webhook-custom-variable/index.ts", "line": 26 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/webhook_custom_variable#value WebhookCustomVariable#value}", "stability": "stable", "summary": "The value of the custom variable." }, "immutable": true, "locationInModule": { "filename": "src/webhook-custom-variable/index.ts", "line": 32 }, "name": "value", "type": { "primitive": "string" } } ], "symbolId": "src/webhook-custom-variable/index:WebhookCustomVariableConfig" }, "@cdktf/provider-datadog.workflowAutomation.WorkflowAutomation": { "assembly": "@cdktf/provider-datadog", "base": "cdktf.TerraformResource", "docs": { "stability": "stable", "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/workflow_automation datadog_workflow_automation}." }, "fqn": "@cdktf/provider-datadog.workflowAutomation.WorkflowAutomation", "initializer": { "docs": { "stability": "stable", "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/workflow_automation datadog_workflow_automation} Resource." }, "locationInModule": { "filename": "src/workflow-automation/index.ts", "line": 88 }, "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "remarks": "Must be unique amongst siblings in the same scope", "summary": "The scoped construct ID." }, "name": "id", "type": { "primitive": "string" } }, { "name": "config", "type": { "fqn": "@cdktf/provider-datadog.workflowAutomation.WorkflowAutomationConfig" } } ] }, "kind": "class", "locationInModule": { "filename": "src/workflow-automation/index.ts", "line": 56 }, "methods": [ { "docs": { "stability": "stable", "summary": "Generates CDKTF code for importing a WorkflowAutomation resource upon running \"cdktf plan \"." }, "locationInModule": { "filename": "src/workflow-automation/index.ts", "line": 73 }, "name": "generateConfigForImport", "parameters": [ { "docs": { "summary": "The scope in which to define this construct." }, "name": "scope", "type": { "fqn": "constructs.Construct" } }, { "docs": { "summary": "The construct id used in the generated config for the WorkflowAutomation to import." }, "name": "importToId", "type": { "primitive": "string" } }, { "docs": { "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/workflow_automation#import import section} in the documentation of this resource for the id to use", "summary": "The id of the existing WorkflowAutomation that should be imported." }, "name": "importFromId", "type": { "primitive": "string" } }, { "docs": { "summary": "? Optional instance of the provider where the WorkflowAutomation to import is found." }, "name": "provider", "optional": true, "type": { "fqn": "cdktf.TerraformProvider" } } ], "returns": { "type": { "fqn": "cdktf.ImportableResource" } }, "static": true }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/workflow-automation/index.ts", "line": 194 }, "name": "resetWebhookSecret" }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/workflow-automation/index.ts", "line": 206 }, "name": "synthesizeAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/workflow-automation/index.ts", "line": 217 }, "name": "synthesizeHclAttributes", "overrides": "cdktf.TerraformResource", "protected": true, "returns": { "type": { "collection": { "elementtype": { "primitive": "any" }, "kind": "map" } } } } ], "name": "WorkflowAutomation", "namespace": "workflowAutomation", "properties": [ { "const": true, "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/workflow-automation/index.ts", "line": 61 }, "name": "tfResourceType", "static": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/workflow-automation/index.ts", "line": 130 }, "name": "id", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/workflow-automation/index.ts", "line": 125 }, "name": "descriptionInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/workflow-automation/index.ts", "line": 143 }, "name": "nameInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/workflow-automation/index.ts", "line": 156 }, "name": "publishedInput", "optional": true, "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/workflow-automation/index.ts", "line": 169 }, "name": "specJsonInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/workflow-automation/index.ts", "line": 182 }, "name": "tagsInput", "optional": true, "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "immutable": true, "locationInModule": { "filename": "src/workflow-automation/index.ts", "line": 198 }, "name": "webhookSecretInput", "optional": true, "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/workflow-automation/index.ts", "line": 118 }, "name": "description", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/workflow-automation/index.ts", "line": 136 }, "name": "name", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/workflow-automation/index.ts", "line": 149 }, "name": "published", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/workflow-automation/index.ts", "line": 162 }, "name": "specJson", "type": { "primitive": "string" } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/workflow-automation/index.ts", "line": 175 }, "name": "tags", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "docs": { "stability": "stable" }, "locationInModule": { "filename": "src/workflow-automation/index.ts", "line": 188 }, "name": "webhookSecret", "type": { "primitive": "string" } } ], "symbolId": "src/workflow-automation/index:WorkflowAutomation" }, "@cdktf/provider-datadog.workflowAutomation.WorkflowAutomationConfig": { "assembly": "@cdktf/provider-datadog", "datatype": true, "docs": { "stability": "stable" }, "fqn": "@cdktf/provider-datadog.workflowAutomation.WorkflowAutomationConfig", "interfaces": [ "cdktf.TerraformMetaArguments" ], "kind": "interface", "locationInModule": { "filename": "src/workflow-automation/index.ts", "line": 14 }, "name": "WorkflowAutomationConfig", "namespace": "workflowAutomation", "properties": [ { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/workflow_automation#description WorkflowAutomation#description}", "stability": "stable", "summary": "Description of the workflow." }, "immutable": true, "locationInModule": { "filename": "src/workflow-automation/index.ts", "line": 20 }, "name": "description", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/workflow_automation#name WorkflowAutomation#name}", "stability": "stable", "summary": "Name of the workflow. String length must be at least 1." }, "immutable": true, "locationInModule": { "filename": "src/workflow-automation/index.ts", "line": 26 }, "name": "name", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Workflows in an unpublished state are only executable through manual runs. Automatic triggers such as Schedule do not execute the workflow until it is published.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/workflow_automation#published WorkflowAutomation#published}", "stability": "stable", "summary": "Set the workflow to published or unpublished." }, "immutable": true, "locationInModule": { "filename": "src/workflow-automation/index.ts", "line": 32 }, "name": "published", "type": { "union": { "types": [ { "primitive": "boolean" }, { "fqn": "cdktf.IResolvable" } ] } } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/workflow_automation#spec_json WorkflowAutomation#spec_json}", "stability": "stable", "summary": "The spec defines what the workflow does." }, "immutable": true, "locationInModule": { "filename": "src/workflow-automation/index.ts", "line": 38 }, "name": "specJson", "type": { "primitive": "string" } }, { "abstract": true, "docs": { "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/workflow_automation#tags WorkflowAutomation#tags}", "stability": "stable", "summary": "Tags of the workflow." }, "immutable": true, "locationInModule": { "filename": "src/workflow-automation/index.ts", "line": 44 }, "name": "tags", "type": { "collection": { "elementtype": { "primitive": "string" }, "kind": "array" } } }, { "abstract": true, "docs": { "remarks": "String length must be at least 16.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/3.82.0/docs/resources/workflow_automation#webhook_secret WorkflowAutomation#webhook_secret}", "stability": "stable", "summary": "If a webhook trigger is defined on this workflow, a webhookSecret is required and should be provided here." }, "immutable": true, "locationInModule": { "filename": "src/workflow-automation/index.ts", "line": 50 }, "name": "webhookSecret", "optional": true, "type": { "primitive": "string" } } ], "symbolId": "src/workflow-automation/index:WorkflowAutomationConfig" } }, "version": "12.15.2", "fingerprint": "a6Z9h//e8AtH9DVzTDWl4DaXK+DhGiR9NOPj1gAmHm0=" }